@charset "utf-8";

h2{
	font-weight:bold;
	text-align:center;
	color:#004098;
}
/*#listBox{display:none;}*/
#listBox ul{
	margin-bottom:20px;
	border:1px solid #bfbfbf;
	border-radius:5px;
	font-size:14px;
	line-height:1.4;
}
#listBox li{
	background:#ebebeb url(../img/icn_pc.png) no-repeat 98% 80%;
	background-size:14px 9px;
	-webkit-background-size:14px 9px;
	border-bottom:1px solid #c8c8c8;
}
#listBox li:first-child{
	border:solid #bfbfbf;
	border-width:0 0 1px;
	border-radius:5px 5px 0 0;
}
#listBox li:last-child{
	border:solid #bfbfbf;
	border-width:0;
	border-radius:0 0 5px 5px;
}
#listBox li:nth-child(odd){background:#f8f8f8 url(../../common/img/icn_pc.png) no-repeat 98% 80%;}
#listBox ul span{
	display:block;
	font-size:10px;
	color:#004098 !important;
}
#listBox li a{
	display:block;
	padding:10px 20px;
	text-decoration:none;
	color:#161616;
}
#listBox div.list{
	margin-bottom:5px;
	background:none;
	border-bottom:0 solid #c8c8c8;
	border-radius:0 0 5px 5px;
	font-size:12px;
	text-align:right;
}
#listBox div.list span{
	display:inline-block;
	padding:5px 5px 6px;
	border-radius:5px;
	font-weight:bold;
}
#listBox div.list span a{
    display:inlin-block;
	padding-right:20px;
	background:url(../img/icn_pc2.png) no-repeat 98% center;
	background-size:17px 10px;
	-webkit-background-size:17px 10px;
	text-decoration:none;
	color:#ffffff;
}
#listBox.cp{overflow:hidden;}
#listBox.cp li a{
	position:relative;
	min-height:80px;
	overflow:hidden;
}
#listBox.cp span.image{
	position:absolute;
	margin-right:15px;
}
#listBox.cp span.ttl{
	margin-bottom:5px;
	padding-left:95px;
	font-size:14px;
	color:#004098 !important;
	line-height:1.2;
}
#listBox.cp span.period{
	padding-left:95px;
	color:#161616 !important;
}
#listBox.cp div.list{
	display:inline-block;
	float:right;
	margin-left:15px;
}



#topLink{
	width:95%;
	margin:0 auto 20px;
	background:none;
	border-bottom:0 solid #c8c8c8;
	border-radius:0 0 5px 5px;
	font-size:12px;
	text-align:right;
}
#topLink span{
	display:inlin-block;
	padding:5px;
	background:-moz-linear-gradient(top, #73b1e2, #325fb8);
	background:-webkit-gradient(linear, center top, center bottom, from(#73b1e2), to(#325fb8));
	border-radius:5px;
	font-weight:bold;
}
#topLink span a{
	padding-right:20px;
	background:url(/sp_common/img/icn_link.png) no-repeat 98% center;
	background-size:8px 12px;
	-webkit-background-size:8px 12px;
	text-decoration:none;
	color:#ffffff;
}













