@charset "utf-8";

#announcementMv {
	background: url(../../img/announcement/announcement_bg_sp.jpg) no-repeat center;
	background-size: cover;
}

#newsSelectArea {
	padding: 25px 0;
}
.newsCatselect {
	width: 100%;
}
.newsCatselect span.snsTl {
	display: block;
	float: left;
	width: 22.5%;
	padding-top: 10px;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.newsCatselect span.selectArea {
	float: right;
	width: 75.5%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.newsCatselect select {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	background: url(../../img/faq/arr_blk.png) no-repeat 96% center #ffffff;
	background-size: 10px auto;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 1.2rem;
}


#searchform {  
    position: relative;   
}  
#keywords  {  
    width: 100%; 
    background: #fff;
    border: none;  
    padding: 10px;  
	color: #a5a5a5;
 	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}  
#searchBtn {  
    position: absolute;  
    top: 8px;  
    right: 10px;
	width: 20px;
	height: 20px;
}  
*:first-child + html #searchBtn    {  
    top: 1px;  
}

#newsListArea {
	padding-top: 0;
	padding-bottom: 30px;
}

.snsList {
	width: 100%;
	margin: 0 auto 25px;
}
.snsList li a {
	display: block;
	width: 100%;
	padding: 20px 15px 20px 10px;
	border-bottom: 1px solid #d7d7d7;
	background: url(../../img/common/arr_blue.png) no-repeat right center;
	background-size: 10px auto;
	line-height: 1.0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.update {
	display: block;
	margin-bottom: 5px;
}
.new {
	display: inline-block;
	margin-left: 5px;
	padding: 3px;
	background: #ed0505;
	color: #ffffff;
}
.entryListtl {
	display: block;
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 900;
}
.entry_cat {
	display: block;
	font-size: 1.1rem;
	color: #004ea1;
}

.btn-wrap {
	width: 100%;
}
.btn-wrap a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #e8e8e8;
	color: #004ea1;
	font-size: 1.3rem;
	text-align: center;
}

.js-load { display:none; }
.js-load.active { display:block; }


/* detail */
.detail_date {
	float: left;
	margin-bottom: 10px;
}
.detail_cat {
	float: right;
	margin-bottom: 10px;
	text-align: right;
}
.detail_cat a {
	color: #004ea1;
}
.entryTtl {
	font-size: 2.0rem;
	font-weight: 900;
}
.subCat {
	margin: -20px 0 20px;
}
.subCat a {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.1rem;
	color: #004ea1;
}
.entryCol {
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.entryCol p,
.entryCol img {
	margin-bottom: 20px;
}
.entryCol img {
	display: block;
}
.entryCol p a {
	color: #004ea1;
	text-decoration: underline;
}
.entryBtn {
	width: 100%;
}
.prevBtn {
	float: left;
	width: 40px;
}
.nextBtn {
	float: right;
	width: 40px;
}
.prevBtn a,
.nextBtn a {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #004ea1;
	text-indent: -999999px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.prevBtn a {
	background: url(../../img/common/arr_blue_l.png) no-repeat center;
	background-size: 10px auto;
}
.nextBtn a {
	background: url(../../img/common/arr_blue.png) no-repeat center;
	background-size: 10px auto;
}
a.returnBtn {
	display: block;
	width: 45%;
	height: 40px;
	margin: -40px auto 0;
	border: 1px solid #004ea1;
	color: #004ea1;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


