@charset "UTF-8";
/*============================================================
/sph/contents.css
コンテンツ名

==========*/
																					
#contents_{ width:94%; margin:0 3% 10px!important;text-align:left;background-color:#FFF;}

#contents_ h1{
	color:#8C6F00;
	font-size:17px;
	font-weight:bold;
	position: relative;
	margin:0 0 10px;
	padding: .4em .75em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.63, #EFECDB), color-stop(0.00, #FEFDFC));
	background: -webkit-linear-gradient(top, #FEFDFC 0%, #EFECDB 63%);
	background: -moz-linear-gradient(top, #FEFDFC 0%, #EFECDB 63%);
	background: -o-linear-gradient(top, #FEFDFC 0%, #EFECDB 63%);
	background: -ms-linear-gradient(top, #FEFDFC 0%, #EFECDB 63%);
	background: linear-gradient(to bottom, #FEFDFC 0%, #EFECDB 63%);
	border-left: 6px solid #8C6F00;}

#contents_ h2{
	font-size:15px;
	line-height:20px;
	font-weight:bold;}

#contents_ p{font-size:12px;line-height:18px;padding:5px;}

/*=============================コンテンツベースここまで===============================*/

#contents_ .main_img{
	margin-bottom:10px;}
#contents_ .main_img img{
	width:100%;
	height:auto;
	vertical-align:top;}

#contents_ #grandhill_series{}
#contents_ #grandhill_series ul li{
	padding:10px;
	margin-bottom:5px;
	box-sizing: border-box;
	border: 1px solid #231900;}

#contents_ #grandhill_series ul li .grandhill_wrap{
	overflow:hidden;}
#contents_ #grandhill_series ul li .grandhill_wrap .grandhill_img{
	width:45%;
	float:left;
	margin-right:5%;}
#contents_ #grandhill_series ul li .grandhill_wrap .grandhill_img img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:275px;}
#contents_ #grandhill_series ul li .grandhill_wrap .grandhill_logo{
	width:50%;
	float:right;}
#contents_ #grandhill_series ul li .grandhill_wrap .grandhill_logo img{
	width:100%;
	height:auto;}
#contents_ #grandhill_series ul li .grandhill_wrap p.item_title{
	font-size: 16px;
	line-height:20px;
	font-weight: bold;
	color:#B79100;}

#contents_ #grandhill_series ul li .grandhill_text p.item_lead{
	color: #221900;
	font-size: 12px!important;
	line-height: 18px!important;}