@charset 'UTF-8';
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#header {
	padding-left: 165px;
	padding-right: 165px;
	padding-bottom: 0;
}

#mainVisual {
	margin-bottom: 23px;
	padding-top: 84px;
	width: 1220px;
	min-height: 522px;
	background: url(/img/index/main_visual_bg.png) no-repeat left top;
}

#mainVisual .slideBox {
	padding-right: 1px;
	margin: 0 auto;
	width: 870px;
	position: relative;
	overflow: hidden;
}

#mainVisual .slideBox .picList li {
	padding: 10px;
	width: 850px;
	height: 430px;
	background: #FFF;
	overflow: hidden;
	float: left;
}

#mainVisual .slideBox .icon {
	position: absolute;
	right: 25px;
	bottom: 26px;
}

#mainVisual .slideBox .icon a {
	padding: 0 3px;
	width: 14px;
	height: 14px;
	float: left;
	display: block;
	background: url(/img/common/icon02.png) no-repeat 3px top;
}

#mainVisual .slideBox .icon a.selected {
	background: url(/img/common/icon02_ov.png) no-repeat 3px top;
}

#mainVisual .slideBox .icon a span {
	display: none;
}

#main {
	margin-bottom: 60px;
	padding: 0 150px;
}

#conts {
	margin-left: -1px;
}

#conts .lBox {
	width: 220px;
	float: left;
	background: url(/img/index/l_box_bg02.png) no-repeat center bottom;
}

#conts .lBox .subBox {
	padding: 25px 9px 28px;
	background: url(/img/index/l_box_bg01.png) no-repeat center top;
}

#conts .lBox .subBox .ttl {
	margin-bottom: 12px;
}

#conts .lBox .subBox .inner {
	margin-bottom: 20px;
	padding: 22px 2px 10px;
	position: relative;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    behavior: url(/js/pie.htc);
	background-color: #FFF;
}

#conts .lBox .subBox .facebook {
	margin-bottom: 25px;
}

#conts .lBox .subBox .linkList {
	margin-bottom: 18px;
}

#conts .lBox .subBox .linkList li {
	padding-bottom: 15px ;
	float: left;
}

#conts .lBox .subBox .map {
	margin-bottom: 12px;
}

#conts .rBox {
	width: 461px;
	float: right;
}

#conts .rBox .content {
	margin-bottom: 30px;
	padding: 27px 30px 31px;
}

#conts .rBox h2 {
	margin-bottom: 4px;
	text-align: center;
}

#conts .rBox .comImgBox {
	margin-bottom: 15px;
}

#conts .rBox .comImgBox .photoList {
	width: 158px;
}

#conts .rBox .comImgBox .photoList li {
	padding: 13px 0 0;
}

#conts .rBox .content .movie a {
	display: block;
	width: 400px;
	height: 250px;
	overflow: hidden;
	position: relative;
}

#conts .rBox .content .movie a img {
	margin: auto;
	width: 400px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#conts .rBox .comImgBox .textBox {
	padding: 11px 0 0;
	width: 220px;
}

#conts .content.ttlBox h2 img {
	vertical-align: bottom;
	line-height: 0;
}

#conts .arl .pickupBox {
	margin-top: 20px;
}

#conts .arl .pickupBox h2 {
	display: none;
}

#conts .arl .pickupBox:first-child {
	margin-top: 0;
}

#conts .arl .pickupBox:first-child h2 {
	display: block;
}

#side .sBox {
	margin-bottom: 23px;
}

#side .sBox01 {
	margin-bottom: 0;
}

#side #followingBox {
	margin-bottom: 14px;
}

#side #followingBox .sBox01 {
	display: block;
}

#side .sBox01 .subBoxBg {
	padding: 3px 9px 8px;
}

#side .sBox01 .movie {
	margin-bottom: 2px;
	text-align: center;
}

#side .sBox01 .movie a {
	display: block;
	width: 175px;
	height: 108px;
	overflow: hidden;
	position: relative;
}

#side .sBox01 .movie a img {
	margin: auto;
	width: 175px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#side .sBox01 .inner {
	padding: 11px 11px 16px;
	text-align: center;
	background: url(/img/index/s_inner_bg.png) no-repeat top center;
}

#side .sBox01 .inner .ttl {
	margin-bottom: 8px;
}



#footer {
	min-width: 1220px;
}