@charset 'UTF-8';
/* div --------------------------------------------- */
/* coachBox */
div.coachBox {
	width:550px;
	margin:0 0 20px 0;
}
/* hn --------------------------------------------- */
div.coachBox h3 {
	margin:0 0 10px;
	padding:0 0 0 5px;
	font-weight:bold;
	line-height:108%;
	border-left:3px solid #0066CC;
}
div.chargeBox h4 {
	margin:0 0 10px;
	color:#CC6600;
}

/* p --------------------------------------------- */
div.coachBox p.pageBack {
	text-align:right;
	margin:0 0 10px;
}

div.coachInquiryTable {
	width:550px;
}
div.coachInquiryTable p {
	padding:0 0 15px 0;
	line-height:150%;
}
div.coachInquiryTable span.attention {
	font-size:90%;
	color:#f00;
}
div.coachInquiryTable table {
	width:550px;
	margin:0 0 15px 0;
	border-top:1px solid #ccc;
}
div.coachInquiryTable table th,div.coachInquiryTable table td {
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}
div.coachInquiryTable table th {
	width:1%;
	white-space:nowrap;
	background:#ededed;
	line-height:150%;
	text-align:left;
}
div.coachInquiryTable table td {
	background:#f5f5f5;
	font-size:90%;
	line-height:150%
}
div.coachInquiryTable table td select.address01 {
	margin:0 0 8px 0;
}
div.coachInquiryTable table td input.address02 {
	margin:0 0 8px 0;
}
div.coachInquiryTable table td textarea.message {
	width:300px;
	height:100px;
}
p.coachInquiryButton {
	margin:0 0 15px 0;
	text-align:center;
}



/*thanks&error*/
div.sportsFormMessage {
	width:550px;
}
div.sportsFormMessage h3 {
	margin:0 0 15px 0;
	padding:10px;
	border:1px solid #ccc;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	background:#ededed;
	font-size:1em;
	line-height:110%;
	text-align:center;
}
div.sportsFormMessage p {
	padding:0 0 15px 0;
	font-size:0.8em;
	line-height:150%;
}
div.sportsFormMessage p.mailAdd {
	font-weight:bold;
	text-align:center;
}





/* backNumber --------------------------------------------- */
div#backNumber {
	width:230px;
	margin:0 0 20px 0;
	background:#F5F5F5;
}
div#backNumber h2 {
	width:230px;
	padding:0 0 10px 0;
}
div#backNumber dl {
overflow-y:scroll;
	height:200px;
	padding:5px 15px;
}
div#backNumber dl dt {
	margin:0 0 3px 0;
	padding:0 0 0 10px;
	background:url(../coach/common_img/backno-dt_bg.gif) no-repeat left center;
	color:#004477;
	font-weight:bold;
	font-size:90%;
	line-height:110%;
}
div#backNumber dl dd {
	padding:0 0 10px 0;
	line-height:130%;
}

div#backNumber dl dt a:link,div#backNumber dl dt a:visited,div#backNumber dl dt a:hover,div#backNumber dl dt a:active {
	color:#004477;
	text-decoration:none;
}
div#backNumber dl dd a:link,div#backNumber dl dd a:visited {
	color:#333333;
	text-decoration:none;
}
div#backNumber dl dd a:hover,div#backNumber dl dd a:active {
	color:#0066CC;
	text-decoration:underline;
}



table.seminarDetails {
	width:400px;
	margin:0 0 17px 75px;
	line-height:150%;
	border:none;
}
table.seminarDetails th,table.seminarDetails td {
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}
table.seminarDetails th {
	white-space:nowrap;
	text-align:center;
}
table.seminarDetails td {
	text-align:left;
}
