@charset "UTF-8";
/* CSS Document */

/***********************************************/
/* index */
/***********************************************/

#index article #main #breadcrumb{
	margin-bottom:0;
	border-bottom:0;
}

#index article #main #lead{
	margin-bottom: 10px;
}

#index article #main #lead h2{
	margin-bottom: 15px;
	padding: 0;
	height: 280px;
	border-left-width: 0px;
	border-left-style: none;
}





/***********************************************/
/* outline */
/***********************************************/

/* about */

#outline article #main #about{
	margin-bottom: 30px;
}

#outline article #main #about .caption{

}

#outline article #main #about .about_wrap{
	overflow:hidden;
	zoom:1;
}

#outline article #main #about .about_wrap:after{
	content:"";
	clear:both;
	display:block;
}

#outline article #main #about .about_wrap .about_text{
	width: 380px;
	float: left;
	padding-bottom: 15px;
}

#outline article #main #about .about_wrap .about_text p{



}

#outline article #main #about .about_wrap figure{
	width:253px;
	float:right;
}

#outline article #main #about .about_wrap figure figcaption{
	margin-top: 15px;
	font-size: 68%;
	line-height: 1.5em;
	color: #454545;
}

#outline article #main #about #note{
	width:618px;
	padding:15px 15px 20px 15px;
	background:#f2f6ee;
	border:1px dotted #b7b8b6;
}

#outline article #main #about #note h3{
	width:auto;
	height:auto;
	margin:0 0 20px 0;
	padding:5px 0 2px 30px;
	background:url(../images/article_h4_ico.png) no-repeat left 0;
	color:#5d7f36;
	font-size:87.5%;
	font-weight:bold;
}

#outline article #main #about #note p{
	margin:0 5px;
	font-size:75%;
}

/* history */

#outline article #main #history{
	margin-bottom:60px;
}

#outline article #main #history dl{
	color: #454545;
	font-size: 82%;
}

#outline article #main #history dl dt{
	width:8em;
	padding:5px 0.5em;
	clear:left;
	float:left;
}

#outline article #main #history dl dd{
	padding:5px 0.5em 5px 9em;
	border-bottom:1px dotted #999;
}


/***********************************************/
/*newslist */
/***********************************************/

#outline article #main #history dl dd{
	padding:5px 0.5em 5px 9em;
	border-bottom:1px dotted #999;
}
#news .post {
	padding-top: 10px;
	border-top: 1px dotted #CCC;
	clear: both;
	padding-bottom: 10px;
}
#news .post time {
	font-size: 75%;
	color: #666;
	float: left;
	width: 83px;
	padding-left: 7px;
}
#news .post ul {
	border-left: 6px solid #EE942A;
	float: right;
	padding-left: 15px;
	margin-bottom: 10px;
	width: 535px;
}
#news .post ul .title {
	line-height: 1.6em;
	font-size: 88%;
	padding-top: 5px;
}
#news .post ul .cat {
	font-size: 69%;
	color: #666;
	padding-bottom: 5px;
}
#post_wrap .post ul .cat a {
	color: #666;
}

#post_wrap {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

@media screen and (max-width: 767px) {
	#index article #main #lead h2 {
		height: auto;
	}
	#index article #main #lead img {
		width: 100%;
	}
	aside #local h1 {
		background: url(../../newmedia/images/aside_local_h1_bg.png) no-repeat 6px;
	}
	#outline article #main #about .about_wrap .about_text{
		width: 100%;
		float: none;
	}
	#outline article #main #about .about_wrap figure {
		float: none;
		width: 100%;
	}
	#outline article #main #about .about_wrap figure img {
		display: block;
		margin: auto;
	}
	#main h2 {
		border-left: 4px solid #87AC5C;
	}
}
