@charset "utf-8";

/*トップページ用*/

/*コンテンツ*/
#c_cont {
	margin-top: 90px;
	width: 100%;
	min-width: 960px;
}
.top_cont_box_movie {
	width: 100%;
	background-color: #000;
}
.top_cont_box_movie iframe {
	width: 100%;
}

/*コンテンツ1*/
#top_cont_1 {
	width: 100%;
	margin-top:55px;
}

/*コンテンツ2*/
#top_cont_2 {
	width: 960px;
	margin: 55px auto 0;
}
#top_cont_2_main {
	float: left;
	width: 445px;
	margin-top: 26px;
}
#top_cont_2_ttl {
	line-height: 11px;
}
#top_cont_2_ttl img {
	width: 68px;
}
#top_cont_2_news {
	margin-top: 6px;
	width: 445px;
}
#top_cont_2_news tr {
	border-bottom: 1px dotted #fff;
	vertical-align: top;
	width: 445px;
}
#top_cont_2_news tr td {
	padding: 0.5em 0;
}
#top_cont_2_news tr td {
	padding-right: 1em;
}
#top_cont_2_more {
	margin-top: 6px;
	text-align: right;
}
#top_cont_2_img {
	float: right;
	width: 440px;
}

/*コンテンツ2_2*/
#top_cont_2_2_main {
	float: right;
	width: 445px;
	margin-top: 26px;
}
#top_cont_2_2_ttl {
	line-height: 11px;
}
#top_cont_2_2_ttl img {
	width: 90px;
}


/*コンテンツ3*/
#top_cont_3 {
	width: 960px;
	margin: 45px auto 0;
	text-align: center;
}
#top_cont_3_top {
	background: url("../img/top/top_cont_3_top_line.png") no-repeat center bottom;
	padding-bottom: 35px;
}
#top_cont_3_top_txt {
	margin-top: 22px;
	font-size: 17px;
}
#top_cont_3_btm {
	width: 760px;
	margin: 42px auto 0;
}
#top_cont_3_btm_txt {
	font-size: 14px;
	line-height: 2.5em;
}
#top_cont_3_btm_note {
	font-size: 9px;
	text-align: right;
}


/*コンテンツ4*/
#top_cont_4 {
	margin-top: 60px;
}
#top_cont_4_ttl {
	width: 960px;
	margin: 0 auto 50px;
	text-align: center;
}

/*コンテンツ5*/
#top_cont_5 {
	margin-top: 150px;
}
#top_cont_5_ttl {
	width: 960px;
	margin: 0 auto 50px;
	text-align: center;
}

#top_cont_6 {
	width: 100%;
}

#top_cont_6_top{
	width: 100%;
	text-align: center;
}


/*バナー*/

.top_x1gp_large_banner {
	margin:auto;
	margin-top:140px;
	margin-bottom:90px;
	width:1040px;
}

.top_x1gp_large_banner img {
	width:100%;
	height:auto;
	border: 1px solid #fff;
}

@media (max-width:1061px) {
	.top_x1gp_large_banner {
		margin:auto;
		margin-top:140px;
		margin-bottom:90px;
		width:960px;
	}
}