@charset "utf-8";

#main {
	float: none;
	width: auto;
	border: 0 none;
	background: none;
}

.main-visual-box {
	position: relative;
	margin-bottom: 40px;
	background: #f9f9f9;
}
.select-visual {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	-ms-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
.select-visual > a {
	display: inline-block; *display: inline; *zoom: 1;
	min-width: 60px;
	height: 20px;
	padding: 0 10px;
	background: #555;
	color: #828282;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.75;
}
.select-visual > a.on {
	background: #214291;
	color: #fff;
}
.main-visual-box:hover .select-visual {
	bottom: 41px;
}
.main-visual .thumb:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3) url(../images/main/btn_play.png) center center no-repeat;
}

.main-r {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.main-r > div {
	float: left;
}



@media screen and (min-width: 959px) { 
	.main-visual-box:after {
		content: '';
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		height: 9px;
		background: url(../images/main/shd_visual.png) center center no-repeat;
		background-size: 100% 100%;
	}
}/*/mediaquery*/


@media screen and (max-width: 960px) { 
	.select-visual > a {
		min-width: 0;
		padding: 3px 15px;
	}
	.main-visual-box {
		margin-bottom: 45px;
	}
	.main-visual-box:hover .select-visual {
		bottom: -32px;
	}
	.select-visual {
		bottom: -32px;
	}
	.main-r.r1 .c-center {
		margin-bottom: 0;
	}
	.main-r.r2 .c-center {
		margin-bottom: 25px;
	}
}/*/mediaquery*/


@media screen and (max-width: 480px) {
	.main-r.r1,
	.main-r.r2 .c-center {
		margin-bottom: 0;
	}
	.main-r.r2 {
		margin-bottom: 5%;
	}
	.main-r.r2 .c-left,
	.main-r.r2 .c-right {
		float: none;
		width: 100%;
	}
	.main-r.r2 .c-left img,
	.main-r.r2 .c-right img {
		width: 100%;
	}
}/*/mediaquery*/

@media screen and (max-width: 320px) { 
.r1 {
	margin-bottom: 0;
}
}/*/mediaquery*/




.pcs3 {
	padding-left: 25%;
	padding-right: 25%;
}
.pcs3 .c-center {
	width: 100%;
}
.pcs3 .c-left {
	width: 50%;
	margin-left: -150%;
}
.pcs3 .c-right {
	float: left;
	width: 50%;
	margin-right: -50%;
}

@media screen and (max-width: 960px) {
.pcs3 {
	padding: 0;
}
.pcs3 .c-left {
	margin-left: 0;
}
.pcs3 .c-right {
	margin-right: 0;
}
}/*/mediaquery*/



/* main banner
****************************************************************/
.banner-slide {
	position: relative;
	overflow: hidden;
}
.banner-slide a {
	position: relative;
	display: block;
}/*
.banner-slide .over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3) url(../images/main/btn_+.gif) center center no-repeat;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	z-index: 2;
	cursor: pointer;
}
.banner-slide:hover .over {
	filter: alpha(opacity=30);
	opacity: 1;
}*/

.banner-slide .bx-pager,
.banner-slide .controller {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	line-height: 0;
	z-index: 3;
}
.bx-pager-item {
	display: inline-block; *display: inline; *zoom: 1;
	margin: 0 4px;
}
.bx-pager-link,
.banner-slide button {
	overflow: hidden;
	display: inline-block; *display: inline; *zoom: 1;
	width: 15px;
	height: 15px;
	margin-left: 7px;
	padding: 0;
	border: none;
	background-color: #555;
	cursor: pointer;
	text-indent: -200%;
	line-height: 1;
}
.bx-pager-link:focus,
.banner-slide button:focus {
	outline: none;
}
.bx-pager-link:first-child,
.banner-slide button:first-child {
	margin: 0;
}
.bx-pager-link.active,
.banner-slide button.on {
	background-color: #214291;
}
.banner-slide .items {
	position: relative;
	z-index: 1;
}
.banner-slide .items li {
	float: left;
}

@media screen and (max-width: 640px) { 
.banner-slide .controller {
	bottom: 10px;
}
}

@media screen and (max-width: 320px) { 
.bx-pager-item {
	margin: 0 2px;
}
.bx-pager-link,
.banner-slide button {
	width: 10px;
	height: 10px;
}
}/*/mediaquery*/



/* quick links */
.main-links-list {
	overflow: hidden;
	margin-left: 5%;
	padding-top: 5px;
}
.main-links-list li {
	float: left;
	width: 19%;
	border-left: 1px solid #d0d0d0;
	font-size: 15px;
	line-height: 1.1;
}
.main-links-list li:first-child {
	border-left: 0 none;
}
.main-links-list a {
	display: block;
	border-left: 1px solid #fff;
	text-align: center;
}
.main-links-list a span {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 30px;
}
.main-links-list .ir .img {
	display: block;
	height: 30px;
	background: url(../images/main/txt_link.gif) top left no-repeat;
}
.main-links-list .callin 	.ir .img { background-position:  -80px 0; }
.main-links-list .cost 		.ir .img { background-position: -160px 0; }
.main-links-list .online 	.ir .img { background-position: -240px 0; }
.main-links-list .event 	.ir .img { background-position: -320px 0; }

.main-links-list li:first-child a {
	border-left: 0 none;
}
.main-links-list img {
	display: block;
	margin: 0 auto 7px;
}

@media screen and (max-width: 480px) {
	.main-links-list {
		margin-left: 2%;
		padding: 1% 0;
	}
	.main-links-list:after {
		content: '';
		display: list-item;
		float: left;
		width: 49%;
		border-top: 1px solid #fff;
	}
	.main-links-list li {
		width: 49%;
		border-left: 0 none;
		border-bottom: 1px solid #d0d0d0;
		font-size: 13px;
	}
	.main-links-list img {
		display: inline-block;
		margin: 9px 0;
	}
	.main-links-list .board a,
	.main-links-list .callin a {
		border-top: 0 none;
	}
	.main-links-list .event {
		border-bottom: 0 none;
	}
	.main-links-list a {
		border-left: 0 none;
		border-top: 1px solid #fff;
	}
	.main-links-list a span {
		display: inline-block;
		width: auto;
		margin-top: 7%;
		height: auto;
	}
	.main-links-list .ir .img {
		display: none;
	}
	.main-links-list .ir .cont {
		overflow: hidden;
		position: static;
		width: 93px;
		font-weight: bold;
		text-align: left;
	}
}/*/mediaquery*/



/* 3rd row
****************************************************************/
.main-r.r3 {
	position: relative;
	height: 280px;
	margin-bottom: 0;
}
.main-r.r3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 7px;
	background: url(../images/main/shd_visual_r3.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}
.no-generatedcontent .main-r.r3 {
	border-top: 1px solid #d0d0d0;
}

.main-r.r3 > div {
	width: 25%;
}

.main-r .c1 {

}
.main-r .c2 {
	height: 100%;
	background-color: #fff;
}
.main-r .c3 {
	
}
.main-r .c4 {
	height: 100%;
	float: right;
	background-color: #fff;
}

.main-r .c1 img {
	display: block;
}

.box-news,
.box-review,
.box-guide {
	margin: 8.066% 9.68%;
}


/* news */
.box-news {
	position: relative;
}

.box-news h1 {
	position: absolute;
	top: 0;
	width: 48%;
	height: 30px;
	font-size: 0.9em;
}
.box-news .notice 	h1 { left:0; }
.box-news .forum 	h1 { right: 0; }

.box-news h1 a {
	display: block;
	height: 31px;
	margin: 0;
	border: 2px solid #ccc;
	background-color: #ccc;
	color: #767676;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}
.box-news h1.current a {
	background-color: #fff;
	border-color: #214291;
	color: #214291;
}

.box-news .cont {
	padding-top: 40px;
}
.box-news li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #e5e5e5;
}
.box-news li:first-child {
	border-top: 0 none;
}
.box-news li > a {
	position: relative;
	display: block;
	min-height: 62px;
	padding-left: 70px;
}
.box-news li > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	border: 1px solid #e5e5e5;
}
.box-news li > a div {
	overflow: hidden;
	line-height: 1.2;
}
.box-news li > a b {
	display: block;
	margin-top: 3px;
	color: #333;
	font-size: 0.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.2em;
	height: 2.4em;
}
.box-news .date {
	display: block;
	margin-top: 11px;
	color: #999;
	font-size: 0.75em;
}
.box-news .more {
	display: block;
	margin-right: 5px;
	padding-right: 10px;
	background: url(../images/main/news_arr.gif) right center no-repeat;
	color: #666;
	font-size: 0.7em;
	text-align: right;
}

.main-r.r3 .h {
	display: block;
	height: 25px;
	padding-left: 10px;
	margin-bottom: 6%;
	font-size: 1em;
	line-height: 1.9;
	background: #968880 url(../images/main/h_r3_bg.gif) right bottom no-repeat;
	vertical-align: middle;
}


/* review */
.box-review a {
	display: block;
}
.box-review .thumb {
	display: block;
	text-align: center;
}
.box-review b {
	display: block;
	margin-top: 5.5%;
	padding: 0 4%;
	color: #333;
	font-size: 0.95em;
	line-height: 1.3;
}


/* guide*/
.box-guide .cont {
	padding: 0 2%;
}

.box-guide ul {
	font-size: 1px;
	line-height: 1;
	text-align: right;
}
.box-guide li {
	float: left;
	/*display: inline-block; *display: inline; *zoom: 1;*/
	margin-bottom: 8px;
	color: #333;
	font-size: 13px;
	width: 40%;
	text-align: left;
}
.box-guide .alt {
	width: 60%;
}
.box-guide li b {
	padding-left: 6px;
	background: url(../images/main/guide_dot.gif) left center no-repeat;
	color: #214291;
	font-weight: bold;
}
.box-guide li span {
	margin-left: 1.5%;
	color: #000;
	font-size: 0.9em;
}
.box-guide .note {
	border: 3px solid #eee;
	padding: 4.17% 6.29%;
	line-height: 1.2;
}
.box-guide .note b {
	display: block;
	color: #214291;
	font-size: 13px;
}
.box-guide .note span {
	font-size: 12px;
}
.box-guide .contact {
	margin-top: 6.25%;
	padding-top: 5.42%;
	border-top: 1px solid #e5e5e5;
}
.no-touch .contact > a {
	display: block;
	cursor: default;
}

@media screen and (max-width: 1280px) { 
	.box-news,
	.box-review,
	.box-guide {
		margin: 6.5%;
	}
	.main-r.r3 {
		height: 230px;
	}

	.box-news h1 a {
		height: 26px;
		line-height: 26px;
	}
	.box-news li > a {
		position: relative;
		display: block;
		min-height: 55px;
		padding-left: 65px;
	}
	.box-news li > a img {
		width: 53px;
	}
	.box-news .cont {
		padding-top: 30px;
	}
	
	.box-news .date {
		margin-top: 7px;
		font-size: 0.7em;
	}
	.box-news .more {
		margin-right: 4px;
		padding-right: 8px;
	}

	.box-review b {
		margin-top: 3%;
		font-size: 0.9em;
	}

	.box-guide li {
		margin-bottom: 7px;
		font-size: 12px;
	}
	.box-guide li b {
		padding-left: 5px;
	}

	.box-guide .note {
		padding: 5% 0 0;
		border: 0 none;
		border-top: 1px solid #e5e5e5;
	}
	.box-guide .contact {
		margin-top: 4%;
	}
		
}/*/mediaquery*/

@media screen and (max-width: 1100px) { 
	.main-r.r3 {
		height: 203px;
	}
}/*/mediaquery*/

@media screen and (max-width: 1100px) and (min-width: 959px) { 

	.box-news li {
		padding: 8px 0;
	}
	.box-news li > a {
		padding-left: 2px;
		min-height: 0;
	}
	.box-news li > a img {
		display: none;
	}
	.box-news .more {
		position: relative;
		top: -5px;
		font-size: 0.75em;
	}

	.box-guide .note b,
	.box-guide .note span {
		font-size: 11px;
	}
	.box-guide .contact {
		margin-top: 4px;
		padding-top: 6px;
		/*display: none;*/
	}
	.box-guide .contact img {
		width: 80%;
	}
}/*/mediaquery*/

@media screen and (max-width: 960px) { 
	.main-r.r3 .h {
		margin: 6.45161% 9.67741% 4.83870%;
		line-height: 31px;
	}

	.box-review .thumb,
	.box-review .thumb img {
		width: auto;
	}

	.box-review b {
		font-size: 15px;
	}

	.box-guide .cont {
		padding: 0 11%;
	}
	.box-guide .note {
		border: 3px solid #eee;
		padding: 4.17% 5%;
		line-height: 1.2;
	}

	.box-guide .contact {
		display: block;
	}
}/*/mediaquery*/

@media screen and (max-width: 960px) and (min-width: 481px) { 

	.main-r.r3 {
		height: auto;
	}
	.main-r.r3 > div {
		width: 50%;
	}
	.main-r .c1 {
		margin-bottom: -1px;
	}
	.main-r .c2, .main-r .c3, .main-r .c4 {
		position: relative;
		height: 0;
		padding-bottom: 45.16129%;
	}
	.box-news,
	.box-review,
	.box-guide {
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	.box-news h1 {
		top: 20px;
		width: 39%;
	}
	.box-news .notice h1 {
	    left: 9.7%;
	}
	.box-news .forum h1 {
		right: 9.7%;
	}

	.box-news .cont {
		padding: 55px 10% 0;
	}
	.box-news .date {
		margin-top: 8px;
		font-size: 12px;
	}
	.box-news .more {
		margin-right: 0;
		font-size: 13px;
	}

	.box-review .thumb {
		margin: 6.45161% 9.67741% 4.83870%;
	}
	.box-review b {
		padding-left: 9.67741%;
		padding-right: 9.67741%;
	}
}/*/mediaquery*/

@media screen and (max-width: 640px) {

	.box-guide .note {
		padding: 5% 0 0;
		border: 0 none;
		border-top: 1px solid #e5e5e5;
	}
}/*/mediaquery*/

@media screen and (max-width: 640px) and (min-width: 481px) {

	.box-news li {
		padding: 8px 0;
	}
	.box-news li > a {
		padding-left: 2px;
		min-height: 0;
	}
	.box-news li > a div {
		font-size: 1em;
	}
	.box-news li > a img {
		display: none;
	}
	.box-news .more {
		font-size: 12px;
	}
	
	.box-guide li {
		font-size: 11px;
		letter-spacing: -1px;
	}
	.box-guide .note b,
	.box-guide .note span {
		font-size: 11px;
	}
	.box-guide .note span {
		letter-spacing: -1px;
	}
	.box-guide .contact > a img {
		width: 88%;
	}

}/*/mediaquery*/

@media screen and (max-width: 480px) {
	.main-r.r3 {
		height: auto;
	}
	.main-r.r3 > div {
		float: none;
		width: auto;
		height: auto;
	}
	.main-r.r3 .h {
		margin: 0 0 5%;
	}

	.r3 .c1 img {
		width: 100%;
	}

	.box-news,
	.box-review,
	.box-guide {
		margin: 0 6.5%;
		padding: 6.5% 0;
	}

	.box-news .cont {
		padding: 40px 0 0;
	}
	.box-news h1 {
		top: 6.5%;
		width: 48.5%;
	}
	.box-news li > a img {
		display: block;
	}
	.box-news li > a div {
		width: 70%;
	}
	.box-news li > a b {
		font-size: 15px;
	}
	.box-news .date {
		margin-top: 10px;
		font-size: 13px;
	}
	.box-news .more {
		margin-right: 0;
		font-size: 13px;
	}
	
	.box-guide .cont {
		padding: 0;
	}
	.box-guide li {
		margin-bottom: 8px;
		font-size: 13px;
	}
	.box-guide li span {
		font-size: 12px;
	}
	.box-guide .note {
		border: 3px solid #eee;
		padding: 4.17% 5%;
		line-height: 1;
	}
}/*/mediaquery*/
