@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      contact.css
 Style Info:     コンタクトファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	CONTACT用
----------------------------------------------------*/

#copy{
	width:404px;
	background:url(../img/contact/copy.gif) no-repeat;
}

h2 {
	width:120px;
	background:url(../img/contact/title.gif) no-repeat;
	margin-bottom:45px;
}

#info {
	width:215px;
	float:left;
}

#info li {
	margin-bottom:15px;
}

#box_main{
	_display:inline;
	width:485px;
	margin:0 25px;
	float:left;
}

/*-------テキスト-------*/

#text_box {
	line-height:1.8em;
}

#text_box p {
	margin-bottom:10px;
}

#text_box span {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" !important;
	color:#e50099;
	vertical-align:middle;
}

/*-------テキスト-------*/

table {
	margin:30px auto 5px auto;
	width:485px;
	border:0;
}

table tr {
	background:url(../img/share/parting_line.gif) repeat-x bottom;
}

table th {
	vertical-align:top;
	font-weight:normal;
	text-align:right;
	width:143px;
	padding:5px 0;
}

table td {
	padding:5px 0 5px 15px;
	position:relative;
	display:block;
}

table #message {
	background:none;
}

table .input_td input{
	border:0;
	background:#e5e5e5;
	width:220px !important;
	padding:3px;
}

table .radio_td ul li{
	width:60px;
	float:left;
}

table .radio_td input{
	padding:1px;
	width:15px;
	margin-right:5px;
	background:none;
}

table textarea{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" !important;
	border:0;
	background:#e5e5e5;
	width:300px !important;
	height:200px !important;
	padding:3px;
	font-size:12px;
}

.out {
	color:#999;
}


/*-------必須項目-------*/

table span {
	color:#e50099;
	display:block;
	position:absolute;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" !important;
	vertical-align:middle;
}

.inquiry_td span {
	left:200px;
	top:5px;
}

.radio_td span {
	left:135px;
	top:6px;
}

.input_td span {
	left:250px;
	top:6px;
}

.access_td span {
	left:103px;
	top:6px;
}

#message span {
	left:330px;
	top:6px;
}

/*-------必須項目-------*/

#submit {
	margin-left:158px;
}

#submit input {
	border:0;
	width:108px;
	height:24px;
	background:url(../img/contact/submit_btn.gif) no-repeat;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-align:left;
	display:block;
	color:#25bedd;
}

#submit input:hover {
	background:url(../img/contact/submit_btn_on.gif) no-repeat; 
	color:#e50099;
}

.back {
	margin:14px 0 20px 0;
	text-align:right;
}

#box_attention {
	width:180px;
	float:right;
	overflow:hidden;
}

#box_attention .text {
	margin-top:10px;
	line-height:1.5em;
	font-size:90%;
	padding-left:15px;
	color:#808080;
}

#box_attention .text span {
	margin-left:-15px;
}

#box_attention #attention{
	color:#25bedd;
	font-weight:bold;
}

/*----------------------------------------------------
	thanks用
----------------------------------------------------*/

#thanks #copy{
	background:url(../img/contact/copy_thanks.gif) no-repeat;
}

#thanks #box_main p{
	text-align:center;
	margin:0 auto;
}

#thanks #btn_back{
	display:block;
	padding-top:40px;
}