/* CSS Document */

/*---------------------------------
_ページタイトル
-----------------------------------*/

h3 {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	font-size: large;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}



/*---------------------------------
_注釈
-----------------------------------*/

.contact_point {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact_point p {
	margin: 0px;
	padding: 0px;
}
.contact_subtitle {
	height: 35px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}


/*---------------------------------
_ログイン/購入手続きボタン領域
-----------------------------------*/
.contact_inbt {
	width: 380px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	text-align: center;
	margin-bottom: 20px;
}
.contact_inbt input {
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
}




/*---------------------------------
_CONTACTテーブル
-----------------------------------*/
.con_tb {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
}
.con_tb th {
	width: 120px;
	height: 30px;
	text-align: left;
	padding-left: 8px;
	background-color: #F2F1EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.con_tb td {
	width: 407px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.con_tb td p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.con_txterea_box {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}



/*---------------------------------
_コンプリートBOX
-----------------------------------*/
.complete_box {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #CCCCCC;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	line-height: 150%;
}.complete_box p {
	margin: 0px;
}
.con_tel {
	padding-left: 20px;
}

