@charset "utf-8";
@import url("../style/global.css");
@import url("../style/common_shop.css");

h1{
	width:100%;
	height:50px;
	font-weight:bold;
	font-size: 25px;
	text-align:center;
	margin:0;
	line-height:50px;
	background-color:#f2f2f2;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	box-shadow: 0 1px 2px rgba(0,0,0,0.66);
}



/*チケットエリア*/
section{
	width:95%;
	margin:20px 0 30px 8px;
	border: 1px solid #ee1415;
	border-radius: 13px;
}

h2{
	width:100%;
	height:50px;
	font-weight:bold;
	font-size: 23px;
	line-height:50px;
	text-indent:55px;
	text-shadow: 1px 1px 1px #dedddd;
	border-radius: 13px 13px 0 0 / 13px 13px 0 0;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fe88b8), to(#ff4890));
	background-image: -webkit-linear-gradient(top, #fe88b8, #ff4890);
	background-image: -moz-linear-gradient(top, #fe88b8, #ff4890);
	background-image: -o-linear-gradient(top, #fe88b8, #ff4890);
	background-image: -ms-linear-gradient(top, #fe88b8, #ff4890);
	background-image: linear-gradient(to bottom, #fe88b8, #ff4890);
}

h2 div{
	background: url(../images/taiki_icon.png) no-repeat 5px 5px;
	background-size:40px 40px;
}

#news-title{
	width:100%;
	height:45px;
	margin-bottom:20px;
	font-weight:bold;
	font-size: 18px;
	line-height:45px;
	text-align:center;
	background-color:#fef2f4;
}

h2 span{
	color:#ffffff;
	text-shadow: none;
}

#news-title{
	width:100%;
	height:45px;
	margin-bottom:20px;
	color:#ff0000;
	font-weight:bold;
	font-size: 18px;
	line-height:45px;
	text-align:center;
	background-color:#fef2f4;
}

.gals-area{
	width:100%;
	margin-bottom:20px;
	display:inline-block
	
}

.photo-area{
	width:42%;
	margin:0 0 0 4%;
	padding:0;
	float:left;
	
}

.photo-area img{
	width:100%;
	padding:0;
	/*border: 1px solid #000000;*/
}

#movie{
	position:relative;
	width:200px;
	height:113px;
	margin:0 auto 20px;
}
#movie img{
	position:absolute;
	top:0;
	left:0;
}

.gals-info-table{
	width:43%;
	margin:0 4% 10px 20px;
	font-size: 12px;
	text-align:left;
	/*border: 1px solid #858383;
	border-collapse: collapse;*/
	float:right;
}

.gals-info-table td{
	width:100%;
	padding:3px;
	margin:0;
	font-weight:bold;
	text-indent:5px;
	border-bottom: 1px dotted #858383;
}

.gals-info-table td.gals-name{
	font-size:14px;
	color:#ff4792;
	border-bottom:none;
}

.gals-area p{
	width:90%;
	margin:0 5%;
	padding:5px 0;
	font-size: 12px;
	font-weight:bold;
	border-top: 1px dotted #858383;
	border-bottom: 1px dotted #858383;
	clear: both;
}