@charset "utf-8";
/* CSS Document */
img{
	max-width: 100%;
}
#btn-back a{
	width: 334px;
	margin: 50px auto 40px;
	display: block;
}
@media screen and (min-width: 641px){
#category_list{
	top: 100px;
}
header{
	margin-bottom: 15px;
}

#wrap h2{
	width: 944px;
	border-left: solid 6px #a9dbe0;
	background: #666666;
	color: #fff;
	padding: 9px 0 13px 8px;
	font-size: 22px;
	font-weight: 500;
	display: table-cell;
}
#wrap h2 span{
	font-size: 12px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
listnews（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#listnews ul{
	margin: 10px 0 0;
}
#listnews li{
	width: 308px;
	border: 1px dotted #ccc;
	float: left;
	margin-top: 15px;
}
#listnews li:nth-child(2) , #listnews li:nth-child(5){
	margin: 15px 14px 0;
}
#listnews li dl{
	padding: 10px;
	position:relative;
}
#listnews ul li.new dl:after{
	content:url(../../common/img/new_tag.png);
	position:absolute;
	top:0;
	left:0;
	}
#listnews li dl dt{
	text-align: center;
}
#listnews li dl dd{
	background: #f5f3eb;
	padding: 10px;
	line-height: 1.6em;
	margin: 10px 0 0 0 ;
	position: relative;
	height: 130px;
	overflow:hidden;
}
#listnews li dl dd p{
	height:4.6em;
	overflow:hidden;
	}
#listnews li dl dd p + p{
	margin: 10px 0 0 0 ;
	
}
#pager{
}
#pager ul{
	margin: 20px auto;
	width: 270px;
}
#pager li{
	width: auto;
	margin: 0 5px ;
	padding: 5px;
}
#pager li a{
	display: block;
}
#pager li:first-child{
	text-align: right;
	padding: 5px;
	position: relative;
}
#pager li:last-child{
	text-align: left;
	padding: 5px;
	position: relative
}
#listnews #pager li:nth-child(2) , #listnews #pager li:nth-child(5){
	margin: 0 5px;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
newsdeta（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#newsdeta #newsdeta-contents{
	margin: 20px 0 ;
}
#newsdeta #side{
	width: 450px;
	float: left;
}
#newsdeta #side img{
  width: 436px;
  height: 617px;
  padding: 10px;
}
#newsdeta #right{
	width: 490px;
	float: right;
	margin: 0 0 0 20px;
}
#newsdeta #right #deta{
	font-size: 16px;
}
#newsdeta #right #deta p{
	line-height: 2em;
}
#newsdeta #right #deta p + p {
  line-height: 1.6em;
}
#newsdeta #right #deta p:first-child{
	margin: 20px 0 10px;
  font-size: 12.8px;
}
#newsdeta #right #deta span{
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 19.2px;
}

#newsdeta #relation{
	clear: both;
	margin: 50px 0 0px 0;
}
#newsdeta #relation h4{
	border-bottom: 1px solid #333;
	color: #fff;
}
#newsdeta #relation h4 span{
	background: #333;
	padding: 10px 0 10px 10px;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
	border-radius: 2px 2px 0 0
}
#inewsdeta #relation h4 span:after{
	position: absolute;
	border: solid 37px transparent;
	border-bottom: solid 37px #333;
	right: -36px;
	bottom: 0;
	content: ' ';
	z-index: -1;
}
#newsdeta #relation ul{
	margin: 20px 0 0 0;
}
#newsdeta #relation li{
	width: 140px;
	float: left;
}
#newsdeta #relation li:nth-child(2){
	margin: 0 15px;
}
#newsdeta #relation li dl dt img{
	padding: 5px;
	width: 130px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
	
			  transparent 75%, transparent);	
}
#newsdeta #relation li dl dd p{
	font-size: 14px;
	margin: 15px 10px 0;
}
#newsdeta #relation li dl dd p + p span{
	font-size: 20px;
	font-weight: bold;
	
}

}
@media screen and (max-width: 640px){
body{
	font-size: 14px;
}
#g_nav , .inner , #wrap , #f_area{
	width: 	100%;
	margin: 0 auto;
}
header{
	padding: 15px 4.6875% 17px;
	height:auto
	}
header h1{
		width: 66.85%;
		position:relative;
		top:0;
		margin:0;
	}
#category_list{
	top: 63px;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
itemlist（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#wrap h2{
	background: #666;
	text-align: left;
	padding: 10px;
	color: #fff;
	font-weight: 500;
	font-size : 18px;
	margin: 0  0 15px;
}
#wrap h2 span{
	margin: 0 0 0 10px;
}
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
listnews（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#listnews ul{
}
#listnews li{
	width: 100%;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
#listnews li dl{
	padding: 10px;
	position:relative;
}
#listnews ul li.new dl:after{
	content:url(../../common/img/new_tag.png);
	position:absolute;
	top:0;
	left:0;
	}
#listnews li dl dt{
	width: 30%;
	float: left;
}
#listnews li dl dd{
	width: 60%;
	margin: 0 5%;
	line-height: 1.6em;
	float: right;
}
#listnews li dl dd p + p{
	margin: 10px 0 0 0 ;
}
#pager{
}
#pager ul{
	margin: 20px auto;
}
#pager ul li{
	width: 11%;
	border: solid  1px #ccc;
	margin: 0;
	padding: 10px 0;
	float: left;
	clear: none;
	margin: 0 2.5% 0 0;
	text-align: center;
	
}
#pager ul li:last-child{
	margin: 0;
}
#pager li span{
	display: none;
}
#pager li a{
	display: block;
}

/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
newsdeta（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#newsdeta #newsdeta-contents{
	margin: 20px 0 ;
}
#newsdeta #side{
	width: 67.34%;
	margin: 0 auto;
	text-align: center;
}
/*#newsdeta #side img{
	padding: 4px ;
	border: 1px solid #a69e8f;
	background: #ddd8ce;
}*/
#newsdeta #right{
	width: 95%;
	margin: 0 2.5%;
}
#newsdeta #right #deta{
	font-size: 14px;
}
#newsdeta #right #deta p{
	line-height: 1.6em;
}
#newsdeta #right #deta p span{
  font-weight:bold;
}
#newsdeta #right #deta p:first-child{
	margin: 20px 0 10px;
	font-size: 11.2px;
}
#newsdeta #right #deta p:first-child span{
	font-size: 16.8px;
}
#newsdeta #right #deta h3{
	font-weight: bold;
	margin: 0 0 15px 0;
}

#newsdeta #relation{
	width: 95%;
	margin: 40px 2.5% 0;
}
#newsdeta #relation h4{
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
}
#newsdeta #relation ul{
	margin: 20px 3% 0;
}
#newsdeta #relation li{
	width: 32%;
	float: left;
}
#newsdeta #relation li:nth-child(2){
	margin: 0 2%;
}
#newsdeta #relation li dl dt img{
	padding: 5%;
	margin: 0 auto;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-color: #f4f4f2;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #f7f7f6), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #f7f7f6),
				color-stop(.75, #f7f7f6), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f7f7f6 25%, transparent 25%,
			  transparent 50%, #f7f7f6 50%, #f7f7f6 75%,
	
			  transparent 75%, transparent);	
}
#newsdeta #relation li dl dd p{
	font-size: 12px;
	margin: 15px 10px 0;
}
#newsdeta #relation li dl dd p + p span{
	font-size: 18px;
	font-weight: bold;
	
}
#btn-back a{
	width: 90%;
	margin: 30px auto;
}
#btn-back a img{
	width: 100%;
	margin: 0 ;
}

}