@charset "utf-8";
/* NEWS */
header{
 border-bottom: 1px #dddddd solid;
}
#breadcrumb{
 margin-top: 10px;
}


.mvTitle{
 background-image: url("../images/bg_title_news.jpg");
}

.freeword{
 background:#f5f7f7;
 padding: 8px 25px;
 margin: 115px 0 60px;
 justify-content: flex-start;
 align-items: center;
}
.freeword dt{}
.freeword dd{
 position: relative;
 padding: 0 0 0 35px;
}
.freeword dd input[type=text]{
 border-radius: 2px;
 border: 1px #e2e2e2 solid;
 width: 262px;
 height: 38px;
 padding: 5px ;
 line-height: 1.2;
}
.freeword dd input[type=submit]{
 border: none;
 background: url("../../assets/images/ic_search.png") no-repeat left top / 100% auto;
 width: 9px;
 height: 17px;
 margin: auto;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 12px;
 text-indent: -9999px;
}
/**/

.newsList dt{
 padding: 22px 0 0;
 color: #858585;
 line-height: 1.1;
}
.newsList dt span{
 display: inline-block;
 border-radius: 20px;
 border: 1px #aaa solid;
 padding: 1px 8px 0;
 margin-left: 16px;
 font-size: 11px;
 line-height: 15px;
}
.newsList dd{
 border-bottom: 1px #e2e2e2 solid;
 padding: 12px 0 15px;
 line-height: 1.4;
}
.newsList dd a{
 color: #333;
}

.newsList .press,
.newsDetail .date .press{border-color: #f2bd2c; color: #f2bd2c;}
.newsList .news,
.newsDetail .date .news{border-color: #7ab84b; color: #7ab84b;}
.newsList .important,
.newsDetail .date .important{border-color: #eb8181; color: #eb8181;}
.newsList .update,
.newsDetail .date .update{border-color: #7ab84b; color: #7ab84b;}
.newsList .parknews,
.newsDetail .date .parknews{border-color: #e767ca; color: #e767ca;}
.newsList .groupenews,
.newsDetail .date .groupenews{border-color: #6dbcd9; color: #6dbcd9;}
.newsList .inac,
.newsDetail .date .inac{border-color: #cf1225; color: #cf1225;}



@media screen and (max-width: 768px) {
	.newsList,
	.newsDetail{
		padding-right: 20px;
		padding-left: 20px;
	}
}/* //end for SP */

/*----------detail-----------*/
.newsDetail{
 max-width: 728px;
 margin: 110px auto 0;
}
.newsDetail .date{
 margin-bottom: 10px;
 color: #818181;
}
.newsDetail .date span{
 display: inline-block;
 border-radius: 20px;
 border: 1px #eaeaea solid;
 padding: 1px 8px 0;
 margin-left: 10px;
 font-size: 11px;
 line-height: 15px;
}
.newsDetail h1{
 border-bottom: 1px #72af43 solid;
 padding: 0 0 15px;
 margin-bottom: 30px;
 font-size: 28px;
 line-height: 1.5;
}
.newsDetail p + p{
 margin-top: 30px;
}
.newsDetail a{
 color: #333;
 text-decoration: underline;
}




