@charset 'UTF-8';

body.pc,
body.tablet {
	background: #000000 url(../images/section_1_bg.jpg) top center no-repeat;
	background-size: 2000px auto;
}

body.sp {
	width: 100%;
	min-width: 1000px;
	background: #000000 url(../images/s/section_1_bg.jpg) top center no-repeat;
	-webkit-background-size: 1030px auto;
	-moz-background-size: 1030px auto;
	background-size: 1030px auto;
	display: block;
}

/* section
-------------------------------------------------- */
.section {
	text-align: center;
}

.section,
body.sp .section {
	min-width: 1000px;
	padding: 61px 0 75px;
	text-align: center;
	color: #6a3502;
}

.section h2 {
	margin-bottom: 48px;
}
body.sp .section h2 img {
	height: auto;
}
.section p {
	margin-bottom: 49px;
	line-height: 1.6875;
}

body.sp .section p {
	font-size: 16px;
}

#section_1 {
	padding: 150px 0 0;
	min-width: 1000px;
	color: #ffffff;
	height: 493px;
	box-sizing: border-box;
}
body.sp #section_1 {
    padding: 70px 0 0;
    height: 1295px;
    overflow: hidden;
}

#section_1 .body {
	position: relative;
}

#section_1 h1 {
	padding: 0;
	margin: 0 49px 28px 0;
	line-height: 0;
	text-align: right;
}
body.sp #section_1 h1 {
	width: 700px;
	margin: 0 auto 20px;
}
body.sp #section_1 h1 img {
	width: 100%;
	height: auto;
}

#section_1 .btnInfo {
	width: 370px;
	height: 80px;
	padding: 0;
    margin: 0 51px 54px auto;
	line-height: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
body.sp #section_1 .btnInfo {
	width: 740px;
	height: 160px;
	margin: 760px auto 0;
}
#section_1 .btnInfo a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
body.sp #section_1 .btnInfo img {
    width: 100%;
    height: auto;
}
#section_1 .btnInfo a:hover {
	opacity: 0.8;
}
/* #section_1 .btnInfo a:hover img {
	position: absolute;
	left: 0px;
	top: -70px;
}
body.sp #section_1 .btnInfo a:hover img {
	top: -142px;
} */
#section_1 .btnGuid {
	width: 112px;
	height: 130px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	line-height: 0;
	position: absolute;
    right: -12px;
    top: -97px;
}

body.sp #section_1 .btnGuid {
    top: 173px;
    right: -10px;
    bottom: auto;
    margin: 0;
    width: 205px;
    height: 235px;
}
#section_1 .btnGuid a {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

#section_1 .btnGuid a img {
	width: 100%;
	height: auto;
}


.releaseInfo {
	padding: 0;
	margin: 0 0 -2px;
    background: #d0a669;
    color: #fff;
}

body.sp .releaseInfo {
	padding:0;
    color: #fff;
}

.releaseInfo .body {
	width: 100%;
	padding: 0;
	text-align: left;
	background: #21418f;
	box-sizing: border-box;
}

.releaseInfo p {
	width: 960px;
	padding: 17px 20px;
	margin: 0 auto 1px;
}

.releaseInfo p .top {
	width: 180px;
	padding: 8px 0;
	vertical-align: top;
}

.releaseInfo p .logo {
	height: 50px;
	padding: 0 36px;
	background: #ffffff;
	vertical-align: middle;
	display: block;
}

.releaseInfo p .map {
	width: 180px;
	height: 45px;
	padding: 0;
	position: relative;
	display: block;
	float: right;

}

.releaseInfo p .txt {
	padding: 0 20px;
	margin: 0;
	vertical-align: middle;
}
body.sp .releaseInfo p .txt {
    padding: 0 0 0 20px;
}
.releaseInfo p .txtMain {
	margin: 0 0 2px;
	font-size: 25px;
	line-height: 1.44;
	font-weight: bold;
	display: block;
}
body.sp #releaseInfo.releaseInfo p .txtMain {
    font-size: 30px;
	-webkit-text-size-adjust: 100%;
}

.releaseInfo p .txtSub {
	font-size: 16px;
	line-height: 1.6875;
	font-weight: bold;
	display: block;
}
body.sp #releaseInfo.releaseInfo p .txtSub {
    font-size: 26px;
	-webkit-text-size-adjust: 100%;
}

body.sp .section.releaseInfo .body{
    width: 100%;
    padding: 0;
}

body.sp .section p.table {
    box-sizing: border-box;
}
span.btnMap {
    font-weight: 700;
    color: #c23140;
    background-color: #ffffff;
    width: 180px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 50%);
}
p.table .top.table-cell span.map {
    overflow: unset;
    margin: 20px 0 0;
}
p.table .top.table-cell span.map > a:hover {
    text-decoration: none;
}
span.btnMap icon {
    height: 16px;
    width: 16px;
    background-color: #c23140;
	border-radius: 50%;
	position: relative;
    margin: 0px 0px 1px 5px;
}
span.btnMap icon span {
    top: 5px;
    left: 4px;
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#information {
	padding: 83px 0 35px;
	text-align: left;
}

body.pc #information,
body.tablet #information,
body.sp #information {
	background: url(../images/section_linebg.png) 0 0 repeat-x,
	#f0ebe2 url(../images/information_bg.jpg) top center repeat;
	background-size: 100% 24px, 150px auto;
}

body.sp #information {
	padding: 73px 0 55px;
}

body.sp #information .body {
	margin: 0 auto;
	padding: 0 20px;
}

#information h2 {
	margin-bottom: 25px;
	text-align: left;
}
body.sp #information h2 {
	margin-bottom: 45px;
}
body.sp #information h2 img{
	/* width: 370px; */
}

#information .newsBox {
	margin: 0 0 47px;
}

#information .eventsBox {
	margin: 0 0 45px;
}

#information dl {
	width: 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d0a669;
}

#information dt {
	width: 13.542%;
	font-size: 18px;
	line-height: 2;
	color: #d68f28;
	float: left;
}

#information dd {
	width: 86.458%;
	padding: 10px 0 11px;
	font-size: 18px;
	line-height: 1.1;
	color: #6a3502;
	float: right;
}

#information dd a {
	color: #6a3502;
}

#information .btn {
	width: 621px;
	height: 80px;
	margin: 0 auto;
}


body.pc #leadContent,
body.tablet #leadContent {
    padding: 100px 0 46px;
	color: #6a3502;
	/* background: #f0e59d url(../images/section_lead_bg.jpg) top center no-repeat; */
    background: #f0e59d url(../images/section_lead_bg.jpg) center;
	background-size: 2000px auto;    
}
body.sp #leadContent {
    padding: 151px 0 75px;
	/* background: #f0e59d url(../images/s/section_lead_bg.jpg) top center no-repeat; */
    background: #f0e59d url(../images/s/section_lead_bg.jpg) center;
	background-size: 100% auto;
}
#leadContent p {
	font-size:20px;
}
#movieContent {
	background: #aae5ed url(../images/section_7_bg.jpg) top center repeat-y;
	background-size: 2000px auto;
}
body.sp #movieContent {
	background: #aae5ed url(../images/s/section_7_bg.jpg) top center repeat-y;
	background-size: 100% auto;
}
body.pc #section_4 {
	background:#254893 url(../images/section_2_bg.jpg) bottom center no-repeat;
	background-size:100% auto;
}
body.sp #section_4,
body.tablet #section_4 {
	background: #254893 url(../images/section_2_bg.jpg) bottom center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	padding-top: 0;
}
body.pc #section_2 {
	padding-top: 120px;
	background: url(../images/section_linebg.png) 0 0 repeat-x,
	#254893 url(../images/section_2_bg.jpg) bottom center no-repeat;
	background-size: 100% 24px, 100% auto;
}
body.sp #section_2,
body.tablet #section_2 {
	padding-top: 120px;
	background: url(../images/section_linebg.png) 0 0 repeat-x,
	#254893 url(../images/section_2_bg.jpg) bottom center no-repeat;
	background-size: 100% 24px, 100% auto;

}


body.pc #section_3 {
	background: url(../images/section_3_bg.jpg) center center repeat-y;
}

body.sp #section_3,
body.tablet #section_3 {
	background: #000000 url(../images/s/section_3_bg.jpg) top center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
body.pc #section_4 {
	padding-top: 0;
}
/* body.pc #section_4 {
	background: #b4ddf1 url(../images/section_4_bg.jpg) top center no-repeat;
	background-size: 2000px auto;
}

body.sp #section_4,
body.tablet #section_4 {
	background: #3f2c14 url(../images/s/section_4_bg.jpg) top center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
} */
body.pc #section_5 {
	/* background: #fffeeb url(../images/section_5_bg.jpg) top center no-repeat; */
	/* background-size: auto 100%; */
    background: url(../images/section_linebg.png) 0 0 repeat-x,
	#ffeca3 url(../images/special_bg.jpg) center repeat;
	background-size: 100% 24px, 300px auto;
	padding: 97.5px 0 62px;
}

body.sp #section_5,
body.tablet #section_5 {
	/* background: url(../images/s/section_5_bg.jpg) bottom center no-repeat; */
	/* -webkit-background-size: 100% auto; */
	/* -moz-background-size: 100% auto; */
	/* background-size: 100% auto; */
    background: url(../images/section_linebg.png) 0 0 repeat-x,
	#ffeca3 url(../images/special_bg.jpg) center repeat;
	background-size: 100% 24px, 150px auto;
}

#section_6 {
	padding: 61px 0 67px;
}

body.pc #section_6,
body.tablet #section_6 {
	/* background: #98dcc6 url(../images/section_6_bg.jpg) top center repeat-y; */
	/* background: #f1dbbf url(../images/gallery_bg.jpg) top center repeat; */    
	/* background-size: 2000px auto; */
    background-image: url(../images/section_linebg.png), url(../images/gallery_bg.jpg);
    background-position: 0 0, top center;
    background-repeat: repeat-x, repeat;
    background-size: 100% 24px, 166px auto;
    padding: 97.5px 0 72px;
}

body.sp #section_6 {
	/* background:#98dcc6  url(../images/s/section_6_bg.jpg) top center repeat; */
	/* -webkit-background-size: 100% auto; */
	/* -moz-background-size: 100% auto; */
	/* background-size: 100% auto; */
    background-image: url(../images/section_linebg.png), url(../images/gallery_bg.jpg);
    background-position: 0 0, top center;
    background-repeat: repeat-x, repeat;
    background-size: 100% 24px, 166px auto;
}

#section_7 {
	padding: 90px 0 0;
	background: url(../images/section_linebg.png) 0 0 repeat-x,
	 #fff url(../images/section_7_bg.jpg) bottom center repeat-y;
	background-size: 100% 24px, 100% auto;
    overflow: hidden;
}

.staff_img {
    margin-bottom:40px;
}

#section_8 {
	padding: 0 0 75px;
}

#section_9 {
	padding: 49px 0 72px;
	background: #fff url(../images/section_9_bg.jpg) bottom center no-repeat;
	background-size: 2000px auto;
}

body.pc #section_9,
body.tablet #section_9 {
}

body.sp #section_9 {
	background: #fff url(../images/s/section_9_bg.jpg) bottom center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

#section_9 h2 {
    margin-bottom: 89px;
}

body.pc #section_11,
body.sp #section_11,
body.tablet #section_11  {
	margin: 0 0 50px;
	padding: 90px 0 65px;
	background:  url(../images/section_linebg.png) 0 0 repeat-x,
	url(../images/section_11_bg.png) top center repeat;
	background-size: 100% 24px, 250px auto;
}

/* body.sp #section_11,
body.tablet #section_11 {
	margin: 0 0 50px;
	background: url(../images/s/section_11_bg.png) top center repeat-y;
	-webkit-background-size: 1000px auto;
	-moz-background-size: 1000px auto;
	background-size: 1000px auto;
} */
#section_11 h2 {
	color: #fff;
	font-size: 20px;
}
body.sp #section_11 h2 {
	font-size: 36px;
}
#section_11 .btnInfo {
	width: 370px;
	height: 80px;
	padding: 0;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
body.sp #section_11 .btnInfo {
	width: 740px;
	height: 160px;
}
#section_11 .btnInfo a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
body.sp #section_11 .btnInfo img {
    width: 100%;
    height: auto;
}

#section_11 .btnInfo a:hover {
	opacity: 0.8;
}
/* #section_11 .btnInfo a:hover img {
	position: absolute;
	left: 0px;
	top: -80px;
} */

body.sp #section_2 h2 img {
	/* width: 660px; */
}

body.sp #leadContent img {
	width: 700px;
	height: auto;
}
body.sp #leadContent p {
	font-size: 240%;
}

body.sp #section_4 h2 img {
	/* width: 300px; */
}

/* learnmore
-------------------------------------------------- */
body.pc #section_10 {
	background: #000000 url(../images/section_10_bg.jpg) top center no-repeat;
}

body.sp #section_10,
body.tablet #section_10 {
	background: #000000 url(../images/s/section_10_bg.jpg) top center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

#section_10 .column {
	width: 309px;
	height: 169px;
	padding: 36px 0px 112px 5px;
	background: url(../images/learn_more_bg.png) center center no-repeat;
	position: relative;
}

#section_10 .column h3 {
	padding: 0;
	margin: 0;
	line-height: 0;
	text-align: center;
}

#section_10 .column p.txtArea {
	width: 213px;
	height: 115px;
	padding: 0 48px;
	margin: 0 auto;
	text-align: left;
	overflow-y: auto;
}

#section_10 .learnMoreBox {
	width: 688px;
	margin: 0 auto;
}

#section_10 .column.music {
	margin: 0 auto;
	float: left;
	clear: both;
	margin: 0 0 57px;
}

#section_10 .column.interview {
	margin: 0 0 57px;
	float: right;
}

#section_10 .column.word {
	margin: 0 auto;
	clear: both;
}

#section_10 .column .moreBtn {
	height: 49px;
	width: 140px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	position: absolute;
	left: 157px;
	top: 275px;
	overflow: hidden;
}

#section_10 .column .moreBtn img {
	position: absolute;
	left: 0px;
	top: 0px;
}

#section_10 .column .moreBtn a:hover img {
	position: absolute;
	left: 0px;
	top: -49px;
}

/* introduction
-------------------------------------------------- */
.textbg {
	position: relative;
	background: top center no-repeat;
	background-size: 100% 100%;
    padding: 70px 100px 30px;
}
body.sp .textbg {
    padding: 80px 100px 50px;
}
.textbg--1 {
	background-image:  url(../images/content_bg1.png);
}
body.sp .textbg--1 {
	background-image:  url(../images/s/content_bg1.png);
}
.textbg--2 {
	background-image:  url(../images/content_bg2.png);
}
body.sp .textbg--2 {
	background-image:  url(../images/s/content_bg2.png);
}

.textbg h2 {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
body.sp .textbg h2 {
}
.textbg p {
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 2;
	text-align: left;
	width: 680px;
}
body.sp .textbg p {
	text-align: left;
	font-size: 28px;
	line-height: 2.4;
}
.textbg .textbgTextS {
	font-size: 13px;
}
body.sp .textbg .textbgTextS {
	font-size: 24px;
}
.textbg p img {
	position: absolute;
    right: 30px;
    bottom: 40px;
}
#section_4 .textbg p img {
    right: 40px;
}
body.sp .textbg p img { 
	position: relative;
	right: -20px;
	bottom: auto;
	float: right;
}
body.sp #section_4 .textbg p img {
    right: -5px;
}

.galleryNote {
    text-align: right;
    padding-right: 30px;
}

/* threeColumnsType1
-------------------------------------------------- */
.threeColumnsType1,
body.sp .threeColumnsType1,
body.tablet .threeColumnsType1 {
	width: 909px;
	margin: 0 21px 46px 30px;
}

.threeColumnsType1 .column,
body.sp .threeColumnsType1 .column,
body.tablet .threeColumnsType1 .column {
	width: 235px;
	padding: 24px 29px 0 30px;
	margin: 0 9px 9px 0;
	background: #fff;
}

.threeColumnsType1 a.column:hover {
	text-decoration: none;
	background: #fffdd6;
}

.threeColumnsType1 .column.guest {
	background: rgba(69,0,84,0.9);
}

.threeColumnsType1 a.guest:hover {
	background: rgba(69,0,84,0.6);
}

#section_5 .threeColumnsType1 .column h3 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.333;
	font-weight: bold;
	/* color: #077f7b; */
	color: #6a3502;
}

#section_5 .threeColumnsType1 .column p {
	/* color: #61bccc; */
	color: #6a3502;
}
#section_5 .threeColumnsType1 .column h3 span {
	font-size: 14px;
	line-height: 1.714;
	vertical-align: bottom;
}

/* photoColumnsType1
-------------------------------------------------- */
.photoColumnsType1 {
	width: 930px;
	margin: 0;
	padding-bottom:30px;
	padding-left: 40px;
}

body.sp .photoColumnsType1 {
    padding-left: 0;
    margin-left: 30px;
}

.photoColumnsType1 .column {
	padding: 0;
	margin: 0 30px 30px 0;
	float: left;
	/* border: 1px solid #726450; */
    line-height: 0;
}

/* more
-------------------------------------------------- */
.more {
	/* width: 272px; */
	/* height: 72px; */
	width: 313px;
	height: 80px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.more img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.more a:hover img {
	position: absolute;
	left: 0px;
	top: -72px;
}
.more:hover img {
	position: absolute;
	left: 0px;
	top: -80px;
}

/* btn
-------------------------------------------------- */
.btn {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.btn img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.btn a:hover img {
	position: absolute;
	left: 0px;
	top: -80px;
}

#section_5 .btn {
	/* height: 71px; */
	/* width: 272px; */
	width: 313px;
    height: 80px;
	margin: 0px auto;
}

#section_7 .btn {
	height: 80px;
	width: 313px;
}

#section_7 .btn.center {
	margin: 0 auto 60px;
}

body.sp #section_7 .btn.center{
    scale: 1.2;
}

body.pc #specialContent {
background: url(../images/section_linebg.png) 0 0 repeat-x,
	#ffeca3 url(../images/special_bg.jpg) center repeat;
	background-size: 100% 24px, 300px auto;
	padding: 97.5px 0 62px;
}

body.pc #specialContent h2{
	margin-bottom: 86px;
}

body.sp #specialContent,
body.tablet #specialContent {
background: url(../images/section_linebg.png) 0 0 repeat-x,
	#ffeca3 url(../images/special_bg.jpg) center repeat;
	background-size: 100% 24px, 150px auto;
}

#specialContent .twoColumnsType1 {
	width: 960px;
	margin: 0 auto 25px;
	text-align: left;
}

#specialContent .twoColumnsType1 .column {
	width: 465px;
	margin: 0;
	float: left;
}

#specialContent .twoColumnsType1 .columnEnd {
	width: 465px;
	margin: 0;
	float: right;
}

#specialContent .threeColumnsType1 {
	width: 990px;
	margin: 0 -30px 0 0;
}

#specialContent .threeColumnsType1 .column {
	width: 300px;
	padding: 0;
	margin: 0 30px 25px 0;
	background: none;
	float: left;
}

#specialContent .twoColumnsType1 .column .image,
#specialContent .twoColumnsType1 .columnEnd .image,
#specialContent .threeColumnsType1 .column .image {
	margin: 0 0 8px;
}

#specialContent a,
#specialContent a:hover {
	color: #6a3502;
	text-decoration: none;
}

/* #section_7 .castBody {
	padding: 14px 18px 18px;
	margin: 0 0 55px;
	border: 2px solid #2e2e2e;
	background: #171717;
} */

#section_7 .castBody h3 {
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 1.555;
	font-weight: bold;
	text-align: left;
}

#section_7 .castBase {
    padding: 28px 25px 25px;
	margin: 0;
	color: #6a3502;
	background-color: #ffffff; 
}


#section_7 .castBase hr {
	display: block;
	color: #2e2e2e;
}

.frameBlock {
	width: 100%;
	margin:33px 0 0;
	padding: 0;
    border-top: 2px solid #d0a669;
    padding-top: 17.5px;
}

.frameBlock .frameBlockBase {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #21418f;
	text-align: left;
	font-size: 14px;
	line-height: 1.6875;
	border: none;
	box-sizing: border-box;
}

.frameBlock .frameBlockBase h4 {
	margin-bottom:2px;
	font-weight: bold;
}

.frameBlock .frameBlockBase ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

/* stafftBody
-------------------------------------------------- */
#section_7 .stafftBody {
	padding: 14px 18px 18px;
	margin: 0 0 55px;
    background: #21418f;
    box-sizing: border-box;
    text-align:left;
}

#section_7 .stafftBody h3 {
	font-size: 18px;
	margin-bottom: 16px;
	line-height: 1.555;
	font-weight: bold;
	text-align: center;
}

#section_7 .stafftBase {
	padding: 28px 25px 25px;
	margin: 0;
	color: #6a3502;
	background-color: #ffffff;
}

.stafftBody .generalTable {
	width: 930px;
	padding: 3px 0;
	margin: 0 0 15px;
}


.stafftBody .generalTable  {
	padding: 11px 12px 15px;
	border-color: #2e2e2e;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	text-align: left;
	background: #171717;
}


.stafftBody .generalFormTable dl {
	padding: 10px 0 13px;
	margin: 0 0 3px;
    border-bottom: 1px solid #d0a669;
}

.stafftBody .generalFormTable dl:last-child {
   border-bottom:none;
}

body.sp .stafftBody .generalFormTable dl {
    padding: 1% 0 1.3%;
	margin: 0 0 0.3%;
}

.stafftBody .generalFormTable dt,
.stafftBody .generalFormTable dd {
	font-size: 14px;
	line-height: 1.2857;
	float: right;
}

.stafftBody .generalFormTable dt {
	width: 52%;
	padding: 0 2% 0 0;
	margin: 0 1% 0 0;
	font-weight: bold;
	float: left;
}

.stafftBody .generalFormTable dd {
	width: 45%;
	float: right;
}

body.sp .stafftBody .generalFormTable dt,
body.sp .stafftBody .generalFormTable dd {
	font-size: 180%;
}

/* castBody
-------------------------------------------------- */

.castBody .generalTable {
	width: 930px;
	padding: 3px 0;
	margin: 0 0 15px;
}

#section_7 .castBody{
    padding: 14px 18px 18px;
	margin: 0 0 55px;
    background: #21418f;
    box-sizing: border-box;
    text-align:left;
}

.castBody h3{
    color: #fff;
    margin-top: 10px;
}

.castBody .generalTable table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-color: #d0a669;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
}

.castBody .generalTable table tbody th {
	padding: 11px 12px 15px;
	border-color: #d0a669;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #6a3502;
	vertical-align: top;
	text-align: left;
	background: #e5e5e5;
}

.castBody .generalTable table tbody td {
	border-color: #d0a669;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	font-size: 100%;
	background: #fff;
}

.castBody .generalFormTable table td {
	/* padding-right: 30px; */
    font-size: 14px;
}

.castBody .generalFormTable table td:first-child {
    width: 52%;
}

.castBody .generalFormTable table td:last-child {
    width: 44%;
}

.castBody .generalFormTable table td.top {
	vertical-align: text-top;
}

#section_7 .castBase .generalFormTable table {
    width: 100%!important;
}

#section_7 .inTable {
    width: 100%;
}

#section_7 .inTable tr{
    border-bottom: 1px solid #d0a669;
}

#section_7 .inTable td{
    width: 44%;
	float: right;
    padding: 13px 0;
}

#section_7 .inTable td.top{
    width: 52%;
	margin: 0 1% 0 0;
	font-weight: bold;
	float: left;
}

body.sp #section_7 .castBody h3{
    font-size: 231%;
}

body.sp #section_7 .inTable td{
    padding: 1% 0 1.3%;
}

body.sp #section_7 td{
    font-size: 25px;
}

/* castTab
-------------------------------------------------- */

.castTab .tabBox {
	 width: auto;
}

.castTab .tab li {
	padding: 21px 20px;
}

.castTab .tab li.select{
	padding: 21px 18px 36px;
	cursor: default;
}

.castTab .tab li:nth-child(3) {
	margin-right: 0;
}

.castTab .tab li span {
/*	width: 227px;*/
	padding-right: 43px;
	display: block;
	background: url(/applause/shared/images/cast_tab_bg.png) center right no-repeat;
	text-align: left;
}

.castTab .tab.two li {
	width: 432px;
}

.castTab .tab.two li:nth-child(2) {
	margin-right: 0;
}

.castTab .tab.three li {
	width: 270px;
}

.castTab .content {
	padding: 0;
	margin: 0 auto;
	width: auto;
}

/* casttitle
-------------------------------------------------- */
.casttitle {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
}
