@charset "utf-8";

/* content
---------------------------------------- */
#main{
	padding-bottom: 0px;
}
#content .main_image{
	width:100%;
	max-width:775px;
	margin-bottom: 35px;
}
#content .main_image img{
	width:100%;
}
#content p.intro{
	font-size:16px;
	margin-bottom: 20px;
	line-height: 180%;
	text-align: justify;
}
#content p.intro2{
	font-size:16px;
	margin-bottom: 40px;
	line-height: 180%;
	text-align: justify;
}
#content section{
	width:100%;
	max-width: 660px;
	margin-bottom:40px;
	line-height: 180%;
}
#content section h3.csr{
	width:280px;
	text-align: center;
	color:#004DA1;
	border:1px solid #004DA1;
	margin-bottom: 20px;
	font-size:17px;
	font-weight: normal;
/*	padding:6px 0 5px 0;*/
	padding-top: 1px;
	height: 38px;
	line-height:38px;
}
#content section p.disp{
	margin-bottom: 15px;
}
#content section h4.csr{
	font-size:16px;
	margin-bottom: 0px;
	text-indent: -8px;
}
#content section a.external{
	font-size:16px;
	padding-left: 1px;
}
#content p.close{
	padding-top:30px;
	padding-bottom: 30px;
	margin-top:50px;
	font-size:16px;
	border-top:1px dotted #666;
	line-height: 180%;
}

#content .tsurumi{
	width:100%;
	border-top:1px solid #CCC;
	padding-top:30px;
	max-width: inherit;
}
#content .tsurumi h3{
	font-size:22px;
	margin-bottom:20px;
	font-weight: normal;
}
#content .tsurumi p{
	font-size:16px;
	margin-bottom:15px;
	text-align: justify;
}
#content .tsurumi h5{
	font-size:16px;
	margin-bottom:2px;
	font-weight: normal;
}
#content .tsurumi p.sup{
	font-size:14px;
	line-height: 160%;
	text-align: justify;
}
#content .tsurumi p.url{
	padding-top:8px;
}
#content .tsurumi p.url a{
	padding-left: 15px;
}
#content .tsurumi .ph_wrap{
	width:100%;
	max-width:770px;
	padding-top:25px;
}
#content .tsurumi .ph_wrap a{
	display: block;
	float:left;
	width:38.962%;
	max-width:300px;
}
#content .tsurumi .ph_wrap>a>img{
	width:100%;
}
#content .tsurumi .ph_wrap>img{
	float:right;
	width:59.221%;
	max-width:456px;
}

@media screen and (max-width:640px) {
	#content .main_image{
		margin-bottom:15px;
	}
	#content p.intro{
		margin-bottom:10px;
		font-size:15px;
	}
	#content p.intro2{
		margin-bottom: 30px;
		font-size:15px;
	}
	#content .tsurumi{
		padding-top:30px;
	}
	#content .tsurumi p.url{
		padding-top:0px;
	}
	#content .tsurumi .ph_wrap{
		padding-top:15px;
	}

}
