@charset "UTF-8";
/* CSS Document */


/* --------------------------------------------------------------------- */

body, div, img, p, a, ul, li, h1, h2, h3, h4, h5, h6, h7, table {
	margin:0;
	padding:0;
	border:0;
	color:#262626;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* [disabled]outline:none; */
}

html {
	-webkit-text-size-adjust: none;
	height:100%;
}


body {
	font-size:13px;
	line-height:130%;
	height:100%;
}

img {
	vertical-align: middle;
}

address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }

/* etc */
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.clear{font-size:0px;height:0;line-height:0;}

a {
	color:#0050B6;
	font-weight:normal;
	font-size:13px;
}

a:hover {
	text-decoration:none;
}

a.icon_link {
	padding-right:15px;
	background:url(../img/icon_link.png) right 3px no-repeat;
	-moz-background-size:12px 10px;
	-webkit-background-size:12px 10px;
	-o-background-size:12px 10px;
	-ms-background-size:12px 10px;
	background-size:12px 10px;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

ul.disc {
	list-style: disc;
	list-style-position: outside;
	margin:0;
	padding-left:20px;
}

ul.line {
	background:url(../img/gray_dottoline_long.png) bottom repeat-x,url(../img/gray_dottoline_long.png) top repeat-x;
	-moz-background-size:280px 1px;
	-webkit-background-size:280px 1px;
	-o-background-size:280px 1px;
	-ms-background-size:280px 1px;
	background-size:280px 1px;
	padding-top:10px;
	padding-bottom:1px;
	margin-bottom:10px;
}

ul li {
	margin:0 0 10px 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.m_b10 {
	margin-bottom:10px;
}

.m_b15 {
	margin-bottom:15px;
}

.t_center {
	text-align:center;
}

.t_right {
	text-align:right;
}

.t_left {
	text-align:left;
}

table {
	width:100%;
	margin-bottom:5px;
	border-collapse:collapse;
}

table th {
	text-align:left;
	font-weight:bold;
	vertical-align:middle;
	width:50%;
}

table th.th_ttl {
	text-align:left;
	font-weight:bold;
	vertical-align:middle;
	width:35%;
}

table td {
	vertical-align:middle;
}

table td input[type="text"] {
	width:90%;
	margin:0;
	padding:0;
}

input[type="text"] {
	width:99%;
	margin:0;
	padding:0 0 0 0;
	font-size:16px;
	height:28px;
}

input[type="text"].w50 {
	width:50%;
	margin:0;
	padding:0;
}

select {
	font-size:14px;
}

.w_100 {
	width:100%;
}

#wrapper {
	width:auto;
}


/* ---------------------------------------------------------------------

header

--------------------------------------------------------------------- */

#header {
	width:auto;
	height:49px;
	border-top:1px solid #00406d;
	position:relative;
}

#header h1 {
	margin:12px 0 0 10px;
}

#header #header_btn {
	position:absolute;
	top:10px;
	right:10px;
}


/* ---------------------------------------------------------------------

main_area

--------------------------------------------------------------------- */

#main {
	width:auto;
	background:#496785;
	padding:0 0 10px 0;
	border-bottom:5px solid #FFF;
	min-height:384px;
}

#main #main_box {
	width:auto;
	background:#678098;
	border-bottom:10px solid #FFF;
	padding:1px 0 30px;
}

#main #main_box #attention {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:170%;
	letter-spacing:0.05em;
	color:#FFF;
	margin-top:10px;
}

#main #main_box #attention2 {
	text-align:left;
	font-size:13px;
	font-weight:bold;
	line-height:170%;
	letter-spacing:0.05em;
	color:#FFF;
	margin:10px 10px 0;
}

#main #main_box #attention3 {
	text-align:left;
	font-size:13px;
	line-height:120%;
	color:#FFF;
	margin:10px 10px 0;
}

#main #main_box #attention span {
	border-bottom:1px dotted;
}

#main #main_box #main_btn_box {
	text-align:center;
	margin:10px 0 0 0;
}

#main #main_box .white_box {
	background:#FFF;
	padding:10px;
	margin:10px 10px 0;
}

#main #main_box .ttl {
	font-weight:bold;
}

#main #main_box .num {
	font-weight:bold;
	font-size:36px;
	line-height:0;
	margin:15px 0 0 0;
}

#main #content_box {
	margin:-30px 10px 0;
	padding:10px 10px 1px 10px;
	background:#FFF;
}

#main #content_box h2 {
	background:url(../img/bg_h2.png) bottom repeat-x;
	-moz-background-size:280px 4px;
	-webkit-background-size:280px 4px;
	-o-background-size:280px 4px;
	-ms-background-size:280px 4px;
	background-size:280px 4px;
	font-size:15px;
	color:#BB272D;
	margin-bottom:10px;
	padding:0 0 10px 10px;
}

#main #content_box h2 span {
	margin-top:3px;
	display:block;
}

#main #content_box #h2_ttl {
	background:url(../img/bg_h2.png) bottom repeat-x,url(../img/bg_h2_1.png) top repeat-x;
	-moz-background-size:280px 4px;
	-webkit-background-size:280px 4px;
	-o-background-size:280px 4px;
	-ms-background-size:280px 4px;
	background-size:280px 4px;
	font-size:15px;
	color:#BB272D;
	margin-bottom:10px;
	padding:10px 0 10px 0;
	text-align:center;
}

#main #content_box p {
	margin-bottom:10px;
	vertical-align:middle;
}

#main #content_box p.ttl {
	font-size:14px;
	font-weight:bold;
}

#main #content_box p.ttl_attention {
	font-size:14px;
	font-weight:bold;
	color:#C80000;
}

#main #content_box p.arrow {
	padding-left:10px;
	background:url(../img/icon_arrow.png) left 4px no-repeat;
	-moz-background-size:6px 7px;
	-webkit-background-size:6px 7px;
	-o-background-size:6px 7px;
	-ms-background-size:6px 7px;
	background-size:6px 7px;
}

#main #content_box p.day {
	font-size:14px;
}

#main #content_box p.v_center {
	font-size:14px;
	line-height:140%;
}

#main #content_box ul li.line {
	background:url(../img/gray_dottoline_long.png) bottom repeat-x;
	-moz-background-size:280px 1px;
	-webkit-background-size:280px 1px;
	-o-background-size:280px 1px;
	-ms-background-size:280px 1px;
	background-size:280px 1px;
	padding-bottom:10px;
}

#main #content_box h3 {
	background: -moz-linear-gradient(top, #005383, #002b56);
	background: -webkit-gradient(linear, left top, left bottom, from(#005383), to(#002b56));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff005383',EndColorStr='#ff002b56'); 
	font-size:14px;
	color:#FFF;
	padding:8px 10px;
	margin:0 0 10px 0;
	position:relative;
}

#main #content_box h3 .btn_icon_description {
	position: absolute;
	right:6px;
	top:5px;
	cursor:pointer;
}

#main #content_box h3 .board_icon_description {
	background:url(../img/board_icon_description.png) bottom no-repeat;
	-moz-background-size:225px 143px;
	-webkit-background-size:225px 143px;
	-o-background-size:225px 143px;
	-ms-background-size:225px 143px;
	background-size:225px 143px;
	width:25px;
	height:143px;
	position:absolute;
	top:-130px;
	right:-5px;
	padding:0 0 5px 195px;
}

#main #content_box h3 .board_icon_description .btn_close {
	cursor:pointer;
}

#main #content_box h4 {
	color:#003264;
	font-size:15px;
	margin-bottom:5px;
}

#main #content_box h4.m_b10 {
	color:#003264;
	font-size:15px;
	margin-bottom:10px;
}

#main #content_box img.btn_address {
	margin-bottom:4px;
}

#main #content_box .btn_box {
	margin-bottom:15px;
}

#main #content_box .btn_box_dotto {
	margin-bottom:15px;
	background:url(../img/gray_dottoline_long.png) top repeat-x;
	-moz-background-size:280px 1px;
	-webkit-background-size:280px 1px;
	-o-background-size:280px 1px;
	-ms-background-size:280px 1px;
	background-size:280px 1px;
	padding-top:10px;
	width:100%;
}

#main #content_box .btn_box_dotto2 {
	margin-bottom:0;
	background:url(../img/gray_dottoline_long.png) top repeat-x;
	-moz-background-size:280px 1px;
	-webkit-background-size:280px 1px;
	-o-background-size:280px 1px;
	-ms-background-size:280px 1px;
	background-size:280px 1px;
	padding-top:10px;
	width:100%;
}

#main #content_box .box_dotto {
	background:url(../img/gray_dottoline_long.png) top repeat-x;
	-moz-background-size:280px 1px;
	-webkit-background-size:280px 1px;
	-o-background-size:280px 1px;
	-ms-background-size:280px 1px;
	background-size:280px 1px;
	padding:10px 10px 1px 10px;
	width:auto;
	margin:0;
}

#main #content_box .w_240 {
	margin:0 0 0 20px;
}

#main #content_box .w_260 {
	margin:0 10px 15px 10px;
}

#main #content_box .w_260 p {
	margin-bottom:10px;
}

#main #content_box .w_260 img {
	vertical-align:bottom;
}

#main #content_box .w_260_dotto {
	padding:0 0 1px;
	margin:0 10px 10px 10px;
	background:url(../img/gray_dottoline.png) bottom repeat-x;
	-moz-background-size:260px 1px;
	-webkit-background-size:260px 1px;
	-o-background-size:260px 1px;
	-ms-background-size:260px 1px;
	background-size:260px 1px;
}

#main #content_box .w_260_dotto p {
	margin-bottom:10px;
}

#main #content_box .w_260_dotto img{
	vertical-align:bottom;
}

#main #content_box h2 .icon_pref {
	margin-left:5px;
	vertical-align: top;
}


#main #content_box h3 .icon_pref {
	margin-left:10px;
	vertical-align: sub;
}

#main #content_box .icon_pref {
	margin-right:5px;
}

#main #content_box .icon_member {
	margin-right:2px;
}

#main #content_box .acordion_box {
	width:100%;
}

#main #content_box .acordion_box .btn_open {
	cursor:pointer;
	margin:0 auto;
	display:block;
}

#main #content_box .acordion_box div {
	margin-top:10px;
}

#main #content_box .menu_box {
}

#main #content_box .menu_box p.ttl_bar {
	background: -moz-linear-gradient(top, #005383, #002b56);
	background: -webkit-gradient(linear, left top, left bottom, from(#005383), to(#002b56));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff005383',EndColorStr='#ff002b56'); 
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding:8px 10px;
	margin:0;
	text-align:center;
}

#main #content_box .menu_box ul {
	margin:0 0 10px 0;
}

#main #content_box .menu_box ul li {
	background-color:#efefef;
	background-image:url(../img/arrow_gray.png);
	background-repeat:no-repeat;
	background-position:96% 50%;
	-moz-background-size:8px 13px;
	-webkit-background-size:8px 13px;
	-o-background-size:8px 13px;
	-ms-background-size:8px 13px;
	background-size:8px 13px;
	display:block;
	margin:0 0 1px 0;
}

#main #content_box .menu_box ul li a {
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

#main #content_box .menu_box ul li a p {
	font-weight:bold;
	margin:0;
}

#main #content_box .menu_box ul li a span {
	font-size:11px;
	color:#262626;
}

#main #content_box .red {
	color:#C80000;
}

#main #content_box .gray {
	color:#808080;
	font-size:12px;
}

#main #content_box .gray_box {
	background:#eaeaea;
	padding:5px;
	margin-bottom:10px;
}

#main #content_box #theater_box {
	margin-bottom:8px;
}

#main #content_box #theater_box img {
	margin-bottom:7px;
}

#main #content_box #theater_box .theater_btn {
	margin-right:8px;
}

#main #content_box .btn_application {
	vertical-align: sub;
}

#main #content_box .btn_area_top {
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
}

#main #content_box .btn_area {
	background: -moz-linear-gradient(top, #005383, #002b56);
	background: -webkit-gradient(linear, left top, left bottom, from(#005383), to(#002b56));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff005383',EndColorStr='#ff002b56'); 
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	margin:0 0 1px 0;
	text-align:left;
}

#main #content_box .btn_area div.bg_img {
	font-weight:bold;
	color:#FFF;
	padding:10px 20px;
	background-image:url(../img/icon_whitearrow_down.png);
	background-repeat:no-repeat;
	background-position:96% 50%;
	-moz-background-size:12px 7px;
	-webkit-background-size:12px 7px;
	-o-background-size:12px 7px;
	-ms-background-size:12px 7px;
	background-size:12px 7px;
	cursor:pointer;
}

#main #content_box div.bg_gray {
	padding:20px 20px;
	margin-bottom:1px;
	background:#EAEAEA;
	text-align:center;
}

#main #content_box div.bg_gray2 {
	padding:10px 20px 1px;
	margin-bottom:10px;
	background:#EAEAEA;
}

#main #content_box .select_box2 {
	width:100%;
}

#main #content_box .btn_cancel_red {
	margin-top:5px;
}

#main #content_box .btn_area_bottom {
	background: -moz-linear-gradient(top, #005383, #002b56);
	background: -webkit-gradient(linear, left top, left bottom, from(#005383), to(#002b56));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff005383',EndColorStr='#ff002b56'); 
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	margin:0 0 1px 0;
	text-align:left;
}

#main #content_box .btn_area_bottom a {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding:10px 20px;
	background-image:url(../img/icon_whitearrow_right.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
	-moz-background-size:7px 12px;
	-webkit-background-size:7px 12px;
	-o-background-size:7px 12px;
	-ms-background-size:7px 12px;
	background-size:7px 12px;
	text-decoration:none;
	display:block;
}

#main #content_box .btn_area_bottom2 {
	background: -moz-linear-gradient(top, #005383, #002b56);
	background: -webkit-gradient(linear, left top, left bottom, from(#005383), to(#002b56));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff005383',EndColorStr='#ff002b56'); 
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	margin:0 0 1px 0;
	text-align:left;
}

#main #content_box .btn_area_bottom2 a {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding:10px 20px;
	background-image:url(../img/icon_whitearrow_right.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
	-moz-background-size:7px 12px;
	-webkit-background-size:7px 12px;
	-o-background-size:7px 12px;
	-ms-background-size:7px 12px;
	background-size:7px 12px;
	text-decoration:none;
	display:block;
}

#main #content_box .gray_box_r {
	background:#eaeaea;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	padding:10px 10px 1px 10px;
	margin-bottom:10px;
}

/* ---------------------------------------------------------------------

大劇場 大ブロック

--------------------------------------------------------------------- */

#main #content_box #map_box {
	position:relative;
	margin:0 auto;
	width:280px;
}

#main #content_box #map_box .btn_map01 {
	position: absolute;
	top:34px;
	left:33px;
}

#main #content_box #map_box .btn_map02 {
	position: absolute;
	top:29px;
	left:82px;
}

#main #content_box #map_box .btn_map03 {
	position: absolute;
	top:29px;
	left:129px;
}

#main #content_box #map_box .btn_map04 {
	position: absolute;
	top:29px;
	left:178px;
}

#main #content_box #map_box .btn_map05 {
	position: absolute;
	top:34px;
	left:227px;
}

#main #content_box #map_box .btn_map06 {
	position: absolute;
	top:130px;
	left:37px;
}

#main #content_box #map_box .btn_map07 {
	position: absolute;
	top:130px;
	left:85px;
}

#main #content_box #map_box .btn_map08 {
	position: absolute;
	top:130px;
	left:133px;
}

#main #content_box #map_box .btn_map09 {
	position: absolute;
	top:130px;
	left:181px;
}

#main #content_box #map_box .btn_map10 {
	position: absolute;
	top:130px;
	left:229px;
}

#main #content_box #map_box .btn_map11 {
	position: absolute;
	top:183px;
	left:33px;
}

#main #content_box #map_box .btn_map12 {
	position: absolute;
	top:183px;
	left:82px;
}

#main #content_box #map_box .btn_map13 {
	position: absolute;
	top:183px;
	left:129px;
}

#main #content_box #map_box .btn_map14 {
	position: absolute;
	top:183px;
	left:178px;
}

#main #content_box #map_box .btn_map15 {
	position: absolute;
	top:183px;
	left:227px;
}

#main #content_box #map_box .hanamiti01 {
	position: absolute;
	top:23px;
	left:82px;
}

#main #content_box #map_box .hanamiti02 {
	position: absolute;
	top:23px;
	left:200px;
}

/* -- 大劇場　中ブロック 1-い -- */

#main #content_box #map_box_0010001B_M {
	position:relative;
	margin:0 auto;
	width:280px;
}

#main #content_box #map_box_0010001B_M .btn_map01 {
	position: absolute;
	top:70px;
	left:25px;
}

#main #content_box #map_box_0010001B_M .btn_map02 {
	position: absolute;
	top:70px;
	left:137px;
}

#main #content_box #map_box_0010001B_M .btn_map03 {
	position: absolute;
	top:210px;
	left:25px;
}

#main #content_box #map_box_0010001B_M .btn_map04 {
	position: absolute;
	top:210px;
	left:137px;
}

#main #content_box #map_box_0010001B_M .btn_map05 {
	position: absolute;
	top:350px;
	left:25px;
}

#main #content_box #map_box_0010001B_M .btn_map06 {
	position: absolute;
	top:350px;
	left:137px;
}

#main #content_box #map_box_0010001B_M .hanamiti {
	position: absolute;
	top:46px;
	left:0px;
}




/* ---------------------------------------------------------------------

能楽堂 大ブロック

--------------------------------------------------------------------- */

#main #content_box #map_box_nogakudo {
	position:relative;
	margin:0 auto;
	width:280px;
}

#main #content_box #map_box_nogakudo .btn_map01 {
	position: absolute;
	top:134px;
	left:169px;
}

#main #content_box #map_box_nogakudo .btn_map02 {
	position: absolute;
	top:134px;
	left:221px;
}

#main #content_box #map_box_nogakudo .btn_map03 {
	position: absolute;
	top:91px;
	left:77px;
}

#main #content_box #map_box_nogakudo .btn_map04 {
	position: absolute;
	top:49px;
	left:77px;
}

#main #content_box #map_box_nogakudo .btn_map05 {
	position: absolute;
	top:70px;
	left:33px;
}

#main #content_box #map_box_nogakudo .btn_map06 {
	position: absolute;
	top:144px;
	left:110px;
}

#main #content_box #map_box_nogakudo .btn_map07 {
	position: absolute;
	top:131px;
	left:72px;
}

/* -- 能楽堂　中ブロック 1-え -- */

#main #content_box #map_box_0030001D_M {
	position:relative;
	margin:0 auto;
	width:280px;
}

#main #content_box #map_box_0030001D_M .btn_map01 {
	position: absolute;
	top:213px;
	left:71px;
}

#main #content_box #map_box_0030001D_M .btn_map02 {
	position: absolute;
	top:135px;
	left:101px;
}

#main #content_box #map_box_0030001D_M .btn_map03 {
	position: absolute;
	top:288px;
	left:50px;
}

#main #content_box #map_box_0030001D_M .btn_map04 {
	position: absolute;
	top:288px;
	left:101px;
}













#main #content_box .next_prev_box {
	position:relative;
	height:33px;
	width:100%;
	margin-bottom:10px;
}

#main #content_box .next_prev_box .btn_left {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#main #content_box .next_prev_box .btn_right {
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}

#main #content_box .next_prev_box p {
	line-height:100%;
	padding-top:11px;
}

#main #content_box #seat_map {
	margin:0 auto;
	padding:0;
	width:280px;
}

#main #content_box #seat_map table {
	margin:0;
	padding:0;
	width:auto;
}

#main #content_box #seat_map table td {
	padding:0 3px 3px 0;
	margin:0;
}

#main #content_box #seat_map table th {
	width:8px;
	height:61px;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
}

#main #content_box #seat_map #seat_map_area {
	width:255px;
	padding-left:5px;
	overflow:hidden;
}

#main #content_box #seat_map .select_ok {
	background: -moz-linear-gradient(top, #5dbde3, #0074b8);
	background: -webkit-gradient(linear, left top, left bottom, from(#5dbde3), to(#0074b8));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff5dbde3',EndColorStr='#ff0074b8'); 
	width:40px;
	height:37px;
	padding-top:23px;
	margin:0;
	color:#FFF;
	text-align:center;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	cursor:pointer;
}

#main #content_box #seat_map .select_ng {
	background: -moz-linear-gradient(top, #5d5d5d, #3c3c3c);
	background: -webkit-gradient(linear, left top, left bottom, from(#5d5d5d), to(#3c3c3c));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff5d5d5d',EndColorStr='#ff3c3c3c'); 
	width:40px;
	height:37px;
	padding-top:23px;
	margin:0;
	color:#FFF;
	text-align:center;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
}

#main #content_box #seat_map .select_ {
	background: -moz-linear-gradient(top, #b988cb, #8f42ac);
	background: -webkit-gradient(linear, left top, left bottom, from(#b988cb), to(#8f42ac));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ffb988cb',EndColorStr='#ff8f42ac'); 
	width:34px;
	height:34px;
	padding-top:20px;
	margin:0;
	color:#FFF;
	text-align:center;
	border:3px solid #003d72;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	border-radius:7px;
	cursor:pointer;
}

#main #content_box #seat_map .select_gray {
	background:#c8c8c8;
	width:40px;
	height:37px;
	padding-top:23px;
	margin:0;
	color:#FFF;
	text-align:center;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
}


#main .btn_box_c {
	text-align:center;
	margin:15px 10px 5px 10px;
}

#main .btn_box {
	margin:15px 10px 5px 10px;
}

#popup {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	display:none;
}


#popup_box {
	position:fixed;
	top:50%;
	left:50%;
	background: -moz-linear-gradient(top, #ffffff, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffefefef'); 
	width:220px;
	margin:0 0 0 -132px;
	padding:20px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border:2px solid #ffffff;
	text-align:center;
}

#popup2 {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	display:none;
}


#popup_box2 {
	position:fixed;
	top:50%;
	left:50%;
	background: -moz-linear-gradient(top, #ffffff, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffefefef'); 
	width:220px;
	margin:0 0 0 -132px;
	padding:20px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border:2px solid #ffffff;
	text-align:center;
}

#popup3 {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	display:none;
}


#popup_box3 {
	position:fixed;
	top:50%;
	left:50%;
	background: -moz-linear-gradient(top, #ffffff, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffefefef'); 
	width:220px;
	margin:0 0 0 -132px;
	padding:20px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border:2px solid #ffffff;
	text-align:center;
}

#popup_box3 a {
	text-decoration:none;
}


#popup_box2 a {
	text-decoration:none;
}

#popup_box a {
	text-decoration:none;
}

.pop_btn {
	width:95px;
	padding:10px 5px;
	margin:0 auto;
	background: -moz-linear-gradient(top, #666666, #232323);
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#232323));
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=1,GradientType=0,StartColorStr='#ff666666',EndColorStr='#ff232323'); 
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	color:#fff;
	font-weight:bold;
	border:1px solid #ffffff;
	text-decoration:none;
}




/* ---------------------------------------------------------------------

footer

--------------------------------------------------------------------- */

#footer {
	width:auto;
	border-top:5px solid #678098;
	padding:8px 0 0 0;
	background: #fff;
	text-align:center;
	font-size:10px;
}

#footer div {
	margin:0 0 10px 0;
}

#footer a.icon_link {
	padding-right:15px;
	background:url(../img/icon_link.png) right 1px no-repeat;
	-moz-background-size:10px 8px;
	-webkit-background-size:10px 8px;
	-o-background-size:10px 8px;
	-ms-background-size:10px 8px;
	background-size: 10px 8px;
	font-size:10px;
}

#footer #copyright {
	margin:5px 0 5px 0;
}


#test {
	width:280px;
	height:310px;
	margin:20px auto;
	border:1px solid #006;
	overflow: hidden;
}

#test_area {
	width:580px;
	height:50px;
}

.test_box {
	width:43px;
	height:43px;
	background:#666;
	margin:0 4px 10px 0;
	float:left;
}

.test_box2 {
	width:43px;
	height:43px;
	background:#f00;
	margin:0 4px 10px 0;
	float:left;
}

.test_btn {
	width:50px;
	height:50px;
	background:#666;
	color:#FFF;
}

.test_btn2 {
	width:50px;
	height:50px;
	background:#666;
	color:#FFF;
}
