@charset "utf-8";
/*------------------------------------------------------------
	選ばれる理由
------------------------------------------------------------*/


.c01 {
	margin-top:20px; 
}


.c01 .box {
	width:95%;
	border:1px solid #999;
	padding:20px;
	margin:0px auto 30px;
        -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}



.c01 .box .left {
	float:left;
	width:30%;
}

.c01 .box .left .img_ph {
}

.c01 .box .left .address {
}


.c01 .box .right {
	float:right;
	width:60%;
}


.c01 .box .right .title {
	font-size:143%;

}


.c01 .box .right .type {
}

.c01 .box .right .comment {
	border-top:1px dotted #999;
	padding:15px 0 0 0;
	margin:20px 0 0 0;
    
        -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


