@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi06 a img {
	visibility: hidden;
}

#conts h4 {
	margin-bottom: 15px;
	clear: both;
}

#conts .inner01 {
	margin-bottom: 35px;
}

#conts .inner01 .photoBox {
	float: left;
}

#conts .inner01 .textBox {
	width: 505px;
	float: right;
}

#conts .inner01 table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

#conts .inner01 th {
	padding: 8px 5px 7px 11px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;	
	background-color: #F8F8F8;
}

#conts .inner01 td {
	padding: 8px 5px 7px 10px;
	font-size: 1.4em;
	line-height: 1.3;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
}

#conts .inner01 thead th {
	padding: 8px 5px 5px 11px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #F4F4F4;
}
#conts .inner01 p{
	font-size: 1.4em;
}

#conts .inner02 {
	margin-bottom: 30px;
}

#conts .inner02 .photoBox {
	float: right;
}

#conts .inner02 .textBox {
	width: 505px;
	float: left;
}

#conts .inner02 .textBox p {
	font-size: 1.4em;
}