@charset "utf-8";

/*--		__page
----------------------------------------------------*/
body{
	background:#000000 url(../img/common/page_bg.jpg) center top repeat-x;
	    overflow: hidden;
}
a:link,a:visited,a:hover,a:active{
	color:#;
}
a:hover{
	text-decoration:none;
}
h2{
}
h3{
}

.pc {
display:none;
}

h2 img {
    width: 100%;
    height: auto;
}
/*--		__common
----------------------------------------------------*/
.imgR{
	float:right;
	margin:0 0 10px 10px;
}
.imgL{
	float:left;
	margin:0 10px 10px 0;
}
.btn{
	text-align:center;
}
img.top{
	vertical-align:top;
}
img.btm{
	vertical-align:bottom;
}
/*__clearfix
-------------------------*/
element{
	/zoom:1;
}
element:after{
	content:'';
	display:block;
	clear:both;
}

/*--		__base
----------------------------------------------------*/
#page{
	background:url(../img/common/baseWrap_bg.png) repeat-y center top;
}
#base{
/*
	background:url(../img/common/base_bg.jpg) no-repeat center top;
*/
	width:100%;
	margin:0 auto;
}
#contents{
}
#pagetop{
	clear:both;
	text-align:right;
}

/*--		__header
----------------------------------------------------*/
#header {
    width: 100%;
    background: url(../img/common/header_bg.gif) repeat-x center bottom;
    position: relative;
    height: 180px;
}
#header h1 {
    /* float: left; */
    position: absolute;
    width: 66%;
    display: block;
    /* top: 6px; */
    left: 0;
    right: 0;
    margin: auto;
    min-width: 200px;
    max-width: 300px;
}
#header h1 img {
    width: 100%;
}
ul#hNav img {

}
#header #headData{


}
#hNav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 66%;
    /* overflow: hidden; */
    text-align: right;
    top: 12px;
    min-width: 200px;
    max-width: 300px;
}
#hNav li {
    /* display: inline; */
    /* margin-left: 11px; */
    float: right;
    width: 26%;
        margin-right: 3%;
}
#header #headData p {
    /* clear: both; */
    /* padding-bottom: 10px; */
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
}
#gNav {
display: none;
}
#gNav-sp {
    position: fixed;
    top: 9px;
    right: 8px;
    width: 54px;
    height: 54px;
    background: url(../img/common/gloval_list.png) center center no-repeat;
    background-size: 100% auto;
    z-index: 999;
}
ul#hNav li a.pc {
    display: none;
}
#gNav-sp ul{
	display:none;
	position:absolute;
	top:0;
	right:0;
}
#gNav-sp.check ul {
display: block;
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 50%;
    margin-top: 72px;

}
#gNav-sp li {
width: calc(100% - 5px);
    /* text-align: right; */
    border: solid 1px #272727;
    /* background: #87a25b; */
    /* float: left; */
    right: 0;
}
#gNav-sp li a {
display: block;
    padding: 14px 8px;
    background: #4e4e4e;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    font-size: 0.9em;
}
#gNav-sp li a:hover{

}

#gNav-sp li.this_page{
	color:#ffffff;
}
#gNav li{
	display:inline;
}
#header h1 {
    /* float: left; */
    position: absolute;
    width: 66%;
    display: block;
    /* top: 6px; */
    left: 0;
    right: 0;
    margin: auto;
}
div#header h1 a {
    width: 65%;
    display: block;
}
ul#hNav a img {
    width: 100%;
    height: auto;
}

/*--		__footer
----------------------------------------------------*/
#footer {
    width: 100%;
    margin: 30px auto 0;
    overflow: auto;
    background: url(../img/common/footer_bg.gif) repeat-x left top;
    position: relative;
    height: 450px;
    overflow: hidden;
}
#footer h3 {
    /* display: inline-block; */
    /* float: left; */
    /* margin-right: 20px; */
    /* margin-bottom: 15px; */
    width: 100px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
#footer h3 img{
	width:100%;
	height:auto;
}
#footer ul{
font-size: 12px;
    background: #000000;
    /* opacity: 0.5; */
    padding: 10px;

}
#footer li{
	line-height:1.6;
	overflow:hidden;
}
#footer li a:link,#footer li a:visited{
	background:url(../img/common/f_list.gif) no-repeat left center;
	padding-left:15px;
	color:#fff;
	text-decoration:none;
}
#copy{
	text-align:center;
	padding-bottom:10px;
	color:#fff;
}
#baseWrap_bottom{
	text-align:center;
}

#fMenu {
display:none;
}

#footer #fMenu-sp {
overflow: hidden;
    text-align: center;
    margin: 5px 0;
    font-size: 70%;
    position: absolute;
    width: 100%;
}
#footer #fMenu-sp li {
    display: inline-block;
    width: 46%;
    margin: 2px;
}
#footer #fMenu-sp li:last-child{

}
#footer #fMenu-sp li a {
display: block;
    padding: 8px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #b9b9b9;
    background: #4f4f4f;
    font-size: 15px;
}
/*--		__main
----------------------------------------------------*/
#cast .category,#event .category{
	background: url(../img/common/h3_category.gif) no-repeat left center;

	margin:10px 10px 10px 10px;
	padding-left:40px;
	line-height:40px;
	font-size:14px;
	overflow:auto;
}
#cast .category:first-child,#event .category{
	margin-top:0;
}
.contents{
	width:100%;
	margin:0 auto;
	background:url(../img/common/h2_bg.gif) no-repeat top left;
}

