@charset "UTF-8";
/* CSS Document */

html,body{
	width:100%;
	}

#contents{
	float:none;
	width:0px;
}

#newsmain{
	width:970px;
	}


/* title */

.title_area{
	width:100%;
	text-align: center;
	}
.title_area img{
	width:100%;
}
#logo{
	margin-bottom:30px;
	}
.navi{
	margin-top:15px;
	text-align: center;
	width: 100%;
	}
.navi > li{
	display: inline-block;
	margin: 0 20px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
}
.navi > li > a{
	color: #35455d;
	display: block;
}

/* section */
.section{
	width:100%;
	margin-top:50px;
	overflow:hidden;
	position: relative;
	text-align: center;
	}

.img_box > img{
	width:100%;
	}

.item_box{
	width:500px;
	position: absolute;
	top: 200px;
	}
.item_box a{
	color: #35455d;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	}

.item_box.left{
	text-align: center;
	left:20px
	}

p.item{
	display: inline-block;
}
p.item_name{
	font-family: 'Raleway', sans-serif;
	line-height: 1em;
	font-size:32px;
	margin-bottom: 12px;
	color: #35455d;
	}
p.item_name > span{
	font-size:16px;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
	margin-right: 15px;
}

p.icon{
	font-family:'Raleway', sans-serif;
	display:inline-block;
	background: #35455d;
	width:50px;
	height:14px;
	margin-left:20px;
	padding-top: 0px;
	font-size:10px;
	text-align:center;
	color: #fff;
	}

p.item_sub{
	margin-top: 10px;
	font-size: 12px;
	}

p.lower_item{
	margin-top: 35px;
	font-size: 12px;
	text-decoration: underline;
	display:inline-block;
}
div.no_link p{
color: #999;
text-decoration: none;
}
div.no_link > p.icon{
	border: 1px solid #999
	}


/* under link */

ul.under_link {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align:center;
	margin-top:50px;
	margin-bottom:150px;
}
ul.under_link li {
	border: 1px solid #cccccc;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
	width: 232px;
}
ul.under_link li a {
	background-color: #f4f4f4;
	color: #333333;
	display: block;
	font-size: 93%;
	padding-bottom: 14px;
	padding-top: 14px;
}



@media screen and (max-width: 640px) {
/* 陦???遉ｺ?伜沺縺?640px譛ｪ?縺???蝣???蜷医↓驕ｩ逕ｨ縺吶???繧???繧???繧???繝ｫ */

#newsmain{
	width:100%;
	}

/* SMP title */

.title_area{
	width:100%;
	height:auto;
	position:static;
	}
.title_area > div{
	text-align:center;
	}
#title > img{
	width:100%;
	}
#logo{
	margin:20px 0;
	}
#logo img{
	width:30%;
	}

#title_box{
	position:static;
}
.navi > li{
	width: 34px;
	height: 34px;
	margin: 0 4px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	border: 1px solid #c2c7ce;
}
.navi > li img{
	width: 60%;
}
.navi > li > a{
	width: 100%;
	height: 100%;
	color: #35455d;
	display: block;
}

/* SMP section */

.img_box{
	width:100%;
	}
.img_box > img{
	margin-bottom:0.8%;
	width:180%;
	}
.item_box a{
	margin-bottom: 0px;
	}

.item_box{
	position: static;
	width:100%;
	height:auto;
	margin:0 ;
	box-sizing:border-box;
	text-align: left;
	}

.item_box > *{
	border-bottom: 1px dotted #999;
	margin: 0;
	padding: 12px 0;
}
.item_box > a{
	text-align: left;
	padding-left: 3% !important;
	}
p.item_name{
	font-size:32px;
	margin-bottom: 0px;
	}


p.icon{
	position: absolute;
	right: 5px;
	width:40px;
	height:16px;
	margin-left:18px;
	padding-top: 2px;
	font-size:10px;
	}
p.lower_item{
	margin: 0;
}
.item_box.right{
	text-align: left;
	}
p.item_sub{
	font-size: 12px;
	}

/* SMP under link */


ul.under_link {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width:90%;
}
ul.under_link li {
	margin-bottom: 5px;
	margin-right: 0;
	width: 100%;
	}


}



@media screen and (min-width: 641px) {
/* hover settings */

div.item_box a:hover{
	opacity:0.5;
	}
.navi > li img{
	width: 26px;
}
.navi > li > a:hover{
	opacity:0.5;
	}


ul.under_link li a:hover {
	font-size: 93%;
	background-color: #CCC;
}

.item_list > li > a:hover{
	opacity:0.6;
	}

}
