@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	padding: 6px 0 22px 31px;
}

#conts h3 {
	margin-bottom: 20px;
}

#conts .bigSection {
	padding: 0 28px 0 35px;
}

#conts .section01 p,
#conts .section01 dl {
/*	width: 420px;
	float: left;*/
	font-size: 1.4em;
	line-height: 1.6;
}


#conts .section01 {
	margin-bottom: 48px;
	padding: 0 10px 0 20px;
}



#conts .section01 .profileBox {
	overflow:hidden;
	margin:0 0 12px;
}
	
#conts .section01 .profileBox .photos{
	float:left;
	width:300px;
}

#conts .section01 .profileBox .name{
	font-weight:bold;
	font-size: 1.6em;
	margin:12px 0;
	}

#conts .section01 dl dt {
    color: #ff8000;
    font-size: 1.4em;
    font-weight: bold;
}
#conts .section01 dl dd {
    margin-bottom: 10px;
}


#conts .section01 table {
	width:100%; border: 2px solid #fff;
	margin:14px auto 0;
	
}

#conts .section01 table th,
#conts .section01 table td{
	padding:6px 10px;
	font-size: 1.4em;
	background-color: #efe8bc;
    border: 2px solid #fff;
	
}

#conts .section01 table th{
background-color:#ffa041;
text-align:center;
}

#conts .section01 .detailLink {
	text-align:right;
	}


#conts .bigSection .textBox p {
	margin-bottom: 25px;
	font-size: 1.4em;
	line-height: 1.6;
}

#conts .bigSection .textBox {
	margin: 0 0 50px;
	padding: 0 20px;
}


#conts .busTxt {
	margin: 0 20px 10px;
	font-size: 1.4em;
}

#conts .telBox {
	padding-left: 30px;
}

#conts .btn {
	padding: 35px 0 10px;
}

#conts .btn li img {
	display: block;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}
