@charset "utf-8";

/* ----------------------------------------------

	bowls / STORE STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("./parts/base.css");
@import url("./parts/layout.css");
@import url("./parts/module.css");
@import url("./parts/form.css");


/* general styles
---------------------------------------------- */

div#contents div#cntMain h3 {
	clear: both;
	margin: 0 10px 15px 0;
}
div#contents p.exp {
	margin: 0 0 20px;
}
div#contents p.notesAbout {
	margin: 0 0 15px;
	color: #FF3300;
	font-size: 85%;
}
div#contents p.navLink {
	margin: 0 0 15px;
	text-align: left;
}


/* ----------------------------------------------

		COMMON

---------------------------------------------- */

div#contents div#btnToCart {
}
div#contents div#btnToCart p {
	position: absolute;
	top: 48px;
	_top: 45px;
	right: 0;
}
*+html div#contents div#btnToCart p {
	top: 45px;
}


/* ----------------------------------------------

		ABOUT SHOPPING

---------------------------------------------- */


div#contents div#boxInfoShopping table {
	margin: 0 0 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
div#contents div#boxInfoShopping table tr th,
div#contents div#boxInfoShopping table tr td {
	margin: 0;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
div#contents div#boxInfoShopping table tr th {
	width: 175px;
	font-weight: bold;
	background: url(/img/common/bg_dot_corner.gif) no-repeat 100% 100%;
}
div#contents div#boxInfoShopping table tr td {
	width: 475px;
	background: url(/img/common/bg_dot_b.gif) no-repeat 100% 100%;
}
div#contents div#boxInfoShopping table tr th.last {
	background: url(/img/common/bg_dot_s.gif) no-repeat 100% 0;
}
div#contents div#boxInfoShopping table tr td.last {
	background: none;
}


/* ----------------------------------------------

		DETAIL

---------------------------------------------- */

div#contents div#boxPhStore {}
div#contents div#boxPhStore p#phStoreMain {
	float: left;
	width: 488px;
}
div#contents div#boxPhStore p#phStoreMain img,
div#contents div#boxPhStore p#phStoreSub_1 img,
div#contents div#boxPhStore p#phStoreSub_2 img {
	border: 4px solid #CCCCCC;
}
div#contents div#boxPhStore p#phStoreSub_1,
div#contents div#boxPhStore p#phStoreSub_2 {
	margin: 0 0 20px;
}

div#contents h3 {
	clear: both;
	margin: 0 0 20px;
	padding: 15px 0 0;
	color: #613F2B;
	font-size: 188%;
	font-weight: bold;
}
	div#contents h3#ttlDetail {
		padding: 15px 0 5px;
		background: url(/img/common/bdr_donburi.gif) repeat-x scroll 0 100%;
	}
div#contents h3 span {
	margin: 0 0 0 10px;
	color: #666666;
	font-size: 60%;
	font-weight: normal;
}

div#contents div#storeData {
	padding: 10px;
	background: #F7F5EF;
}
div#contents div#storeData dl {
}
div#contents div#storeData dl dt {
	float: left;
	clear: left;
	width: 150px;
	padding: 5px 0 0;
	font-weight: bold;
}
div#contents div#storeData dl dd {
	float: left;
	width: 530px;
	padding: 5px 0 0;
}

div#contents p#btnCart {
	clear: both;
	width: 700px;
	margin: 20px 0;
	text-align: center;
}

/* ----------------------------------------------

		LISTS

---------------------------------------------- */

div#contents ul#selectCat {}
div#contents ul#selectCat {
	margin: 20px 0 10px;
}
div#contents ul#selectCat li {
	display: inline;
	padding: 1px 3px 1px 9px;
	border-left: 1px solid #4F4F4F;
	font-size: 93%;
	font-weight: bold;
}
div#contents ul#selectCat li.selectAll {
	padding: 1px 5px 1px 0;
	border: none;
}
div#contents ul#selectCat li a {
	font-weight: normal;
}

div#boxSearch {
	height: 17px;
	position: relative;
	margin: 20px 0 0;
	padding: 12px;
	font-size: 93%;
	background: url(/img/recipe/bg_search_recipe.gif) no-repeat 0 0;
}
div#boxSearch input#inputSearch {
	width: 220px;
}
div#boxSearch input#btnSearch {
	border: none;
	color: #FFFFFF;
	text-align: center;
	background: #613F2B;
}
dl#searchWord {
	position: absolute;
	top: 14px;
	left: 330px;
	width: 350px;
	text-align: right;
}
dl#searchWord dt,
dl#searchWord dd {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 85%;
}
dl#searchWord {}


/* ----------------------------------------------

		CART

---------------------------------------------- */

div#contents div.flowStore {
	width: 689px;
	height: 50px;
	margin: 10px 0 25px;
}

div#contents div#flowStore_1 {
	background: url(/img/store/flow_cart_1.gif) no-repeat 0 0;
}
div#contents div#flowStore_2 {
	background: url(/img/store/flow_cart_2.gif) no-repeat 0 0;
}
div#contents div#flowStore_3 {
	background: url(/img/store/flow_cart_3.gif) no-repeat 0 0;
}
div#contents div#flowStore_4 {
	background: url(/img/store/flow_cart_4.gif) no-repeat 0 0;
}

div#contents div.flowStore ol {
	display: none;
}

div#contents table#tblCart {
	width: 690px;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

div#contents table#tblCart tr th,
div#contents table#tblCart tr td {
	margin: 0;
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}
div#contents table#tblCart tr th {
	font-weight: bold;
	text-align: center;
	background: #F0EBDD url(/img/common/bg_solid_corner.gif) no-repeat 100% 100%;
}
div#contents table#tblCart tr td {
	background: url(/img/common/bg_dot_corner.gif) no-repeat 100% 100%;
}

div#contents table#tblCart tr .tblCartPh {
	width: 120px;
	text-align: center;
}
div#contents table#tblCart tr .tblCartName {
	width: 290px;
}
	div#contents table#tblCart tr .conf {
		width: 365px;
	}
div#contents table#tblCart tr .tblCartPrice {
	width: 85px;
	text-align: center;
}
div#contents table#tblCart tr .tblCartCount {
	width: 65px;
	text-align: center;
}
div#contents table#tblCart tr td.tblCartBtn {
	width: 65px;
	text-align: center;
	background: url(/img/common/bg_dot_b.gif) no-repeat 100% 100%;
}
div#contents table#tblCart tr th.tblCartBtn {
	background: #F0EBDD url(/img/common/bg_solid_b.gif) no-repeat 0 100%;
}

div#contents table#tblCart tr.tblCartAmount th {
	border-right: 1px solid #CCCCCC;
	text-align: right;
	background: #F0EBDD url(/img/common/bg_dot_corner.gif) repeat-x 0 100%;
}
div#contents table#tblCart tr.tblCartAmount td {
	text-align: center;
}
div#contents table#tblCart tr.tblCartAmount td.last,
div#contents table#tblCart tr.tblCartAmount th.last {
	background: none;
}



div#contents table#tblCart tr td.tblCartBtn input {
	width: 40px;
	text-align: center;
}

div#contents p.btnCart {
	clear: both;
	width: 700px;
	margin: 20px 0;
	text-align: center;
}
div#contents p.btnCart span {
	display: inline;
	padding: 0 5px;
}

div#contents dl.formList dt span.must {
	color: #C86326;
}

div#contents dl.enq {}
div#contents dl.enq dt,
div#contents dl.enq dd {
	float: none;
	width: auto;
}
div#contents dl.enq dt {
	border-left: 3px solid #000000;
	margin: 0 0 5px;
	padding: 4px 0pt 4px 20px;
	text-align: left;
}


/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */


div#contents div#storeData dl,
div#contents div#boxPhStore {
		zoom: 1;/*for IE 5.5-7*/
}
div#contents div#storeData dl:after,
div#contents div#boxPhStore:after {/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#contents div#storeData dl,
* html div#contents div#boxPhStore {
	display: inline-table;
	/*\*/display: block;/**/
}

