@charset "UTF-8";


/* ======== HTML Tags ======== */


body {
	margin:0;
	padding:0;
	color:#444;
	font-family: "メイリオ", Meiryo, "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4",Verdana;
	font-size:14px;
	line-height:180%;
	text-align:center;
}	

td {
/*	font-size:14px;
	line-height:150%; */
	vertical-align:top;
}

h2 {
	color:#013;
	padding:3px 0 3px 17px;
	margin:0 0 20px 0;
	font-size:22px;
	line-height:100%;
	border-left:6px solid #36C;
	clear:both;
	text-shadow: 0 1px 10px #eee;
}

h3 {
	color:#000;
	font-size:16px;
	margin:15px 0 0 0;
	padding:0;
}

h4 {
	color:#000;
	font-size:14px;
	margin:15px 0 0 0;
	padding:0;
}

a {
	color:#336699;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a:hover img { 
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	KHTMLOpacity:0.85;
	opacity:0.85;
}

img { border-width:0; }

strong,b {
	color:#444 !important;
	background-color:transparent !important;
}

ul {
	line-height: 1.5;
}

/* ======== Class ======== */

.clear_both { clear:both; }

.right {
	float:right;
	margin:3px 0 8px 12px;
}

.left {
	float:left;
	margin:3px 12px 8px 0;
}

.caption {
	font-size:10px;
	line-height:140%;
	padding:4px 0;
	margin-bottom:4px;
	text-align:left;
	color:#777;
}

hr,
.border {
	clear:both;
	padding:0;
	margin:10px 0;
	border-bottom:1px dotted #ddd;
	border-width:0 0 1px 0;
	height:0px;
}

.alpha_80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	KHTMLOpacity:0.8;
	opacity:0.8;
}

.alpha_70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	KHTMLOpacity:0.7;
	opacity:0.7;
}

.alpha_60 {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	KHTMLOpacity:0.6;
	opacity:0.6;
}

.alpha_50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	KHTMLOpacity:0.5;
	opacity:0.5;
}

.smaller {
	font-size:smaller;
}

.radius_5px {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.radius_10px {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.boxshadow {
	box-shadow: 0 0 7px #ddd;
	-webkit-box-shadow: 0 0 7px #ddd;
	-moz-box-shadow: 0 0 7px #ddd;
}

.kakomi {
	padding:4px 10px;
	background-color: #FFFFF2;
	border: 3px dotted #FFE3B9;
}

.kokuchi {
	padding-left:80px;
	background:url(../image/parts/icon_kokuchi.png) 0 1px no-repeat;
}

.report {
	padding-left:80px;
	background:url(../image/parts/icon_report.png) 0 1px no-repeat;
}

.taxup {
	color:red;
}

/* ======== Structures ======== */

#wrapper {
	width: 100%;
	max-width:1200px;
	margin:0 auto;
	text-align:left;
	background:#fff;

	box-shadow: 0 0 14px #444;
	-webkit-box-shadow: 0 0 14px #444;
	-moz-box-shadow: 0 0 14px #444;
}

#header #info {
	background:#f3f3f3 url(/image/parts/bg_course_menu.png) center bottom repeat-x;
	text-align:right;
	padding:6px 10px 0 0;
	height:29px;
	font-size:12px;
	border-bottom:1px solid #666;
	position:relative;
	margin:0;
}

#header #info img {
	position:absolute;
	top:2px;
	left:2px;
	/*
	z-index:20;
	border:0px solid #fff;
	*/
}

#header #info address {
	display:inline;
	padding:0 10px;
	font-style:normal;
}


#header #eye_catch {
	height:200px;
	text-align: center;
	background: url(/image/bg_mainVisual.jpg) center;
}
/*
.menu {
	background-color:#eee;
}

.menu li li a {
	display:block;
	width:150px;
}*/

.menu {
	text-align:center;
}

/*
.menu li {
	z-index:1000 !important;
}
*/
.menu a {
	color:#444 !important;
}

.menu a:hover {
	color:#000 !important;
}

#header #menu_course {
	position:relative;
}

@media screen and (min-width:1048px){
	#header #menu_course .menu br {
		display: none;
	}
}

#header #menu_course .menu li {
	/*
	display:block;
	height:56px;
	float:left;
	*/
}

#header #menu_course .menu a {
	font-size:13px;
	line-height:110%;
	display:table-cell;
	height:56px;
	padding:0 14px;
	vertical-align:middle;
	text-align:center;
	/*
	*/
}

#header #menu_course li a {
	margin:0;
	position:relative;
}

#btn_mobile_menu {
	display: none;
}

#sidebar {
	z-index:2;
	float:right;
}

#sidebar #global_menu {
	width:100%;
}

#sidebar>.menu {
	background:url(../image/parts/bg_sidebar_menu.png) center center repeat-x;
	padding:8px 0;
	
	box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;

}

#sidebar .menu li a {
	font-size:12px;
	/*padding:15px !important;*/
}
/*
#sidebar .menu li {
	z-index:1300;
}
*/

#sidebar #studio_banner,
#sidebar #stage_banner {
    clear: both;
    text-align: center; 
    border: 1px solid #E00404; 
    border-radius: 4px; 
    background: #CF4814; 
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 98%;
}

#sidebar #stage_banner {
    background:#1a5682;
    border: 1px solid #1a5682;
}
#sidebar #studio_banner a:hover,
#sidebar #stage_banner a:hover{
    text-decoration: none;
    background: rgba(255,255,255,.2);
    display: block;
}
#sidebar #studio_banner .new,
#sidebar #stage_banner .new {
    width: 100%;color: red;font-weight: bold;text-align: center;background: #f9f9f9;padding: 3px 0;line-height: 1;box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#sidebar #stage_banner .new {
    color: #1a5682;
}

#sidebar #studio_banner_text,
#sidebar #stage_banner_text{
    font-weight: bold; color: #fff;margin: 0;padding: 0;text-shadow: 0 0 2px #000, 0 0 10px #000;padding: 30px 4px;
	background-color: rgba(55,55,55,.3);
}

#sidebar #open_hours {
	font-size:12px;
	margin-top:0;
	border-top:1px dotted #ccc;
	border-bottom:0px dotted #ccc;
	padding:10px;
}

#sidebar #twtr_box {
	margin-top:15px;
	padding-top:12px;
	border-top:1px dotted #ccc;
}

#sidebar #twtr_box #twtr_title {
	font-size:12px;
}

#sidebar #twtr_box #twtr {
	border-width:0;
	height:550px;
	width:189px;
}

#sidebar a.twitter-timeline {
    padding: 1em;
    border: 1px solid;
    clear: both;
    display: block;
    border-radius: .5em;
    background: #000;
    color: #fff;
    text-align: center;
}

#twtr_box_mobile,
#mobile_email {
	display:none;	
}

#body {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#body #main {
	margin-left:15px;
	float:left;
	/*margin-right:16px;
	float:right;
	*/
	width:655px;
	width:72%;
	padding-bottom:20px;
}
/*
#top_title {
	background:url(/image/top/title_text_ims.png) 0 center no-repeat; text-indent:-1999px; overflow:hidden;
}
*/
#body #main .breadcrumbs {
	padding-left:50px;
	background:url(../image/parts/bg_head_pankuzu.jpg) left center no-repeat;
	font-size:12px;
}

#body #main #content p {
	margin:5px 0 15px 5px;
	padding:0;
}

#body #main #content p.right img {
	margin:0 0 5px 15px;
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	width:220px;
	height:auto;
}

#content img {
    max-width: 100%;
}

#email_contact {
	text-align:center;
	padding:30px 30px 10px 30px;
	display:none;
}

#footer {
	/*
    background:url(../image/parts/bg_course_menu.png) center top repeat-x;
    */
    background: #f6f6f6;
	padding:15px;
}

/* ======= Top page ======= */


.live_countdown {
	font-size:24px;
	color:#F60;
	text-align:center;
	font-weight:bold;
	background:#Fee;
	border:1px dotted #F66;
}

.live_countdown a {
	color:#F30;
	padding:20px;
	display:block;
}

.menu_table td {
	font-size:12px;
	line-height:120%;
	color:#006;
	padding:10px 5px;
}

.menu_table td img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:5px;
}
.menu_table td.icon img {
	box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
	-moz-box-shadow: 0 0 6px #ddd;
}

.rssRow {
	padding:0;
	position:relative;
}

.rssRow h4 {
	clear:both;
	width:460px;
}
.rssRow div {
	position:absolute;
	top:0;
	right:0;
	font-size:11px;
	color:#555;
}

.rssRow p {
	font-size:12px;
	color:#999;
	margin-top:0 !important;
}

.rssRow p:after {
	content:" …";
}

#kousis td {
	background:#fcfcfc;
	border-bottom:1px solid #ddd;
}

/* ====== Reports ======= */
iframe[allowfullscreen] {
	margin:4px 4px 0 0;
	float:left;
}

.photo img,
.photos img {
	margin:4px;
	background:#F9f9f9;
	padding:5px;
	border:1px solid #ccc;
	
	box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 10px #ccc;
	-moz-box-shadow: 2px 2px 10px #ccc;

}

.photos img {
	width:190px;
	height:auto;
}

.movie_item {
	border-top:1px dotted #eee;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	width: 100%;
}