@charset "utf-8";
/* CSS Document */

/*スライドショー*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: url(../img/index/prev.png) no-repeat right center;}
.slider_next {background: url(../img/index/next.png) no-repeat left center;}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	/*z-index: 200;*/
}
.pagination a {
	margin: 0 5px;
	width: 6px;
	height: 6px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #fff;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*トップページコンテンツ*/
#contents #info_box {
	max-width:960px;
	margin:auto auto 45px;
}
#contents #info_box:last-child {
	margin:auto auto 160px;
}
#contents #info_box .clearFix {
	border-bottom:double;
	position:relative;
	padding:0 0 5px;
}
#contents #info_box h2 {
	background-color:#e9e9e9;
}
#contents #info_box h2 span.h2_head {
	background-color:#ff477c;
	color:#FFF;
	border-radius: 4px; /* CSS3草案 */
    -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
    -moz-border-radius: 4px; /* Firefox用 */
	font-size:100%;/*24px*/
	padding:0 10px;
	margin:0 5px 0 0;
	display:inline-block;
}
#contents #info_box h2.info2 span.h2_head {
	background-color:#0072ff;
}
#contents #info_box h2.info3 span.h2_head {
	background-color:#01b434;
}
#contents #info_box h2 span.h2_bottom {
	font-size:75%;/*18px*/
	display:inline-block;
	margin:0 0 0 0;
	vertical-align:sub;
}
#contents #info_box p.blog {
	position:absolute;
	right:90px;
	bottom:0;
}
#contents #info_box p.more {
	position:absolute;
	right:0;
	bottom:0;
}
#contents #info_box p.sp_more , #contents #info_box p.sp_blog {
	display:none;
}
#contents #info_box p.blog a , #contents #info_box p.more a {
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	font-size:114.2%;/*16px*/
	background:url(../img/index/more_arrow.png) no-repeat left 5px;
	background-size:7px 12px;
	padding:0 0 0 12px;
	color:#252525;
}
#contents #info_box p.blog a {
	color:#0072ff;
}
#contents #info_box ul {
	margin:25px 0 0 0;
}
#contents #info_box ul li {
	border-bottom:#c2c2c2 1px dotted;
	padding:0 5px 10px 5px;
	margin:0 0 10px 0;
}
#contents #info_box ul li span.date {
	font-weight:bold;
	margin:0 12px 0 0;
	display:block;
}
#contents #info_box ul li span.article a {
	display:block;
	margin:0 12px 0 0;
	text-decoration:none;
}

@media screen and (min-width: 0px) and (max-width: 980px) {
#contents #info_box .clearFix h2 {
	padding:0 10px;
}
}
@media screen and (min-width: 0px) and (max-width: 680px) {
#contents #info_box p.blog , #contents #info_box p.more {
	display:none;
}
#contents #info_box p.sp_more , #contents #info_box p.sp_blog {
	display:block;
	position:static;
	text-align:right;
	margin:0 10px 0 0;
}
#contents #info_box p.sp_blog a {
	color:#0072ff;
}
}
@media screen and (min-width: 0px) and (max-width: 530px) {
#contents #info_box h2 span.h2_head {
	float:left;
}
#contents #info_box h2 span.h2_bottom {
	display:inline;
	margin:10px 0 0;
	vertical-align:baseline
}
#contents #info_box:last-child {
	margin:auto auto 100px;
}
}