@charset "UTF-8";
/* CSS Document */

html{font-size: 62.5%;}
body{font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;word-break:normal;word-wrap:break-word;-webkit-text-size-adjust: 100%;}
body,div,nav,section,article,aside,header,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td{margin:0;padding:0;}
div,nav,section,article,aside,header,footer,ul,ol,li,table,th,td,dl,dt,dd{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{font-size:20px;font-size:2rem;font-weight:bold;}
a{
	color: ;text-decoration:none;
	opacity:1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
a:hover{opacity:0.7;}
p{line-height:2;}
li,dt,dd,th,td,a,span{line-height:1.5;}
a:hover{opacity:0.7;}
table{border-collapse:collapse;border-spacing:0;border:thin solid #000000;}
th{border-bottom:thin solid #000000;font-weight:normal;}
td{border-bottom:thin solid #000000;border-left:thin solid #000000;}
fieldset,img{border:0;}
img{vertical-align:top;}
ol,ul{list-style:none;}
caption,th{text-align:l;}

/*.clearfix
----------------------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*body
----------------------------------------------*/

body{
	width:100%;
	background:#000;
}

/*.wrapper
----------------------------------------------*/

.wrapper{
	margin:0 auto;
	width:100%;
	font-size:14px;
	font-size:1.4rem;
	color:#fff;
	background-color:#000;
	opacity:0;
}

/*.headerArea
----------------------------------------------*/

.headerWrapper{
	position:relative;
	width:100%;
	margin-top:46px;
	margin-top:4.6rem;
}

.headerWrapper h1{
	width:100%;
}

.headerWrapper p{
	overflow:hidden;
	line-height:1;
	width:100%;
}

/*.アニメーション
----------------------------------------------*/

.animeImg{
	opacity:0;
}

.animePo{
	position:absolute;
	opacity:0;
	top:0;
	left:0;
}

#anime4{
	z-index:3;
}

/*.fixedArea
----------------------------------------------*/

.fixedArea{
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:46px;
	font-size:14px;
	font-size:1.4rem;
	background:#9e8a1e;
}

.socialUnit{
	margin:12px 0;
	margin:1.2rem 0;
}

.socialUnit li{
	float:left;
    vertical-align:top;
    margin:1px 10px 0 5px;
    margin:0.1rem 1rem 0 0.5rem;
}

/*.socialUnit li:nth-of-type(2),
.socialUnit li:nth-of-type(3){
	float:right;
}*/

.socialUnit li span{display:block !important;}

#ticketBtn{
	position:fixed;
	right:0;
	top:0;
	display:block;
	width:60px;
	height:46px;
	padding-top:11px;
	box-sizing:border-box;
	line-height:12px;
	background:#000;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.menuBtn{
	color:#fff;
	position:fixed;
	left:0;
	bottom:0;
	display:inline-block;
	width:64%;
	height:60px;
	line-height:40px;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:#000;
	padding:10px 3%;
	box-sizing:border-box;
	z-index:11;
}

#openBtn div:before{
	content:'.';
	color:rgba(255,255,255,0);
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 5px 0 0;
	background:url(../img/iconOpen.png) center center no-repeat;
	background-size:auto 80%;
}

#closeBtn div:before{
	content:'.';
	color:rgba(255,255,255,0);
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 5px 0 0;
	background:url(../img/iconClose.png) center center no-repeat;
	background-size:auto 60%;
}

.menuBtn div{
	background-color:#9e8a1e;
}

#closeBtn{display:none;}

#fixedMenu{
	position:fixed;
	background-color:rgba(255,255,255,0.95);
	top:-100%;
	/*left:200%;*/
	width:100%;
	height:100%;
	opacity:0;
	box-shadow:0 10px 30px  rgba(255,255,255,0.95);
}

#fixedMenuWrapper{
	height:100%;
	overflow-y:scroll;
	padding:0 0 60px;
	padding:0 0 6rem;
}

.menuList{
	padding:0 15px 60px 15px;
	padding:0 1.5rem 6rem 1.5rem;
}

.menuList li{
	padding:20px 0 20px 15px;
	padding:2rem 0 2rem 1.5rem;
	font-weight:bold;
	colro:#333;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:1px solid #D1D1D1;
	background:url(../img/newsArrow.png) left center no-repeat;
}

.menuList li a{
	color:#000;
	display:block;
	width:100%;
}

#snsLink{
	position:fixed;
	bottom:0;
	right:0;
	background:#000;
	box-sizing:border-box;
	z-index:11;
	width:36%;
	height:60px;
	line-height:40px;
	padding:10px 3% 10px 0;	
}

#snsLink ul{
	background:#9e8a1e;
	text-align:center;
}

#snsLink li{
	height:40px;
	display:inline-block;
	margin:0 10px;
}

#snsLink li a{
	display:block;
	line-height:40px;
	width:100%;
	height:100%;
	box-sizing:border-box;
}

#snsLink li a img{
	vertical-align:middle;
}

/*.footerArea
----------------------------------------------*/

.footerArea{
	overflow:hidden;
	background:#9e8a1e;
	color:#fff;
	padding:0 0 60px;
	padding:0 0 6rem;
}

.copyright{
	font-size:10px;
	font-size:1rem;
	line-height:3;
	display:block;
	text-align:center;
}

/*共通
----------------------------------------------*/

.pcNone{display:none;}

.left{float:left;}

.right{float:right;}

.callto{text-decoration:underline;}

.innerWrapper{
	width:100%;
	margin:0 auto;
	padding:0 3%;
}

.innerContent{
	padding:20px 0 40px;
	padding:2rem 0 4rem;
}

.innerContent h2{
	text-align:center;
	margin:0 0 25px;
	margin:0 0 2.5rem;
	box-sizing:border-box;
}

.comming{
	text-align:center;
	margin:100px 0 0;
	margin:10rem 0 0;
}

.pageLink{
	position:absolute;
	top:-60px;
}

.fSnsList{
	text-align:center;
	margin:60px 0 15px;
	margin:6rem 0 1.5rem;
}


.displayNone{
	position:fixed;
	top:-100%;
	left:-100%;
	visibility:hidden;
}

.idmp{
	margin: -60px 0 0;
	padding: 60px 0 0;
}


/*ニュース
----------------------------------------------*/

.newsArea{
	background:url(../img/newsBg.png) center top no-repeat;
	background-size:150% auto;
	padding:25px 0;
	padding:2.5rem 0;
}

.newsContent{
	width:100%;
	margin:0 auto;
	padding:0 3%;
	position:relative;
	z-index:1;
}

.newsList{
	margin:20px 0 0;
	margin:2rem 0 0;
}

.newsList dt{
	font-size:12px;
	font-size:1.2rem;
}

.newsList dd{
	margin:0 0 15px;
	margin:0 0 1.5rem;
	padding:4px 0 4px 12px;
	padding:0.4rem 0 0.4rem 1.2rem;
	border-bottom:1px dotted #747474;
	background:url(../img/newsArrow.png) left center no-repeat;
}

.newsList dd a,
.newsList dd a:visited{
	color:#fff;
	text-decoration:underline;
}

/*ボタンエリア（高橋作成）
----------------------------------------------*/

.btnArea{
	width:100%;
	margin:0 auto;
	padding:0 3%;
}


/*公演内容
----------------------------------------------*/

.summaryArea{
	padding:0 0 75px;
	background:#180f33;
}

.storyContent2{
	position:relative;
}

.storyContent2 h2{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.castContent{
	position:relative;
}

.castContent h2{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.castContent .cast{
	background:url(../img/castBg.png) center top no-repeat;
	background-size:100% auto;
}

.castList{
}

.dlBtn{
	display:block;
	width:65%;
	margin:25px auto 0;
}

/*おすすめ
----------------------------------------------*/

.recomArea{
	padding:0 0 60px;
	background:url(../img/commonBg.png) center top no-repeat;
	background-size:100% auto;
}

.recomArea h2{
	margin:0 0 25px;
}

.recomContent{
	padding:0 3%
}

.recomContent ul{
	font-size:12px;
}

.recomContent li{
	margin:0 0 15px;
	text-indent:-12px;
	padding:0 0 0 12px;
}

.recomContent li:before{
	content: "■";
	color:#9e8a1e;
}

.recomContent li a{
	color:#fff;
	text-decoration:underline;
}

/*ギャラリー
----------------------------------------------*/

.galleryArea{
	padding:0 0 60px;
/*	background:url(../img/commonBg.png) center top no-repeat;	*/
	background-image:url(../img/galleryBg1.png),url(../img/galleryBg2.jpg);
	background-position:center top,center top;
	background-repeat:no-repeat,repeat-y;
	background-size:100% auto,100% auto;
}

.galleryContent h3{
	margin:0 0 15px;
	text-align:center;
}

.galleryContent ul{
	margin:0 0 25px;
}

.galleryContent ul:nth-last-of-type(1){
	margin:0;
}

.galleryContent li{
	float:left;
	width:48.5%;
	margin:0 0 15px;
	margin:0 0 1.5rem;
}

.galleryContent li span{
	display:block;
	text-align:center;
	padding-top:4px;
	font-size:10px;
	font-size:1rem;
}

.galleryContent li a span{
	color:#000;
	display:block;
	padding-top:5px;
	padding-top:0.5rem;
	font-size:10px;
	font-size:1rem;
	text-align:center;
}

.galleryContent li:nth-of-type(2n){
	float:right;
}

.galleryContent li:nth-of-type(2n+1){
	clear:both;
}

/*チケット
----------------------------------------------*/

.ticketArea{
	color:#000;
	padding:0 0 60px;
	background-image:url(../img/ticketBg1.png),url(../img/ticketBg2.png);
	background-position:center top,center bottom;
	background-repeat:no-repeat,no-repeat;
	background-size:100% auto,100% auto;
	background-color:#180f33;
}

.ticketArea h2{
	margin:0;
}

.ticketContent{
	margin:0 0 45px;
	margin:0 0 4.5rem;
}

.ticketContent:nth-last-of-type(1){
	margin:0;
}

.ticketContent h3{
	text-align:center;
	margin:0 0 10px;
}

.ticketDetailList{
	margin:0 0 25px;
}

.ticketDetailList li{
	margin:0 0 15px;
}

/*星取り*/

.tableScroll{
	width:100%;
	overflow-x:scroll;
}

.timeTable{
	color:#fff;
	margin:15px 0 10px;
	margin:1.5rem 0 1rem;
}

.timeTable,
.timeTable td,
.timeTable th{
	font-size:12px;
	font-size:1.2rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.timeTable table{
	border:2px solid #9e8a1e;
	border-collapse:collapse;
	background:#fff;
	margin:0 0 10px;
	table-layout:fixed;
}
.timeTable td,
.timeTable th{
	border:1px solid #372725;
	padding:4px 6px;
	text-align:center;
	background:#746f85;
	word-break:keep-all;
	white-space:nowrap;
}
.timeTable .blue{
	background:#5d6987;
	/*color:#7aacf4;*/
	color:#fff;
}

.timeTable .red{
	background:#926870;
	/*color:#ad3436;*/
	color:#fff;
}

.timeTable .colorNone .blue,
.timeTable .colorNone .red{
	color:#fff;
}

.timeTable th{
	width:86px;
	border-right:2px solid #372725;
}

.timeTable td{width:60px;}

.timeTable td span{
	/*color:#3147b9;*/
}

.timeTable td img{
	display:inline;
	vertical-align:middle;
}

.timeTable tbody{
	border-bottom:2px solid #9e8a1e;
}

.timeTable tbody.uppertable{border-bottom:2px solid #9e8a1e;}

.timeTable .txt_b{font-weight: bold;}

#tTableMess {
	margin:0 0 10px;
	margin:0 0 1rem;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
}

.childText{
	font-size:12px;
	font-size:1.2rem;
	line-height:1.7;
	margin:5px 0;
	margin:0.5rem 0;
}


.childText a,
.childText a:visited{
	color:#fff;
	text-decoration:underline;
}


/*上演時間*/

.constitution{
	padding:0 3% 15px;
	color:#fff;
}

.constitution table{
	width:100%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	margin:0 0 20px;
	margin:0 0 2rem;
	border-color:#9e8a1e;
}

.constitution table:nth-last-of-type(1){
	margin:0;
}

.constitution caption{
	padding:0 0 10px;
	padding:0 0 1rem;
}

.constitution th{
	width:50%;
	padding:15px 0;
	padding:1.5rem 0;
	border-color:#9e8a1e;	
}

.constitution td{
	padding:15px 0;
	padding:1.5rem 0;
	border-color:#9e8a1e;	
}

/*座席*/

.seatList li{
	float:left;
	width:48%;
	text-align:center;
	margin:0 0 15px;
	margin:0 0 1.5rem;	
}

.seatList li:nth-of-type(even){float:right;}

/*先行販売*/

.preceding{
	margin:0 0 30px;
	margin:0 0 3rem;
}

.preceding h4{
	margin:0 0 15px;
	margin:0 0 1.5rem;
	text-align:center;
}

.leftBox{
	border-radius:5px 5px 0 0;
	text-align:center;
	background:#837122;
	padding:20px;
	padding:2rem;
}

.leftBox h5{
	line-height:1;
}

.rightBox{
	border-radius:0 0 5px 5px;
	text-align:left;
	background:#ccc;
	padding:20px;
	padding:2rem;
}


.rightBox p{
	font-size:18px;
	font-size:1.8rem;
	line-height:1.4;
	text-align:center;
}

.rightBox .mailClubLink{
	margin:10px 0 0;
	margin:1rem 0 0;
	font-size:12px;
	font-size:1.2rem;
}

.rightBox .mailClubLink a{
	text-decoration:underline;
	color:#000;
}

.rightBox .tell,
.group .tell{
	padding:0;
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	line-height:36px;
	margin:10px 0 0;
	margin:1rem 0 0;
}

.rightBox .tell a,
.group .tell a{
	color:#000;
}

.rightBox .tell img,
.group .tell img{
	margin-right:15px;
	margin-right:1.5rem;
}

.netCampaign{
	color:#fff;
	margin:-10px 0 20px;
	font-size:12px;
}

/*一般発売*/

.general{
	background-color:#ccc;
	border-radius:5px;
	padding:25px 30px;
	padding:15px;
	padding:1.5rem;
	color:#000;
}

.general div.clearfix{text-align:center;}


.general div.clearfix dt{
	width:100%;
	border-radius:4px;
	font-size:12px;
	font-size:1.2rem;
	line-height:1;
	padding:5px 0;
	padding:0.5rem 0;
	margin:0 0 10px;
	margin:0 0 1rem;
	color:#fff;
	background:#9e8a1e;
	font-weight:bold;
}

.general div.clearfix dd{
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1;
	margin:20px 0 30px;
	margin:2rem 0 3rem;
}

.ticketList1 dt{
	padding:10px 0 5px;
	padding:1rem 0 0.5rem;
	font-weight:bold;
	font-size:14px;
	font-size:1.4rem;
}

.ticketList1 dd{
	font-size:14px;
	font-size:1.4rem;
	padding:0 0 10px;
	padding:0 0 1rem;
	border-bottom:1px dotted #000;
}

.ticketList1 dd a{
	text-decoration:underline;
	color:#000;
}

/*グループ観劇*/

.group{
	padding:20px 15px;
	padding:2rem 1.5rem;
	text-align:center;
	background-color:#ccc;
	border-radius:5px;
	color:#000;
	font-size:18px
}

.group p{
	font-size:14px;
	font-size:1.4rem;
	line-height:1.7;
}

.group dl{
	width:100%;
	margin:0 auto;
}

.group dt{
	width:100%;
	background:#9e8a1e;
	border-radius:4px;
	line-height:1;
	padding:5px 0;
	padding:0.5rem 0;
	margin:20px 0;
	margin:2rem 0;
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
}

.group dd{
	line-height:1;
	text-align:center;
	font-weight:bold;
	font-size:26px;
	font-size:2.6rem;
	padding:10px 0;
	padding:1rem 0;
}

/*プレイガイド*/

.handling{
	padding:20px 15px;
	padding:2rem 1.5rem;
	background-color:#ccc;
	border-radius:5px;
	color:#000;
}

.handling a{
	color:#000;
	text-decoration:underline;
}

.ticketList2{
	margin:0 0 10px;
	margin:0 0 1rem;
	color:#000;
}

.ticketList2 dt{
	padding:15px 0 0;
	padding:1.5rem 0 0;
	margin-bottom:5px;
	margin-bottom:0.5rem;
	font-weight:bold;
}

.ticketList2 dd{
	width:100%;
	padding:3px 0;
	padding:0.3rem 0;
	line-height:1.6;
}

.ticketList2 .bBorder{
	border-bottom:1px dotted #000;
	padding-bottom:10px;
	padding-bottom:1rem;
}

/*アクセス
----------------------------------------------*/

.accessArea{
	background:url(../img/commonBg.png) center top no-repeat;
	background-size:100% auto;
	text-align:center;
	padding:0 0 90px;
}

/*おすすめ詳細
----------------------------------------------*/

.recomDetailArea{
	text-align:center;
	padding:80px 0 60px;
	padding:8rem 0 6rem;
	background-image:url(../img/recomDetail/recomDetailBg1.png),url(../img/recomDetail/recomDetailBg2.png);
	background-position:center top,center bottom;
	background-repeat:no-repeat,no-repeat;
	background-size:100% auto,100% auto;
	background-color:#180f33;
}

.recomDetailArea h1{
	margin:0 0 35px;
	margin:0 0 3.5rem;
}

.recomDetailContent{
	margin:0 3% 30px;
	margin:0 3% 3rem;
	padding:0;
}

.recomDetailContent h2{
	font-size:13px;
	font-size:1.3rem;
	margin:0 0 20px;
	margin:0 0 2rem;
	line-height:1.5;
	color:#fff;
	background:url(../img/recomDetail/contentHeader.png) center bottom no-repeat;
	background-size:100% auto;
	padding:30px 0 60px;
	padding:5vw 0 15vw;	
	
}

.recomDetailContent .recomImgList{
	margin:0;
}

.recomDetailContent .recomImgList.clearfix li{
	float:left;
	width:48%;
}

.recomDetailContent .recomImgList.clearfix li:nth-last-of-type(1){
	float:right;
}

.recomDetailContent .textLeft{
	text-align:left;
/*	padding:15px 3% 0;
	padding:1.5rem 3% 0;*/
	padding:15px 0 0;
	padding:1.5rem 0 0;	
	font-size:12px;
	font-size:1.2rem;
}

.recomDetailContent h3,
.recomDetailContent h4{
	font-weight:normal;
	font-size:12px;
	font-size:1.2rem;
}

.recomDetailContent h3{
	text-indent:-12px;
	padding-left:12px;
}

.recomDetailContent h3+dl{
	margin-top:25px;
	margin-top:2.5rem;
}

.recomDetailContent p,
.recomDetailContent ul,
.recomDetailContent dl{
	margin:0 0 25px;
	margin:0 0 2.5rem;
}

.recomDetailContent dt,
.recomDetailContent dd,
.recomDetailContent li{
	line-height:2;
}

.recomDetailCaution li{
	text-indent:-12px;
	text-indent:-1.2rem;
	padding:0 0 0 12px;
	padding:0 0 0 1.2rem;
}

.recomDetailContent a{
	color:#fff;
	text-decoration:underline;
}

.recomPhotoTitle{
	margin:0 0 20px;
	margin:0 0 2rem;
}

.recomPhotoTitle h3{
	text-align:center;
	font-size:16px;
	font-weight:normal;
	line-height:2;
}

.recomPhoto{
	margin:0 0 20px;
	margin:0 0 2rem;
}

.recomPhotoText{
}

.recomPhotoText p{
	margin:0 0 20px;
	margin:0 0 2rem;
}


/*Twitterキャンペーン
----------------------------------------------*/

.twitterArea{
	color:#000;
	background-color:#fff;
	padding:46px 0 30px;
}

.twitterArea h1{
	text-align:center;
	margin:0 0 30px;
	margin:0 0 3rem;
	background-color:#000;
}

.twitterOverview{
	margin:0 0 60px;
	margin:0 0 6rem;
}

.twitterOverview h2{
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin:30px 0 0;
	margin:3rem 0 0;
}

.twitterOverview span{
	font-size:14px;
	margin-left:7px;
	margin-left:0.7rem;
}

.twitterOverview h3{
	text-align:center;
	font-size:20px;
	font-weight:normal;
	margin:15px 0 30px;
	margin:1.5rem 0 3rem;
}

.twitterOverview p{
	margin:0 0 30px;
	margin:0 0 3rem;
}

.camOverview{
	margin:0 0 60px;
	margin:0 0 6rem;
}

.camOverview h4{
	text-align:left;
	text-indent:1em;
	line-height:2;
	font-size:18px;
	margin:0 0 30px;
	margin:0 0 3rem;
	background-color:#775a44;
	color:#fff;
}

.camOverview p{
	margin:0 0 30px;
	margin:0 0 3rem;
}

.camOverview span{
	color:#FB0101;
}

.camParticipation{
	margin:0 0 60px;
	margin:0 0 6rem;
}

.camParticipation h4{
	text-align:left;
	text-indent:1em;
	line-height:2;
	font-size:18px;
	margin:0 0 30px;
	margin:0 0 3rem;
	background-color:#775a44;
	color:#fff;
}

.camParticipation h5{
	font-size:16px;
	border-bottom:solid 1px #000;
	border-left:solid 1.5px #775a44;
	padding:0 0 3px 10px;
	margin:0 0 30px;
	margin:0 0 3rem;
}

.camParticipation h5 span{
	color:#775a44;
	margin-right:10px;
	margin-right:1rem;
}

.camParticipation .camParcontents{
	margin:0 0 60px;
	margin:0 0 6rem;
}

.camParcontents p a,
.camParcontents p:visited{
	color:#000;
	text-decoration:underline;
}

.camParcontents span{
	color:#FB0101;
}

.camParcontents .btn{
	text-align:center;
	border:solid 1px #000;
	padding:40px 3%;
	margin:0 0 30px;
	margin:0 0 3rem;
}

.camParcontents .btn img{
	margin:0 0 30px;
	margin:0 0 3rem;
}

.camParcontents p{
	text-align:left;
}

.camParcontents h6{
	text-align:left;
	text-indent:1em;
	line-height:2;
	font-size:18px;
	margin:60px 0 30px;
	margin:6rem 0 3rem;
	background-color:#775a44;
	color:#fff;
}

.camParcontents ul li{
	line-height:2;
	margin:0 0 8px;
	margin:0 0 0.8rem;
}

.camParcontents ul li a,
.camParcontents ul li a:visited{
	color:#000;
	text-decoration:underline;
}

.camParcontents .caution1{
	text-align:left;
	margin:40px 0 0;
	margin:4rem 0 0;
}

.camParcontents .caution2{
	font-size:18px;
	margin:40px 0 0;
	margin:4rem 0 0;
}


/*観劇レビュー
----------------------------------------------*/

.reportArea{
	padding:100px 0 60px;
	padding:10rem 0 6rem;
	background-image:url(../img/recomDetail/recomDetailBg1.png),url(../img/recomDetail/recomDetailBg2.png);
	background-position:center top,center bottom;
	background-repeat:no-repeat,no-repeat;
	background-size:100% auto,100% auto;
	background-color:#180f33;
}

.reportArea h1{
	font-size:18px;
	font-weight:normal;
	margin:0 0 40px;
	margin:0 0 4rem;
}

.reportArea p{
	margin:0 0 40px;
	margin:0 0 4rem;
}

.reportArea .name{
	text-align:right;
	margin:0 0 80px;
	margin:0 0 8rem;
}

.reportArea .career h2{
	text-align:left;
	font-weight:normal;
	font-size:14px;
	margin:0;
}

.reportArea .career p{
	margin:0 0 20px;
	margin:0 0 2rem;
}

.reportArea .career p a,
.reportArea .career p a:visited{
	color:#fff;
	text-decoration:underline;
}


/*ページトップボタン
----------------------------------------------*/

#pageTopBtn{
	display:block;
	width:58px;
	height:58px;
	overflow:hidden;
	background:url(../img/pageTop.png) center center no-repeat;
	background-size:auto 100%;
	position:fixed;
	bottom:30px;
	opacity:0;
	z-index:6;
	text-indent:-9999px;
}

#contBtn{
	display:block;
	width:100%;
	border:1px solid #fff;
	line-height:4;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}