@charset "utf-8";

/*---------------------------------------------------------
    お問い合わせCSS
----------------------------------------------------------*/

/* ------------------------------- お問い合わせTOP ------------------------------- */

/*#contact_list {
	padding:10px;
	border: 2px solid #A3BED8;
}*/

#contact_list ul {
	padding-left:10px;
}

#contact_list li{
	padding:5px 80px 5px 3px;
	border-bottom: 2px dotted #cccccc;
	overflow:visible;
}


/* ------------------------------- ご利用上の注意と免責事項 ------------------------------- */

.terms_box {
	width:830px;
	padding: 20px 20px 10px 20px;
	margin:0 auto 20px;
	border: 1px solid #cccccc;
	line-height: 1.3em;
}

.terms_box li {
	text-indent: -0.5em;
	list-style-position: outside;
	padding-bottom: 10px;
}

.terms_box li.no_liststyle {
	list-style:none ;
	margin-left:0.5em ;	
}

/* ------------------------------- お問い合わせフォーム ------------------------------- */

#contact_form {
	width:870px;
	margin:0 auto 25px;
	line-height: 1.3em;
	border: solid 1px #dcdcdd;
}

#contact_form th{
	color:#1E4D7C;
	padding: 8px 0 8px 8px;
	font-weight:normal;
}

#contact_form td{
	padding: 8px 0 8px 8px;
}

#contact_form td input.pat1 {
width:180px;
}
#contact_form td input.pat2 {
width:265px;
}
#contact_form td input.pat3, .popContForm td {
width:355px;
}
#contact_form td span.pat1 {
display:block;
padding-top:4px;
}

#contact_form textarea {
	width:575px;
	overflow:auto;
}


/* ------------------------------- 下層1カラムセンター寄せボックス/ボタン2列---------------------------- */

.one_centerbox ul.ul01 {
	width:332px;
	margin:0 auto;
	text-align:center;
}

.one_centerbox ul.ul01 li{
	padding:0 11px;
	display:inline;
	float:left;
	text-align:center;
}

/* ------------------------------- 下層1カラムセンター寄せボックス/ボタン1列---------------------------- */

.one_centerbox ul.ul02 {
	width:144px;
	margin:0 auto;
	text-align:center;
}

.one_centerbox ul.ul02 li{
	padding:0 11px;
	display:inline;
	float:left;
	text-align:center;
}

/* ------------------------------- GeoTrustのSSLボックス------------------------------- */

.popContGuide{
	margin:0 auto;
	padding:15px;
	width:500px;
	border:#b4b4b4 1px solid;
	clear:both;
	overflow:hidden;
}

.popContGuide .left{
	float:left;
	width:129px;
}

.popContGuide .right{
	text-align:left;
	float:right;
	width:300px;
}

.popContGuide .right p{
	font-size:85%;
}

/* -------------------------------問い合わせボタン関連------------------------------- */
.one_centerbox_btn01 a {
    display:block;
    width:144px;
    height:30px;
	text-indent:-9999px;
	background:url(../eimg/contact/bt_disagree.gif) no-repeat;
}

.one_centerbox_btn01 a:hover {
    display:block;
    width:144px;
    height:30px;
	text-indent:-9999px;
	background:url(../eimg/contact/bt_disagree_on.gif) no-repeat;
}

.one_centerbox_btn02 a {
    display:block;
    width:144px;
    height:30px;
	text-indent:-9999px;
	background:url(../eimg/contact/bt_agreement2.gif) no-repeat;
}

.one_centerbox_btn02 a:hover {
    display:block;
    width:144px;
    height:30px;
	text-indent:-9999px;
	background:url(../eimg/contact/bt_agreement2_on.gif) no-repeat;
}

