@charset "utf-8";
@import url(../whhg.css);
/* =======================================
	--------------------
	style.CSS 
	-------------------
	オフィシャル
	コンテンツ系のスタイル

======================================= */


/* base
======================================= */
html {height: 100%;}
body{
	height: 100%;
	background: url(../../img/official/base/bg_main.jpg) #dccbbb;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	color:#333;
	line-height:150%;
	margin:0;
}

#wrap{
	min-width: 980px;
	min-height: 680px;
	background: url(../../img/official/base/bg_content01.jpg) no-repeat center bottom;
	padding-bottom: 218px;
	margin: 0 auto;
	position: relative;
}

a{
	color: #603548;
}

a:link {
	color: #A50D50;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#997b89;
}

.last {margin: 0;}
.icon {vertical-align: -2px; margin: 0 4px 0 0;}
.caption {
	color: #4D3A18;
	font-size: 20px;
	font-weight: bold;
}
.fade {  
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.8;  
    filter: alpha(opacity=80);  
}  

.center{text-align: center;}


/* Form
------------------ */
input, textarea, select{
	background: #fdf0e2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 5px;
	font-size: 12px;
}

input[type="image"]{
	border: 0;
	background: none;
	padding: 0;
}

/* btn
------------------ */
.btn a,
.btn input {
	display: block;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}

.btn .main {
	height: 23px;
	background: rgb(222,181,161);
	background: -moz-linear-gradient(top,  rgba(222,181,161,1) 0%, rgba(154,110,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,181,161,1)), color-stop(100%,rgba(154,110,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,181,161,1) 0%,rgba(154,110,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(222,181,161,1) 0%,rgba(154,110,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(222,181,161,1) 0%,rgba(154,110,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb5a1', endColorstr='#9a6e44',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	font-size: 15px;
	color: #000;
	box-shadow: 0 1px 0 #4b1e31;
	-moz-box-shadow: 0 1px 0 #4b1e31;
	-webkit-box-shadow: 0 1px 0 #4b1e31;
	text-align: center;
	padding: 6px 0 2px;
	margin: 0 auto;
	border: 2px solid #4b1e31;
}

.btn.loginBtn input {
    width: 100%;
    height: 44px;
    background: none;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    margin-top: -7px;
}

.btn.loginBtn {
	width: 306px;
	height: 25px;
	background: rgb(222,181,161) url(../../img/official/contents/cmn/btn_login.png) no-repeat center center;
	background-image: url(../../img/official/contents/cmn/btn_login.png) ,-moz-linear-gradient(top,  rgba(222,181,161,1) 0%, rgba(154,110,68,1) 100%); /* FF3.6+ */
	background-image: url(../../img/official/contents/cmn/btn_login.png) ,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,181,161,1)), color-stop(100%,rgba(154,110,68,1))); /* Chrome,Safari4+ */
	background-image: url(../../img/official/contents/cmn/btn_login.png) ,-webkit-linear-gradient(top,  rgba(222,181,161,1) 0%,rgba(154,110,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: url(../../img/official/contents/cmn/btn_login.png) ,-ms-linear-gradient(top,  rgba(222,181,161,1) 0%,rgba(154,110,68,1) 100%); /* IE10+ */
	background-image: url(../../img/official/contents/cmn/btn_login.png) , linear-gradient(to bottom,  rgba(222,181,161,1) 0%,rgba(154,110,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb5a1', endColorstr='#9a6e44',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 0 #4b1e31;
	-moz-box-shadow: 0 1px 0 #4b1e31;
	-webkit-box-shadow: 0 1px 0 #4b1e31;
	padding: 6px 0 2px;
	margin: 0 auto;
	border: 2px solid #4b1e31;
}

.btn.loginBtn:hover {
	height: 27px;
	background: rgb(222,181,161) url(../../img/official/contents/cmn/btn_login_hover.png) no-repeat center center;
	background-image: url(../../img/official/contents/cmn/btn_login_hover.png) ,-moz-linear-gradient(top,  rgba(154,110,68,1) 0%, rgba(222,181,161,1) 100%); /* FF3.6+ */
	background-image: url(../../img/official/contents/cmn/btn_login_hover.png) ,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,110,68,1)), color-stop(100%,rgba(222,181,161,1))); /* Chrome,Safari4+ */
	background-image: url(../../img/official/contents/cmn/btn_login_hover.png) ,-webkit-linear-gradient(top,  rgba(154,110,68,1) 0%,rgba(222,181,161,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: url(../../img/official/contents/cmn/btn_login_hover.png) ,-ms-linear-gradient(top,  rgba(154,110,68,1) 0%,rgba(222,181,161,1) 100%); /* IE10+ */
	background-image: url(../../img/official/contents/cmn/btn_login_hover.png) ,linear-gradient(to bottom,  rgba(154,110,68,1) 0%,rgba(222,181,161,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a6e44', endColorstr='#deb5a1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4b1e31;
	box-shadow: 0 1px 0 #4b1e31;
	-moz-box-shadow: 0 1px 0 #4b1e31;
	-webkit-box-shadow: 0 1px 0 #4b1e31;
}

.btn .main:hover {
	height: 25px;
	background: rgb(222,181,161);
	background: -moz-linear-gradient(top,  rgba(154,110,68,1) 0%, rgba(222,181,161,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,110,68,1)), color-stop(100%,rgba(222,181,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(154,110,68,1) 0%,rgba(222,181,161,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgba(154,110,68,1) 0%,rgba(222,181,161,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(154,110,68,1) 0%,rgba(222,181,161,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a6e44', endColorstr='#deb5a1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4b1e31;
	box-shadow: 0 1px 0 #4b1e31;
	-moz-box-shadow: 0 1px 0 #4b1e31;
	-webkit-box-shadow: 0 1px 0 #4b1e31;
}

.btn .main img{
	top: 2px;
	position: relative;
}

.btn .main:hover img{
	top: 3px;
	position: relative;
}

.btn .on{
	display: none;
}

.btn .sub {
	width: 180px;
	background: #3b3736;
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	line-height: 24px;
	padding: 7px 0;
}
.btn .sub:hover {
	background: #848384;
}


/* ログイン後のヘッダー
======================================= */

#userHeader {
	margin: 0 auto 5px;

}

@media screen and (max-width: 1050px) {
	#userHeader .mypageNav{width: 192px;}
	#userHeader .mypageNav .logout a{border:none;}
	#userHeader .mypageNav .site{display:none;}
	#userHeader .joinDate{right:210px;}
}

/* container
--------------------------------- */
#container {
	width: 900px;
	min-height: 500px;
	margin: 0 auto;
	position: relative;
}


/* sideClm
--------------------------------- */

#sideClm{
	width: 220px;
	min-height: 100%;
	float: left;
	padding: 5px 0 380px;
	margin-right: 20px;
}

/* ----- sideClm│category ----- */

#sideClm #category{

}

#sideClm #category .tit{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#sideClm #category ul{
	margin-bottom: 30px;
}

#sideClm #category ul li{
	background: url(../../img/official/base/ico_cat.png) no-repeat left center;
	font-size: 13px;
	padding-left: 18px;
	margin-bottom: 10px;
}

#sideClm #category ul li a{
	font-weight: bold;
	text-decoration: underline;
}

#sideClm #category .subCat li a:before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 12px;
	background: no-repeat center top;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

#sideClm #category .date{
	font-size: 10px;
	font-weight: bold;
	color: #E50011;
	line-height: 100%;
	display: inline;
	letter-spacing: -0.03em;
}

#sideClm #category .subCat li.live a:before{
	background-image: url(../../img/official/cmn/ico_live.png);
}

#sideClm #category .subCat li.media a:before{
	background-image: url(../../img/official/cmn/ico_media.png);
}

#sideClm #category .subCat li.release a:before{
	background-image: url(../../img/official/cmn/ico_release.png);
}

#sideClm #category .subCat li.item a:before{
	background-image: url(../../img/official/cmn/ico_item.png);
}

#sideClm #category .subCat li.other a:before{
	background-image: url(../../img/official/cmn/ico_other.png);
}

#sideClm #category .subCat li.mv a:before{
	background-image: url(../../img/official/cmn/ico_movie_mv.png);
}

#sideClm #category .subCat li.special a:before{
	background-image: url(../../img/official/cmn/ico_movie_special.png);
}

#shiro{
	width: 240px;
	height: 325px;
	background: url(../../img/official/base/bg_side.png) no-repeat center bottom;
	margin: 0;
	position: absolute;
	bottom:0;
	left:0;
}

/* mainClm
--------------------------------- */

#mainClm{
	width: 640px;
	min-height: 100%;
	float: right;
	padding-bottom: 30px;
}



/* h2
--------------------------------- */

h2.catTitle{
	width: 900px;
	height: 225px;
	background: no-repeat center center;
	text-indent: -9999px;
	margin: 0 auto 10px;
}

.top h2.catTitle{background-image: url(../../img/official/cmn/bg_title_top.jpg);}
.profile h2.catTitle{background-image: url(../../img/official/cmn/bg_title_prof.jpg);}
.live h2.catTitle{background-image: url(../../img/official/cmn/bg_title_live.jpg);}
.calendar h2.catTitle{background-image: url(../../img/official/cmn/bg_title_calendar.jpg);}
.disco h2.catTitle{background-image: url(../../img/official/cmn/bg_title_disco.jpg);}
.movie h2.catTitle{background-image: url(../../img/official/cmn/bg_title_movie.jpg);}
.rekishiName h2.catTitle{background-image: url(../../img/official/cmn/bg_title_name.jpg);}
.photo h2.catTitle{background-image: url(../../img/official/cmn/bg_title_photo.jpg);}
.shop h2.catTitle{background-image: url(../../img/official/cmn/bg_title_shop.jpg);}
.inquire h2.catTitle{background-image: url(../../img/official/cmn/bg_title_inquire.jpg);}
.special h2.catTitle{background-image: url(../../img/official/cmn/bg_title_special.jpg);}
.shop h2.catTitle{background-image: url(../../img/official/cmn/bg_title_shop.jpg);}

/* footer
--------------------------------- */
.bottomArea{
	width:100%;
}


#footer {
	width:100%;
	height: 218px;
	background: url(../../img/official/base/bg_footer.jpg) repeat-x center bottom;
	color:#fefefe;
	font-size:11px;
	position: absolute;
	bottom: 0;
}

#footer .inner{
	width: 900px;
	height: 191px;
	padding: 28px 0px 0px;
	margin: 0px auto;
	position: relative;
}


#footer h3{
	width: 424px;
	height: 16px;
	background: url(../../img/official/base/tit_footer.png) no-repeat center top;
	text-indent: -9999px;
	margin-bottom: 14px;
}


#footer a{
	color:#f3eada;
}
#footer a:hover{
	text-decoration:underline;
}
#footer address {
	text-align: center;
}

#footer .supportNav,
#footer .footerbnr{
	width: 900px;
	margin: 0 auto;
}

#footer .supportNav {
	margin: 0 0 5px;
}

#footer .supportNav li{
	display: inline-block;
	*display: inline;
    *zoom: 1;
    width: 135px;
	background: url(../../img/official/base/ico_footer.png) no-repeat left 5px;
    font-size: 12px;
    text-align: left;
    padding-left: 11px;
    margin-bottom: 10px;
}

#footer .supportNav li a{
	color: #fff;
}

#footer .supportNav li a:hover{
	color: #E0E0E0;
}

#footer .footerbnr li{
	float:left;
	margin-right: 20px;
}

#footer address{
	padding-top: 10px;
	line-height: 70%;
}



/* header login navigation
======================================= */

#header {
	width: 100%;
	height: 220px;
	background: url(../../img/official/base/bg_header.png) no-repeat center top;
	text-indent: -9999px;
	margin:0 auto 10px;
}
#header #headerInner{
	width: 900px;
	height: 220px;
	margin:  0 auto;
	position: relative;
}

#header h1{
	width: 287px;
	height: 147px;
	background: url(../../img/official/base/ico_main.png) no-repeat left center;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 18px;
	left:0;
}

#header h1 a{
	display:block;
	width: 100%;
	height: 100%;
}

#header #nav{
	width: 900px;
	height: 50px;
	margin: 10px auto 0;
	position: absolute;
	bottom: -13px;
}

#header #nav li{
	float: left;
	overflow: hidden;
}

#header #nav li a{
	display: block;
	height: 32px;
	background: no-repeat 0 0;
	text-indent: -9999px;
}

#header #nav li.top a{
	width: 66px;
	background-image: url(../../img/official/base/nav_top.png);
}

#header #nav li.profile a{
	width: 115px;
	background-image: url(../../img/official/base/nav_profile.png);
}
#header #nav li.live a{
	width: 83px;
	background-image: url(../../img/official/base/nav_live.png);
}

#header #nav li.calendar a{
	width: 116px;
	background-image: url(../../img/official/base/nav_calendar.png);
}

#header #nav li.disco a{
	width: 71px;
	background-image: url(../../img/official/base/nav_discograpy.png);
}

#header #nav li.movie a{
	width: 71px;
	background-image: url(../../img/official/base/nav_movie.png);
}

#header #nav li.rekishiName a{
	width: 125px;
	background-image: url(../../img/official/base/nav_name.png);
}

#header #nav li.photo a{
	width: 69px;
	background-image: url(../../img/official/base/nav_photo.png);
}

#header #nav li.shop a{
	width: 85px;
	background-image: url(../../img/official/base/nav_shop.png);
}

#header #nav li.inquire a{
	width: 99px;
	background-image: url(../../img/official/base/nav_inquire.png);
}


/* 下層 共通
======================================= */


h2.caption.sub{
	background: no-repeat center center;
	text-indent: -9999px;
	margin: 0 auto;
}

.title{
	background: url(../../img/official/base/ico_title.png) no-repeat 0 5px;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	line-height: 130%;
	margin-bottom: 9px;
	padding-left: 34px;
	padding-bottom: 4px;
}


.title .cat{
	display: inline-block;
	width: 50px;
	height: 14px;
	line-height: 10px;
	background: no-repeat center top;
	text-indent: -9999px;
	margin-right: 4px;
/*	position: relative;
	top: 8px;*/
}

.title .cat.live{
	background-image: url(../../img/official/cmn/ico_live.png);
}

.title .cat.media{
	background-image: url(../../img/official/cmn/ico_media.png);
}

.title .cat.release{
	background-image: url(../../img/official/cmn/ico_release.png);
}
.title .cat.item{
	background-image: url(../../img/official/cmn/ico_item.png);
}

.title .cat.other{
	background-image: url(../../img/official/cmn/ico_other.png);
}

.title .cat.mv{
	background-image: url(../../img/official/cmn/ico_movie_mv.png);
}

.title .cat.special{
	background-image: url(../../img/official/cmn/ico_movie_special.png);
}

.title p{
	font-weight: bold;
}


.lead{
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 15px;
}

.date{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color:#e50011;
	line-height: 100%;
}

.new{
	font-weight: bold;
	color: #C80332;
}

.errorBox{
	width: 640px;
	background: #FFE8E7;
	font-weight: bold;
	color: #B60000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #E12000;
	padding: 20px;
	margin: 0px auto 40px;
}

.errorTxt{
	font-weight: bold;
	font-size: 16px;
	color: rgb(173, 16, 16);
}

.dummy{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ph{
	position: relative;
}

/* calendar
======================================= */

.calendar .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}

.calendar .calendarBox{
	width: 640px;
	border-collapse: collapse;
}

.calendar .calendarBox th,
.calendar .calendarBox td{
	border: 1px solid #999;
}

.calendar .calendarBox th,
.calendar .calendarBox td{
	width: 81px;
	padding: 5px;
}

.calendar .calendarBox th{
	border: none;
	text-indent: -9999px;
	background: no-repeat center center;
	padding: 0;
}

.calendar .calendarBox th.sun{background-image: url(../../img/official/schedule/ico_sun.png);}
.calendar .calendarBox th.mon{background-image: url(../../img/official/schedule/ico_mon.png);}
.calendar .calendarBox th.tue{background-image: url(../../img/official/schedule/ico_tue.png);}
.calendar .calendarBox th.wed{background-image: url(../../img/official/schedule/ico_wed.png);}
.calendar .calendarBox th.thu{background-image: url(../../img/official/schedule/ico_thu.png);}
.calendar .calendarBox th.fri{background-image: url(../../img/official/schedule/ico_fri.png);}
.calendar .calendarBox th.sat{background-image: url(../../img/official/schedule/ico_sat.png);}

.calendar .calendarBox td{
	width: 81px;
	height: 90px;
	font-size: 11px;
	line-height: 120%;

}

.calendar .calendarBox td div{
	margin-bottom: 2px;
}
.calendar .calendarBox td .textArea{
	width: 81px;
	height: 83px;
	position: relative;
	overflow: hidden;
}
.calendar .calendarBox td .date{
	font-size: 13px;
	color: #000;
}

.calendar .calendarBox td.sun .date{
	color: #e60012;
}

.calendar .calendarBox td.sat .date{
	color: #0062b1;
}

.calendar .calendarBox span.cat{
	display: block;
	width: 50px;
	height: 12px;
	background: no-repeat center top;
	text-indent: -9999px;
	margin-bottom: 2px;
}

.calendar .calendarBox .cat.live{
	background-image: url(../../img/official/cmn/ico_live.png);
}

.calendar .calendarBox .cat.media{
	background-image: url(../../img/official/cmn/ico_media.png);
}

.calendar .calendarBox .cat.release{
	background-image: url(../../img/official/cmn/ico_release.png);
}
.calendar .calendarBox .cat.item{
	background-image: url(../../img/official/cmn/ico_item.png);
}

.calendar .calendarBox .cat.other{
	background-image: url(../../img/official/cmn/ico_other.png);
}

.calendar .calendarBox .cat.mv{
	background-image: url(../../img/official/cmn/ico_movie_mv.png);
}

.calendar .page{
	width: 640px;
}

.calendar .prev{
	width: 70px;
	height: 25px;
	cursor: pointer;
	background: no-repeat center top;
	text-indent: -9999px;
	float: left;
	background-image: url(../../img/official/cmn/ico_calendar_back.png);
	margin-top: 10px;
}
.calendar .next{
	width: 70px;
	height: 25px;
	cursor: pointer;
	background: no-repeat center top;
	text-indent: -9999px;
	float: right;
	background-image: url(../../img/official/cmn/ico_calendar_next.png);
	margin-top: 10px;
}

/* disco
======================================= */

.disco .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}

.disco .block{
	width: 640px;
	border-bottom: 1px dotted #000;
	padding: 0 0 20px;
	margin: 0 auto 20px;
}

.disco .block .leftBlock{
	width: 150px;
	float: left;
}

.disco .jacket{
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
	position: relative;
}

.disco .jacket img{
	width: 100%;
}

.disco .jacket .dummy{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.disco .block .rightBlock{
	width: 460px;
	float: right;
	font-size: 12px;
}
.disco .rightBlock .title{
	background: none;
	line-height: 130%;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.disco .block .songList{
	font-size: 14px;
}

.disco .block .songList li{
	margin-bottom: 13px;
}


.disco .block .songList li p{
	display: inline;
	font-weight: bold;
}

.disco .block .songList li .traial,
.disco .block .songList li .commentary{
	display: inline-block;
	background: no-repeat center center;
	position: relative;
	top: 4px;
}

.disco .block .songList li .traial a,
.disco .block .songList li .commentary a{
	display: block;
	width: 100%;
	height: 100%;
}

.disco .block.reshiki .songList li .traial{
	width: 20px;
	height: 20px;
	background-image: url(../../img/official/disco/ico_play.png);
}

.disco .block .songList li .commentary{
	width: 40px;
	height: 20px;
	background-image: url(../../img/official/disco/ico_commentary.png);
}

.disco .subTitle{
	margin: 30px 0 15px;
}

.disco .lead{
	margin-bottom: 8px;
}

.disco .category{
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.disco .category .title{
	background: none;
	font-size: 27px;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 20px;
}

.disco .category li{
	width: 120px;
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.disco .category li a{
	display: block;
	line-height: 130%;;
	color: #000;

}

.disco .category li a .ph img{
	width: 100%;

}

.disco .category li a .ph{
	margin-bottom: 5px;

}
.disco .category li .tit{
	font-weight: bold;
	margin-bottom: 3px;
}

.disco .category li .detail{

}

.disco .more{
	text-align: right;
	margin-top: -25px;
}

.disco .more a{
	text-decoration: underline;
	font-weight: bold;
}
.disco span{
	font-weight: bold;
}

.disco .discList{
}


.disco .discoListArea .discDetail{
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.disco .discoListArea .discDetail:last-child{
	border-bottom: none;
}


.disco .discoListArea .discDetail .ph{
	width: 150px;
	float: left;
	margin-right: 15px;
}

.disco .discoListArea .discDetail .information{
	overflow: hidden;
}

.disco .discoListArea .discDetail .information .date{
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}

.disco .discoListArea .discDetail .information .tit{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	padding-bottom:14px;
}
.disco .discoListArea .discDetail .information .sub_tit{
	font-size: 12px;
	font-weight: bold;
	color: #ff5c26;
}

.disco .popup.traial{
	left: 4px;
}


/* profile
======================================= */

.profile .title{
	padding-top: 4px;
	margin-bottom: 0;
}

.profile p{
	line-height: 170%;
	margin-bottom: 20px;
}

.profile p.ph{
	margin-bottom: 10px;
}


/* inquire
======================================= */
.inquire .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}
.inquire dl{
	margin-bottom: 25px;
}

.inquire dt{
	width: 170px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 8px;
	margin-right: 10px;
}

.inquire dd{
	width: 450px;
	float: right;
}

.inquire .note{
	display: inline-block;
	font-size: 10px;
	vertical-align: 3px;
	line-height: 140%;
}

.inquire .lead_txt_box p{
	margin-bottom: 10px;
}

.inquireId{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.inquire .input_box.radio p{
	display: inline-block;
}

.inquire .input_box.radio p label{
	font-weight: bold;
	vertical-align: 3px;
}

.inquire dd input,
.inquire dd textarea{
	width: 448px;
	border: 1px solid #000;
}

.inquire input[type=radio]{
	width: 30px;
	background: none;
	border: none;
}


.inquire .two_btn_box{
	text-align: center;
}

.inquire .two_btn_box p{
	margin-bottom: 10px;
}

.inquire .btn_box{
	text-align: center;
	margin-top: 30px;
}

/*
.inquire input[type=radio]{
    display: inline-block;
    margin-right: 6px;
}
.inquire input[type=radio] + label{
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
    .inquire input[type=radio]{
        display: none;
        margin: 0;
    }
    .inquire input[type=radio] + label{
        padding: 0 0 0 24px;
    }
    .inquire input[type=radio] + label::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .inquire input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }

    .inquire input[type=radio]:checked + label::after{
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .inquire input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }

}
*/

/* news
======================================= */

.newsList .text .more{
	display: none;
}

.newsList .text a{
	text-decoration: underline;
}

.newsList .text .open{
	width: 88px;
	height: 16px;
	background: url(../../img/official/base/btn_more.png) no-repeat right center;
	margin: 0 0 0 auto;
}

.newsList .text .close{
	width: 88px;
	height: 16px;
	background: url(../../img/official/base/btn_close.png) no-repeat  right center;
	margin: 0 0 0 auto;
}

.news .bnrArea{
	width: 800px;
	margin: 0 auto;
}


.newsList {
	margin:30px 0;
}
.newsList li{
	margin-top:25px;
	border-bottom: 1px dotted #000;
    padding: 10px 0;
}
.newsList .tit{
	margin:0 0 10px 0;
	font-size:18px;
	color:#4d3a18;
}
.newsList .tit:before{
	font-family:'WebHostingHub-Glyphs';
	content:'\f2f7';
	margin-right:5px;
	font-size:0.825em;
}

.separate{
	width:100%;
	height:17px;
	margin-top:25px;
	background: url(../../img/official/contents/cmn/separate.png) no-repeat 0 50%;
}

.pageList {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.pageList a{
	color:#fff;
}
.pageList p{
	text-align: center;
	margin-bottom: 10px;
}
.pageList p span{
}

.pageList ul{
	text-align: center;
}

.pageList ul li{
	float: none;
	display: inline-block;
	*display: inline;
    *zoom: 1;
	width: 24px;
	height: 24px;
	border-bottom: none;
	text-align: center;
	margin-right: 5px;
}

.pageList ul li a{
	display: block;
	background: url(../../img/official/base/ico_pager.png) no-repeat center center;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
}

.pageList ul li a:hover{
	background: url(../../img/official/base/ico_pager_hover.png) no-repeat center center;
	color: #fff !important;
	text-decoration: none !important;

}

.pageList ul li.cur{
	display: inline-block;
	*display: inline;
    *zoom: 1;
	background: url(../../img/official/base/ico_pager_hover.png) no-repeat center center;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
}
.pageList ul li a:hover{
	text-decoration:underline;
	color:#e35a7f;
}
.newsList .anchor {
    display: block;
    font-size: 0;
    height: 0;
    text-indent: -9999px;
    width: 0;
}

/* rekishiName
======================================= */

.rekishiName .title:first-child{
	margin-top: -20px;
}

.rekishiName .title {
	background: transparent url("../../img/official/base/ico_title.png") no-repeat 0px 22px;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    padding-top: 20px;
}

.rekishiName .memberList{
	margin-bottom: 40px;
}

.rekishiName .memberList li{
	width: 310px;
	float: left;
	font-size: 12px;
	line-height: 150%;
	word-wrap: break-word;
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	margin: 0 20px 19px 0;
	position: relative;
}

.rekishiName .memberList li:first-child{
	width: 100%;
	height: 50px !important;
	float: none;
	border-bottom: 1px dotted #000;
	padding-bottom: 35px;
	margin: 20px 20px 20px 0px;
}

.rekishiName .memberList li.blank{

}


.rekishiName .memberList li .ph{
	width: 200px;
	height: 200px;
	margin: 0 auto 2px;
	position: relative;
}

.rekishiName .memberList li .sign{
	font-size: 10px;
	font-weight: bold;
	color: #544338;
	margin-left: 55px;
	margin-bottom: 5px;
}

.rekishiName .memberList li .none{
	position: absolute;
	top: 222px;
}
.rekishiName .memberList li .txt{
	width: 310px;
	word-wrap:break-word;
	letter-spacing: 0.03em;
}

.rekishiName .memberList li .txt.double{
	height: 36px;
}

.rekishiName .memberList li.auto{
/*	height: 98px !important;*/
}



.rekishiName .memberList .name{
	margin-bottom: 5px;
}

/* special
======================================= */

.special .btn{
	width: 150px;
	margin: 0 0 0 auto;
}

.special .btn .special{
	display: block;
	width: 150px;
	height: 26px;
	background: url(../../img/official/cmn/ico_link_specialsite.png) no-repeat center center;
	text-indent: -9999px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.special .newsList,
.special .newsList li{
	margin-top: 0;
	padding-top: 0;
}

.special .newsList li .textArea{
	font-size: 12px;
	margin-bottom: 15px;
}

/* live
======================================= */

.live .newsList,
.live .newsList li{
	margin-top: 0;
	padding-top: 0;
}

.live .newsList li .textArea{
	font-size: 12px;
	margin-bottom: 15px;
}

/* movie
======================================= */

.movie .title.ctg{
	font-size: 30px;
	font-weight: bold;
	line-height: 51px;
	border-bottom: 1px dotted #000;
	margin-bottom: 30px;
	padding-bottom: 7px;
}

.movieList li{
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.movieList .movie{
	text-align: center;
	margin: 0 auto 10px;
}

.movieList .lead{
	font-weight: normal;
	font-size: 12px;
}

/* photo
======================================= */

.photoList li{
	width: 263px;
	float: left;
	padding-top: 15px;
	margin: 0px 30px 60px 25px;
	position: relative;
}

.photoList li .date{
	width: 100%;
	text-align: center;
	color: #e50011;
	font-size: 12px;
	font-weight: bold;
}

.photoList li a{
	display: block;
	color: #000;
	font-weight: bold;
}

.photoList li .tit{
	line-height: 120%;
	height: 38px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.photoList li a img{
	width: 100%;
}

.photoList li .ph{
	width: 263px;
	height: 203px;
	background: url(../../img/official/photo/bg_photo_list.png) no-repeat;
	position: relative;
	margin-bottom: 5px;
}

.photoList li .ph .photoCover{
	display: block;
	width: 263px;
	height: 180px;
	overflow: hidden;
}

.photoList li:nth-child(3n):before{
	content: '';
	display: block;
	width: 620px;
	height: 1px;
	border-top: 1px dotted #000;
	position: absolute;
	top: -20px;
	left: -20px;
}

.photoList li .ph .photoCover img{
	width: 238px;
	height: 180px;
	background: no-repeat #000;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size:  cover;
	position: relative;
	top: 2px;
	left: 2px;
}

.photolistWrapper li .tit a{
	visibility: hidden;
	word-wrap: break-word;
}


/* カテゴリ内一覧ページ
--------------------- */

.photo .thumbList li{
	width: 190px;
	float: left;
	margin: 0 15px 20px 0;
}

.photo .thumbList li .date{
	width: 190px;
	text-align: center;
	color: #e50011;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.photo .thumbList li a{
	display: block;
}

.photo .thumbList li .tit{
	height: 27px;
	line-height: 120%;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.photo .thumbList li a img{
	width: 100%;
}

.photo .thumbList li .ph{
	text-align: center;
	margin-bottom: -2px;
}

.photo .thumbList li .ph a{
	display: block;
	color: #000;
}

.photo .thumbList li .ph .photo{
	display: block;
	position: relative;
}

.photo .thumbList li img.ph{
	width: auto;
	height: auto;
	max-width: 190px;
	max-height: 132px;
	border: 4px solid #FBF5EE;
	box-shadow: 0 0 5px #696969;
	-webkit-box-shadow: 0 0 5px #696969;
	-moz-box-shadow: 0 0 5px #696969;
}

.photo .thumbList li .dummy{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.photoDetail{
	margin-bottom: 15px;
}
