@charset "UTF-8";

#conts .accordionBox {
	display: none;
}

#conts .headline h2 {
	padding: 10px 0 8px 25px;
	background-image: -webkit-gradient(linear, left top, left bottom,
						from(#069),
						to(#008BCE));
	background-image: -moz-linear-gradient(
						#069,
						#008BCE);
	background-image: linear-gradient(
						#069,
						#008BCE);
	display: block;
	position: relative;
	color: #fff;
	fonot-size: 10rem;
	font-weight: normal;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}

#conts .headline h2:before {
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../img/common/sprite_icon.png) no-repeat 0 -28px;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	content: "";
}

#conts .headline h3 {
	margin-top: 20px;
	padding: 15px 10px 13px 14px;
	background-image: -webkit-gradient(linear, left top, left bottom,
						from(#fff),
						to(#ddd));
	background-image: -moz-linear-gradient(
						#fff,
						#ddd);
	background-image: linear-gradient(
						#fff,
						#ddd);
	border-top: 3px solid #069;
	border-bottom: 1px solid #ccc;
	position: relative;
	color: #111;
	font-size: 1.6rem;
	font-weight: normal;
}

#conts .headline .accordion {
	margin: 0;
	padding-left: 48px;
	border-top: none;
}

#conts .headline .accordion:before {
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../img/common/sprite_icon.png) no-repeat -168px 0;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	content: "";
}

#conts .headline .accordion.open:before {
	background-position: -192px 0;
}

#conts .headline .accordionBox {
	border-bottom: 1px solid #ccc;
}

#conts .headline .news li {
	font-size: 1.6rem;
	padding-bottom: 10px;
}

#conts .headline .news li:nth-child(odd) {
	background: #eee;
}

#conts .headline .news li:nth-child(even) {
	background: #fff;
}

#conts .headline .news li a {
	padding: 15px 20px 13px 15px;
	overflow: hidden;
	display: block;
	position: relative;
	text-decoration: none;
}


/*------------------------------
	リンク無しサブメニュー
--------------------------------*/
.list_title01 {
	padding: 15px 20px 13px 15px;
	overflow: hidden;
	display: block;
	position: relative;
	text-decoration: none;
}

.list_icon01 {
	margin-top: -7px;
	width: 7px;
	height: 14px;
	top: 50%;
	right: 20px;
	position: absolute;
}


#conts .headline .news li a:after {
	margin-top: -7px;
	width: 7px;
	height: 14px;
	background: url(../img/common/sprite_icon.png) no-repeat -38px -28px;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
}

#conts .headline .news li .date {
	margin-bottom: 3px;
	display: block;
	font-size: 1.2rem;
}

#conts .headline .news li time {
	color: #666;
}

#conts .headline .news li time,
#conts .headline .news li .news {
	vertical-align: baseline;
}

#conts .headline .news li .new {
	margin-left: 10px;
}

#conts .headline .news li .thumbnail {
	margin-right: 10px;
	float: left;
}

#conts .headline .more {
	margin: 13px 0;
	text-align: center;
}

#conts .headline .more a {
	padding-right: 15px;
}

#conts .headline .more a:after {
	margin-top: -4px;
	width: 4px;
	height: 9px;
	background: url(../img/common/sprite_icon.png) no-repeat 0 -42px;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	right: 5px;
	content: "";
}
