@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .ttl {
	margin-bottom: 28px;
}

#conts .topInner {
	margin-bottom: 31px;
	padding: 25px 14px 14px 20px;
}

#conts .imgBox .photoBox {
	margin-top: 3px;
	float: right;
}

#conts .imgBox .textBox {
	width: 365px;
	float: left;
}

#conts .imgBox .textBox p {
	margin-bottom: 11px;
	font-size: 13px;
	line-height: 1.6;
}

#conts h2 {
	margin-bottom: 19px;
	padding: 14px 10px 9px;
	background: url(../images/common/line01.gif) repeat-x left bottom;
}

#conts .tabBox {
	margin: 0 15px;
}

@media all and (min-width: 0) and (max-width: 640px)  {
	#conts .content .ttl {
		margin-bottom: 10px;
	}

	#conts .content .ttl img {
		width: 290px;
	}
	
	#conts .topInner {
		margin-bottom: 15px;
		padding: 10px 5px;
	}
	
	#conts .imgBox .photoBox {
		margin: 0 0 10px;
		float: none;
		text-align: center;
	}
	
	#conts .imgBox .textBox {
		width: auto;
		float: none;
	}
	
	#conts .imgBox .textBox p {
		font-size: 12px;
	}
	
	#conts h2 {
		margin-bottom: 10px;
		padding: 5px 5px;
	}

	#conts h2 img {
		width: 80px;
	}
	
	#conts .tabBox {
		margin: 0 5px;
	}
}