@charset "UTF-8";

/*パンくずリスト*/
#bg-palegreen {
    height: 35px;
    background: #f0fff0;
}

.breadcrumb {
    height: 30px;
    padding: 6px 0 0 0;
    margin:0 auto;;
    width: 831px;
}

.breadcrumb li{
    display:inline;/*横に並ぶように*/
    list-style: none;
    font-weight: normal;
}

.breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 3px;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb #home span {
    color: #006837;
}

.breadcrumb li a {
    text-decoration: none;
    color: #000;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*メイン*/
article h1 {
    width: 831px;
    background: #89BE1F;
    border-radius: 6px;
    font-size: 2.7rem;
    font-family: sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 5px 0 2px 12px;
    margin: 60px auto 0 auto;
    box-sizing: border-box;
}

article section h3 {
    width: 831px;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 0 0 2px 10px;
    border-bottom: 1px dotted #89be1f;
    margin: 80px auto 10px auto;
    box-sizing: border-box;
}

#rinen {
    display: block;
    width: 30vw;
    max-width: 410px;
    margin: 50px auto;
}

article section p {
    width: 831px;
    margin: 20px auto;
}

#about {
    display: block;
    width: 831px;
    margin: 20px auto;
}

#serif {
    font-family: serif;
    font-weight: bold;
}

#sign {
    font-family: serif;
    font-weight: bold;
    text-align: right;
}

section h2 {
    width: 831px;
    background: #7AC543;
    border-radius: 6px;
    font-size: 2.7rem;
    font-family: sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 5px 0 2px 12px;
    margin: 80px auto 0 auto;
    box-sizing: border-box;
}

section dl {
    width: 831px;
    margin: 40px auto;
    overflow: hidden;
}

section dl dt {
    float: left;
    padding: 0.5em;
}

section dl dd {
    border-bottom: 1px dashed #888;
    margin: 0;
    padding:  0.5em 0 0.5em 10em;
}

#gyo-mu {
    line-height: 2em;
}
#gyo-mu a{
		text-decoration:underline;
		color:#0000EE;
}
#hojin-info {
    width: 831px;
    color: #7ac543;
    font-size: 1.8rem;
    line-height: 2em;
    margin: 40px auto 100px auto;
}

#hojin-info a {
    color: #7ac543;
}










