@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     Contact css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Content*/
/*form*/
#contact_form {
	margin: 0 10px;
}
#contact_form form {
	margin: 20px 0px 0px;
	border-top: 1px dotted rgba(0,0,0,0.2);
}
#contact_form dl {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
    font-size: 12px;
}
#contact_form dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#contact_form dl dd {
	padding: 0px 0px 0px 0px;
}
#contact_form dl dd.dd_child {
	padding-top: 15px;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #BFBFBF;
	background: #fff;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
}
.dropdown option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border: 1px solid #BFBFBF;
	background: #E6EFFD;
	padding: 5px;
	border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 90%;
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 90%;
}
/*Button*/
.inp_button {
	border: 1px solid #BFBFBF;
	background: #CCC;
	text-shadow: 1px 1px 0 #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	padding: 2px 7px;
	cursor: pointer;
	border-radius: 3px;
}
.submit_btn {
	text-align: center;
	margin: 20px 0px;
}
.inp_submit01 {
	border: 1px solid #5A6476;
	color: #fff;
	text-shadow: 1px 1px 0 #28343b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5bdc8), color-stop(5%, #828c95), color-stop(100%, #28343b));
	-webkit-box-shadow: 1px 1px 1px #fff;
	padding: 5px 30px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
}
.inp_submit02 {
	border: 1px solid #5A6476;
	color: #fff;
	text-shadow: 1px 1px 0 #28343b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5bdc8), color-stop(5%, #828c95), color-stop(100%, #28343b));
	-webkit-box-shadow: 1px 1px 1px #fff;
	padding: 5px 30px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
}
