/* @group #sd_content h3 */
#sd_content h3{
	border-left: 6px solid #666666;
	padding-left: 15px;
	font-size: 25px;
	line-height: 1em;
}
/* @end */
/* @group sd_content */
#sd_content_bkg{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F7F7F7;
}
#sd_content{
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}
#sd_content section:not(:first-child){
	margin-top: 80px;
}
#sd_content section p {
	margin-top: 20px;
	line-height: 1.6em;
}
#sd_content > div{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6em;
}
/* @end */
/* @group ticket_detail */
#ticket_detail p{
	font-size: 22px;
}
#ticket_detail dt{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#ticket_detail .hanbai li{
	float: left;
	width: 33%;
}
#ticket_detail .chui{
	margin-top: 30px;
	background-color: #fff;
	padding: 15px;
}

/* @end */



/* @group ticket_maeuri */
#ticket_maeuri p{
	font-size: 16px;
	margin-top: 10px;
}
#ticket_maeuri table{
	margin-top: -10px;
	border-collapse:separate;
	border-spacing:0px 30px;
}
#ticket_maeuri table th{
	vertical-align: top;
	width: 250px;
	padding-right: 15px;
	font-size: 18px;
}
/* @end */




/* @group sd_f_table */
.sd_f_table{
	margin-top: -20px;
}
.sd_f_table th,.sd_f_table td{
	padding-top: 20px;
	vertical-align: top;
}
.sd_f_table input,.sd_f_table textarea{
	box-sizing:border-box;
	border: 1px solid silver;
}
.sd_f_table textarea{
	height: 150px;
}
input[type="submit"]{
	width: 160px;
	padding: 12px 10px 10px;
	border-radius: 3px;
	border: 1px solid #bcbabf;
	background: -webkit-gradient(linear, left bottom, left top, from(#DDDDDD), to(#ffffff));
	background: -moz-linear-gradient(bottom, #DDDDDD, #ffffff);
	background: linear-gradient(to top, #DDDDDD, #ffffff);
	font-size: 18px;
	color: #6a6a6a;
}
.sd_hissu:after{
	content: "※必須";
	color: #ff4c6a;
}
/* @end */
