@charset "utf-8"; 

/*---------------------------------------------------------
 * タイトル用　共通
 *---------------------------------------------------------*/

#flash {
	height:154px;
	width:100%;
	background-image:url(../base/bg_flashin.jpg);
	background-repeat:repeat-x;
	z-index:5;
	background-color:#FDFDFC;	
}

#flash-line {
	width:960px;
	height:134px;
	margin:0 auto;
	z-index:6;
	outline:none;
}

/*---------------------------------------------------------
 * 各種
 *---------------------------------------------------------*/

.main-box {
	margin-top:-24px;
	z-index:50;
}

.main-box .box {
	background-image:url(../base/bg_defo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:44px 0 0 30px;
	margin-bottom:40px;
	z-index:51;
}

.main-box .box h2 {
	background-position:bottom left;
	background-repeat:no-repeat;
	height:28px;
	width:100%;
	text-indent:-9999px;
	padding:0 0 0 0;
	margin-bottom:30px;
}

.main-box .form h2 {
	background-image:url(../contact/img/title.gif);
}

.main-box .form-msg h2 {
	background-image:url(../contact/img/title-end.gif);
}

.form .form-box {
	padding:10px 0;
}
.form .title {
	float:left;
	width:120px;
	background-image:url(../base/icon_list_g.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
}

.form .input {
	float:left;
}

.form .imp {
	background:#D091B4;
	font-size:10px;
	padding:1px 4px;
	margin-left:5px;
	color:#FFF;
}

.form .ex {
	color:#D091B4;
	font-size:10px;
}

.form .error {
	background-image:url(../contact/img/warning.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:16px;
	color:#F39 !important;
}

.form .input-txt {
	font-family:Verdana,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#917D91;
	padding:4px 6px;
	border:1px solid #C3B9C3;
	margin-right:10px;
	width:300px;
	height:100%;
	background-image:none !important;
}

.form .input-txtarea {
	width:500px;
}

.form .en {
	ime-mode: disabled;
}

.form .end-form {
	background-image:url(../contact/img/bt_contact_on.jpg);
	width:161px;
	height:34px;
	margin:20px 132px 0;
}

.form .end-form-end {
	background-image:url(../contact/img/bt_back_on.jpg);
	width:161px;
	height:34px;
	margin:20px 20px 0 132px;
	float:left;
}
.form .end-form-back {
	background-image:url(../contact/img/bt_send_on.jpg);
	width:161px;
	height:34px;
	margin:20px 0 0;
	float:left;
}

.form-msg p {
	padding-bottom:20px;
}

.input-co {
	float:left;
	padding:4px 6px;
	border-bottom:1px dotted #C3B9C3;
	margin-right:10px;
	width:60%;
}



/*-- ends here --*/