@charset "utf-8";


#fukuchiyama .sec_title{
margin-bottom: .75em;
}


/* about
==================================*/
.block_about{
width: 70%;
font-size: 16px;
float: left;
}
.block_about dl{
margin-bottom: 1em;
}
.block_about dt{
font-weight: bold;
margin-bottom: .25em;
}

/* image
==================================*/
.block_image{
text-align: center;
}

/* button
==================================*/
#fukuchiyama .white-button{
position: relative;
clear: both;
display: block;
width: 50%;
font-size: 16px;
color: #666;
text-align: center;
text-decoration: none;
border: 1px solid #666;
padding: 1em 0;
margin: 0 auto;
}
#fukuchiyama .white-button:hover{
color: #0473bd;
border: 1px solid #0473bd;
}
