@charset 'UTF-8';

@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(navi.css);



/* -----------------------------------------------------------------------------
>> header
----------------------------------------------------------------------------- */






/* -----------------------------------------------------------------------------
>> main-content
----------------------------------------------------------------------------- */



#subVisual{
	width:100%;
	background: url(/img/sp/parts/header_fuyuyama.png) no-repeat top center;
	z-index:1;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
}

#subVisual img{
	width:30%;
	height:30%;
	position:relative;
}


h3#news_tit{
	background-color:#fff;
	font-size:1.2em;
	line-height:120%;
	font-weight:bold;
	padding: 2% 2% 2% 2%;
	margin: 0px 0px 0px 0px;
	text-indent:0px;
	border-top: 5px solid #CBE69D;
	border-bottom: 1px solid #CBE69D;
}

h4.news_sub_tit{
	height:40px;
	font-size:1.2em;
	line-height:36px;
	font-weight:bold;
	background:url(/img/sp/icon/icon_dice_counsel.gif) no-repeat;
	background-position:0px 12px;
	padding: 5px 0px 0px 35px;
	margin: 20px 0px 10px 0px;
	border:none;
}


.date_sub{
	color:#669900;
	text-align:right;
	line-height:23px;
	padding: 2% 0% 2% 0%;
}


/* 矢印つきリスト２ */
.news_index ul{}
.news_index ul li{
overflow: hidden;
margin: 0;
width: 100%;
text-align: left;
padding: 0;
border: 2px #CBE69D solid;
border-bottom: 0;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
background: linear-gradient(#fff, #fff);
display:block;
}
.news_index ul li:first-child{}
.news_index ul li:last-child{
border-bottom:2px #CBE69D solid;
}
.news_index ul li a{
color: #669900;
display: block;
height: 44px;
margin: 0;
padding: 0 0 0 10px;
overflow: hidden;
white-space: nowrap;
line-height: 44px;
text-overflow: ellipsis;
text-decoration: none;
font-weight:bold;
}
.news_index ul li a::after{
content: url(/img/sp/icon/icon_aroow_green.png);
padding: 5px 10px 0px 0px;
float: right;
}
 
 
.news_index ul li p{
	color:#5B9797;
	line-height:120%;
	font-size:0.8em;
	padding: 0 0 0 10px;

}

article.news{ 
	padding: 0% 2% 2% 2%;
	margin: 0% 0% 2% 0%;
	background-color:#fff;
}

article.news ul{
	padding: 0px 10px 0px 32px;
	margin:0 auto;
	line-height:20px;
}
article.news li{
	padding: 0px 0px 15px 0px;}

article.news p{ margin: 0px 0px 20px 0px;}



#pdf_indx dl{
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #CBE69D;
	line-height:120%;
}
#pdf_indx dt{
	float:left;
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}
#pdf_indx dd{
	text-align:right;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #CBE69D;
}

#pdf_indx dt a{color:#669900;}
#pdf_indx dt a:hover{ color:#CBE69D;}


