@charset "utf-8";

/* ----------------------------------------------

	ArtMeter / SHOP styles
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("/css/common.en.css");
/* CONTENTS HEAD
---------------------------------------------- */

div#contHead h2#titleShop {
	background-image: url(/img/shop/ti_shop_en.gif);
	width: 150px;
	height: 16px;
}

/* SECTION
---------------------------------------------- */

div.contSection h4 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:10px;
	
	
}


div.contSection h3#txtShop01 {
	background-image: url(/img/shop/txt_shop01_en.gif);
	width: 288px;
	height: 25px;
}
div.contSection h4#subtiShop01 {
	background-image: url(/img/shop/subti_shop01.gif);
	height: 31px;
}
div.contSection h4#subtiShop02 {
	background-image: url(/img/shop/subti_shop02.gif);
	height: 31px;
}

div.contSection h5#subtiShop01 {
	font-weight: bold ;
	margin: 0 0 10px;

}
body#SHOP div.contSection dl.shopinformation {
	width: 600px;
	margin: 0 0 20px;
}
body#SHOP div.contSection dl.shopinformation dt {
	display: inline;
	float:left;
	clear: left;
	width:100px;
	padding: 4px 0 0;
}
body#SHOP div.contSection dl.shopinformation dd {
	display: inline;
	float:left;
	width:500px;
	padding: 4px 0 0;
}
body#SHOP div#contBody div.contSection dl.shopinformation dd p {
	margin: 0;
	padding: 5px 0 0;
	color: #666666;
	font-size: 85%;
}

/* ----------------------------------------------
	miwa
---------------------------------------------- 

div.contSection h5#subtiShop01 {
	font-weight: bold ;

}
body#SHOP div.contSection dl.shopinformation {
	float:left;
	width:100px;
	margin: 5px;
}
 ----------------------------------------------
	miwa
---------------------------------------------- */

body#SHOP div.contSection a#shopImage{
	display: block;
	width: 765px;
	border: 1px solid #FFF;
	margin: 0;
}
body#SHOP div.contSection a#btnToRenova{
	display: block;
	width: 435px;
	height: 28px;
	margin: 10px 0  15px auto;
	text-indent: -9999px;
	outline: none;
	background: url(/img/shop/btn_to_renova.gif) no-repeat 0 0;
}
body#SHOP div.contSection a#btnToRenova:hover{
	background: url(/img/shop/btn_to_renova.gif) no-repeat 0 100%;
}


body#SHOP div.contSection a#shopImage:hover{
	border: 1px solid #FF0;
	background: none;
}

body#SHOP div.contSection div#mapForward{
	margin: 15px 0;
	border: 1px dotted #75BF04;
	padding: 15px 20px;
	margin-left: 14px;
	background: url(/img/common/qr_map.jpg) no-repeat 100% 0;
}
body#SHOP div#contBody div.contSection div#mapForward p{
	margin: 0 0 14px;
}


body#SHOP div#contBody div.contSection div#mapForward dl{
	width: 600px;
}
body#SHOP div#contBody div.contSection div#mapForward input {
	float: left;
}
body#SHOP div#contBody div.contSection div#mapForward input#email {
	width: 250px;
	height: 19px;
	margin-right: 2px;
}
body#SHOP div#contBody div.contSection div#mapForward input#btnSendMail {
	width: 64px;
	height: 23px;
}
body#SHOP div#contBody div.contSection div#mapForward span {
	float: left;
	width: 8em;
}

body#SHOP div#contBody div.contSection p {
	margin: 10px 0;
}
body#SHOP div#contBody div.contSection p#QRcode {
	display: none;
	margin: 0;
}
body#SHOP div#contBody div.contSection div#mapForward dd#inputForm_result {
	clear: both;
	margin-top: 7px;
	padding-top:2px;
	line-height: 150%;
}
body#SHOP div#contBody div.contSection div#mapForward dd#inputForm_result strong {
	color: #75BF04;
}
body#SHOP div#contBody div.contSection div#mapForward span.ERROR {
	display: block;
	float: none;
	width: auto;
	margin-top: 3px;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	background: #F09;
}
body#SHOP div#contBody div.contSection div#mapForward span.finish {
	display: block;
	float: none;
	width: 600px;
	color: #F9630D;
	font-size: 122%;
	font-weight: bold;
}
body#SHOP div#contBody div.contSection div#mapForward img#mMap {
	display: block;
	margin-top: 5px;
}

/* Parking Map */

div#mapP {
	margin: 15px 10px 10px;
	padding: 10px;
	background: #F0F0F0;
}
div#mapP h4 {
	margin: 0 0 5px;
	padding: 3px;
	border-bottom: 1px dotted #CCC;
}
div#mapP ul {
}
div#mapP ul li {
	display: inline;
	float: left;
	width: 225px;
	margin: 5px;
	font-size: 93%;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
div#mapP ul li strong {
	padding-left: 24px;

}
div#mapP ul li span {
	display: none;
}
div#mapP ul li#mapP1 {
	background-image: url(/img/shop/icn_p1.gif);
}
div#mapP ul li#mapP2 {
	background-image: url(/img/shop/icn_p2.gif);
}
div#mapP ul li#mapP3 {
	background-image: url(/img/shop/icn_p3.gif);
}
div#mapP ul li#mapP4 {
	background-image: url(/img/shop/icn_p4.gif);
}
div#mapP ul li#mapP5 {
	background-image: url(/img/shop/icn_p5.gif);
}


/* SELLER */

body#SHOP div#contBody div.contSection div#subtiShopSeller {
	width: 550px;
	padding: 10px;
	border: 2px dotted #75BF04;
}
body#SHOP div#contBody div.contSection div#subtiShopSeller h4 {
	margin: 0;
	padding: 0;
	color: #588E03;
}
body#SHOP div#contBody div.contSection div#subtiShopSeller p {
	margin: 10px 0 0;
	padding: 0;
}


/* COOKIE */

body#SHOP div#contBody div.contSection div#shopCookie {
	clear: both;
	margin: 10px 0 20px;
}
body#SHOP div#contBody div.contSection div#shopCookie p {
	clear: both;
	margin-top: 10px;
}
body#SHOP div#contBody div.contSection div#shopCookie p.exp {
	padding: 7px 0;
}
body#SHOP div#contBody div.contSection div#shopCookie h4 {
	width: 100%;
	height: 41px;
	background: #FFF url(/img/shop/ti_shop_cookie.gif) no-repeat 0 -3px;
}

body#SHOP div#contBody div.contSection div#shopCookie ul {
	margin: 3px 40px;
}
body#SHOP div#contBody div.contSection div#shopCookie ul li {
	display: inline;
	float: left;
	width: 217px;
	margin-right: 7px;
	padding-bottom: 10px;
	color: #75BF04;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	background: #FFF url(/img/shop/bg_cookie.gif) no-repeat 50% 0;
}
body#SHOP div#contBody div.contSection div#shopCookie ul li span {
	margin-left: 5px;
	color: #333;
}
body#SHOP div#contBody div.contSection div#shopCookie ul li img {
	display: block;
	margin-bottom: 12px;
}
	/*  CLEAR FIX 
	---------------------------------------------- */
	
	body#SHOP div#contBody div.contSection div#shopCookie ul,
	div#mapP ul,
	body#SHOP div.contSection dl.shopinformation {
			zoom:1;/*for IE 5.5-7*/
	}
	body#SHOP div#contBody div.contSection div#shopCookie ul:after,
	div#mapP ul:after,
	body#SHOP div.contSection dl.shopinformation:after {/*for modern browser*/
			content:".";
			display: block;
			height:0px;
			clear:both;
			visibility:hidden;
	}
	* html body#SHOP div#contBody div.contSection div#shopCookie ul,
	* html div#mapP ul,
	* html body#SHOP div.contSection dl.shopinformation {
		display:inline-table;
		/*\*/display:block;/**/
	}



