@charset "utf-8";
.contents_wrap a{
	color:#5f99eb;
	text-decoration:underline;
}
.contents_wrap a:hover{
	text-decoration:none;
	background-color:transparent;
}
input,
text,
select{
	font-size:14px;
	outline:none;
}
input[name="icon"],
input[name="consent"],
input[name="tags[]"]{
	display:none;
}
.pankuzu ul{
	background:#fff;
	border-radius:5px;
	box-shadow:0 3px 10px #ffe292;
	overflow:hidden;
	padding:9px 15px;
	margin-bottom:20px;
}
.pankuzu li{
	float:left;
	font-size:12px;
	margin:1px 0;
}
.pankuzu li:after{
	content:">";
	margin:0 7px 0 4px;
}
.pankuzu li:last-child:after{
	display:none;
}
#header_searchMenu{
	float:right;
	width:389px;
	overflow:hidden;
	margin:20px 0 10px;
}
#header_searchMenu li{
	float:left;
	margin-bottom:10px;
}
.header_searchMenu_btn{
	cursor:pointer;
	display:inline-block;
}
#header_searchMenu li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
#header_searchMenu li:nth-of-type(2n+1){
	width:167px;
}
#header_searchMenu li:nth-of-type(2n){
	width:222px;
}
header{
	width: 100%;
}
.summary{
	width:100%;
	height:20px;
	line-height:20px;
	background:#ffd735;
}
.header_wrap{
	overflow: hidden;
	width: 1020px;
	margin: 0 auto;
}
h1{
	width: 1020px;
	margin: 0 auto;
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
.logo{
	float:left;
	margin:20px 0;
}
/*------------------------------------------------------------
　レイアウト
-------------------------------------------------------------*/
.contents_wrap{
	width:100%;
	background:url(../images/top_new/gradation01.png) repeat-x;
	padding-top:40px;
	line-height: 1.6;
}
.contents_inner{
	width:1020px;
	margin:0 auto;
}
.contents{
	background:#fff;
	border-radius:10px;
	padding:10px 20px 40px;
}
.spam{
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #bfbfbf;
}
.spam:first-child{
	margin-top: 0;
	border-top: 0;
}
.spam_top>*+*{
	margin-top: 20px;
}
.spam_link{
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.spam_link:hover{
	opacity: .8;
}
.spam_link::before{
	display: inline-block;
	width: 6px;
	height: 11px;
	margin: -2px 5px 0 0;
	background: url(../images/common/arrow/arrow_6_11_333.png) no-repeat;
	vertical-align: middle;
	content: "";
}
.spam_ttl{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.spam_ttl span{
	font-size: 14px;
	font-weight: normal;
}

.spam_li{
	width: 980px;
	margin: 40px auto 0;
	font-size: 0;
}
.spam_item{
	display: inline-block;
	position: relative;
	width: 220px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
.spam_item{
	margin-left: 33px;
}
.spam_item:first-child{
	margin-left: 0;
}
.spam_item::before{
	position: absolute;
	top: 105px;
	left: -21px;
	width: 10px;
	height: 16px;
	background: url(../images/common/arrow/arrow_10_16_000.png);
	content: "";
}
.spam_item:first-child::before{
	display: none;
}
.spam_item img{
	margin-bottom: 15px;
}
