@charset "utf-8";

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* スクロールバーを常に表示 */
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}

a img:hover {
  opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/* ヘッダー */
#hd_bg {
	width: 100%;
	height: 105px;
	background: url(/common/image/hd_bg.png) repeat-x top;
}

#hd {
	width: 940px;
	margin: 0 auto;
	padding-top: 17px;
	line-height: 1 !important;
}

.logo {
	float: left;
	width: 325px;
	padding-top: 5px;
}

.logo img {
	width: 325px;
	height: 70px;
}

.hd_menu {
	float: right;
	width: 610px;
}

.hd_p_left {
	float: left;
	margin: 26px 0 0 10px;
	text-align: left !important;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	line-height: 1.4em !important;
}

.hd_p_top {
	width: 100%;
	text-align: right;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	line-height: 1.4em !important;
}

.tokyo {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin: 18px 0 0 15px;
}


#hd_menu_userlogin_shoplogout ul {
	float: right;
	width: 217px;
	margin-top: 25px;
	padding: 8px 10px;
	background: #e07d0e;
}

#hd_menu_userlogout_shoplogin ul {
	float: right;
	width: 191px;
	margin-top: 25px;
	padding: 8px 10px;
	background: #e07d0e;
}

#hd_menu_userlogin_shoplogin ul {
	float: right;
	width: 405px;
	margin-top: 7px;
	padding: 8px 10px;
	background: #e07d0e;
}

#hd_menu_userlogout_shoplogout ul {
	float: right;
	width: 300px;
	margin-top: 7px;
	padding-top: 15px;
}

.hd_menu ul li {
	float: left;
	margin-left: 5px;
}

.none {
	display: none;
}

.bt {
	display: block;
}

.bt:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.hd_menu ul li .login {
	width: 138px;
	height: 32px;
	background: url(/common/image/login_bt.png) no-repeat;
}

.hd_menu ul li .shop_login {
	width: 139px;
	height: 32px;
	background: url(/common/image/shop_login_bt.png) no-repeat;
}

.hd_menu ul li .logout {
	width: 82px;
	height: 21px;
	background: url(/common/image/logout_bt.png) no-repeat;
}

.hd_menu ul li .list {
	width: 82px;
	height: 21px;
	background: url(/common/image/list_bt.png) no-repeat;
}

.hd_menu ul li .info {
	width: 43px;
	height: 21px;
	background: url(/common/image/info_bt.png) no-repeat;
	text-decoration: none !important;
}

.info_count {
	display: block;
	padding-top: 5px;
	*padding-top: 2px;
	margin-left: 27px !important;
	line-height: 1 !important;
	text-decoration: none !important;
	color: #fff !important;
	font-size: 12px;
}

.hd_menu ul li .mypage {
	width: 73px;
	height: 21px;
	background: url(/common/image/mypage_bt.png) no-repeat;
}

.hd_menu ul li .shop_mypage {
	width: 94px;
	height: 21px;
	margin-left: 0 !important;
	background: url(/common/image/shop_mypage_bt.png) no-repeat;
}

.bt_txt_user{
	display: block;
	width: 138px;
	margin-top: 8px;
	background: url(/common/image/hd_arrow.png) no-repeat 5px 6px;
	text-align: center;
	text-decoration: underline;
	color: #fff;
	font-size: 11px;
}

.bt_txt_shop{
	display: block;
	width: 140px;
	margin-top: 8px;
	background: url(/common/image/hd_arrow.png) no-repeat -3px 6px;
	text-align: center;
	text-decoration: underline;
	color: #fff;
	font-size: 11px;
}

.bt_txt_user:hover,
.bt_txt_shop:hover {
	text-decoration: none;
}

#footer {
	padding-top: 20px;
	background: url(/common/image/footer_bg.png) repeat;
}




/*addlist popup
--------------------------------------------*/
#addlistPop {
	position: absolute;
	top: 70px;
	right: 250px;
	width: 200px;
	background: #492202 url(/common/image/addlist_top.gif) no-repeat;
	padding-top: 7px;
	border-bottom: 1px solid #ffffff;
	z-index: 300;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	display: none;
}

#Idx #addlistPop {top: -84px;}
#Mpg #addlistPop {top: -74px;}

#addlistPop p {
	padding: 0;
	line-height: 1.6;
}

#addlistPop div {
	background: url(/common/image/border06.gif) no-repeat 0 100%;
	padding: 8px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#addlistPop .aP01{width: 40px; float: left;}
#addlistPop .aP02{width: 130px; float: right;}
#addlistPop div p{font-size: 10px; color: #ffffff;}
#addlistPop div a{font-size: 12px; color: #ffffff; font-weight: bold;}

/*last*/
#addlistPop div.Last {
	background: none;
	padding-bottom: 5;
}

/* ===================================================
aboutページ
=====================================================*/
.about_keyvisual {
	position: relative;
	height: 300px;
	margin-top: 30px;
	background: url(/common/image/keyvisual_about.png) no-repeat;
}

.about_keyvisual p {
	position: absolute;
	bottom: 65px;
	right: 32px;
	font-size: 14px;
}

.btn_aboutCatch {
	display: block;
	position: absolute;
	right: 75px;
	bottom: 5px;
	width: 350px;
	height: 50px;
	background: url(/common/image/btn_aboutCatch.png) left top no-repeat;
}
.btn_aboutCatch:hover {
	background: url(/common/image/btn_aboutCatch.png) left bottom no-repeat;
}

.about_flow {
	margin-top: 40px;
}

.about_find {
	position: relative;
	float: left;
	width: 460px;
	height: 250px;
	background: url(/common/image/about_find.png) no-repeat;
}

.btn_aboutFind, .btn_aboutReserve {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 35px;
	width: 200px;
	height: 35px;
}

.btn_aboutFind {
	background: url(/common/image/btn_aboutFind.png) left top no-repeat;
}
.btn_aboutFind:hover {
	background: url(/common/image/btn_aboutFind.png) left bottom no-repeat;
}

.btn_aboutReserve {
	background: url(/common/image/btn_aboutReserve.png) left top no-repeat;
}
.btn_aboutReserve:hover {
	background: url(/common/image/btn_aboutReserve.png) left bottom no-repeat;
}

.about_reserve {
	position: relative;
	float: right;
	width: 460px;
	height: 250px;
	background: url(/common/image/about_reserve.png) no-repeat;
}

.about_find p, .about_reserve p {
	position: absolute;
	width: 225px;
	top: 95px;
	right: 20px;
	color: #555;
	font-size: 12px;
	line-height: 1.7em;
}

.about_safety {
	position: relative;
	height: 250px;
	margin-top: 18px;
	background: url(/common/image/about_safety.png) no-repeat;
}

.about_safety p {
	position: absolute;
	top: 130px;
	width: 240px;
	color: #555;
	font-size: 12px;
	line-height: 1.7em;
	text-align: center;
}

.about_vision {
	margin-top: 40px;
	padding: 25px 30px 20px 30px;
	border: 8px solid #e8e3d9;
}

.about_vision h2 {
	margin: 0 0 20px 0 !important;
	color: #805a2c !important;
	font-size: 28px !important;
	font-weight: bold;
	text-align: center;
}

.about_vision p {
	color: #555;
	line-height: 1.5em;
}

.about_member {
	margin: 20px 0 0 0 !important;
	padding: 2px 0 0 10px;
	border-left: 3px solid #e8e3d9;
	color: #555;
	font-size: 16px;
	font-weight: bold;
}

.about_intro {
	margin: 10px 0 0 0 !important;
	padding: 0 0 0 14px;
	color: #555;
	font-size: 14px;
	line-height: 1.5em;
}
