@charset "UTF-8";
/* CSS Document */
.news-blue{
	color:#3a586d;
}
.news-green{
	color:#113f02;
}
.news-contents h1 {
	font-size: 23px;
	text-align: center;
	line-height: 1.5em;
	font-weight: normal;
}

.news-contents h2 {
	font-weight: normal;
	font-size: 1.05em;
	line-height: 1.5em;
	text-align: center;
}
.news-contents h3 {
	font-weight: normal;
	font-size: 1.05em;
	line-height: 1.5em;
	text-align: center;
}
.news-contents #news-main .news-date{
	font-size:0.9em;
	color:#666;
	margin:0;
	padding:5px 0 7px 0;	 
}
.news-contents #news-main .news-loc{
	font-size:0.9em;
	margin:0;
	padding:0 0 10px 0;
	line-height:1.25em;		 
}

.pain {
	padding: 0;
	margin: 0;
	font-size: 0.85em;
}
.pain a:hover{
	opacity:0.5;
}
.pain.green a{
	color:#113f02;
}
.pain.blue a{
	color: #3a586d;	
}

.pain.Lucuagreen a{
	color: #057760;
}
.news-main-txt {
	margin: 0px;
	padding: 0 0 10px 0;
	font-size:0.9em;
	line-height:1.75em;
	color:#333;
}
.news-main-txt .strong {	 
	font-size:1.15em;
	font-weight:bold;
}

/*-------end fonts--------------------*/



.news-contents{
	width: 100%;
	margin: 0;
/*	padding: 20px 0 0 0;*/
padding:0;
}

.news-contents #news-main{
	background:#fff;
	margin:0 0 50px 0;
	padding:20px 0 10px 0;
	
}
.news-contents #news-list{
	background:#fff;
	width:100%;	
	 margin:0 0 40px 0;
	 padding:20px 0 10px 0;
}
.news-contents #news-main .news-box{
	text-align:center;
	}
.news-contents #news-main .news-box{
	padding:10px  0 20px;
	width:90%;
	margin:0 auto;
}


/*-------------------------------------
list
-------------------------------------*/

.news-list-topics{
	width:90%;
	margin:0 auto 20px;
	line-height:1.75em;
	
}
.news-list-topics p{
	font-size:0.85em;
	padding-bottom:15px;
}
/*----------accordion--------------------*/

h2.news-list-top {
	display:inline-block;
	width:90%;
	padding:15px 0 15px 20px;
	text-align:center;
	background:#528440;
	color:#fff;
	margin:0 5%;
}
#news-list h2{
	display:inline-block;
	width:90%;
	padding:15px 0 15px 20px;
	text-align:left;
	background:#524640;
	color:#fff;
	margin:0 5%;
}

ul{
	list-style:none;
}
.list-wrap{
	width:90%;
	margin:20px auto;
	padding:0;
}
ul.accordion_ul {
    display: block;
    font-size: 14px;
    text-align: left;
    border-top: solid 1px #ccc; 
	margin:0;
	padding:0;
}
ul.accordion_ul li{
	 display:inline;
	 padding:0;
	 margin:0;
}
	 
.list p {
    position: relative; 
    padding: 15px;
    color: #fff;
    background:#524640;
    border-bottom: solid 1px #c0c0c0;
    cursor: pointer;  
	margin:0 0 5% 0;
	width:100%;
}
.list p.green {
     background:#113F02;
} 
.list p.blue {
     background:#3a586d;
} 
.list p.Lucuagreen {
    background-color:#399;
}
.list　p span.wrap, li span.wrap {
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
 
.list p span.wrap:before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -10px;
    top: 50%;
    right: 3%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background:#fff;

}
 
.list p span.wrap:after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -13px;
    top: 50%;
    right: 3%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.list p.green span.wrap:after {
	 background:#113F02;

}
.list p.blue span.wrap:after {
	 background:#3a586d;

}
.list p.Lucuagreen span.wrap:after {
	background-color:#399;

}
	 
.list p.active {
    color: white;
   
}
 
.list p.active span.wrap:before {
    margin-top: 0;
    background: #fff;
}
 
.list p.active span.wrap:after {
    margin-top: 3px;
}
.list p.green.active span.wrap:after {
   background:#113F02;
}
.list p.blue.active span.wrap:after {
   background:#3a586d;
}
 .list p.lucuagreen.active span.wrap:after {
   background-color:#399;
}
.list li {
    display: block;
    width: 100%;
    padding: 20px 0 20px 30px;
    background-color: #F2F2F2;
    border-bottom: solid 1px #c0c0c0; 
}
 /*/sub*/
.list li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #666;
	padding:15px;
}
 
.list li a:before{
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -5px;
    top: 50%;
    right: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #666;
}
 
.list li a:after{
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -5px;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
	

 
.list li a:hover {
    
    
	color:#093;
}
/*-----------------------------------------
main contents pages
-----------------------------------------*/	

#news-outerbox{
	width:90%;
	margin:0 auto 20px;
	padding:0;
}

.news-main-img {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}



/*-------------------------------------
newslist style from index
-------------------------------------*/

#news-main .news-left-box {
	margin:0 0 35px 0;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	border-bottom: 1px dashed #ccc;
}
#news-main .news-left-box.last {
	margin:0;
	border-bottom:none;
}



#news-outerbox .news-main-ttl {
	text-align: left;
}
.news-sml {
	font-size: 0.85em;
	line-height: 1.5em;
	color: #666;
}

@media screen and (min-width: 43em) { 
.news-contents h1 {
	text-align:left;
}
.news-contents h2{
	text-align:left;
}


.news-contents{
	overflow:hidden;
	
		
}
.news-contents #news-main{
	 width:67%;
	 float:left;
	 overflow:hidden;
	 margin:0 3% 2% 0;
	 padding:20px 0 0 0;
}



.news-outerbox{
		margin-bottom:15px;
	}
.news-contents #news-list{
	width:28%;
	float:right;
	margin:0 0 2% 0;
	padding:20px 0 0 0;
	
}

.news-contents h1 {
	font-size: 24px;
	text-align: left;
	line-height: 1.5em;
	font-weight: normal;

}
.news-contents h2 {
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;

}
.news-contents h3 {
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;

}


/*-------------------------------------
news newslist style
-------------------------------------*/
#news-main .news-left-box {
	 overflow:hidden;
	 clear:both;
	 
 }
#news-main .news-left-box img{
	float:left;
	padding-right:3%;
	width:37%;
}
#news-main .nnews-left-box .newstxt{
	float:right;
	width:60%;
}
}
@media screen and (min-width:1200px) { 
.toptitle-news{	
	top:35%;
	left: 0;
	right: 0;
	font-size:3em;
	text-shadow: 4px 4px 4px #333;
	line-height:1.25em;
}
.toptitle-news .sml07{
	font-size:0.8em;
}



}


@media screen and (min-width: 1800px) { 
.news-contents{
	width:1800px;
	margin:0 auto;
}

}
