@charset "utf-8";

#wrapper{ background:url(../images/wave.jpg) no-repeat center 600px;}

/*-----------------------------
	news
------------------------------*/

/* tab */
#news ul#tab{
	overflow:hidden;
	border-bottom:2px solid #D70545;
	margin-bottom:60px;
}
#news ul#tab li{
	float: left;
	padding:12px 0;
	width:166px;
	box-sizing:border-box;
	line-height:15px;
	margin:12px 2px 0 0;
	background:#dcdcdc;
	cursor:pointer;
	text-align:center;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
#news ul#tab li.selected {
	color: #fff;
	cursor:default;
	padding:24px 0 12px;
	background:#D70545;
	margin:0 1px 0 0;
}
#news ul#tab li:last-child{
	margin-right:0;
}
@media screen and (max-width:640px){
#news ul#tab{
	overflow:hidden;
	border-bottom:2px solid #D70545;
	margin-bottom:20px;
}
#news ul#tab li{
	float: left;
	padding:12px 0;
	width:24%;
	box-sizing:border-box;
	line-height:15px;
	margin:12px 1.3% 0 0;
	background:#dcdcdc;
	cursor:pointer;
	text-align:center;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
#news ul#tab li.selected {
	color: #fff;
	cursor:default;
	padding:24px 0 12px;
	background:#D70545;
	margin:0 1.3% 0 0;
}
#news ul#tab li:last-child{
	margin-right:0;
}
}
/* text-area */
#news #text-area{
	z-index:-1;
	clear:left;
}
#news #text-area h3{
	font-size:135%;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:2px solid #DCDCDC;
}
#news #text-area dl{
	padding:20px 0;
	border-bottom:1px solid #DCDCDC;
}
#news #text-area dl:last-of-type{
	margin-bottom:35px;
}
#news #text-area dl dt{
	color:#D70545;
	float:left;
	width:110px;
	margin-right:3px;
}
#news #text-area dl dd{
	overflow:hidden;
	font-size:85%;
}
#news #text-area dl dd div{
	width:70px;
	float:left;
	margin-right:5px;
}
#news #text-area dl dd div p{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align:center;
	margin-bottom:5px;
	font-size:90%;
}
#news #text-area dl dd div p.tag{
	background:#DCDCDC;
}
#news #text-area dl dd div p:last-child{
	margin-bottom:0;
}
.pdf{
	display:inline-block;
	width:35px;
	text-align:center;
	margin-right:10px;
	color:#fff;
	background:#D70545;
}
@media screen and (max-width:640px){
#news #text-area dl:last-of-type{
	margin-bottom:20px;
}
#news #text-area dl dt{
	color:#D70545;
	float:left;
	width:80px;
	margin-right:3px;
}
#news #text-area dl dd div{
	width:60px;
	float:left;
	margin-right:5px;
	font-size:85%;
}
}
/* pager */
#news #text-area .pager{
	clear:both;
	overflow:hidden;
	margin-bottom:65px;
	font-size:85%;
}
#news #text-area .pager div{
	border:1px solid #dcdcdc;
}
#news #text-area .pager a{
	width:120px;
	height:50px;
	box-sizing:border-box;
	display:block;
}
#news #text-area .pager .prev a{
	padding:15px 10px 15px 55px;
	background:url(../common/images/icon-arrow-left.png) no-repeat 26px center;
	-webkit-background-size:10px 19px;
	-moz-background-size:10px 19px;
	background-size:10px 19px;
}
#news #text-area .pager .next a{
	padding:15px 10px 15px 27px;
	background:url(../common/images/icon.png) no-repeat 83px center;
	-webkit-background-size:10px 19px;
	-moz-background-size:10px 19px;
	background-size:10px 19px;
}
#news #text-area .pager .prev{
	float:left;
}
#news #text-area .pager .next{
	float:right;
}
@media screen and (max-width:640px){
#news #text-area .pager a{
	width:120px;
	height:40px;
	box-sizing:border-box;
	display:block;
}
#news #text-area .pager .prev a{
	padding:12px 10px 10px 55px;
	background:url(../common/images/icon-arrow-left.png) no-repeat 26px center;
	-webkit-background-size:8px 16px;
	-moz-background-size:8px 16px;
	background-size:8px 16px;
}
#news #text-area .pager .next a{
	padding:12px 10px 10px 27px;
	background:url(../common/images/icon.png) no-repeat 83px center;
	-webkit-background-size:8px 16px;
	-moz-background-size:8px 16px;
	background-size:8px 16px;
}
}



/*-----------------------------
	news-detail
------------------------------*/

/* news-detail */
#news-detail .date{
	color:#D70545;
	margin-bottom:35px;
}
#news-detail .date span{
	color:#fff;
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align:center;
	margin-bottom:5px;
	margin-left:10px;
	width:70px;
	box-sizing:border-box;
	font-size:85%;
}
#news-detail article a{
	color:#D70545;
}
#news-detail article h3{
	font-size:125%;
	font-weight:normal;
	padding-bottom:25px;
	border-bottom:1px solid #C9C9C9;
	margin-bottom:35px;
}
#news-detail article p{
	margin-bottom:20px;
}
#news-detail article figure{
	padding-top:10px;
	margin-bottom:50px;
	text-align:center;
}
#news-detail article div.relation{
	padding:20px;
	background:#f5f5f5;
	margin-bottom:55px;
}
#news-detail article div.relation p{
	margin-bottom:10px;
}
#news-detail article div.relation p:last-child{
	margin-bottom:0;
}
#news-detail article div.relation .link{
	padding-left:45px;
	background:url(../common/images/icon-link.png) no-repeat 9px center;
}
#news-detail .back{
	margin-bottom:110px;
}
#news-detail .back a{
	color:#111;
	display:block;
	width:305px;
	height:60px;
	box-sizing:border-box;
	margin:0 auto;
	padding:20px 10px 15px 90px;
	background:url(../common/images/icon.png) no-repeat 203px center;
	-webkit-background-size:10px 19px;
	-moz-background-size:10px 19px;
	background-size:10px 19px;
	border:1px solid #dcdcdc;
}
#news-detail a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
@media screen and (max-width:640px){
#news-detail .date{
	color:#D70545;
	margin-bottom:20px;
}
#news-detail article h3{
	font-size:125%;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #C9C9C9;
	margin-bottom:20px;
}
#news-detail article p{
	margin-bottom:10px;
}
#news-detail article figure{
	padding-top:5px;
	margin-bottom:30px;
}
#news-detail article div.relation{
	padding:10px;
	background:#f5f5f5;
	margin-bottom:25px;
}
#news-detail article div.relation .pdf-icon{
	padding-left:50px;
	text-indent:-50px;
}
#news-detail article div.relation .pdf{
	text-indent:0;
}
#news-detail .back{
	margin-bottom:40px;
}
#news-detail .back a{
	color:#111;
	display:block;
	width:100%;
	height:50px;
	box-sizing:border-box;
	margin:0 auto;
	padding:15px 10px 10px 10px;
	background:url(../common/images/icon.png) no-repeat 65% center;
	-webkit-background-size:10px 19px;
	-moz-background-size:10px 19px;
	background-size:10px 19px;
	border:1px solid #dcdcdc;
	text-align:center;
}
}




#news-detail img{
	max-width: 100%;
	width: auto;
	height: auto;
}













