/***************
audition
***************/

div.wrapper h2 {
	height: 68px;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}

div.contents h3 {
	background-color: #f7f6f6;
	border-bottom: 1px dotted #000;
	border-top: 2px solid #000;
	height: 55px;
}

div.contents h3 a {
	display: block;
	font-family: Helvetica, sans-serif, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 55px;
	padding-left: 24px;
	text-decoration: none;
	float: left;
}

div.contents h3 b {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 55px;
	letter-spacing: 0.14em;
	padding-left: 13px;
}

div.contents p.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.06em;
	margin: 0 auto 45px;
	text-align: center;
}

div.contents p.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.06em;
	padding: 25px 60px;
	border-bottom: dotted 1px #000;
	margin-bottom: 100px;
}

div.contents p.p3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.06em;
	padding: 25px 60px;
	/*border-bottom: dotted 1px #000;
	margin-bottom: 20px;*/
}

div.contents p.p4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.06em;
	padding: 25px 60px 40px;
	/*border-bottom: dotted 1px #000;
		margin-bottom: 20px;*/
}

div.contents p.p3 b {
	font-size: 16px;
	font-weight: bold;
}

/***************
TABLE
***************/
div.contents div.article1 {
	padding: 10px 50px 0;
	margin-bottom: 80px;
}

div.contents div.article1 table {
	font-family: Arial, Helvetica, sans-serif;
	width: 880px;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	;
	border-collapse: separate;
	margin-bottom: 30px;
}

div.contents div.article1 table tr {
	border-top: dotted 1px #adadad;
}

div.contents div.article1 table tr:first-child th {
	border-top: none;
}

div.contents div.article1 table th {
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 22px;
	color: #1d1d1d;
	padding: 20px 0 20px 32px;
	text-align: left;
	border-top: dotted 1px #adadad;
}


div.contents div.article1 table th b {
	font-size: 16px;
	font-weight: bold;
}

/***************
btn
***************/
div.contents div.article1 div#btn a {
	display: block;
	margin: 0 auto;
	width: 345px;
	padding: 0;
	/*background: url(../../img/btn_bassoon.gif) no-repeat center top;*/
	overflow: hidden;
}

.inquiry_btn {
	background: #aa1b49;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	margin-top: 10px;
}

.inquiry_btn:hover {opacity: 0.7;}
