@charset "utf-8";

/**/
/**********************************************/
/*　　　　　　　　　　　　　　　　　　　　　　*/
/*　　　これは問い合せページのcssです　　　　 */
/*　　　　　　　　　　　　　　　　　　　　　　*/
/**********************************************/
/**/


/*↓ページ全体の表示位置の設定です*/
/*中央表示にしています。変更しないでください*/
body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	padding: 0px;
	width: 782px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #666;
	line-height: 130%;
	position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -391px;
}

/*↓メニュー設定*/
#menu {
	width: 782px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#menu #logo {
	float: left;
}

/*↓商標のサイズや色*/
#trademark {
	font-size: 10px;
	color: #999;
	float: right;
	width: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}

/*↓コピーライト*/
address {
	text-align: center;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	color: #999;
}
.shop_3box {
	width: 245px;
	float: left;
	margin-left: 10px;
	height: 240px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.shop_3box h1 #shop_left {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.shop_3box h1 {
	font-size: 19px;
	font-weight: bold;
	color: #464646;
	margin-top: 30px;
	margin-bottom: 25px;
}
#shopbox1 {
	float: left;
}

.shop_3box ul li {
	list-style-type: decimal;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/*↓floatのリセット*/
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*↓floatのリセット兼ライン*/
#line {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*↓リンク*/
a {
	text-decoration: none;
	color: #900;
}
a:hover {
	color: #999;
}
