﻿@charset "utf-8";

/* ------------------------------------------------ */
/* 2025/07/24 update */
/* ------------------------------------------------ */


/* 共通設定---------------------------------------- */

	*{
		margin:0;
		padding:0;
		border:0;
		outline:none;
		}

b{
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-weight:bold;
	}

	small{font-size:0.8em;}

	.fc_red{color:#dd0000;}
	.fc_blue{color:#0055dd;}
	.fc_cyan{color:#0099dd;}
	.fc_green{color:#00dd55;}
	.fc_white{color:#ffffff;}
	.fcb_red{color:#dd0000; font-weight:bold;}

	.fs_L{font-size:1.2em;}

	.txt-c{text-align:center;}
	.txt-r{text-align:right;}
	.txt-l{text-align:left;}

	hr{
		margin:10px 0px 10px 0px;
		color: #5f66ac;
		background-color: #5f66ac;
		border-style:none;
		height:1px;
		}


/*------------------------------------------------------*/
/* smp用の設定*/
/* 2025-07-24 update */
/*------------------------------------------------------*/

/*@media screen and (max-width:520px){*/
@media screen and (max-width:720px){

.smp{display:block;}
#smp{display:block;}
.pc{display:none;}
#pc{display:none;}



#about,
#cast,
#schedule,
#offer,
#place{
	margin-top:-50px;
	padding-top:50px;
	}

header{
	top:0;
	width:100%;
	height:40px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	position:fixed;
/*	position:relative;*/
	background-color:rgba(83,72,153,0.8);
	z-index:10;
	}


#back{
	height:28px;
	width:40px;
	float:left;
	position:absolute;
	top:10px;
	left:7px;
	background-color:rgba(0,0,0,0.5);
	border-radius:6px;
	}

h1.page_title{
	width:80%;
	margin:0px 0px 0px 30px;
	padding:5px 0px 0px 10px;
	line-height:26px;
	font-size:20px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#ffffff;
	text-align:center;
	}

/* Backボタン -----------*/
.navi{
	padding:3px 6px 0px 6px;
	line-height:26px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#ffffff;
	text-align:center;
	}

.navi a{
	text-decoration:none;
	color:#ffffff;
	}



body{
	background-color:#ffffff;
	margin:50px 0px 0px 0px;
	height:100%;
	line-height:22px;
	font-size:14px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	color:#000000;
	}

a{text-decoration:none;}

.wrapper{
	margin:0px auto;
	padding:0px 15px 0px 15px;
	background-color:#ffffff;
	}

.inner{
	margin:0px 20px 10px 20px;
	padding:0px 0px 0px 0px;
	}


footer#smp{
	clear:both;
	width:100%;
	height:60px;
	margin:0px;
	padding:15px 0px 15px 0px;
	background-color:#ffffff;
	}

footer#smp .copyright{
	margin:10px auto;
	font-size:14px;
	font-weight:normal;
	font-family:sans-serif;
	line-height:22px;
	color:#222222;
	text-align:center;
	}


/*------------------------------------------------------*/
/* Local Navi */
/*------------------------------------------------------*/

#local_navi{
	position:fixed;
	z-index:10;
	width:100%;
	margin:0px auto 0px auto;
/*border:1px solid #dd0000;*/
	pointer-events:none;
	}

nav{
	display:none;
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	right:0;
	background-color:rgba(80,70,155,0.4);
/*	background-color:rgba(50,120,200,0.8);*/
	z-index:30;
	}

#local_navi nav ul.navi{
	display:block;
	margin:90px auto 0px auto;
	width:70%;
	}

#local_navi nav ul.navi li{
	margin:5px auto 5px auto;
	padding:0px 0px 5px 0px;
	text-align:center;
	line-height:26px;
	font-size:20px;
	font-weight:normal;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	color:#ffffff;
	pointer-events:auto;
	}

#local_navi nav ul.navi li a{
	display:block;
	padding:12px 0px 12px 0px;
	text-decoration:none;
	color:#ffffff;
	background:rgba(40,30,120,0.9);
	}


/* 開閉ボタン -----------------------------------*/

#nav_toggle{
	display:block;
	width:40px;
	height:40px;
	position:relative;
	top:-45px;
	left:92%;
	z-index:40;
	pointer-events:auto;
	}

#nav_toggle span{
	display: block;
	height: 3px;
	background-color:#ffffff;
	background-size:25px 4px;
	position:relative;
	width: 80%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	}

#nav_toggle span:nth-child(1){
	top:10px;
	}

#nav_toggle span:nth-child(2){
	top:18px;
	}

#nav_toggle span:nth-child(3){
	top:26px;
	}
	

/* 開閉ボタンopen時 -----------------------------------*/

.open #nav_toggle span:nth-child(1) {
	background-color:#ffffff;
	top:10px;
	top: 22px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	}

.open #nav_toggle span:nth-child(2) {
	top:18px;
	width: 0;
	left: 50%;
	}

.open #nav_toggle span:nth-child(3) {
	top:26px;
	background-color:#ffffff;
	top: 16px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}



/*------------------------------------------------------*/
/* Titles */
/*------------------------------------------------------*/

.main_image{
	width:100%;
	}

.main_image img{
	width:100%;
	}


/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

/* 見出し -----------------------------------------------*/

h2.section_title{
	margin:20px 0px 10px 0px;
	padding:10px;
	font-family:"ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN";
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	background-color:#5f66ac;
	color:#ffffff;
	text-align:center;
	}

h2.present_title{
	margin:50px 0px 0px 0px;
	padding:10px;
	font-family:"ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN";
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	background-color:#00a26a;
	color:#ffffff;
	text-align:center;
	}


/* 本文表示 -----------------------------------------------*/

table.table_about{
	width:100%;
	margin:10px auto 10px auto;
	border-collapse:collapse;
	border:2px solid #ffffff;
	}

table.table_about th{
	padding:10px 10px;
	background-color:#ffffff;
	color:#000000;
	border-right:1px solid #5f66ac;
	border-bottom:1px solid #5f66ac;
	font-size:15px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	white-space:nowrap;
	}

table.table_about td{
	padding:10px;
	background-color:#ffffff;
	color:#000000;
	border-bottom:1px solid #5f66ac;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:15px;
	}

table.table_about th.bottom,
table.table_about td.bottom{
	border-bottom:0px solid #ffffff;
	}

.download{
	width:230px;
	margin:0px 0px 10px 10px;
	padding:0px 0px 0px 10px;
	background-color:#ffffff;
	border:1px solid #2288aa;
	border-radius:10px 10px 10px 10px;
	}
.download a{
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 0px;
	color:#2288aa;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
	text-align:left;
	}


ul.cast_unit{
	list-style:none;
	}

ul.cast_unit li{
	margin:0px 0px 10px 0px;
	}


table.cast_layout{
	width:100%;
	margin:10px auto 10px auto;
	border-collapse:collapse;
	}

table.cast_layout th{
	padding:10px 10px 10px 0px;
	color:#000000;
	font-size:15px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	vertical-align:top;
	text-align:left;
	}

table.cast_layout td{
	padding:10px 0px 10px 0px;
	color:#000000;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:15px;
	vertical-align:top;
	text-align:left;
	}

table.cast_layout td.cast_photo{
	width:120px;
	padding:10px;
	vertical-align:top;
	text-align:left;
	}

table.cast_layout td.cast_photo img{
	width:120px;
	}

/*table.cast_layout td .cast_title{*/
.cast_title{
	margin:15px 0px 15px 0px;
	font-size:18px;
	font-weight:bold;
	}
.cast_title2{
	margin:15px 0px 15px 10px;
	font-size:18px;
	font-weight:bold;
	}


table.cast_layout td .cast_name{
	font-size:18px;
	font-weight:bold;
	}

table.cast_layout td .cast_name_L{
	margin:3px 0px 3px 0px;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	}

table.cast_panelist{
	width:100%;
	margin:0px 0px 10px 0px;
	border-collapse:collapse;
	}

table.cast_panelist th{
	padding:3px 0px 3px 10px;
	color:#000000;
	font-size:15px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	vertical-align:bottom;
	text-align:left;
	white-space:nowrap;
	}

table.cast_panelist td{
	padding:5px;
	color:#000000;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:12px;
	vertical-align:top;
	text-align:left;
	}


table.table_schedule{
	margin:10px auto 10px auto;
	border-collapse: separate;
	border-radius:10px;
	border-spacing:0;
	border:none;
	border-left:1px solid #bbddee;
	border-top:1px solid #bbddee;
	}
table.table_schedule tr>*{
	padding:5px 10px;
	border:none;
	border-right:1px solid #bbddee;
	border-bottom:1px solid #bbddee;
}
table.table_schedule tr:first-child>*:first-child{border-radius:10px 0 0 0;}
table.table_schedule tr:first-child>*:last-child{border-radius:0 10px 0 0;}
table.table_schedule tr:last-child>*:first-child{border-radius:0 0 0 10px;}
table.table_schedule tr:last-child>*:last-child{border-radius:0 0 10px 0;}

table.table_schedule th{
	padding:15px 8px 15px 8px;
	color:#000000;
	border:1px solid #bbddee;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	}

table.table_schedule td{
	padding:15px 10px 15px 10px;
	color:#000000;
	border:1px solid #bbddee;
	font-size:14px;
	line-height:22px;
	text-align:left;
	}


dl.main{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

dl.main dt{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 5px;
	font-size:17px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:20px;
	color:#000055;
	}

dl.main dd{
	margin:0px 0px 10px 20px;
	padding:5px;
	font-size:15px;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:24px;
	color:#000000;
	}



/* 申し込み -----------------------------------------------*/

h3.offer_title{
	margin:20px 20px 20px 20px;
	padding:5px 10px 5px 10px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:18px;
	line-height:30px;
	border:2px solid #eecc99;
	border-radius:10px;
	color:#000000;
	}

dl.offer_step{
	margin:10px 0px 20px 0px;
	padding:5px 10px 5px 10px;
	border:2px solid #eecc99;
	border-radius:10px;
	}

dl.offer_step dt{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:28px;
	color:#000000;
	}

dl.offer_step dd{
	margin:10px 0px 20px 30px;
	padding:0px;
	font-size:15px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:22px;
	color:#000000;
	}

dl.offer_box{
	margin:20px 20px 20px 20px;
	padding:0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:18px;
	line-height:30px;
	border:2px solid #ee7733;
	border-radius:10px;
	color:#000000;
	}

dl.offer_box dt{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	background-color:#ee7733;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}

dl.offer_box dd{
	padding:20px 30px 20px 30px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	}

.present{
	margin:10px auto 10px auto;
	text-align:center;
	}
.present img{
	width:265px;
	}

ul.present_comment{
	margin:10px 0px 10px 0px;
	list-style-type:disc;
	}

ul.present_comment li{
	margin:0px 0px 5px 20px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-type:square;
	}

.offer_comment{
	margin:20px 0px 10px 0px;
	}

.offer_button{
	margin:40px auto 30px auto;
	text-align:center;
	}

.offer_button a:link,
.offer_button a:visited{
	padding:15px 40px 15px 40px;
	background-color:#cc0000;
	border-radius:50px 50px 50px 50px;
	color:#ffffff;
	font-family:"ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN";
/*	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;*/
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

.offer_button a:hover,
.offer_button a:active{
	background-color:#770000;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

h2.ex_bottom{
	border-bottom:3px solid #00a26a;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	font-size:16px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:400;
	line-height:20px;
	color:#00a4b4;
	text-align:center;
	}
h2.ex_bottom .ex_bottom_title{
	background-color:#5f66ac;
	width:100%;
	margin:30px auto 10px auto;
	padding:5px 0px 5px 0px;
	font-size:18px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:600;
	line-height:20px;
	color:#ffffff;
	text-align:center;
	}


/* リスト -----------------------------------------------*/

ul.i_dott{
	margin:10px 0px 30px 0px;
	list-style-type:disc;
	}

ul.i_dott li{
	margin:0px 0px 5px 20px;
	padding:3px;
	font-size:16px;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:24px;
	color:#000000;
	list-style-type:disc;
	}


ul.i_circle{
	margin:10px 0px 30px 0px;
	list-style-type:none;
	}

ul.i_circle li{
	margin:0px 0px 5px 10px;
	padding:3px;
	font-size:13px;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:20px;
	color:#000000;
	}

ul.i_circle li:before{
	margin-left:-1em;
	content:'●';
	color:#77aaaa;
	}


ul.i_square{
	margin:10px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_square li{
	margin:0px 0px 5px 0px;
	padding:3px;
	font-size:15px;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:22px;
	color:#000000;
	}

ul.i_square li:before{
	margin-left:-1em;
	content:'■';
	color:#333399;
	}


ul.i_arrow{
	margin:10px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_arrow li{
	margin:0px 0px 5px 0px;
	padding:3px;
	font-size:15px;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:22px;
	color:#000000;
	}

ul.i_arrow li:before{
	margin-left:-1em;
	content:'▶';
	color:#aaddaa;
	}


ul.i_asterisk{
	margin:5px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_asterisk li{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:20px;
	color:#000000;
	}

ul.i_asterisk li:before{
	margin-left:-1em;
	content:'※';
	color:#000077;
	}


.contents_border{
	margin:30px 0px 20px 0px;
	border-top:2px dotted #dd7700;
	}


blockquote{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2em;
	}



/*
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
*/

}


/*==================================================================================*/
/* PC用の設定 */
/* 2025-07-23 update */
/*==================================================================================*/

/*@media screen and (min-width:521px){*/
@media screen and (min-width:721px){

	.smp{display:none;}
	#smp{display:none;}
	.pc{display:block;}
	#pc{display:block;}

body{
	margin:0;
	background-color:#ffffff;
	line-height:28px;
	font-size:20px;
	font-weight:normal;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:400;
	color:#000000;
	}


header#pc{
	width:978px;
	height:160px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	position:static;
	}

#breadcrumbs{
	width:978px;
	margin:10px auto 3px auto;
	padding:10px 0px 0px 20px;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#000000;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	}

	a:link{   text-decoration:none;       color:#991100;}
	a:visited{text-decoration:none;       color:#007700;}
	a:hover{  text-decoration:underline;  color:#ee0000;}
	a:focus  {text-decoration:underline;  color:#ee0000;}
	a:active{ text-decoration:none;       color:#ff0000;}

.wrapper{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:978px;
	background-color:#ffffff;
	}

.inner{
	margin:0px 20px 10px 20px;
	padding:0px 0px 0px 0px;
	}

#page_bottom{
	margin:-5px auto -5px auto;
	padding:0px 0px 0px 0px;
	width:978px;
	height:65px;
	}

footer#pc{
	clear:both;
	width:100%;
	margin:10px auto 10px auto;
	padding:0px 0px 20px 0px;
	background-color:#ffffff;
	}


/*
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
*/



/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

.main_image{
	margin:0px 0px -20px 0px;
	width:100%;
	text-align:center;
/*	background-image:url("../images/main_bg.png");*/
/*	background-repeat:repeat-x;*/
	}

.main_image img{
	margin:0px auto 0px auto;
	width:1080px;
	text-align:center;
	}

.figs{
	margin:10px auto 10px auto;
	text-align:center;
	}

.top_lead{
	margin:10px 0px 10px 0px;
	font-size:22px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:32px;
	}

.body_copy{
	margin:10px 0px 10px 20px;
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:28px;
	}


/* 見出し -----------------------------------------------*/

h2.section_title{
	width:980px;
	margin:30px 0px 20px 0px;
	padding:15px 0px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	background-color:#5f66ac;
	color:#ffffff;
	letter-spacing:0.12em;
	text-align:center;
	}

h2.present_title{
	width:980px;
	height:80px;
	margin:10px 0px 20px 0px;
	padding:0px;
	background-image:url("../images/present_title.png");
	}



/* 本文表示 -----------------------------------------------*/

table.table_about{
	width:950px;
	margin:10px auto 10px auto;
	border-collapse:collapse;
	border:2px solid #ffffff;
	}

table.table_about th{
	width:180px;
	padding:15px;
	background-color:#ffffff;
	color:#000000;
	border-right:1px solid #5f66ac;
	border-bottom:1px solid #5f66ac;
	font-size:20px;
	font-weight:bold;
	}

table.table_about td{
	padding:15px 20px 16px 20px;
	background-color:#ffffff;
	color:#000000;
	border-bottom:1px solid #5f66ac;
	font-size:20px;
	}

table.table_about th.bottom,
table.table_about td.bottom{
	border-bottom:0px solid #ffffff;
	}

.download{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.download a:link,
.download a:visited{
	background-color:#eeeeee;
	height:80px;
	padding:2px 25px 2px 25px;
	color:#000000;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:12px;
	line-height:0px;
	text-decoration:none;
	border:1px solid #aa7700;
	border-radius:20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.download a:hover,
.download a:active{
	background-color:#cccccc;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
	}



ul.cast_unit{
	list-style:none;
	}

ul.cast_unit li{
	margin:0px 10px 10px 0px;
	width:470px;
	float:left;
	}

table.cast_layout{
	margin:10px 0px 10px 20px;
	border-collapse:collapse;
	}

table.cast_layout td{
	padding:10px;
	background-color:#ffffff;
	color:#000000;
	font-size:15px;
	line-height:22px;
	vertical-align:top;
	}

table.cast_layout td.cast_photo{
	width:180px;
	padding:10px;
	vertical-align:top;
	text-align:left;
	}

/*table.cast_layout td .cast_title{*/
.cast_title{
	margin:5px 0px 15px 0px;
	font-size:18px;
	font-weight:bold;
	}
.cast_title2{
	margin:15px 0px 15px 30px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	}

table.cast_layout td .cast_name{
	font-size:18px;
	font-weight:bold;
	}

table.cast_layout td .cast_name_L{
	margin:5px 0px 3px 0px;
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	}


table.cast_panelist{
	margin:-45px 0px 10px 150px;
	border-collapse:collapse;
	}

table.cast_panelist th{
	padding:5px 10px 5px 20px;
	color:#000000;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	}

table.cast_panelist td{
	padding:5px 10px 5px 10px
	color:#000000;
	font-size:14px;
	line-height:20px;
	vertical-align:middle;
	white-space:nowrap;
	}



table.table_schedule{
	width:850px;
	margin:10px auto 10px 100px;
	border-collapse: separate;
	border-radius:10px;
	border-spacing:0;
	border:none;
	border-left:1px solid #aaddaa;
	border-top:1px solid #aaddaa;
	}
table.table_schedule tr>*{
	padding:5px 10px;
	border:none;
	border-right:1px solid #aaddaa;
	border-bottom:1px solid #aaddaa;
}
table.table_schedule tr:first-child>*:first-child{border-radius:10px 0 0 0;}
table.table_schedule tr:first-child>*:last-child{border-radius:0 10px 0 0;}
table.table_schedule tr:last-child>*:first-child{border-radius:0 0 0 10px;}
table.table_schedule tr:last-child>*:last-child{border-radius:0 0 10px 0;}

table.table_schedule th{
	width:100px;
	padding:15px;
	color:#0055aa;
	border:1px solid #aaddaa;
	font-size:24px;
	font-weight:bold;
	vertical-align:top;
	}

table.table_schedule td{
	padding:15px 30px 15px 30px;
	color:#000000;
	border:1px solid #aaddaa;
	font-size:20px;
	text-align:left;
	vertical-align:top;
	}


table.table_schedule_panelist{
	margin:10px auto 10px 10px;
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	}

table.table_schedule_panelist th{
	width:200px;
	padding:10px 0px 10px 20px;
	color:#000000;
	border:none;
	font-size:18px;
	font-weight:bold;
	vertical-align:top;
	}

table.table_schedule_panelist td{
	padding:10px 0px 10px 20px;
	color:#000000;
	border:none;
	font-size:14px;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	}


.map{
	min-width:980px;
	max-width:1200px;
	margin:30px auto 50px auto;
	}


dl.main{
	margin:0px;
	}

dl.main dt{
	margin:0px 0px 10px 0px;
	padding:10px;
	font-size:22px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:30px;
	color:#000055;
	}

dl.main dd{
	margin:10px 0px 30px 10px;
	padding:0px;
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:30px;
	color:#000000;
	}



/* 申し込み -----------------------------------------------*/

h3.offer_title{
	margin:20px 40px 20px 40px;
	padding:5px 20px 5px 40px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:18px;
	line-height:30px;
	border:2px solid #eecc99;
	border-radius:10px;
	color:#000000;
	}

dl.offer_step{
	margin:20px 100px 20px 100px;
	padding:5px 10px 5px 30px;
	border:2px solid #eecc99;
	border-radius:10px;
	}

dl.offer_step dt{
	margin:0px 0px 0px 20px;
	padding:20px 0px 0px 0px;
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:28px;
	color:#000000;
	}

dl.offer_step dd{
	margin:10px 0px 10px 50px;
	padding:0px;
	font-size:18px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:30px;
	color:#000000;
	}

dl.offer_step dd.offer_top_lead{
	margin:10px 0px 20px 15px;
	padding:0px;
	font-size:15px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:22px;
	color:#000000;
	}

.present_1{
	position:absolute;
	width:480px;
	height:400px;
	margin:0px 0px 20px 0px;
	float:left;
/*	border:1px solid #dd0000;*/
	overflow:hidden;
	}

.present_2{
	width:480px;
	height:400px;
	margin:0px 0px 20px 500px;
	float:left;
/*	border:1px solid #dd0000;*/
	}

ul.present_comment{
	display:none;
	}

ul.present_comment li{
	display:none;
	}


dl.offer_box{
	height:380px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:18px;
	line-height:30px;
	border:2px solid #ee7733;
	border-radius:10px;
	color:#000000;
	}

dl.offer_box dt{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	background-color:#ee7733;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	}

dl.offer_box dd{
	padding:20px 20px 20px 20px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	}

.present{
	margin:10px auto 10px auto;
	text-align:center;
	}
.present img{
	margin:20px auto 0px auto;
	}

.offer_comment{
	margin:10px 50px 0px 50px;
	}

.offer_button{
	margin:50px auto 50px auto;
	text-align:center;
	}

.offer_button a:link,
.offer_button a:visited{
	padding:10px 80px 10px 80px;
	background-color:#cc0000;
	border-radius:50px 50px 50px 50px;
	color:#ffffff;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

.offer_button a:hover,
.offer_button a:active{
	background-color:#770000;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

h2.ex_bottom{
	border-top:3px solid #5f66ac;
	border-bottom:3px solid #5f66ac;
	width:100%;
	margin:30px 0px 20px 0px;
	padding:5px 0px 5px 0px;
	font-size:20px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:400;
	line-height:20px;
	color:#ffffff;
	text-align:center;
	}



/* リスト -----------------------------------------------*/

ul.i_dott{
	margin:10px 0px 30px 0px;
	list-style-type:disc;
	}

ul.i_dott li{
	margin:0px 0px 5px 30px;
	padding:3px 0px 5px 0px;
	font-size:18px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:24px;
	color:#000000;
	list-style-type:disc;
	}


ul.i_circle{
	margin:10px 0px 30px 20px;
	list-style-type:none;
	}

ul.i_circle li{
	margin:0px 0px 5px 20px;
	padding:3px;
	font-size:14px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:20px;
	color:#000000;
	}

ul.i_circle li:before{
	margin-left:-1em;
	content:'●';
	color:#333399;
	}


ul.i_square{
	margin:10px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_square li{
	margin:0px 0px 5px 0px;
	padding:3px;
	font-size:16px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:22px;
	color:#000000;
	}

ul.i_square li:before{
	margin-left:-1em;
	content:'■';
	color:#333399;
	}


ul.i_arrow{
	margin:10px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_arrow li{
	margin:0px 0px 5px 0px;
	padding:3px;
	font-size:16px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:22px;
	color:#000000;
	}

ul.i_arrow li:before{
	margin-left:-1em;
	content:'▶';
	color:#aaddaa;
	}


ul.i_asterisk{
	margin:5px 0px 5px 30px;
	list-style-type:none;
	}

ul.i_asterisk li{
	margin:0px 0px 2px 0px;
	padding:3px;
	font-size:17px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:25px;
	color:#000000;
	}

ul.i_asterisk li:before{
	margin-left:-1em;
	content:'※';
	color:#000077;
	}


ul.simple_list{
	margin:10px 0px 10px 30px;
	list-style-type:none;
//	list-style-type:disc;
	}

ul.simple_list li{
	margin:5px 0px 5px 20px;
	padding:0px;
	font-size:18px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:24px;
	color:#000000;
//	list-style-type:none;
	list-style-type:disc;
	}

ul.simple_list li:before{
	content:none;
	color:#aaaaaa;
	font-size:12px;
	}


.contents_border{
	margin:30px 0px 20px 0px;
	border-top:2px dotted #dd7700;
	}

blockquote{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2em;
	}



}
