@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
*+html {
	overflow-x: hidden;
}

*html {
	overflow-x: hidden;
}

#main .mainBox {
	width: 100%;
}

#main .mainVisual {
	margin-bottom: 29px;
	height: 553px;
	width: 100%;
	overflow: hidden;
}

#main .mainImg {
	height:290px;
/*	height: 553px;*/
	margin: 0 auto;
	position: relative;
	background: url(../img/index/main_img_bg.jpg) no-repeat center bottom; 
}

#main .mainImg .arrow li {
	float: none;
}

#slide_prev a,
#slide_next a {
    display: block;
    height: 104px;
    position: absolute;
    top: 198px;
    width: 46px;
	text-indent: -9999px;
}

#slide_prev a {
	right: -46px;
	background: url(../img/index/prev_out.png) no-repeat;
}

#slide_prev a:hover {
	background: url(../img/index/prev_over.png) no-repeat;
}

#slide_next a {
	left: -46px;
	background: url(../img/index/next_out.png) no-repeat;
}

#slide_next a:hover {
	background: url(../img/index/next_over.png) no-repeat;
}

#slide_prev {
	background: url(../img/index/slide_bg.png) repeat left top;
    height: 504px;
    left: -490px;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1300;
}

#slide_next {
	background: url(../img/index/slide_bg.png) repeat left top;
    height: 504px;
    position: absolute;
    right: -490px;
    top: 0;
    width: 50%;
    z-index: 1200;
}

#main .fooSpace {
	overflow: hidden;
	height: 0;
	visibility: hidden;
}

#main .fooSpace img {
	width: 80%;
	height: auto;
}

#main .mainImg li {
	float: left;
}

#main .mainImg li img {
	display: block;
}

#main .mainConts {
	margin: 0 auto;
	width: 980px;
}

#main .mainConts .announce2014 {
	width:100%;
	margin: 0 auto;
	padding-bottom:40px;
}

#main .mainConts .title_sub  { text-align:center; }
#main .mainConts .title_sub span { display:inline-block; margin:0 auto 20px; padding:5px 60px; border-top:2px solid #000; border-bottom:2px solid #000; }

#main .hr_shadow { width:100%; height:10px; margin:40px 0; padding:0; border:none; outline:none; background:url(/img/hr_shadow.png) no-repeat center top; background-size:contain; }

#main .mainConts .col2 {
	margin-bottom:40px;
}
#main .mainConts .col2 .item_col {
	float:left;
	width:480px;
	text-align:center;
}
#main .mainConts .col2 .item_col:first-child {
	margin-right:20px;
}

#main .mainConts .col2 h3 {
	height:54px;
	margin-bottom:0;
	padding:4px 0;
	background-color:#000;
	color:#fff;
	font-size:16px;
	line-height:18px;
}
#main .mainConts .col2 .item_col:first-child h3 {
	height:36px;
	padding-top:22px;
}

#main .mainConts .col2 a {
	display:block;
	padding:30px 0;
	background:#e4007f url(/img/common/icon_arrows_white.png) no-repeat 10px center;
	color:#fff;
	font-size:20px;
	text-align:center;
	text-decoration:none;
}

#main .mainConts .col2 a:hover {
	background-color:#000;
}

#main .mainConts .list_movies {
	width:1000px;
	margin-right:-20px;
	padding-bottom:20px;
	overflow:hidden;
}

#main .mainConts .list_movies li {
	float:left;
	width:230px;
	margin-right:20px;
}
#main .mainConts .list_movies li iframe {
	width:100%;
	height:129px;
}
#main .mainConts .bnr_movies {
	text-align:right;
}
#main .mainConts .bnr_movies a {
	display:inline-block;
	width:200px;
	padding:10px 0 10px 30px;
	background:#e4007f url(/img/common/icon_arrows_white.png) no-repeat 10px center;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
#main .mainConts .bnr_movies a:hover {
	background-color:#000;
}

#main .mainConts h2 {
	margin-bottom: 14px;
}

#main .mainConts .newsUl {
	margin: 0 -27px 40px 0;
	width: 1008px;
	overflow: hidden;
}

#main .mainConts .newsUl li {
	margin-bottom: 20px;
	margin-right: 27px;
	width: 309px;
	min-height: 350px;
	float: left;
}

#main .mainConts .newsUl li .title {
	margin-bottom: 1px;
	font-weight: bold;
	letter-spacing: -1px;
}

#main .mainConts .newsUl li .title span {
	font-size: 11px;
	display: block;
}

#main .mainConts .newsUl li dl {
	margin-bottom: 9px;
	border-top: 4px solid #E4007F;
}

#main .mainConts .newsUl li dt {
	padding: 5px 0 7px;
	width: 180px;
	color: #fff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: #E4007F;
}

#main .mainConts .newsUl li dd {
	padding: 7px 10px 0 0;
	font-size: 11px;
	text-align: right;
}

#main .mainConts .newsUl li dd a {
	padding-left: 12px;
	display: inline-block;
	color: #E4007F;
	text-decoration: none;
	background: url(../img/common/icon03.gif) no-repeat left 5px;
}

#main .mainConts .newsUl li dd a:hover {
	text-decoration: underline;
}

#main .mainConts .newsUl li .photo {
	margin-bottom: 3px;
	width: 302px;
	height: 212px;
	clear: both;
	background: url(../img/index/photo_bg.jpg) no-repeat right bottom;
}

#main .mainConts .newsUl li .photo img {
	width: 297px;
	height: auto;
	float: left;
	display: block;
	vertical-align: baseline;
}

#main .mainConts .newsUl li .photo a {
	display: block;
}

#main .mainConts .newsUl li .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .mainConts .newsUl li .text {
	clear: both;
	display: block;
	font-size: 11px;
}

#main .mainConts .detailBox {
	margin-bottom: 28px;
	clear: both;
}

#main .mainConts .detailBox .lBox {
	width: 490px;
	float: left;
}

#main .mainConts .detailBox h3 {
	margin-bottom: 10px;
}

#main .mainConts .detailBox .lBox p {
	margin-bottom: 20px;
	font-size: 12px;
}

#main .mainConts .detailBox .lBox .photoList li {
	padding-bottom: 12px;
	float: left;
}

#main .mainConts .detailBox .lBox .photoList li a {
	display: block;
}

#main .mainConts .detailBox .lBox .photoList li img {
	display: block;
	vertical-align: baseline;
}

#main .mainConts .detailBox .lBox .photoList li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .mainConts .detailBox .rBox {
	width: 452px;
	float: right;
}

#main .mainConts .detailBox .rBox p {
	margin-bottom: 13px;
	font-size: 12px;
}

#main .mainConts .detailBox .rBox .movie {
	margin: 0 0 21px -7px;
	position: relative;
}

#main .mainConts .photoUl {
	margin-right: -14px;
	width: 992px;
	overflow: hidden;
}

#main .mainConts .photoUl li {
	padding: 0 14px 16px 0;
	float: left;
}

#main .mainConts .photoUl li img {
	display: block;
	vertical-align: baseline;
}

#main .mainConts .photoUl li a {
	display: block;
}

#main .mainConts .photoUl li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#postTitle {
	display: none;
}

#main .mainBox .btmBanner {
	margin-bottom: 24px;
}

#main .mainBox .btmBanner a {
	display: block;
}

#main .mainBox .btmBanner a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


@media all and (min-width: 0px) and (max-width: 569px) {
	body {
		background-color: #FFF;
		overflow-x: hidden;
		zoom: 1;
	}
		
	#main .mainVisual {
		height: auto;
		overflow: hidden;
	}
	
	#main .mainImg {
		padding-bottom: 5%;
		height: auto;
		width: auto;
		margin: 0 auto;
		background: url(../img/index/main_img_bg.jpg) no-repeat left bottom;
		background-size: 100% auto;
	}
	
	#main .mainImg li img {
		width: 100%;
		height: auto;
	}
		
	#slide_prev a,
	#slide_next a {
		top: 30%;
		width: 23px;
		height: 52px;
	}
	
	#slide_prev a {
		right: -23px;
		background: url(../img/index/prev_out.png) no-repeat;
		background-size: 23px 52px;
	}
	
	#slide_prev a:hover {
		background: url(../img/index/prev_over.png) no-repeat;
		background-size: 23px 52px;
	}
	
	#slide_next a {
		left: -23px;
		background: url(../img/index/next_out.png) no-repeat;
		background-size: 23px 52px;
	}
	
	#slide_next a:hover {
		background: url(../img/index/next_over.png) no-repeat;
		background-size: 23px 52px;
	}
	
	#slide_prev {
		background: url(../img/index/slide_bg.png) repeat left top;
		height: 89.2%;
		left: -40%;
	}
	
	#slide_next {
		height: 89.2%;
		right: -40%;
	}
	
	#main .mainConts {
		width: auto;
	}

	#main .mainConts .announce2014 {
		padding-bottom:40px;
	}

	#main .mainConts .col2 .item_col {
		float:none;
		width:100%;
		margin:0;
	}
	#main .mainConts .col2 .item_col:first-child {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #ddd;
	}

	#main .mainConts .list_movies {
		width:100%;
		margin-right:0;
		padding-bottom:20px;
	}
	
	#main .mainConts .list_movies li {
		float:left;
		width:46%;
		margin:0 2% 10px;
	}
	#main .mainConts .list_movies li iframe {
		width:100%;
		height:56%;
	}
	#main .mainConts .bnr_movies {
		text-align:right;
	}
	#main .mainConts .bnr_movies a {
		margin-right:2%;
	}

	#main .mainConts h2 img {
		width: 100%;
	}
	
	#main .mainConts .newsUl {
		margin: 0 0 10px 0;
		width: auto;
	}
	
	#main .mainConts .newsUl li {
		margin: 0 0 10px 0;
		width: 100%;
	}

	#main .mainConts .newsUl li a {
		background: none;
	}
	
	#main .mainConts .newsUl li .photo img {
		width: 100%;
	}
	
	#main .mainConts .detailBox .lBox {
		width: auto;
		float: none;
	}
	
	#main .mainConts .detailBox .lBox .photoList {
		width: 100%;
	}
	
	#main .mainConts .detailBox .lBox .photoList li {
		width: 100%;
	}
	
	#main .mainConts .detailBox .lBox .photoList li img {
		width: 100%;
	}
	
	#main .mainConts .detailBox h3 img {
		width: 100%;
	}
	
	#main .mainConts .detailBox .rBox {
		width: auto;
		float: none;
	}
	
	#main .mainConts .detailBox .rBox .movie {
		margin-left: 0;
	}
	
	#main .mainConts .detailBox .rBox .movie img {
		width: 100%;
	}

	#main .mainConts .detailBox .rBox .faceBook img {
		width: 100%;
	}
	
	#main .mainConts .photoUl {
		margin: 0;
		width: auto;
	}
	
	#main .mainConts .photoUl li {
		margin: 0 0 10px 0;
		width: 100%;
	}
	
	#main .mainConts .photoUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .mainConts .photoUl li img {
		width: 100%;
	}
	
	#main .mainBox .btmBanner img {
		width: 100%;
	}
}

@media all and (min-width: 570px) and (max-width: 768px)  {
	body {
		background-color: #FFF;
		overflow-x: hidden;
		zoom: 1;
	}
		
	#main .mainVisual {
		height: auto;
		overflow: hidden;
	}
	
	#main .mainImg {
		padding-bottom: 5%;
		height: auto;
		width: auto;
		margin: 0 auto;
		background: url(../img/index/main_img_bg.jpg) no-repeat left bottom;
		background-size: 100% auto;
	}
	
	#main .mainImg li img {
		width: 100%;
		height: auto;
	}
		
	#slide_prev a,
	#slide_next a {
		top: 30%;
		width: 23px;
		height: 52px;
	}
	
	#slide_prev a {
		right: -23px;
		background: url(../img/index/prev_out.png) no-repeat;
		background-size: 23px 52px;
	}
	
	#slide_prev a:hover {
		background: url(../img/index/prev_over.png) no-repeat;
		background-size: 23px 52px;
	}
	
	#slide_next a {
		left: -23px;
		background: url(../img/index/next_out.png) no-repeat;
		background-size: 23px 52px;
	}
	
	#slide_next a:hover {
		background: url(../img/index/next_over.png) no-repeat;
		background-size: 23px 52px;
	}
	
	#slide_prev {
		background: url(../img/index/slide_bg.png) repeat left top;
		height: 89.4%;
		left: -40%;
	}
	
	#slide_next {
		height: 89.4%;
		right: -40%;
	}
}

@media all and (min-width: 570px) and (max-width: 1024px)  {
	body.isiPad {
		background-color: #FFF;
		overflow-x: hidden;
		zoom: 1;
	}
		
	body.isiPad #main .mainVisual {
		height: auto;
		overflow: hidden;
	}
	
	body.isiPad #main .mainImg {
		padding-bottom: 5%;
		height: auto;
		width: auto;
		margin: 0 auto;
		background: url(../img/index/main_img_bg.jpg) no-repeat left bottom;
		background-size: 100% auto;
	}
	
	body.isiPad #main .mainImg li img {
		width: 100%;
		height: auto;
	}
		
	body.isiPad #slide_prev a,
	body.isiPad #slide_next a {
		top: 30%;
		width: 23px;
		height: 52px;
	}
	
	body.isiPad #slide_prev a {
		right: -23px;
		background: url(../img/index/prev_out.png) no-repeat;
		background-size: 23px 52px;
	}
	
	body.isiPad #slide_prev a:hover {
		background: url(../img/index/prev_over.png) no-repeat;
		background-size: 23px 52px;
	}
	
	body.isiPad #slide_next a {
		left: -23px;
		background: url(../img/index/next_out.png) no-repeat;
		background-size: 23px 52px;
	}
	
	body.isiPad #slide_next a:hover {
		background: url(../img/index/next_over.png) no-repeat;
		background-size: 23px 52px;
	}
	
	body.isiPad #slide_prev {
		background: url(../img/index/slide_bg.png) repeat left top;
		height: 89.4%;
		left: -40%;
	}
	
	body.isiPad #slide_next {
		height: 89.4%;
		right: -40%;
	}
}

.excerpt a {
	display: none;
}