@charset "UTF-8";
form{
	width:100%;
}
#container{
	background:url("../img/form/bg.png") right bottom no-repeat #FFF !important;
}

/* テキスト
--------------------*/
.bold {
	font-weight:bold;
}
.red {
	color:#F00;
}
.gray {
	color:#CCC;
	font-size:12px;
}
.black {
	color:#000;
	font-size:12px;
}
.ime_off {
	ime-mode: disabled;
}

.notice {
        font-size: 10px;
}
.tx_l {
    font-size: 1.1em;
}

/* 説明文
--------------------*/
/*
p.form_info {
	margin:10px 0;
}
*/
p.form_info img {
	margin:15px 0 0 0;
}


/* テーブル
--------------------*/
table#contact {
	border-collapse: collapse;
	margin: 20px 0 15px;
	width: 440px;
	margin-left: 0;
	color:#444;
}
table#contact th, table#contact td {
	padding: 5px 0;
	line-height: 150%;	
	font-size: 12px;
}
table#contact th {
	border-right: none;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	display: block;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 5px;
}
table#contact th span {
	color: #C33;
	margin-left:2px;
	font-style: normal;
}
table#contact th.th_even {
}
table#contact td{
	display: block;
	margin-bottom: 5px;
}
table#contact td.td{
	margin-bottom: 0;
}

/* テキストエリア
--------------------*/
.inp_text,   .dropdown {
	border:1px solid #BFBFBF;
	padding: 5px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
    background: -moz-linear-gradient( top, #F1F1F1, #fff );
}

textarea {
    font-size: 12px;
}

/* テキストエリア選択時の装飾*/
.inp_text_focus {
    border:1px solid #BFBFBF;
    padding: 5px;
    background: #E6EFFD;
    /* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
 
.price_right{
	text-align:right;
}

/* ボタン 
--------------------*/
div#btn_area {
	width:100%;
	text-align:left;
	margin:30px 0 0;
}
div#t_btn_area{
	margin:30px 0 0 0;
	width:100%;
	text-align:right;
}


input.inp_submit01 {
	border:1px solid #185B7F;
	padding: 5px 60px 3px 60px;
	color: #fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0px #12425B;

	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96ABBC), color-stop(5%, #277199), color-stop(100%, #12425B));
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
    background: -moz-linear-gradient(top, #96ABBC 0%, #277199 5%, #12425B 100%);
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ABBC', endColorstr='#277199', GradientType=0 );
	zoom: 1;
	background: linear-gradient(to bottom, #96ABBC 0%,  #277199 5%, #12425B 100%);
	letter-spacing:0.3pt;

}
input.inp_submit02 {
	border:1px solid #BFBFBF;
	padding: 5px 10px 3px 10px;
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	background: #ccc;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0px #fff;
	/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
	background: linear-gradient(to bottom, #fff 0%,  #ccc 5%, #eee 100%);
}

/* エラー
--------------------*/
table#contact td.error_td {
	background-color:#FCC;
}
table#contact td span {
	margin-left:5px;
	color:#F00;
}


/* 注意書き
--------------------*/
p.attention {
	margin: 20px 0px 3px;
	padding: 0px;
	line-height:1.5em;
}


/* 完了メッセージ */
p#thanks {
	margin:20px;
	font-size:14px;
	line-height:1.5em;
}

p#thanks span {
	display:block;
	margin-top:20px;
	font-size:16px;
	color:#C00;
}



/* contact,ticket */
h3.form_h3{
	margin:20px 0 10px 5px;
	padding:0;
	/*height:30px;*/
	font-size:12px;
	line-height:0;
}
	h3.form_h3 img{
		padding:0;
		vertical-align:middle;
	}
	h3.order_h3{
		margin:20px 0 10px 5px;
		padding:0;
		font-size:16px;
		font-weight:bold;
	}
h3.form_h3.flex {
	display: flex;
	align-items: flex-end;
}
h3.form_h3 span.red {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.1;
	font-size:14px;
	font-weight: bold;
	color:#f00;
}

.form_p{
	margin:0 0 0 5px;
	font-size:13px;
	line-height:1.6em;
}

/* ticket */
ul.t_form_ul{
	margin:5px 0 0 0;
	padding:26px 0 0 20px;
	list-style:none;
	background:url(../img/form/t_ul_bg.png) no-repeat top left;
	width:800px;
	height:161px;
}
	ul.t_form_ul li{
		margin:0 0 10px 0;
		padding:0 0 0 20px;
		list-style:none;
		list-style-position:outside;
		line-height:1.2em;
		background:url(../img/form/li_po.png) no-repeat left center;
		min-height: 30px;
		height: auto !important;
		height: 30px;
	}
		ul.t_form_ul li.en{
		margin:-4px 0 10px 0;
		padding:10px 0 0 20px;
		line-height:1.2em;
		}
	/* テーブル
	--------------------*/
	table#ticket {
		border-collapse: collapse;
		margin: 10px 0 0 0;
		width: 100%;
		color:#444;
		border-bottom: 1px solid #CCC;
	}
		table#ticket th, table#ticket td {
			padding: 4px 18px;
			line-height: 150%;
			border-top: 1px solid #CCC;
			font-size: 12px;
		}
		table#ticket th {
			border-right: 1px solid #CCC;
			background: #F9F9EB;
			font-weight: normal;
			text-align: left;
		}
		table#ticket th span {
			color: #C33;
			margin-left:2px;
			font-style: normal;
		}
		table#ticket th.th_even {
			background-color:#F6F6F6;
		}
		table#ticket td span {
			color: #C33;
			margin-left:2px;
			font-style: normal;
		}
	
	h4.ticket_h4{
		margin:15px 0 1px 0;
		padding:5px 10px;
		/* background-color:#F5F5F6; */
		font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
		font-weight:bold;
		color:#6B6B75;
	}
	/* コンサート一覧・CD一覧 */
	table.cd_tbl{
		margin:0;
		width:100%; 
		border-collapse:separate;
		text-align:left;
	}
        table.cd_tbl th {
            width: 420px;
        }
		table.cd_tbl th, table.cd_tbl td{
			padding:5px 10px;
			border-bottom:1px dotted #CCC;
		}
		table.cd_tbl th.cd_td2, table.cd_tbl td.cd_td2 {
			background-color:#F5F5F6;
		}
		table.cd_tbl th{
			text-align:left;
		}
		table.cd_tbl td.price_title{
			text-align:left;
		}
		table.cd_tbl td.price_td{
			text-align:right;
		}
		table.cd_tbl td span.small_price{
			color:#999;
		}
			table.cd_tbl td.price_td div{
				display:inline;
			}
				table.cd_tbl td.price_td div p{
					display:inline;
				}
				table.cd_tbl td.price_td span.maisu {
					color:#F00;
				}
				
	table.cd_tbl02{
		margin:0;
		border-collapse:separate;
		text-align:left;
	}
        table.cd_tbl02 th {
        }
		table.cd_tbl02 th, table.cd_tbl02 td{
			padding:5px 10px;
			border-bottom:1px dotted #CCC;
		}
		table.cd_tbl02 th.cd_td2, table.cd_tbl02 td.cd_td2 {
			background-color:#F5F5F6;
		}
		table.cd_tbl02 th{
			text-align:left;
		}
		table.cd_tbl02 td.price_title{
			text-align:left;
		}
		table.cd_tbl02 td.price_td{
			text-align:right;
		}
		table.cd_tbl02 td span.small_price{
			color:#999;
		}
			table.cd_tbl02 td.price_td div{
				display:inline;
			}
				table.cd_tbl02 td.price_td div p{
					display:inline;
				}
				table.cd_tbl02 td.price_td span.maisu {
					color:#F00;
				}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	table.t_tbl{
		margin:0;
		width:100%;
		border-collapse:separate;
	}
		table.t_tbl th, table.t_tbl td{
			padding:3px 10px;
			border:solid #EBEBF5 1px;
		}	
		table.t_tbl th{
			background-color:#F5F5F6;
			width:15%;
			font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
			color:#555555;
		}	
		table.t_tbl th.member{
			background-color:#F9FDB7;
			width:15%;
			font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
			color:#555555;
		}	
			table.t_tbl th.date{
				padding:10px;
				background-color:#D8D8E0;
			}
			table.t_tbl td.date{
				padding:10px;
			}
			table.t_tbl td.price_td p{
				display:inline;
			}
			table.t_tbl span.maisu{
				color:#F00;
			}
			table.t_tbl td div{
				margin:2px 0;
			}
				table.t_tbl td div input{
					margin:0 2px 0 0;
				}
	
	.regist_form_area {
		clear:both;
		padding:40px 0 0 0;
		
	}
		.regist_form_area h3.h3_title {
			text-align:center;
		}
	
	
	
	
.ticket_price {
  font-size: medium;
  font-weight: bold;
}
