@charset "UTF-8";
/*============================================================
/sph/sitemap/contents.css
サイトマップ用
====================================================================================================*/

#contents_{text-align:left;background-color:#FFF;}
#contents_ h3{font-size:15px;line-height:22px;font-weight:700;padding:5px;
}
#contents_ p{font-size:13px;line-height:20px;padding:5px;}

h2{
	font-size:18px;
	line-height:23px;
	font-weight:bold;
	color:#90C31F/*--------------color--------------*/;}

table.normal{
	font-size:13px;
	line-height:20px;
	width:94%;
	margin:3%;
	border-collapse:collapse;}

table.normal th{
	padding:2%;
	border:1px solid #ccc;
	background-color:#eee;}

table.normal td{
	padding:2%;
	border:1px solid #ccc;}

.syacyo_name{
	margin:3%;
	font-size:20px;
	line-height:25px;
	font-weight:bold;}

.syacyo_name span{
	font-size:15px!important;}

.syacyo_photo img{
	width:100%;}

#story_one,#story_three{
	font-size:13px;
	line-height:20px;
	padding:3%;}
	
#story_two{
	font-size:13px;
	line-height:20px;
	background-color:#E9F3D2;
	padding:3%;}

#story_one dl,#story_three dl{
	background-color:#eee;
	padding:4%;
	margin:0 0 15px 0;}

#story_two dl{
	background-color:#fff;
	padding:4%;
	margin:0 0 15px 0;}

dt{
	font-weight:bold;
	margin:0 2% 0 0;}

dd{}