@charset "UTF-8";


/***************************************************************************************************
 EFO (Entry Form Optimization) 関連
***************************************************************************************************/

/*  必須項目＆OKデザイン
---------------------- */

/* テキスト用 */
input.text.required{
	background: url(../img/icon_required.gif) no-repeat left center #ffebe7 !important;
	padding-left:36px !important;
}
input.text.ok{
	background: url(../img/icon_ok.gif) no-repeat left center #e9f2f9 !important;
	padding-left:36px !important;
}
/* テキストエリア用 */
textarea.required{
	background: url(../img/icon_required.gif) no-repeat left top #ffebe7 !important;
	padding-left:36px !important;
}
textarea.ok{
	background: url(../img/icon_ok.gif) no-repeat left top #e9f2f9 !important;
	padding-left:36px !important;
}

/*  エラー吹き出し 
---------------------- */
.errorTip {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 5000;
	cursor: pointer;
	text-align: left;
}

	/* エラー吹き出し(上向き)の下▼ */
	.errorTipBgTop {
		background-image: url(../img/triangle_bottom.png);
		background-position: 20px bottom;
		background-repeat: no-repeat;
		padding-bottom: 7px;
	}
	/* エラー吹き出し(下向き)の上▲ 
	.errorTipBgBottom {
		background-image: url(../img/triangle_top.gif);
		background-position: 20px top;
		background-repeat: no-repeat;
		padding-top: 8px;
	}*/

.errorTip ul {
	padding: 8px 8px 8px 43px;
	font-size: 85%;
	font-weight: bold;
	background: url(../img/caution.gif) 12px center no-repeat #474747;
	color: #FFFFFF;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	opacity: 0.9;
	filter:alpha(opacity=90);
}

.errorTip li {
	line-height:160%;
}

/* 送信ボタン制御 */
.btn-frm {
	margin: 0 auto;
	width: 267px;
	height: 52px;
	overflow: hidden;
	position:relative;
}
.btn-frm .submitNg {
	margin-top: 0;
}

.btn-frm .submitOk {
	margin-top: -57px;
}

.btn-frm .submitOk_on {
	margin-top: -112px;
}


/** 確認ダイアログ関係 */
/*-------------------------------------------*/
/*	#contactform_diag
/*-------------------------------------------*/
.prosModalDiag{text-align: left;}

#contactform_diag .requiredTxt {
display: block;
color: #f00;
font-size: 12px;
}

#contactform_diag .note {
display: block;
color: #999;
font-size: 12px;
padding: 3px 0;
}

#contactform_diag .note.inline {
display: inline;
}

#contactform_diag .attention {
	display: block;
	margin: 5px 0 10px;
	padding: 3px 10px;
	border: solid 1px #faa;
	font-size: 12px;
	background: #fee;
	width: 90%;
}

#contactform_diag .subTit01 {
	float: left;
	width: 50px;
	margin-top: 5px;
}

#contactform_diag.confirm .subTit01 {
	margin-top: 0;
	font-weight: bold;
}

#contactform_diag .subInput01 {
	display: block;
	overflow: hidden;
}

#contactform_diag .sizeSS { width: 100px !important;}
#contactform_diag .sizeS { width: 200px !important;}
#contactform_diag .sizeM { width: 90% !important;}
#contactform_diag .sizeM2 { width: 250px !important;}

#contactform_diag .sizeM2 { width: 330px !important;}

@media screen and (max-width: 700px){
	#contactform_diag .sizeM2 { width: 90% !important;}
}

/* clearfix */
#contactform_diag dl:after,
#contactform_diag.confirm .emptyChk:after {
	content: "";
    display: block;
    clear: both;
}
#contactform_diag dl,
#contactform_diag.confirm .emptyChk {*zoom:1;}

#contactform_diag dl{ 
	border-bottom: solid 1px #e8eaed;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;}

#contactform_diag dl.first{ 
	border-top: solid 1px #e8eaed;
	margin-top: 25px;
	padding-top: 15px;}

#contactform_diag dl dt {
	float: left;
	padding: 0;
	margin: 0;
	width: 140px;
	color: #1E73BE;
}

#contactform_diag dl dd {
	float: left;
	width: 490px;
	margin-bottom: 0;
}

.confirm #contactform_diag dl dt {
	padding-top: 0;
}

#contactform_diag dl.noFl dt {
	float: none;
	padding-top: 0;
	margin-bottom: 5px;
	width: auto;
}
#contactform_diag dl.noFl dd {
	float: none;
	width: auto;
}

.confirm #contactform_diag dl dd span {
	display: block;
}

#contactform_diag select{
	padding: 5px;
	margin: 5px 5px 5px 0px;
}

#contactform_diag label{
	padding: 5px;
	margin: 5px 5px 5px 0px;
}

#contactform_diag input[type=radio]{
	margin-right: 5px;
}

/* .btn-send
------------------------------ */
#contactform_diag .btn-send{
	text-align: center;
	margin-top: 40px;
}

#contactform_diag .btn-send li{
	padding: 0;
	display: inline;
	margin: 0 20px
}

@media screen and (max-width: 700px){
#contactform_diag .note.inline {
display: block;
}

#contactform_diag dl dt {
	float: none;
	padding-top: 0;
	margin-bottom: 6px;
	width: auto;
}
#contactform_diag dl dd {
	float: none;
	width: auto;
}

.confirm #contactform_diag dl dt,
.confirm #contactform_diag dl dd {
	width: auto;
}
}
