

/* news */
.news {
	padding-top:14px;
	padding-bottom:0;
	overflow:hidden;
	background-color:#f2f2f2;
}
.news img {
	float:left;
}

.news .section-wide-body{
	ocerflow:hidden;
	padding-left:117px;
	padding-top:5px;
	padding-bottom:5px;
	width:825px;
	background-image: url("../images/index/title-news.gif");
	background-repeat:no-repeat;
	background-position:left center;
}

.news ul {
	margin-left:40px;
	overflow:hidden;
}

.news ul li {
	cursor:pointer;
	margin-top:12px;
	margin-bottom:12px;
	overflow:hidden;
	width:782px;
	background-image: url("../images/index/news-split.gif");
	background-repeat:no-repeat;
	background-position:110px center;
}

.box_hover span {
	text-decoration:underline;
	
}

.news-title {
	margin-top: 1px;
	color:#10813a;
	font-size:12px;
	clear:both;
	float:left;
	width:104px;
}
.news-subject {
	margin-top: 2px;
	height: 20px;
	color:#000000;
	width: 647px;
	font-size:14px;
	margin-left:20px;
	float:left;
	letter-spacing:0.1em;
	background-image: url("../images/index/news-arrow.gif");
	background-repeat:no-repeat;
	background-position:right -2px;
}
.box_hover .news-subject {
	background-image: url("../images/index/news-arrow-on.gif");
}

.news .section-wide-notice {
	ocerflow:hidden;
	margin:14px auto 14px;
	padding:11px 14px 10px 16px;
	width:912px;
	line-height: 1.5em;
	background: #ffffff;
}
.news .section-wide-notice dt {
	float:left;
}
.news .section-wide-notice dd {
	padding-left:130px;
}
.news .section-wide-notice strong {
	color:#10813a;
}
.news .section-wide-notice a {
	display:block;
	width:782px;
	min-height:20px;
	color:#000000;
	font-size:14px;
	text-decoration:none;
	background-image: url("../images/index/news-arrow-2.gif");
	background-repeat:no-repeat;
	background-position:right -2px;
}
.news .section-wide-notice a:hover {
	text-decoration:underline;
	background-image: url("../images/index/news-arrow-2-on.gif");
}

/* pr */
.pr {
	overflow:hidden;
}
.pr img{
	margin:30px auto 30px;
}

/* information */
.information {
	margin-top:30px;
	overflow:hidden;
}
.information ul {
	overflow:hidden;
}

.information ul li {
	cursor:pointer;
	position:relative;
	float:left;
	margin-left:20px;
}
.information ul li.left {
	margin-left:0px;
}
.second {
	margin-top:20px;
}

.information ul li.reset {
}

.info-catch {
	position:absolute;
	width:300px;
	text-align:center;
	font-size:14px;
	color:#313131;
	top:153px;
	height:50px;
}
.info-catch.single {
	top:162px;
}

.info-title {
	position:absolute;
	top:225px;
	width:300px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#10813a;
}



/* pickup */
.pickup {
	margin-top:76px;
	overflow:hidden;
}

.pickup ul {
	margin-top:10px;
	overflow:hidden;
}

.pickup ul li {
	float:left;
	margin-left:20px;
}
.pickup ul li.left {
	margin-left:0px;
}

/* banner */
.banner {
	margin-top:80px;
	overflow:hidden;
	border-top:#f2f2f2 2px solid;
	padding-top:30px;
}

.banner img {
	float:left;
	margin-left:20px;
}
.banner img.left {
	margin-left:0px;
}
.banner02 {
	margin:30px auto 0;
	width:900px;
}


/* sns */
.sns {
	margin-top:33px;
	overflow:hidden;
	background-color:#f2f2f2;
	height:70px;
}
.sns ul {
	margin-top:9px;
	margin-left:237px;
	overflow:hidden;
}

.sns ul li {
	float:left;
	margin-left:20px;
}
.sns ul li.start {
	margin-left:0px;
}
/* movie */
.movie {
	text-align: center;
	position:relative;
	height:528px;
	background-color:#f2f2f2;
	overflow:hidden;
}
.movie .section-wide-body{

	overflow:hidden;
}


#player {
	margin:0 auto;
	z-index:500;
}

#movie-jpg {
	z-index:50;
	position:absolute;
	left:0;
	top:0;
}

#movie-start {
	z-index:60;
	position:absolute;
	right:20px;
	top:20px;
}
#movie-skip {
	display:none;
	z-index:60;
	position:absolute;
	right:20px;
	top:20px;
}


#movie-stop {
	display:none;
	z-index:60;
	position:absolute;
	right:70px;
	top:20px;
}

