@charset "utf-8";

/*-----------------------------------------------
 ［相談方法］コンテンツ
-----------------------------------------------*/
/*---------- 左カラム ----------*/
#contents {
}
p#read, h4 {
	width: 630px;
	float: left;
	margin: 30px 0 0 30px;
}
h4 {
	margin-top: 40px;
}
.item {
	float: left;
	width: 563px;
	margin: 18px 0 0 97px;
	border-bottom: none;
}
.item p, .item small, .item dt, .item dd {
	font: 13px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
.item .bold { font-weight: bold; }
.item .fleft { float: left; }
.item .fright { float: right; }
.item .f18 { font-size: 18px; }
.item .f34 { font: bold 34px Arial, Helvetica, sans-serif; }

/* メール */
.item ul {
	overflow: hidden;
	margin-bottom: 15px;
}
.item li {
	float: left;
	margin-left: 18px;
}
.item li:first-child {
	margin-left: 0;
}
.item li a {
	display: block;
	width: 175px;
	height: 132px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	outline: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.item li a:hover {
	background-position: 0 -132px;
}
.item li#form_kantan a {
	background-image: URL(/contents/assets/images/consult/nv_easy.gif);
}
.item li#form_order a {
	background-image: URL(/contents/assets/images/consult/nv_tourcon.gif);
}
.item li#form_customer a {
	background-image: URL(/contents/assets/images/consult/nv_customer.gif);
}
.item p.indent {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 6px;
}

/* 電話 */
.item .office {
	overflow: hidden;
	margin-bottom: 15px;
}
.item .office p {
	min-width: 235px;
	padding: 12px 0 12px 25px;
	border: solid 3px #c9bcde;
	border-radius: 10px;
}

/* カウンター */
.item .access {
	overflow: hidden;
	margin-bottom: 30px;
}
.item .access .fright {
	width: 320px;
}
.item .access .fright p.gmap {
	width: 206px;
	margin: 10px auto 0;
}
.item .access p.f18 {
	margin-bottom: 9px;
}
.item .access p {
	margin-bottom: 12px;
}
.item .access .mtop6 {
	display: block;
	margin-top: 6px;
}

/*---------- 右カラム ----------*/
#side_260 {
	float: right;
	width: 260px;
	background-color: #fff;
	padding-bottom: 7px;
}
#side {
	margin-top:0;
}
#side_260 a {
	display:block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	outline: none;
	background: no-repeat 0 0;
}
#side_260 p#a_consult a {
	width: 260px;
	height: 60px;
	background-image: URL(/contents/assets/images/consult/navi_consult_top.jpg);
}
#side_260 p#a_consult a:hover {
	background-position: 0 -60px !important;
}
#side_260 p#a_easy a {
	width: 260px;
	height: 90px;
	background-image: URL(/contents/assets/images/consult/navi_easy.gif);
	margin-top: 2px;
}
#side_260 p#a_easy a:hover {
	background-position: 0 -90px !important;
}

#side_260 .navi_consult {
	width: 240px;
	margin-top: 2px;
	padding: 10px;
	background: URL(/contents/assets/images/consult/bg_navi_consult.gif) repeat;
}
* html #side_260 .navi_consult {
	width: 260px;
}
#side_260 .navi_consult ul {
	width: 240px;
	background-color: #fff;
}
#side_260 .navi_consult li,
#side_260 .navi_consult li a {
	width: 240px;
	height: 35px;
}
#side_260 li#a_order a {
	background-image: URL(/contents/assets/images/consult/navi_order.gif);
}
#side_260 li#a_tourcon a {
	background-image: URL(/contents/assets/images/consult/navi_tourcon.gif);
}
#side_260 li#a_estimate a {
	background-image: URL(/contents/assets/images/consult/navi_estimate.gif);
}
#side_260 li a:hover {
	background-position: 0 -35px !important;
}
