article{
width: 900px;
margin: 0 auto;
}

.circle{
width: 200px;
height: 200px;
border-radius: 50%;
background-color: #8da0b6;
color:#FFFFFF;
text-align: center;
font-size: 24px;
padding-top: 40px;
line-height: 1.5em;
float: left;
}

dl{
float: right;
width: 660px;
margin-left: 40px;
}

.midashi{
font-size: 21px;
line-height: 1.7em;
letter-spacing: 0.05em;
margin-bottom: 10px;
}

.honbun{
font-size: 16px;
line-height: 1.7em;
letter-spacing: 0.05em;
}

.leed{
font-size: 24px;
text-align: center;
width: 100%;
line-height: 1.7em;
margin-top: 75px;
}

.block{
margin-top: 75px;
}

.Inquiry{
display: block;
padding: 20px 43px;
background-image: url(../img/common/background.png);
background-position: top left;
background-repeat: repeat-x repeat-y;
font-size: 20px;
color: #FFFFFF;
letter-spacing: 0.1em;
margin-top: 86px;
width: 550px;
margin-left: 340px;
margin-bottom: 50px;
}

.Inquiry:hover{
    opacity:0.6;
		filter: alpha(opacity=60);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=60)";  /* ie 8 */
		-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.6;              /* Safari 1.x */
		zoom:1;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		cursor: pointer;
		}