@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url(../img/default_bg.png) repeat;
}

a {
	color: #fff;
	text-decoration: none;
	border: none;
	border-style:none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	border-style:none;
}

img {
	border: none;
	border-style:none;
}

li {
	list-style: none;
}


h2 {
	margin: 10px auto;
}

h2.top {
	margin: 0 auto 30px;
}

h2.story_title,
h2.cast_title,
h2.ticket_title,
h2.ad_title,
h2.special_title,
h2.staff_title,
h2.visual_title {
	text-align: left;
	margin-bottom: 25px;
	margin-top: 15px;
}

h3 {
/*	color: #D94317;	*/
	color: #ff66cc;
	margin: 5px 5px 10px 0;
	font-size: 18px;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

.noBorder {
	border: none !important;
}

.c-both {
	clear: both; /* 文字回り込み解除用 */
}

#main {
	width: 1000px;
	background-color: #DE007B;
	margin: 0 auto;
	box-shadow: 0 0 50px 0 #DE007B;
	-webkit-box-shadow: 0 0 50px 0 #DE007B; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 50px 0 #DE007B; /* Firefox用 */
}

#header {
	position: relative;
}

#nav {
	width: 1000px;
	height: 45px;
}

#nav ul li {
	display: block;
	height: 45px;
	float: left;
}

#nav ul li img.span {
  filter: brightness(33%);
}

/* *************************************************************************** */
/* NEWS */
/* *************************************************************************** */
#news {
	text-align: left;
	padding: 15px 20px;
	background: url(../img/news_bg.png) 0 0 no-repeat #99CC00;
	box-shadow: inset 0 0 40px 0 #4A4A4A;
	-webkit-box-shadow: inset 0 0 40px 0 #4A4A4A; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0 0 40px 0 #4A4A4A; /* Firefox用 */
	overflow: hidden;
}

#news .newsTitle {
	float: left;
}

#news .newsTxt {
	float: right;
	border-left: solid 1px #fff;
	width: 850px;
	min-height: 30px;
	text-indent: 10px;
}

#news .newsTxt ul {
	list-style-type: none;
}

#news .newsTxt span {
	color: #FFCC00;
}


/* *************************************************************************** */
#notice {
	background-color: #DE007B;
	background: url(../img/notice_bg.png) 0 -60px no-repeat; 
}

#notice2 {
	padding-top: 0px;
	padding-bottom: 0px;
}

#notice img {
	border: 5px solid #ff1493;
	border-radius: 1em;
	margin-bottom: 10px;
}

#social1 {
	text-align: left;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 500px;
	z-index: 500;
}

#social2 {
	position: fixed;
	top: 120px;
	right: 0;
    	z-index: 1000;
	width: 60px;
	background: rgba(255,255,255,0.6);
	border-radius: 10px 0 0 10px;
	padding: 8px 0 0;
}

#social2 img {
	margin: 0 0 8px 10px;
}

#movie {
	background: url(../img/mov_bg.png) 0 0 no-repeat #161616;
	padding: 20px 0;
	/*margin-bottom: 30px;*/
	overflow: hidden;
}

#movie2 {
	height:80%;
	width:80%;
	position:absolute;
	overflow: hidden;
}

#flash {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.btn {
	text-align: center;
	margin: 20px 0;
}

.btn a:hover,
#social2 a:hover,
/* #notice a:hover, */
#notice2 a:hover,
#special a:hover,
img.addBanner:hover,
reservationBtn:hover {
	opacity: 0.7;
}

#notice img:hover {
	border: 5px solid #ADFF2F;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

/* *************************************************************************** */
/* NewCast TopPage */
/* *************************************************************************** */
#new_cast {
	width: 780px;
	margin: 0 auto 30px;
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#new_cast img {
	margin: 0 25px 10px;
	border: 3px solid #FFF;
	float: left;
	border-radius: 10px 0 10px 0;
}

#new_cast a img:hover {
	border-color: #ff1493;
}

#new_cast .fs_LB {
	font-size: 50px;
	font-weight: bold;
}

#new_cast .fs_LB2 {
	font-size: 36px;
	font-weight: bold;
}

#new_cast .fs_LB2 span {
	font-size: 28px;
	font-weight: bold;
}

#new_cast .fs_LB2 span2 {
	font-size: 20px;
	font-weight: bold;
}

#new_cast .fs_MB {
	font-size: 32px;
	font-weight: bold;
}

#new_cast .fs_MB2 {
	font-size: 20px;
	font-weight: bold;
}

#new_cast .fs_SB {
	font-size: 18px;
	font-weight: bold;
}

#new_cast .fs_SB2 {
	font-size: 14px;
	font-weight: bold;
}

#new_cast .fs_SB span {
	font-size: 10px;
	font-weight: bold;
}


#new_cast2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
	text-shadow:
		-1px -1px 0px #5c5c5c,
		1px -1px 0px #5c5c5c,
		1px 1px 0px #5c5c5c,
		-1px 1px 0px #5c5c5c,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#new_cast2 .hm01 {
	color: #fff;
	font-size: 28px;
	line-height: 1.0;
	font-family: 'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	text-shadow:
		-1px -1px 0px #111111,
		1px -1px 0px #111111,
		1px 1px 0px #111111,
		-1px 1px 0px #111111,
		2px 4px 6px rgba(0, 0, 0, 0.6);
}

#new_cast2 .hm01 span {
	font-size: 20px;
}

#new_cast2 .hm01 wcast {
	font-size: 12px;
}

#new_cast2 img {
	border: 3px solid #FFF;
	border-radius: 10px 0 10px 0;
}

#new_cast2 a img:hover {
	border-color: #FF3333;
}

/* 2016/12/01追加 */

.new_cast3 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
	text-shadow:
		-1px -1px 0px #5c5c5c,
		1px -1px 0px #5c5c5c,
		1px 1px 0px #5c5c5c,
		-1px 1px 0px #5c5c5c,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

.new_cast3 img {
	margin: 0 auto 30px;
	border: 3px solid #FFF;
	border-radius: 10px 0 10px 0;
}

.new_cast3 a img:hover {
	border-color: #ff1493;
}


/* *************************************************************************** */
/* newarriv Page */
/* *************************************************************************** */
#newarriv {
	background: url(../img/aspenite_mask.png) 0 -60px ;
	width: 1000px;
	margin: 0px auto;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	overflow: hidden;
	font-family: 'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#newarriv img {
	border: 5px solid #ADFF2F;
}

#newarriv a img:hover {
	border-color: #ff1493;
}

#newarriv .fs_LB {
	font-size: 50px;
	font-weight: bold;
}

#newarriv .fs_MB {
	font-size: 32px;
	font-weight: bold;
}

#newarriv .fs_MB2 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	text-shadow:
		-2px -2px 1px #ffffff,
		2px -2px 1px #ffffff,
		2px 2px 1px #ffffff,
		-2px 2px 1px #ffffff,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}


#newarriv .fs_SB {
	font-size: 10px;
	font-weight: normal;
}

#newarriv table {
	width: 860px;
	border-collapse: collapse;
	margin-bottom: 1px;
	border-style:none;
	border:none;
	margin: 0 auto 0px;
}

#newarriv table th {
	font-size: 28px;
	background: none;
	border: none;
	padding: 10px;
	text-align: center;
	font-weight:bold;
}

#newarriv table td {
	font-size: 20px;
	background: none;
	text-align: left;
	border: none;
	padding: 2px;
}

#newarriv table td.fs_LB {
	font-size: 50px;
	font-weight:bold;
}

#newarriv table td.fs_MB {
	font-size: 24px;
	font-weight:bold;
}

#newarriv table td.fs_SB {
	font-size: 18px;
	font-weight:bold;
}

#newarriv table td.fs_SSB {
	font-size: 12px;
	font-weight:bold;
}

/* *************************************************************************** */
/* Footer Area */
/* *************************************************************************** */
#staff_top {
	background-color: #DE007B;
	font-size: 9px;
/*	margin-bottom: 30px; */
	line-height: 1.8;
	font-weight: bold;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#staff_top span {
	font-size: 6px;
	line-height: 2.5;
}


#staff_top span.other_staff {
	font-size: 9px;
	line-height: 1.2;
}

#footer {
	margin-top: 5px;
	width: 1000px;
	height: 90px;
	color: #000;
	font-weight:bold;
	background: url(../img/footer_2018.jpg) 0 0 no-repeat;
	background-color: #DE007B;
	font-size: 20px;
	line-height: 1.6;
	text-shadow:
		-1px -1px 0px #ccc,
		1px -1px 0px #ccc,
		1px 1px 0px #ccc,
		-1px 1px 0px #ccc,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}


#footer .spanT {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	margin-left: 140px;
	text-shadow:
		-1px -1px 0px #ccc,
		1px -1px 0px #ccc,
		1px 1px 0px #ccc,
		-1px 1px 0px #ccc,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#footer span {
	color: #333;
	font-size: 10px;
}

#footer .spanA {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
}

/* *************************************************************************** */
/* STORY Page */
/* *************************************************************************** */
#story {
	width: 800px;
	margin: 0 50px 50px 150px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	text-shadow:
		-1px -1px 0px #5c5c5c,
		1px -1px 0px #5c5c5c,
		1px 1px 0px #5c5c5c,
		-1px 1px 0px #5c5c5c,
		1px 2px 3px rgba(0, 0, 0, 0.6);

}

#story p {
	margin-bottom: 25px;
}

.storyBg {
	background: url(../img/story_bg_L.png) 80px 240px no-repeat;
}


/* *************************************************************************** */
/* CAST Page */
/* *************************************************************************** */
#cast {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}

#cast .box {
	float: left;
	width: 186px;
	/*height: 290px;*/
	margin-bottom: 15px;
	margin-left: 52px;
}

#cast .box_none {
	float: left;
	width: 186px;
	/*height: 290px;*/
	margin-bottom: 15px;
	margin-left: 52px;
	pointer-events: none;
}

#cast .boxDummy {
	float: left;
	width: 65px;
	/*height: 290px;*/
	margin-bottom: 15px;
	margin-left: 52px;
}

#cast img {
	border: 3px solid #FFF;
	border-radius: 10px 0 10px 0;
	margin-bottom: 5px;
}

#cast img:hover {
	cursor: pointer;
	border-color: #ff66cc;
}

#cast .box .ability {
	color: #f8d343;
	text-shadow:
		-1px -1px 0px #e42929,
		1px -1px 0px #e42929,
		1px 1px 0px #e42929,
		-1px 1px 0px #e42929,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#cast .box .chara {
	font-size: 18px;
	font-style: italic;
	text-shadow:
		-1px -1px 0px #003366,
		1px -1px 0px #003366,
		1px 1px 0px #003366,
		-1px 1px 0px #003366,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#cast .box .castname {
	color: #0e5fb8;
	font-weight:bold;
	text-shadow:
		-1px -1px 0px #aed9e6,
		1px -1px 0px #aed9e6,
		1px 1px 0px #aed9e6,
		-1px 1px 0px #aed9e6,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#cast .box .castname span {
	font-size: 10px;
}

#cast .box .wcast {
	font-size: 10px;
	color: #404040;
	font-weight:bold;
	text-shadow:
		-1px -1px 0px #BFEFDF,
		1px -1px 0px #BFEFDF,
		1px 1px 0px #BFEFDF,
		-1px 1px 0px #BFEFDF,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ensemble {
	overflow: hidden;
	font-size: 20px;
	line-height: 1.4;
	white-space: nowrap;
}

#ensemble .box {
	float: left;
	width: 186px;
	/*height: 290px;*/
	margin-bottom: 15px;
	margin-left: 52px;
}

#ensemble p {
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 10px;
}

#ensemble img {
	border: 3px solid #FFF;
	border-radius: 10px 0 10px 0;
}

#ensemble .box .castname {
	color: #99ffff;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}


/* *************************************************************************** */
/* SPECIAL Page */
/* *************************************************************************** */
#special {
	width: 800px;
	margin: 0 auto 60px;
	font-size: 14px;
	line-height: 1.4;
}

.specialBg {
	background: url(../special/img/special_bg.png) 0 190px no-repeat;
}

#special ul li img {
	margin-bottom: 30px;
}

#special img.past {
	filter: brightness(0.3);
	-webkit-filter: brightness(0.3);
	-moz-filter: brightness(0.3);
	-o-filter: brightness(0.3);
	-ms-filter: brightness(0.3);
}


/* *************************************************************************** */
/* REVIEWER Page */
/* *************************************************************************** */
#reviewer {
	width: 700px;
	margin: 0 50px 50px 150px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	text-shadow:
		-1px -1px 0px #5c5c5c,
		1px -1px 0px #5c5c5c,
		1px 1px 0px #5c5c5c,
		-1px 1px 0px #5c5c5c,
		1px 2px 3px rgba(0, 0, 0, 0.6);

}

#reviewer p {
	margin-bottom: 25px;
}

#reviewer ul {
	list-style-type: disc;
}

#reviewer p.msg {
	color: #dd0000;
	margin: 2em;
}
#reviewer span.msg {
	color: #dd0000;
}

/* 戻りボタン */
#reviewer form.back {
	margin-top: 2em;
}


#formWrap {
	width: 700px;
	margin: 0 auto;
	line-height: 120%;
	font-size: 90%;
}
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td, table.formTable th {
	border: 1px solid #d2691e;
	padding: 10px;
}
table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #ffa500;
	text-align: left;
}


/* *************************************************************************** */
/* REPORT PAGE */
/* *************************************************************************** */
#report {
	width: 1000px;
	margin: 20px auto 30px;
	overflow: hidden;
}

#report img {
	border-radius: 5px;
}

#report p,
#cmntMovie p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 2em;
}

#report p span {
	color:#fff;
	line-height: 1.6;
	margin-bottom: 2em;
	display:block;
	text-align:left;
	width:650px;
	margin:10px auto 20px auto;
	font-weight:bold;
	font-size: 18px;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#report p.report_rev {
	display: block;
	height: 27px;
	text-align: left;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	padding-left: 30px;
}


#sp_movie {
/*	background-color: #1E1E1E;	*/
	background-color: #003366;
	padding: 20px 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.setPic {
	margin: 0 auto 20px;
}

#reportArea {
	margin: 0 auto 20px;
	overflow: hidden;
}

#repPicsL {
	float: left;
	margin-left: 25px;
}

#repPicsR {
	float: right;
	margin-right: 25px;
}

#repPicsL,#repPicsR {
	width: 290px;
}

#repPicsL img, #repPicsR img {
	margin-bottom: 10px;
}

#rev {
	float: left;
/*	width: 634px;	*/
	width: 317px;
	margin: 0 18px;
	text-align: left;
	overflow: hidden;
}

#rev #revL {
	float: left;
}

#rev #revR {
	float: right;
}

#rev dl dt {
	font-size: 14px;
	display: block;
	height: 28px;
	width: 295px;
	padding: 5px 5px 5px 8px;
	line-height: 28px;
	border: 1px solid #BD3A14;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor:pointer;
	background: url(../special/img/down.png) 290px 15px no-repeat #BD3A14;
}

#rev dl dd {
	display: none;
	width: 283px;
	font-size: 13px;
	color: #000;
	padding: 12px;
	background: rgba(255,255,255, 1);
	margin-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 1.4;
}

#rev dl dt span {
	font-family: "Arial Black", Gadget, sans-serif;
	margin-right: 10px;
	color: #000;
	font-weight: bold;
	font-style: italic;
}

#rev dl dt.active{
	background: url(../special/img/up.png) 290px 15px no-repeat #BD3A14;
}


/* *************************************************************************** */
/* Special Comment Movie */
/* *************************************************************************** */
#cmntMovie {
	margin: 20px auto 30px;
	width: 1000px;
	
}

#movArea {
	overflow: hidden;
	height: 740px;
	background: url(../special/img/gachinko.png) center 245px no-repeat;
}

#movArea ul li {
	float: left;
	display: block;
	width: 282px;
	height: 210px;
	margin-left: 38px;
}

#movArea .comingsoon {
	overflow: hidden;
	height: 110px;
	padding-top: 80px;
	line-height: 1.8;
	color: #ccc;
}

#movArea .comingsoon span {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #9C0;
}

#movArea iframe {
	margin-top: 53px;
}


#movArea #mov2 {
	position: relative;
	top: 230px;
	left: 0;
	background: url(../special/img/movies/movFrame2.png) 0 0 no-repeat;
}

#movArea #mov1 {
	position: relative;
	background: url(../special/img/movies/movFrame1.png) 0 0 no-repeat;
}

#movArea #mov4 {
	position: relative;
	top: 230px;
	right: 0;
	background: url(../special/img/movies/movFrame4.png) 0 0 no-repeat;
}

#movArea #mov5 {
	position: relative;
	top: 250px;
	left: 0px;
	background: url(../special/img/movies/movFrame5.png) 0 0 no-repeat;
}

#movArea #mov3 {
	position: relative;
	top: 20px;
	left: 0;
	background: url(../special/img/movies/movFrame3.png) 0 0 no-repeat;
}

#movArea #mov7 {
	position: relative;
	top: 250px;
	right: 0;
	margin-bottom: 30px;
	background: url(../special/img/movies/movFrame7.png) 0 0 no-repeat;
}

#movArea #mov6 {
	position: relative;
	top: 10px;
	left: 320px;
	margin-bottom: 30px;
	background: url(../special/img/movies/movFrame6.png) 0 0 no-repeat;
}


/* *************************************************************************** */
/* THEME SONG PAGE */
/* *************************************************************************** */
#tsong {
	width: 1000px;
	margin: 20px auto 30px;
	overflow: hidden;
	text-align: left;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#tsong a {
	color: #F6C;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#tsong p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1em;
	text-align: center;
}

#tsong p span {
	color:#fff;
	line-height: 1.6;
	margin-bottom: 2em;
	display:block;
	text-align:left;
	width:1000px;
	margin:10px auto 20px auto;
	font-weight:bold;
	font-size: 32px;
	padding: 10px;
	background-color: rgba(255,255,255,0.3);
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#tsong h3 {
	color: #fff;
	margin: 30px 0 10px;
	padding-left: 15px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align:left
}

#tsong #prof,#tsong #about,#tsong #pv {
	margin: 20px auto;
	width: 950px;
	overflow: hidden;
}

#tsong #prof #prof_l {
	width: 430px;
	float: left;
	padding: 15px;
	background-color: #122539;
}

#tsong #prof #prof_r {
	width: 430px;
	float: right;
	padding: 15px;
	background-color: #122539;
}

#tsong #prof ul li {
	line-height: 1.6;
}

#tsong #prof ul li.tName {
	font-weight: bold;
	font-size: 16px;
}

#tsong #prof ul li.tPart {
	color: #F90;
}

#tsong #prof ul li.tInfo {
	color: #999;
	margin-bottom: 1em;
}

#tsong #prof ul li.tTxt {
}

#tsong #about table {
	font-size: 13px;
	width: 840px;
	margin: 0 auto;
}

#tsong #about th {
	vertical-align: top;
}

#tsong #pv {
	text-align: center;
	
}


/* *************************************************************************** */
/* NOTICE Page */
/* *************************************************************************** */
#snotice {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	color: #000;
}

#snotice span,
#snotice a {
	color: #ffffff;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#snotice span.caution {
	color: #f6c;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#snotice span.b {
	color: #ffe4e1;
	font-weight:bold;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#snotice span {
	color: #e6e6fa;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#snotice h3 {
	margin-bottom: 20px;
	color: #fff;
	background-color: #1B2034;
	padding: 10px;
}

#snotice dl dt {
	display: block;
	margin-top: 5px;
	color: #90ee90;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#snotice dl dd {
	display: block;
	border-bottom: 1px dotted #000;
	line-height: 1.6;
}


/* *************************************************************************** */
/* MEMORIAL Page */
/* *************************************************************************** */
#memorial {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	color: #000;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#memorial h3 {
	font-size: 14px;
	line-height: 1.8;
	background-color: #ff9900;
	background-color: rgba(255,255,255,0.3);
	padding: 15px;
	margin-left: 30px;
	width:800px;
	color: #fff;
}

#memorial h3 span {
	font-size: 20px;
	color: #ff9900;
}

#memorial h3 span2 {
	font-size: 20px;
	color: #ff0099;
}

#memorial dl dt {
	clear: left;
	float: left;
	width: 240px;
	padding: 10px;
	text-align: right;
}

#memorial dl dd {
	text-align: left;
	padding: 10px;
	padding-left: 10em;
	/*border-bottom: 1px #333 dotted;*/
}

#memorial .mainStaff {
	font-size: 16px;
}

.memorialBg {
	background: url(../staff/img/staff_bg.png) 0 0 repeat;
}


/* *************************************************************************** */
/* STAFF Page */
/* *************************************************************************** */
#staff {
	width: 640px;
	margin: 50px auto;
	text-shadow:
		-1px -1px 0px #5c5c5c,
		1px -1px 0px #5c5c5c,
		1px 1px 0px #5c5c5c,
		-1px 1px 0px #5c5c5c,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#staff dl dt {
	clear: left;
	float: left;
	width: 240px;
	padding: 10px;
	text-align: right;
}

#staff dl dd {
	text-align: left;
	padding: 10px;
	padding-left: 10em;
	/*border-bottom: 1px #333 dotted;*/
}

#staff .mainStaff {
	font-size: 16px;
}

.staffBg {
	background: url(../staff/img/staff_bg.png) 0 0 repeat;
}


/* *************************************************************************** */
/* TICKET Page */
/* *************************************************************************** */
#ticket {
	width: 840px;
	margin: 20px auto;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
	overflow: hidden;
	font-family: 'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}


#ticket .fs_MB {
	font-size: 20px;
	font-weight: bold;
}

#ticket p span {
	font-size: 12px;
}

#ticket a {
	color: #ff1493;
	font-weight: bold;
}

#ticket a:hover {
	color: #ff1493;
}

#ticket .box {
/*	border-top: 1px #D94317 solid; */
	overflow: hidden;
	margin-bottom: 20px;
}

#ticket #term table {
	width: 800px;
	border-top: 1px solid #333;
	line-height: 1.2;
}

#ticket #term table td {
	border-bottom: 1px solid #333;
	padding: 5px;
}

#ticket #term table td.A,
#ticket #term table th.A,
#ticket #calendar table td.A
{
	background-color: #ff6347;
}

#ticket #term table td.B,
#ticket #term table th.B,
#ticket #calendar table td.B
{
	background-color: #4169e1;
}


#ticket #term p {
	font-size: 12px;
	color: #800000;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

#ticket #term p span {
	font-size: 18px;
	color: #800000;
}

#ticket #term spanB {
	font-size: 16px;
	padding: 2px;
	color: #fff;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #term spanBr {
	font-size: 18px;
	color: #f00;
}

#ticket #term spanC {
	font-size: 12px;
	padding: 2px;
	color: #fff;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #calendar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#ticket #calendar table {
	width: 800px;
	border-collapse: collapse;
	margin-bottom: 1px;
	margin-top: 0.5px;
}

#ticket #calendar table td {
	width: 80px;
	font-size: 14px;
}

#ticket #calendar table th.empty,
#ticket #calendar table td.empty {
	background: none;
	border: none;
	font-size: 12px;
}}

#ticket #calendar table th {
	width: 120px;
	background-color: #666;
}

#ticket #calendar table th,
#ticket #calendar table td {
	border: 1px solid #999;
	padding: 4px;
	text-align: center;
}

#ticket #calendar p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

#ticket #calendar p span {
	font-size: 18px;
}

#ticket #calendar table th.area {
	font-size: 14px;
	background-color: #000000;
	color: #FFF;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}


/* 東京公演 */
#ticket #calendar table td.To,
#ticket #calendar table td.ToC,
#ticket #playguide table td.To
{
	background-color: #ff6347;
}

/* 大阪公演 */
#ticket #calendar table td.Oo,
#ticket #calendar table td.OoC,
#ticket #playguide table td.Oo
{
	background-color: #00bfff;
}

/* 東京凱旋公演 */
#ticket #calendar table td.Ga,
#ticket #calendar table td.GaC,
#ticket #playguide table td.Ga
{
	background-color: #3cb371;
}

/* Aチーム */
#ticket #calendar #term table td.A,
#ticket #calendar #term table th.A,
#ticket #calendar table td.AC,
#ticket #playguide table td.A
{
	background-color: #ff6347;
}

/* Bチーム */
#ticket #calendar table td.B,
#ticket #calendar table th.B,
#ticket #calendar table td.BC,
#ticket #playguide table td.B
{
	background-color: #4169e1;
}

#ticket #calendar table th.H
{
	background-color: #000000;
	color: #FFF;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #calendar table td.O
{
/*	background-color: #faebd7;
	color: #ff0000;*/
	background-color: #FFFFFF;
	color: #F00;
	font-weight: bold;
	text-shadow:
		-1px -1px 0px #fff5ee,
		1px -1px 0px #fff5ee,
		1px 1px 0px #fff5ee,
		-1px 1px 0px #fff5ee,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #calendar table td.T,
#ticket #calendar table th.T,
#ticket #calendar table td.TC,
#ticket #playguide table td.T
{
/*	background-color: #808080;
	color: #FFF; */
	background-color: #000000;
	color: #FFF;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #playguide table td.A,
#ticket #playguide table td.B
{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow:
		-1px -1px 0px #333,
		1px -1px 0px #333,
		1px 1px 0px #333,
		-1px 1px 0px #333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #calendar table td.AC,
#ticket #calendar table td.BC
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow:
		-1px -1px 0px #fff,
		1px -1px 0px #fff,
		1px 1px 0px #fff,
		-1px 1px 0px #fff,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}


#ticket #poster p {
	text-indent: 0!important;
	padding-left: 0!important;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.6;
}

#ticket #wcast table th,
#ticket #playguide table th,
#ticket #advance table th {
	background-color: #666;
}

#ticket #playguide table td {
/*	background-color: #ffe4c4; */
	background-color: #333;
}

#ticket #wcast table th,
#ticket #wcast table td,
#ticket #playguide table th,
#ticket #playguide table td,
#ticket #poster table th,
#ticket #poster table td,
#ticket #advance table th,
#ticket #advance table td {
	border: 1px solid #000;
	padding: 4px;
	text-align: center;
}

#ticket #wcast table {
	width: 840px;
	border-collapse: collapse;
	margin-bottom: 10px;
	/*border: 1px solid #CCC;*/
}

#ticket #wcast table td {
	font-size: 10px;
}

#ticket #wcast table th.month {
	background-color: #333;
}

#ticket #wcast table td.day {
	background-color: #E89D2F;
}

#ticket #wcast table td.night {
	background-color: #30789E;
}

#ticket #wcast table th.empty {
	background: none;
	border: none;
}

#ticket .caution {
	text-indent: -1em;
	padding-left: 12px;
	color: #ccc;
	font-size: 10px;
}

#ticket #price p {
	font-size: 16px;
	text-indent: -1.4em;
	padding-left: 22px;
	color: #FFF;
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-weight:bold;
}

#ticket #price p.red {
	font-size: 12px;
	text-indent: -1.4em;
	padding-left: 22px;
	color: #F00;
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-weight:bold;
	text-shadow:
		-1px -1px 0px #404040,
		1px -1px 0px #404040,
		1px 1px 0px #404040,
		-1px 1px 0px #404040,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #price p.bold {
	font-size: 16px;
	text-indent: -1.4em;
	padding-left: 22px;
	color: #FFF;
	line-height: 1;
	margin-bottom: 0;
	font-weight: bold;
}

#ticket #price p span {
	color: #ffd700;
	font-size: 24px;
	font-weight:bold;
}

#ticket #playguide table {
	width: 840px;
	border-collapse: collapse;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

#ticket #playguide table th,
#ticket #advance table th {
	text-align: left;
	padding: 10px;
}

#ticket #playguide table td,
#ticket #advance table td {
	text-align: left;
	padding: 10px;
	color: #FFF;
}

#ticket #playguide table th.head
{
	text-align: left;
	padding: 10px;
	color: #f6c;
	font-weight: bold;
	font-size: 18px;
	border: none;
	background-color: transparent;
}

#ticket #playguide table th.text
{
	text-align: left;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: none;
	background-color: transparent;
}

#ticket #playguide table th.list
{
	text-align: left;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background-color: transparent;
	line-height:1.0;
}


/* 2016-12-07 追加 ***　ここから　******************************************************************** */

#ticket #playguide table th.o2
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	border: none;
	background-color:#cd5c5c;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #playguide table th.x2
{
	color: #fff8dc;
	font-weight: bold;
	font-size: 22px;
	border: none;
	background-color: #d2b48c;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #playguide table th.m2
{
	width: 160px;
	color: #880000;
	font-weight: bold;
	font-size: 20px;
	border: none;
	background-color: transparent;
}

#ticket #playguide table td.t2
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	border: none;
	background-color: transparent;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #playguide table td.o3
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	border: none;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

/*黒文字普通サイズテキスト*/
#ticket #playguide span.btext {
	text-shadow:none;
	color: #000;
	font-size: 12px;
	text-indent: 0;
	padding-left: 0; 
	line-height: 1.6;
}

/*赤文字強調テキスト*/
#ticket #playguide span.rtext {
	color: #ff1493;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0;
	padding-left: 0; 
	line-height: 1.4;
}

/*二重取り消し線*/
#ticket #playguide span.doubleline {
	text-shadow:none;
	color: #000;
	font-size: 12px;
	text-indent: 0;
	padding-left: 0; 
	line-height: 1.4;
	background-image: url(../img/doubleline.png);
	background-repeat: repeat-x;
	background-position: center;
}


/* 2016-12-07 追加 ***　ここまで　******************************************************************** */


#ticket #playguide a img:hover {
	border-color: #ff1493;
}

#ticket #playguide p{
	text-indent: -1.2em;
	padding-left: 16px;
	margin-bottom: 1em;
	font-size: 10px;
	line-height: 1.4;
	color: #ffffff;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #playguide span{

	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border: none;
/*	background-color: #00ccff; */
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #playguide span2{

	color: #f00;
	font-weight: bold;
	font-size: 24px;
	border: none;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#ticket #advance table {
	width: 840px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#ticket #poster table td,
#ticket #poster table th {
	text-align: center!important;
}

#ticket #advance table td {
	vertical-align: top;
}
#ticket #advance table span {
	color: #FC0;

}

#ticket #advance p {
	text-indent: -1.2em;
	padding-left: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}

#ticket .castSC {
	text-align: center;
}

#ticket img {
	border-radius: 1em;
	margin-bottom: 5px;
}

#ticket img.eor {
	filter: brightness(0.3);
	-webkit-filter: brightness(0.3);
	-moz-filter: brightness(0.3);
	-o-filter: brightness(0.3);
	-ms-filter: brightness(0.3);
}

/*
#ticket a:hover {
	opacity: 0.7;
}
*/


/* *************************************************************************** */
/* VISUAL Page */
/* *************************************************************************** */
#visual {
	overflow: hidden;
	display:
	margin-top: 20px;
	padding-bottom: 30px;
	background: url(../visual/img/v01bg.jpg) 0 50px no-repeat;
	height: 780px;
}

#visual .btn {
	margin: 665px 0;
}


#visual p {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	margin-bottom: 10px;
}

#visual #bar {
	width: 1000px;
	height: 50px;
	margin-bottom: 15px;
	padding: 8px 0px 0px 16px;
	background: url(../visual/img/click.png) 0px 10px no-repeat #fff;
	
/*	width: 965px;
	height: 50px;
	padding: 1px 0 0 36px;
	background: url(../visual/img/click.png) 1px 5px no-repeat #fff;
*/
}

#visual #bar img {
	margin: 0 -1px;

/*	margin-top: 4px;
	padding: 0;
*/
}

#visual #bar .non {
	opacity: 0.2;
	padding: 0;
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}

#visual #bar .pos {
	background-color: #FF6699;
	border-radius: 8px;
	padding: 0;
}

#visual #photoArea {
	width: 406px;
	margin: 0 auto 30px 570px;
/*	margin: 0 auto 30px 50px; */
}

#visual #photoArea  a img {
	border: 3px solid #FFF;
	border-radius: 10px 0 10px 0;
	margin: 20px 0;
}
#visual #photoArea  a img:hover {
	border: 3px solid #F90;
}

.noyet {
	opacity: 0.5;
}

.visualBg {
	background: url(../visual/img/visual_bg.png) 0 -25px repeat;
}


/* *************************************************************************** */
/* ADDITIONAL STAGE */
/* *************************************************************************** */
#add {
	width: 840px;
	margin: 15px auto;
	overflow: hidden;
}

#add p {
	display: block;
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}

#addinfo {
	position: relative;
	color: #000;
	text-align: left;
	padding: 10px 30px;
	background-color: #F4F182;
	margin-bottom: 20px;
}

.reservationBtn {
	position: absolute;
	top: 10px;
	right: 15px;
}

#addinfo h3 {
	text-indent: -10px;
	font-size: 20px;
}

#addinfo dl dt {
	font-size: 18px;
	font-weight: bold;
}

#addinfo dl dd {
	font-size: 14px;
	margin-bottom: 10px;
}

#addDetail {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#addDetail table,
#addPlayguide table {
	text-align: left;
	font-size: 13px;
	margin: 0 auto 15px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

#addDetail th,
#addDetail td,
#addPlayguide th,
#addPlayguide td {
	border: 1px solid #CCC;
	padding: 10px;
	line-height: 1.6;
}

#addDetail table th {
	width: 100px;
	text-align: right;
	background-color: #666;
	color: #fff;
}

#addDetail table span {
	color: #D94317;
	font-weight: bold;
}

#addDetail p {
	display: block;
	width: 840px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #D94317;
}

#addDetail .caution,
#addPlayguide .caution {
	font-weight: normal;
	color: #FFFF4D;
	font-size: 11px;
}

#addPlayguide {
	text-align: left;
	width: 840px;
	margin: 0 auto 20px;
}

#addPlayguide img {
	margin-bottom: 10px;
}

#addPlayguide p {
	font-size: 16px;
	width: auto;
	margin-bottom: 5px;
}

#addPlayguide p span {
	font-size: 24px;
}

#addPlayguide table {
	margin-top: 15px;
}

#addPlayguide table th {
	text-align: right;
	background-color: #666;
	color: #fff;
}


/* *************************************************************************** */
/* GOODS */
/* *************************************************************************** */
#goods {
	width: 1000px;
	margin: 30px auto;
	overflow: hidden;
	text-align: left;
}

#goods .item {
	width: 1000px;
	overflow: hidden;
}

#goods span {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#goods span.caution {
	font-size: 14px;
	color: #f6c;
	color: #f00;
	font-weight: bold;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#goods .goods_info {
	width: 900px;
	color: #000;
	font-size: 12px;
	margin-left: 30px;
	line-height: 1.8;
}

#goods a:hover {
	opacity: 0.7;
}


/* *************************************************************************** */
/* Blu-ray & DVD Page */
/* *************************************************************************** */
#bddvd {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
	color: #000;
}

#bddvd a {
	color: #00ff00;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#bddvd img {
	border-color: #faebd7;
}


#bddvd span.caution {
	font-size: 14px;
	color: #f6c;
	color: #f00;
	color: #fff;

	font-weight: bold;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#bddvd span {
	font-size: 16px;
	color: #f6c;
}

#bddvd span2 {
	margin: 20px auto;
	color: #fff;
	font-weight: bold;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#bddvd .news {
	width: 860px;
	background-color: #faf0e6;
	padding: 10px;
	opacity: 0.8;
	border-radius: 20px;
	font-size: 32px;
	font-family: 'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
	color: #ff6347;
	text-shadow:
		-1px -1px 0px #800000,
		1px -1px 0px #800000,
		1px 1px 0px #800000,
		-1px 1px 0px #800000,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#bddvd font.tok {
	font-size: 32px;
	font-family: 'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	color: #fb6542;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#bddvd h3 {
	margin-bottom: 20px;
	color: #fff;
	background-color: #1B2034;
	padding: 10px;
}

#bddvd dl dt {
	display: block;
	margin-top: 5px;
	font-size: 16px;
}

#bddvd dl dd {
	display: block;
	padding: 10px 30px 10px;
	border-bottom: 1px dotted #000;
	line-height: 1.6;
}


/* *************************************************************************** */
/* DVD Order Page */
/* *************************************************************************** */
#dvdorder {
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

#dvdorder h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow:
		-1px -1px 0px #333333,
		1px -1px 0px #333333,
		1px 1px 0px #333333,
		-1px 1px 0px #333333,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}

#dvdorder a,
#dvdorder p.caution {
	color: #000;
	font-size: 12px;
	text-align: center;
	margin-bottom: 25px;
}

#dvdorder ul {
	list-style-type: disc;
}

#dvdorder p.msg {
	color: #dd0000;
	margin: 2em;
}
#dvdorder span.msg {
	color: #dd0000;
}

/* 戻りボタン */
#dvdorder form.back {
	margin-top: 2em;
}


#orderFormWrap {
	width: 800px;
	margin: 0 auto;
	line-height: 120%;
	font-size: 90%;
	text-shadow:
		-1px -1px 0px #5c5c5c,
		1px -1px 0px #5c5c5c,
		1px 1px 0px #5c5c5c,
		-1px 1px 0px #5c5c5c,
		1px 2px 3px rgba(0, 0, 0, 0.6);
}
table.orderFormTable {
	width: 100%;
	margin: 0 auto;
	color: #000;
	text-shadow: none;
	border-collapse: collapse;
}
table.orderFormTable td, table.orderFormTable th {
	border: 1px solid #d2691e;
	padding: 10px;
}
table.orderFormTable th {
	width: 30%;
	font-weight: normal;
	background-color: rgba(255, 165, 0, .6);
	text-align: right;
}
table.orderFormTable td {
	width: 30%;
	font-weight: normal;
	background-color: rgba(255, 255, 255, .6);
	text-align: left;
}

#dvdorder input,
#dvdorder select,
#dvdorder textarea {
	color: #666;
	border-radius: 4px;
	vertical-align: middle;
}

#dvdorder input:focus,
#dvdorder select:focus,
#dvdorder textarea:focus {
	border-color: #2B93B8;
}

#dvdorder input {
	border: 1px solid #ccc;
	height: 24px;
	margin: 0 2px;
	padding: 0 4px;
}

#dvdorder select {
	border: 1px solid #ccc;
	padding: 4px;
}

#reset,#confirm,#back,#ok {
	margin: 10px 5px;
	padding: 5px;
	height: auto;
	background-color: #F8F8F8;
	cursor: pointer;
}

#dvdorder textarea {
	resize: none;
	border: 1px solid #ccc;
	padding: 4px;
}

.w50 {
	width: 50px;
}
