@charset "utf-8";

/* contact.css */


/*-------------------------------------------------
///	 お問い合わせタブ
-------------------------------------------------*/
#contents {
	position: relative;
}

#contents .tab_navi {
	width: 100%;
	border-bottom: #F15096 2px solid;
	margin-bottom: 30px;
	position: relative;
}

#contents .tab_navi li {
	float: left;
	width: 215px;
	text-indent: -9999px;
	margin-right: 15px;
}

#contents .tab_navi li.bt_contact03 {
	margin-right: 0;
}

#contents .tab_navi li a {
	display: block;
	width: 215px;
	height: 28px;
}

#contents .tab_navi li.bt_contact01 a {
	margin-top: 9px;
	background: url(../img_new/img_bt_contact01.gif) no-repeat;
}

#contents .tab_navi li.bt_contact01 a:hover {
	margin-top: 0;
	height: 37px;
	background: url(../img_new/img_bt_contact01_over.gif) no-repeat;
}

#contents .tab_navi li.bt_contact02 a {
	background: url(../img_new/img_bt_contact02.gif) no-repeat;
	margin-top: 9px;
}

#contents .tab_navi li.bt_contact02 a:hover {
	margin-top: 0;
	height: 37px;
	background: url(../img_new/img_bt_contact02_over.gif) no-repeat;
}

#contents .tab_navi li.bt_contact03 a {
	margin-top: 9px;
	background: url(../img_new/img_bt_contact03.gif) no-repeat;
}

#contents .tab_navi li.bt_contact03 a:hover {
	margin-top: 0;
	height: 37px;
	background: url(../img_new/img_bt_contact03_over.gif) no-repeat;
}



/*-------------------------------------------------
///	contact全体	
-------------------------------------------------*/

#contents .contact_wrapper {	
	border-bottom: #F15096 2px solid;
	padding-bottom: 50px;
	margin-bottom: 25px;
}

#contents #last_wrapper {	
	border-bottom: none;
}

#contents h2 {
	margin-bottom: 30px;
}

#contents h3 {
	margin-bottom: 20px;
}

#contents h3 span {
	vertical-align: 6px;
}

/*-------------------------------------------------
///	SSL
-------------------------------------------------*/

#contents dl.ssl {
	border: #999 1px solid;
	padding: 10px;
}

#contents dl.ssl dt {
	float: left;
	width: 115px;
}

#contents dl.ssl dd {
	margin-left: 125px;
	letter-spacing: 0;
	padding-top: 16px;
}

/*-------------------------------------------------
///	フォーム部分
-------------------------------------------------*/

#contents p {
	letter-spacing: 0;
}

#contents .contact_table {
	width: 674px;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	margin-bottom: 25px;
}

* html #contents .contact_table {
	width: 675px;
}

#contents .contact_table th {
	width: 150px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	padding: 12px;
	background: #EAEAEA;
	letter-spacing: 0;
	font-weight: normal;
}

#contents .contact_table td {
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	padding: 12px 12px 12px 16px;
	font-size: 12px;
}


/*-------------------------------------------------
///	プライバシーポリシーの同意
-------------------------------------------------*/

#contents .form_last {
	width: 675px;
	text-align: center;
	margin-bottom: 25px;
}

#contents .form_last p {
	margin-bottom: 20px;
}

#contents .form_last p.p_input {
	margin-right: 5px;
}


#contents .form_last p .left_law {
	margin-right: 21px;
	vertical-align: -3px;
}

#contents .form_last p .right_law {
	vertical-align: -3px;
}



/*-------------------------------------------------
///	お問い合わせ完了
-------------------------------------------------*/

