@charset "utf-8";

/*----------------------------------------------------
	お問合せ共通
----------------------------------------------------*/
.inquiry #contenter .introduction {
	position: relative;
	margin: 0 0 20px;
}

.inquiry #contenter .introduction .readText {
	width: 650px;
}

.inquiry #contenter .introduction .btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

.inquiry #contenter p.guideMes {
	font-size: 114%;
	margin: 40px 0 0;
	text-align: center;
}

/*	見出しh3 */
.inquiry #contenter h3{
	font-size: 135%;
	margin: 0 0 5px;
	line-height: 1.3;
}

.inquiry #contenter h3 span{
	color: #1D2088;
}

/*----------------------------------------------------
	お問合せトップ
----------------------------------------------------*/
#inqTop #contenter .divergence {
	background: url(/images/inquiry/divergence_back.gif) repeat-y #EBF2FA;
}

#inqTop #contenter .divergence .mainBlock {
	width: 385px;
	padding:15px 15px 0 15px;
	border-top: 1px solid #749ecf;
	font-size:114%;
}

#inqTop #contenter .divergence .mainBlock h3 {
	height: 19px;
	background: url(/images/inquiry/icon_contact.gif) no-repeat #FFFFFF;
	margin:0 0 10px;
	padding:5px 0 0 30px;
}

#inqTop #contenter .divergence .mainBlock p {
	width: 190px;
	float: left;
	margin: 0 0 15px;
}
#inqTop #contenter .divergence .mainBlock .screen {
	float: right;
	margin: 0 0 15px;
}

#inqTop #contenter .general {
	float: left;
}

#inqTop #contenter .history {
	float: right;
}

#inqTop #contenter .divergenceBtn {
	background: url(/images/inquiry/divergence_backbottom.gif) no-repeat bottom;
}

#inqTop #contenter .divergenceBtn .buttonBlock {
	margin: 0;
	width: 385px;
	padding:0 15px 15px 15px;
	font-size:114%;
}

#inqTop #contenter .divergenceBtn .buttonBlock .btn {
	clear: both;
	padding: 10px;
	background: #ffffff;
}

#inqTop #contenter .onlineMenber {
	position: relative;
	margin: 20px 0 0;
	background: #f2f2f2;
	padding:15px 14px;
}

#inqTop #contenter .onlineMenber .readText {
	width: 450px;
	font-size:114%;
}

#inqTop #contenter .onlineMenber .btn {
	position: absolute;
	top: 15px;
	right: 14px;
	padding: 10px 10px;
	float: right;
	background: #ffffff;
	text-align: center;
}
#inqTop #contenter .onlineMenber .btn img {
	margin: 0 5px;
}

/*----------------------------------------------------
	入力フォーム
----------------------------------------------------*/
#inqForm #contenter .comment {
	margin: 0 0 1em;
}

.inquiry #contenter .introduction .btn .imgSpace {
	margin: 5px 0 0;
}

#inqForm #contenter table.basic td textarea {
	width: 595px;
	height: 10em;
}

