@charset "utf-8";
/**
 *
 * noriai.css
 */

* {
	margin:0;
	padding:0;
}



body {
	background: #fff;
	background-image: url('../img/ny.jpg');

    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
	font-size:90%;
	margin: 0;
}



a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}



/** Layout **/

#container {
	position: relative;
	/*float: left;*/
}

#content{

	/*background: #fff;*/
	/*clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;*/
}
#footer {
	clear: both;
	padding: 6px 10px;
/*	text-align: right;*/
}



/*******************************************************************************************************************/
/* CUSTOM CSS
/*******************************************************************************************************************/

/* ====================================================
 * part1
 * ===================================================*/




select.calselect {
	clear: both;
	font-size: 80%;
	vertical-align: text-bottom;
	height: 15pt;
}
input.calsubmit {
	clear: both;
	font-size: 80%;
	vertical-align: text-bottom;
	height: 15pt;
}

.clr {clear: both;}
.bold {	font-weight: bold;}
.v_space{ 
	clear: left;
	width: 1px;
	border: 1px solid white;
}
.v_top { vertical-align: top; }
.v_bottom { vertical-align: bottom; }
.al-right { text-align:right; }

.wid10 { width: 10px;}
.wid20 { width: 20px;}
.wid30 { width: 30px;}
.wid40 { width: 40px;}
.wid50 { width: 50px;}
.wid60 { width: 60px;}
.wid70 { width: 70px;}
.wid80 { width: 80px;}
.wid90 { width: 90px;}
.wid100 { width: 100px;}
.wid115 { width: 115px;}
.wid120 { width: 120px;}
.wid150 { width: 150px;}
.wid200 { width: 200px;}
.wid200 { width: 250px;}
.wid300 { width: 300px;}
.wid400 { width: 400px;}
.wid500 { width: 500px;}
.wid600 { width: 600px;}
.wid700 { width: 700px;}
.wid800 { width: 800px;}
.height20 { min-height: 20px;}
.height50 { min-height: 50px;}
.height100 { min-height: 100px;}
.height120 { min-height: 120px;}
.height150 { min-height: 150px;}
.height200 { min-height: 200px;}
.height500 { min-height: 500px;}

.nopad { padding:none; }

/* ====================================================
 * part2
 * ===================================================*/




.arrow_box {
    position: relative;
    background: #88b7d5;
    border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-bottom-color: #88b7d5;
    border-width: 30px;
    left: 50%;
    margin-left: -30px;
}
.arrow_box:before {
    border-bottom-color: #c2e1f5;
    border-width: 36px;
    left: 50%;
    margin-left: -36px;
}







.deco0 {
	font-size: 12pt;
	font-weight:700;
	text-shadow: 2px 2px 2px #888381;
}

.deco {
	font-size: 14pt;
	font-weight:700;
	text-shadow: 2px 2px 2px #888381;
}
.deco2 {

	font-size: 18pt;
	font-weight:700;
	text-shadow: 2px 2px 2px #888381;
}
.deco3 {
	font-size: 20pt;
	font-weight:800;
	text-shadow: 2px 2px 2px #888381;
}
.deco4 {
	font-size: 24pt;
	font-weight:800;
	text-shadow: 2px 2px 2px #888381;
}
.deco_cell {
	font-size: 10pt;
	font-weight:700;
	text-shadow: 1px 1px 1px #888381;
}

.big {
	font-size: 14pt;
	font-weight:700;
}

.calfont {
	font-size: 8pt;
	letter-spacing: none;
}

.red {
	color: red;
}

/* ====================================================
 * mod
 * ===================================================*/

/** input **/
.admin_input {
	font-size: 10pt;
}
.admin_button {
	padding: 1px;
	font-size: 10pt;
}
select.admin_select {
	clear: both;
	font-size: 9pt;
	height: 16pt;
	padding: none;
}



.cell {
	padding: 0px 0px 0px 10px;
	font-size: 9pt;

}


/* ====================================================
 * Menu
 * ===================================================*/
.center {
	width: 80%;
	margin: 0 auto;
}
.center2 {
	margin-left: 350px;
}

ul#menu {
	padding: 5px;
/*	margin: 0px 0px 0px 180px;*/
/*	list-style: none;
	float: left;*/

}
 
li.menu {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 2px;
	padding: 4px 7px 4px 7px;
	border: 2px double #f2d4ab;
	border-radius: 10px 10px 1px 1px;
	background-color: #dcdbda;
	font-size: 11pt;
	font-weight: bold;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
}
 
li.menu a {
	text-decoration: none;
	float:left;
	color: #e94d25;
	cursor: pointer;
	text-shadow: 1px 1px 1px #a8a6a3;
}

li.menu a:hover {
	background-color: #cfccc9;
	padding: 2px;
	border-radius: 6px;
	color: #685557;

}

/*
ul {
	padding: 5px;
	margin: 2px;
	list-style: none;
	float: left;
}
 */
li {
	float: left;
	margin: 1px;
	padding: 2px;
}


ul#menu_top {
	padding: 5px;
}
 
li.menu_top {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 2px;
	padding: 4px 7px 4px 7px;
	border: 2px double #647b56;
	border-radius: 10px 10px 1px 1px;
	background-color: #cad6c2;
	font-size: 12pt;
	font-weight: bold;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
}
 
li.menu_top a {
	text-decoration: none;
	float:left;
	color: #e94d25;
	cursor: pointer;
	text-shadow: 1px 1px 1px #a8a6a3;
}

li.menu_top a:hover {
	color: #685557;
}

table.admin_menu {
    border: 1px solid #a1b19a;
    border-collapse: collapse;
    empty-cells: show;
}
table.admin_menu td {
    font-size: 9pt;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
    text-align: center; 
    vertical-align: top; 
    border: 1px solid #a1b19a;
    padding: 5px 5px 3px 3px;
}

table.admin_menu td a {
	text-decoration: none;
	color: #5e3132;
	cursor: pointer;
	text-shadow: 1px 1px 1px #a8a6a3;
}

/* ====================================================
 * Top
 * ===================================================*/
.base {
	width: 85%;
	margin: 0 auto;
/*	background-color:rgba(200,203,194,0.3);*/
	background-color:rgba(0,0,0,0.2);
}

.top_pic {
	box-shadow: 0 5px 5px #817979;
}

.logo {
	position: absolute;  
    top: 25px;  
    left: 170px;
	color:#f07a14;
	font-size: 50pt;
	font-weight:600;
	text-shadow: 6px 6px 4px #888381;
	font-height:200%;
	font-style: italic;	
	font-stretch:ultra-condensed;
	letter-spacing: 1px;

	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff143b, 
				0 0 70px #ff143b, 0 0 80px #ff143b, 0 0 100px #ff143b, 0 0 150px #ff143b;
	
}
.logo2 {
	position: absolute;  
    top: 95px;  
    left: 220px;
	color:#f6ece4;
	font-size: 15pt;
	text-shadow: 3px 3px 2px #888381;
	font-weight: bold;	
/*	letter-spacing: 0.1px;*/

	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff143b, 
				0 0 70px #ff143b, 0 0 80px #ff143b, 0 0 100px #ff143b, 0 0 150px #ff143b;
}

.top_menu_loc {
	position: absolute;  
	top: 207px;  
	left:150px;
}

.speech_area {
	position: absolute;  
    top: 257px;  
    left: 150px;
}

.sp {
	overflow: hidden;
	height: auto;
	margin:4px;
	padding: 20px;
/*	background-color: #e9ece4;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#97a296), to(#97a296));
	background-image: -webkit-linear-gradient(top, #b597ba, #dad0dc);
	background-image: -moz-linear-gradient(top, #aa89ae, #ecdcef);
	border-color:#c1bbd3;
	border-style:solid;
	border-width:2px;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	     -o-border-radius: 40px;
	        border-radius: 40px;
	box-shadow: 0 5px 5px #aca5a5;
}
.sp img{
	float: left;
	margin: 0 15px 0 0 !important;
	padding: 0 !important;
    border-color:#b795b7;
	border-style:solid;
	border-width:1px;
	border-radius: 50%;
	box-shadow: 2px 2px 3px #aca5a5;
}

.speech_text {
	color:#000;
	font-size: 11pt;
	font-weight:500;
	text-shadow: 1px 1px 1px #888381;
}
.news {
	background-color: #eee5f0;
	background-image: url('../img/f.jpg');
	margin:5px 0px 5px 20px;
	padding: 7px 8px 20px 8px;
	border-color:#b2aea4;
	border-style:double;
	border-width:4px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 80px;
	box-shadow: 2px 2px 3px #aca5a5;	        
}
.newstext {
	width: 220px;
	margin:4px 10px 5px 20px;
	border:none;
	background-color: rgba(255,255,255,0.1);  
}

.top_photocell {
	border:2px solid #443f3b;

	border-radius: 3px;
	color: #bebdc2;
	margin:2px;
	padding: 2px;
	background-color: #cfccc9;
}

table.white4 {
    border-spacing: 0;
    border: 1px solid #e4e2e2;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 5px 5px #aca5a5;
}

table.white4 td {
    font-size: 10pt;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
    vertical-align: top;
    border: none;
	background-color: #ededed;
    padding: 5px 10px;
}


.top_link a {
	text-decoration: none;
	color: #d42f11;
	font-size: 13pt;
	font-weight:700;
	text-shadow: 2px 2px 2px #888381;
}
.top_link2 a {
	text-decoration: none;
	color: #8d5116;
	font-size: 13pt;
	font-weight:700;
	text-shadow: 2px 2px 2px #888381;
}
.top_link hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
table.top_link td {
    vertical-align: top;
    color: #302d2c;
    font-size: 11pt;
	font-weight:400;
	text-shadow: 1px 1px 1px #888381;
    border-color: #e4e2e2;
    border-width:4px;
    border: 0px 0px 1px 0px;
    padding: 5px 10px;

}
.top_hr {
	width:98%;
	height: 14px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

hr.style-eight {
	width:95%;
	height:3px;
    border:0;
    background:linear-gradient(left, #f5f5f5, #999, #f5f5f5);
    background:-webkit-linear-gradient(left, #f5f5f5, #999, #f5f5f5);
    background:-moz-linear-gradient(left, #f5f5f5, #999, #f5f5f5);
}

.medal {
	/*
	position: absolute;  
    top: 840px;  
    left: 150px;*/
    
    position: relative;  
    top: 110px;  
    left: -410px;
}

.new_icon {
	position: absolute;  
    top: 275px;  
    left: 800px;
}

/* ====================================================
 * Tour
 * ===================================================*/
/* ticket seat icon */
.ico_cash {
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	background-color: #dbfadc;
	border: 1px solid #999999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 2px 0px 2px;
}

.ico_card {
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	background-color: #fcd4ab;
	border: 1px solid #229405;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 2px 0px 2px;
}

.photobase {
	border:8px solid #F2F2F2;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
	border-radius: 6px;
	color: #bebdc2;
	margin:5px 10px;
	padding: 3px;
	background-color: #cfccc9;
}

.photobase2 {
	border:4px solid #443f3b;
    box-shadow: 7px 7px 7px rgba(0,0,0,0.25);
    -moz-box-shadow: 7px 7px 7px rgba(0,0,0,0.25);
    -webkit-box-shadow: 7px 7px 7px rgba(0,0,0,0.25);
	border-radius: 6px;
	color: #bebdc2;
	margin:2px;
	padding: 1px;
	background-color: #cfccc9;
}

.photobase3 {
	border:2px solid #443f3b;
    box-shadow: 7px 7px 7px rgba(0,0,0,0.25);
    -moz-box-shadow: 7px 7px 7px rgba(0,0,0,0.25);
    -webkit-box-shadow: 7px 7px 7px rgba(0,0,0,0.25);
	border-radius: 6px;
	color: #bebdc2;
	margin:2px;
	padding: 1px;
	background-color: #cfccc9;
}

/* ====================================================
 * ticket
 * ===================================================*/

/* ticket seat icon */
.seat_D {
	color: #000000;
	font-weight: bold;
	background-color: #e1e0ff;
	border: 1px solid #229405;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 2px 0px 2px;
}

.seat_R {
	color: #000000;
	font-weight: bold;
	background-color: #dbfadc;
	border: 1px solid #999999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 2px 0px 2px;
}

.seat_P {
	color: #000000;
	font-weight: bold;
	background-color: #fcd4ab;
	border: 1px solid #229405;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 2px 0px 2px;
}

.seat_G {
	color: #000000;
	font-weight: bold;
	background-color: #fca6a9;
	border: 1px solid #229405;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 2px 0px 2px;
}

.white-pre { white-space:pre;}


.c1 { background-color: #ffddff;}
/* ====================================================
 * TABLE
 * ===================================================*/
table.thin {
    border: 1px solid #a1b19a;
    border-collapse: collapse;
    empty-cells: show;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;
    margin-right: 0em;
}
table.thin th {
    font-size: 10pt;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
    font-weight: bold;
    vertical-align: top; 
    background-color: #dce7d0;
    border: 1px solid #a1b19a;
    padding: 5px 5px 3px 3px;
}
table.thin td {
    font-size: 10pt;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
    vertical-align: top; 
    border: 1px solid #a1b19a;
    padding: 5px 5px 3px 3px;
}
table.center td {
    text-align: center;
}
table.thin caption {
    font-size: 10pt;
    text-align: left;
}


table.thin2 {
    border: 1px solid #a1b19a;
    border-collapse: collapse;
    empty-cells: show;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;
    margin-right: 0em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	 -o-border-radius: 6px;
	    border-radius: 10px;
}

table.thin3 td {
    font-size: 10pt;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
    vertical-align: top; 
    border: none;
    padding: 5px 5px 3px 3px;
}


table.white {
    border: 1px solid #d2d0d7;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
         -o-border-radius: 16px;
            border-radius: 16px;
    box-shadow: 0 2px 2px #b8b8b8;
}

table.white td {
    font-size: 10pt;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
    vertical-align: top; 
    border: none;
    background-color:rgba(250,255,250,0.3);
    padding: 15px;
}

table.white2 {
    border-spacing: 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
}

table.white2 td {
    font-size: 10pt;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
    vertical-align: top;
    background-color:rgba(250,255,250,0.3);
    border: none;
    padding: 10px 30px;
}


table.white3 {
    border-spacing: 0;
    border: 1px solid #CCC;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 0em;
    margin-right: 0em;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
}

table.white3 td {
    font-size: 10pt;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴシックW3", "Osaka";
    vertical-align: top;
    background-color:rgba(223,229,220,0.6);
  /*  background-color: #dfe5dc;*/
    border: none;
    padding: 10px 30px;
}


table.trans {
    border-spacing: 0px;
    border: none;
}

table.trans td {
	vertical-align: top;
	padding: 0px 8px 8px 8px;
}

.box2 {４８
    font-size: 10pt;
	width: 350px;
	height: 250px;
	margin: 0 auto;
	overflow-y: scroll; 
	border: none;
	padding: 2px;
	text-align: justify;
	background: transparent;
}

.box3 {
    font-size: 9pt;
	width: 460px;
	height: 60px;
	margin: 0 auto;
	overflow-y: scroll; 
	border: none;
	padding: 1px;
	text-align: justify;
	background: transparent;
}




/* ====================================================
 * Form
 * ===================================================*/

form {
/*
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
*/
}

form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}

input, textarea {
	/*clear: both;*/
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}

label {
	display: inline;
	font-size: 90%;
	font-weight: bold;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	/*float:left;*/
	width:auto;
	margin: 6px 0;
	padding: 0;
/*	line-height: 26px;*/
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	width: auto;
/*	background:#62af56;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	border-radius: 4px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 4px 5px;
}

input[type=submit]:hover {
	background: #5BA150;
}

.top_headline {
    text-align: left;
    padding: 20px 10px;
}

.top_headline h1{
    font-size: 18px;
    text-shadow: 2px 2px 2px #888381;
    margin-bottom: 30px;
    position: relative;
}

.top_headline h1:before {
    display: block;
    content: '';
    bottom: -15px;
    left: 0;
    width: 50px;
    border-top: 1px solid;
    position: absolute;
}
.speech_area.top_under {
    top: 407px;
}
.new_icon.top_under {
    top: 425px;
}