/*
common.css
Copyright (C) MILBOOKS All Rights Reserved.

------------------------------------------------------------
	0. Basic Elements | Yahoo UI Library: Reset CSS, Fonts CSS
	1. Basic Elements | HTML, Body, Anchor, font
	2. Basic Elements | Heading, Form
	3. Basic Elements | Inline-level Elements
	4. Basic Elements | Block-level Elements
	5. Basic Elements | For IE - Page Zoom
------------------------------------------------------------
*/

/* ============================================
	Basic Elements
	============================================ */
/* ------------------------------------------------------------
	0. Yahoo UI Library: Reset CSS, Fonts CSS
	------------------------------------------------------------ */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html
version: 3.2.0
*/
html{color:#333333;background:#ffffff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html
version: 3.2.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor, font
	------------------------------------------------------------ */
html {
	height: 100%;
	overflow-y: scroll;
	}

body {
	background-color: #fff;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5; 
	text-align: center;
	}

/* IE7 */
*:first-child+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

a { cursor: pointer; text-decoration: none; }
a:link, a:visited { color: #333; }
a:hover, a:active, a:focus { color: #000; }


/* 
dl {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	}
 */

img {
	vertical-align: middle;
	}

body > #container {
	height: auto;
	}

#gmo_CMSPbar {display:none;}

#container {
	min-height: 100%;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	}

.container {
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
	}


/* ------------------------------------------------------------
	2. Heading, Form
	------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 { line-height: 1.8; }
legend { display: none; }
label { cursor: pointer; }
input[type="submit"] { cursor: pointer; }
select { cursor: pointer; }

/* ------------------------------------------------------------
	3. Inline-level Elements
	------------------------------------------------------------ */
img { vertical-align: middle; }
object { outline: none; }
strong { font-weight: bold; }

/* input, select, textarea { border: 1px solid #dcdcdc;} */

input, select, textarea { font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

/* IE7 */
*:first-child+html input {font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}
*:first-child+html select {font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}
*:first-child+html textarea {font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;}


/* ------------------------------------------------------------
	4. Block-level Elements
	------------------------------------------------------------ */
hr { display: none; }

/* ------------------------------------------------------------
	5. For IE
	------------------------------------------------------------ */
/* 
*:first-child+html, 
* html {zoom: 1;}
 */

/* For IE7 Page Zoom */
*:first-child+html body { letter-spacing: 0; }
*:first-child+html br { letter-spacing: 0; }


/* ============================================
	Header
	============================================ */
/* ------------------------------------------------------------
	1. header
	------------------------------------------------------------ */

#header {
	background-color: #fff;
	height: 60px;
	overflow: hidden;
	z-index: 10; /* front of div#content */
	}

#header h1 {
	margin-right: 10px;
	float: left;
	}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width:200px;
	height: 34px;
	margin:14px 2px;
	background: url(https://www.dukamaria.com/gbl_images/img_logo.png) no-repeat;
	}

#header h1 a:hover {
	background: url(https://www.dukamaria.com/gbl_images/img_logo_on.png) no-repeat;
	}


/* ------------------------------------------------------------
	2. siteNavi
	------------------------------------------------------------ */
ul#siteNavi {
	display: block;
	float: right;
	list-style: none;
	list-style-type: none;
	z-index: 10; /* front of div#content */
	padding: 7px 0 0;
	}

#siteNavi li {
	line-height: 1;
	display: inline;
	}

ul#siteNavi li a {
	font-size: 85%;
	color: #333;
	line-height: 1.2;
	padding: 0 0.5em 0 0.3em;
	border-right: 1px solid #333;
	zoom: 1;
	}

ul#siteNavi li#siteNavi7 a {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	}

ul#siteNavi li a:hover {
	color: #000;
	text-decoration: underline; 
	}

/* ------------------------------------------------------------
	2. searchBox
	------------------------------------------------------------ */

div#searchBox {
	float: right;
	}

div#searchBox form.formSearchbox {
	display: block;
	width: 508px;
	height: 25px;
	padding: 2px;
	margin: 2px auto;
	}

div#searchBox input.submitSearchbar {
	background-color: #fff;
	float: right;
	padding: 5px 8px 4px 8px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	-o-border-bottom-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

div#searchBox:hover input.submitSearchbar {
	border-top: 1px solid #FF6699;
	border-right: 1px solid #FF6699;
	border-bottom: 1px solid #FF6699;
	}

div#searchBox input.submitSearchbar:hover {
	background-color: #f5f5f5;
	}

div#searchBox input.inputKeyword {
	width: 235px;
	height: 23px;
	float: right;
	padding: 0 1px 0 2px;
	border: 1px solid #dcdcdc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	-o-border-bottom-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
	overflow: hidden;
	 behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

div#searchBox:hover input.submitSearchbar {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
div#searchBox:hover input.inputKeyword {
	border: 1px solid #999;
	}


div#searchBox input.inputKeyword:focus {
	outline: 1px solid #FF6699;
	border: 1px solid #FF6699;
	}

/* ============================================
	guideNavi
	============================================ */

div#navi {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	z-index: 3000; 
	}

div.positionS {
	position: relative;
	moz-box-shadow: 0 0 0;
	filter: drop-shadow(0 0 0);
	-webkit-filter: drop-shadow(0 0 0);
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

div.positionF {
	position: fixed;
	top: 0px;
	moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
	}

div#guideNavi {
	width: 950px;
	height:35px;
	margin: 2px auto;
	position: relative;
	}

/* ------------------------------------------------------------
	1. category
	------------------------------------------------------------ */

ul#bcat {
	width:810px;
	height:35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:4000;
	}

ul#bcat li.bcat_list {
	width: 135px;
	float: left;
	zoom: 1;
	}

ul.scat {
	font-size:12px;
	width: 129px;
	height:33px;
	margin: 0 2px;
	border: 1px #ccc solid;
	border-radius: 3px; /* CSS3草案 */ 
	-o-border-radius: 3px;
	-ms-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	overflow: hidden;
	z-index:5000;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

ul.scat:hover {
	cursor: pointer;
	border: 1px #bbb solid;
	}

ul.scat li {
	line-height:33px;
	height:27px;
	padding: 6px 0 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	zoom: 1;
	z-index:6000;
	background: url(https://www.dukamaria.com/gbl_images/bg_line-fff.png) #f5f5f5 repeat-x ;
	}

ul.scat:hover li {
	background: url(https://www.dukamaria.com/gbl_images/bg_line-aaa.png) #f5f5f5 repeat-x;
	}

ul.scat:hover li:hover {
	background: url(https://www.dukamaria.com/gbl_images/bg_line-ccc.png) #aaa repeat-x;
	}

ul.scat li.head {
	background-image: none;
	background-color: #ccc;
	}

ul.scat li.head:hover {
	background-image: none;
	background-color: #aaa;
	}

ul.scat li a {
	color: #333;
	line-height:1em;
	background: url(https://www.dukamaria.com/gbl_images/img_transparent.png) no-repeat 112px 6px;
	padding: 5px 0 3px 12px;
	margin-right: 4px;
	display: block;
	moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	overflow: hidden;
	z-index:7000;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

ul.scat li:hover a {
	background: url(https://www.dukamaria.com/gbl_images/img_checker.png) no-repeat 112px 6px;
	}

ul.scat li.head a {
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
	background-image: none;
	border-right: 3px #fff solid;
	}

ul.scat:hover li.head a {
	color: #000;
	text-decoration: none;
	background-image: none;
	border-right: 3px #000 solid;
	}

ul.scat li.head:hover a {
	background-image: none;
	border-right: 3px #000 solid;
	}

ul.scat:hover li.sale a {
	color: #cc0033;
	}


/* ------------------------------------------------------------
	2. cart
	------------------------------------------------------------ */

#guideNavi .cart {
	float: right;
	z-index: 4000;
	}

#guideNavi .cart a.nocart,
#guideNavi .cart a.viewcart {
	display: block;
	text-indent: -999px;
	background: url(https://www.dukamaria.com/gbl_images/btn_cart.png) no-repeat center 6px;
	width: 134px;
	height: 33px;
	margin: 0 2px;
	border: 1px solid #ccc;
	border-radius: 3px; /* CSS3草案 */ 
	-o-border-radius: 3px;
	-ms-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	overflow: hidden;
	z-index:9999;
	position: absolute;
	top: 0;
	right: 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	}

#guideNavi .cart a.nocart {
	background-color: #ccc;
	}


#guideNavi .cart a.viewcart {
	background-color: #FF0066;
	}

#guideNavi .cart a.nocart:hover,
#guideNavi .cart a.viewcart:hover {
	cursor: pointer;
	background: url(https://www.dukamaria.com/gbl_images/btn_cart_on.png) #FF6699 no-repeat center 6px;
	border: 1px solid #ccc;
	}

#guideNavi .cart .cart_item {
	font-size:11px;
	width: auto;
	height: 0;
	padding:0 2px;
	overflow: hidden;
	position: absolute;
	top: 37px;
	right: 0;
	-o-transition: .1s;
	-ms-transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	transition: .1s;
	z-index:9999;
	}

#guideNavi .cart:hover .cart_item {
	height: auto;
	padding:10px 2px;
	}

#guideNavi .cart .arrow_box {
	color:#fff;
	position: relative;
	background: #999;
	padding:3px 5px;
	border: 1px solid #999;
	border-radius: 3px; /* CSS3草案 */ 
	-o-border-radius: 3px;
	-ms-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
}

#guideNavi .cart .arrow_box:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#guideNavi .cart .arrow_box:after {
	border-color: rgba(150, 146, 146, 0);
	border-bottom-color: #999;
	border-width: 10px;
	right: 57px;
	margin-left: -10px;
}

#guideNavi .cart_item p,
#guideNavi .cart_item a {
	color:#fff;
}

#guideNavi .cart_item .incart_name {
	text-align:left;
	line-height:24px;
	float:left;
}

#guideNavi .cart_item .stotal {
	text-align:right;
	line-height:24px;
}

#guideNavi .cart_item .total {
	padding:6px 0;
	border-top:1px dotted #dcdcdc;
	text-align:right;
	margin:0;
}

#guideNavi .cart_item .postage {
	border-top:1px solid #dcdcdc;
	padding-top:7px;
	}

#guideNavi .cart_item .postage li {
	text-align:left;
}

#guideNavi .cart_item .postage li span {
	color:#fff;
	padding-right:1em;
}

#guideNavi .cart_item .postage li strong {
	color: #FF99CC;
}

/* ============================================
	Contents
	============================================ */
/* ------------------------------------------------------------
	1. Contents
	------------------------------------------------------------ */
div#contents {
	width: 950px;
	margin: 7px auto 20px;
	z-index:999;

	}

div#main {
	width: 950px;
	}

/* ------------------------------------------------------------
	2. Group
	------------------------------------------------------------ */
div#groupNavi {
	width: 950px;
	margin: 0;
	overflow: hidden;
	}

.groupList {
	font-size: 93%;
	overflow:hidden;
	}

.groupList li {
	width:170px;
	float: left;
	margin: 2px;
	padding:6px 7px;
	border: 1px #d5d5d5 solid;
	border-bottom: 1px solid #ccc;
	border-radius: 3px; /* CSS3草案 */ 
	-o-border-radius: 3px;
	-ms-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

.groupList .groupList_ttl {
	background-color: #a1a1a1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(100%, #a1a1a1));
	background-image: -webkit-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -moz-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -ms-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -o-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: linear-gradient(top, #b1b1b1, #a1a1a1);
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	clear: both;
	}

.groupList .groupList_txt {
	background-color: #d5d5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(100%, #c5c5c5));
	background-image: -webkit-linear-gradient(top, #d5d5d5, #c5c5c5);
	background-image: -moz-linear-gradient(top, #d5d5d5, #c5c5c5);
	background-image: -ms-linear-gradient(top, #d5d5d5, #c5c5c5);
	background-image: -o-linear-gradient(top, #d5d5d5, #c5c5c5);
	background-image: linear-gradient(top, #d5d5d5, #c5c5c5)
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

.groupList .groupList_txt:hover {
	background-color: #c5c5c5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5c5c5), color-stop(100%, #d5d5d5));
	background-image: -webkit-linear-gradient(top, #c5c5c5, #d5d5d5);
	background-image: -moz-linear-gradient(top, #c5c5c5, #d5d5d5);
	background-image: -ms-linear-gradient(top, #c5c5c5, #d5d5d5);
	background-image: -o-linear-gradient(top, #c5c5c5, #d5d5d5);
	background-image: linear-gradient(top, #c5c5c5, #d5d5d5);
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

.groupList .groupList_ttl p {
	color: #fff;
	padding: 2px 0 1px 2px;
	margin-right: 8px;
	display: block;
	moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

.groupList .groupList_ttl p:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.groupList .groupList_ttl p:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
}

.groupList .groupList_txt a {
	color: #fff;
	padding: 2px 0 1px 2px;
	margin-right: 4px;
	border-right: 3px #fff solid;
	display: block;
	moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	overflow:hidden;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
}

.groupList .groupList_txt a:hover {
	color: #333;
	text-decoration: none;
	border-right: 3px #333 solid;
}

.side_cat_img {
	padding:10px 0px 0px;
	}

.groupList a			{text-decoration: none;}
.groupList a:link			{text-decoration: none;}
.groupList a:visited			{text-decoration: none;}
.groupList a:active			{text-decoration: underline;}
.groupList a:hover				{text-decoration: underline;}


/* ------------------------------------- 
 * 3. twitter marquee
 * ------------------------------------- */
div#tweet_marquee {
	width: 950px;
	height: 28px;
	overflow: hidden;
	position: relative;
	}

#tweet_marquee a.twitter_log {
	display: block;
	text-indent:-9999px;
	width: 28px;
	height: 28px;
	background: url(https://www.dukamaria.com/gbl_images/btn_twitter.png) no-repeat ;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	top: 0;
	left: 2px;
	z-index:20;
	}

#tweet_marquee a.twitter_log:hover {
	background: url(https://www.dukamaria.com/gbl_images/btn_twitter_bw.png) no-repeat ;
	}

ul.marquee {
	/* required styles */
	line-height: 1;
	display: block;
	/* optional styles for appearance */
	width: 702px;
	height: 22px; /* height should be included to reserve visual space for the marquee */
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px; /* CSS3草案 */ 
	-o-border-radius: 2px;
	-ms-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	padding: 2px 5px;
	margin: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 28px;
	z-index:10;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	/* optional styles for appearance */
	font-size: 93%;
	padding: 8px;
	}

ul.marquee li a			{text-decoration: none;}
ul.marquee li a:link			{text-decoration: none;}
ul.marquee li a:visited			{text-decoration: none;}
ul.marquee li a:active			{text-decoration: underline;}
ul.marquee li a:hover				{text-decoration: underline;}

p#follow_button {
	position: absolute;
	top: 0;
	right: 1px;
	z-index:30;
	}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */

.menu_1 {
	width:950px;
	height:150px;
	padding:0px 15px 0px 0px;
	margin:0px;
	line-height:0em;
	text-align:right;
	font-size:10px;
	}
	
.menu_1 img{
	vertical-align:top;
	}

.menu_1 a		 {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:link	{color:#FFFFFF; text-decoration:underline;}
.menu_1 a:visited {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:active  {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:hover   {color:#FFFFFF; text-decoration:underline;}

#linkSpacer{
	margin:0px 5px 0px 5px;
	}



/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

div.titleBar {
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px; /* CSS3草案 */ 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	-ms-border-radius: 3px; 
	padding: 10px;
	margin:30px 0 10px;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

.main_title {
	color: #fff;
	background-color: #a1a1a1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(100%, #a1a1a1));
	background-image: -webkit-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -moz-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -ms-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -o-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: linear-gradient(top, #b1b1b1, #a1a1a1);
	padding: 7px 10px 4px;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin: 20px 2px 10px;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url() 0px 0px repeat-y;}
#shop_info_deli {background:transparent url() 0px 0px repeat-y;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url() 0px 0px no-repeat;
	width:726px;
}



/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:726px;
	height:28px;
	color: ;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:;
	}

.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:;
	}



/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:726px;
	height:28px;
	color:;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	text-decoration:line-through;
	color:#666;
	display: inline;
	padding-right: 5px;
	}

.price_search {
	font-weight: bold;
	color:#ff0000;
	display: inline;
	}

.discount_rate_search {
	font-weight: bold;
	color:#ff0000;
	display: inline;
	padding-left: 5px;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width:726px;
	height:28px;
	background:#e7e7e7;
	margin-bottom:15px;
	}

.pagenavi a {
	color:; text-decoration:underline;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
h2.listTitle {
 	color: #fff;
	background-color: #a1a1a1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(100%, #a1a1a1));
	background-image: -webkit-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -moz-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -ms-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -o-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: linear-gradient(top, #b1b1b1, #a1a1a1);
	margin: 2px;
	padding: 7px 10px 4px;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin:50px 2px 2px;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	} 

h2.listTitle span {
	font-size: 85%;
	text-align: right;
	position: absolute;
	right: 10px;
	top:9px;
	} 

ul.product_group {
	width:950px;
	height:auto;
	} 


li.product_list {
	float:left;
	width:190px;
	height: 246px;
	text-align:left;
	overflow: hidden;
	}

.product_item {
	width:184px;
	height: 240px;
	margin: 2px;
	border: 1px #ccc solid;
	border-radius: 3px; /* CSS3草案 */ 
	-o-border-radius: 3px;
	-ms-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	position: relative;
	overflow: hidden;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
	}

.product_item:hover {
	border: 1px #cc0033 solid;
	}

.product_item a.thumnail {
	display: block;
	padding: 5px;
	}


.product_item .thumnail img {
	width:174px;
	height: auto;
	}

.product_item .name {
	color:#333;
	font-size: 93%;
	line-height: 1.5;
	width:164px;
	height: 36px;
	padding: 0 10px;
	position: absolute;
	top: 188px;
	}

.product_item .name a img {
	display: none !important;
	visibility: hidden;
	}

.product_item .name a span {
	font-size: 162%;
	color:#fff;
	text-align:center;
	display: block;
	background: #A4B5CE;
	width: 180px;
	height: auto;
	padding: 7px 0 8px;
	visibility: visible;
	position: absolute;
	top: -17px;
	right: -43px;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	z-index: 10;
	}
/* IE8 and below
.product_item .name a span {
	text-indent:-999px\9;
	width: 128px\9;
	height: 128px\9;
	background: transparent url(https://www.dukamaria.com/gbl_images/img_tr45_new.png) no-repeat \9;
	padding: 0\9;
	visibility: visible\9;
	position: absolute\9;
	top: -75px\9;
	right: 0\9;
	-ms-transform: none\9;
	transform: none\9;
	}
 */

.product_item .expl {
	color:#333;
	line-height:1.2;
	text-align:left;
	margin:5px 0px;
	}

.product_list a		 {color: #333; text-decoration: none;}
.product_list a:link	{color:; text-decoration: none;}
.product_list a:visited {color:; text-decoration: none;}
.product_list a:active  {color:; text-decoration:underline;}
.product_list a:hover   {color:; text-decoration:underline;}

.product_item .price .price_all {
	font-size: 93%;
	line-height: 1.2;
	text-align:right;
	width:180px;
	height: 1.2em;
	overflow: hidden;
	position: absolute;
	top: 214px;
	right: 10px;
	}

.product_item .price .discount_rate_all {
	font-size: 150%;
	color:#fff;
	text-align:center;
	display: block;
	background-color: #cc0033;
	width: 180px;
	height: auto;
	padding: 7px 0 8px;
	position: absolute;
	top: 171px;
	right: -43px;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	z-index: 10;
	}
/* IE8 and below
.product_item .price .discount_rate_all {
	font-size: 93%\9;
	color: #cc0033\9;
	text-align:center\9;
	display: inline\9;
	background-color: transparent\9;
	width: auto\9;
	height: auto\9;
	padding: 0\9;
	position: absolute\9;
	top: 212px\9;
	left: -54px\9;
	-ms-transform: none\9;
	transform: rotate none\9;
	opacity:1\9;
	filter:alpha(opacity=100)\9;
	-ms-filter: "alpha( opacity=100 )"\9;
	z-index: 0\9;
	}
 */
 
.product_item .price .soldout_price {
	font-size: 150%;
	color: #fff;
	text-align:center;
	display: block;
	background-color: #000;
	width: 180px;
	height: auto;
	padding: 7px 0 8px;
	position: absolute;
	top: 171px;
	right: -43px;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
/* IE8 and below
.product_item .price .soldout_price {
	text-indent:-999px\9;
	width: 128px\9;
	height: 128px\9;
	background: transparent url(https://www.dukamaria.com/gbl_images/img_tr45_sold.png) no-repeat \9;
	padding: 0\9;
	position: absolute\9;
	top: 112px\9;
	right: 0\9;
	-ms-transform: none\9;
	transform: none\9;
	}
 */
 
/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	font-size: 93%;
	margin: 20px 2px 0;
	padding: 0 10px 5px;
	}

.footstamp ul li {
	float:left;
	line-height: 1.5;
	zoom:1;
	}

.footstamp li a {
	line-height: 1;
	}

.footstamp li.prnt {
	clear:both;
	visibility: hidden;
	}

.footstamp li a:hover {
	text-decoration: underline;
	}

.footstamp li.cld:before {
	content: '＞';
	padding:0 .5em;
	}

.footstamp .productName img {
	display: none !important;
	visibility: hidden;
	}

/* ------------------------------------- 
 *	pageNavi
 * ------------------------------------- */
.pagenNavi {
	text-align:center;
	position: relative;
	font-size: 93%;
	margin: 5px 10px 0;
	}

/* ------------------------------------------------------------
	2. sort
	------------------------------------------------------------ */

.sort_top {
	margin-bottom:30px;
   }

.sort_nothing {
	margin-bottom: 60px;
   }

.sort_under {
	margin:30px 10px;
   }

div.pagenNavi span.prev {
	position: absolute;
	top: 0;
	left: 0;
	}

div.pagenNavi span.next {
	position: absolute;
	top: 0;
	right: 0;
	}

div.pagenNavi p {
	font-weight: bold;
	color: #333 ;
	}

div.pagenNavi p span.Result {
	padding-right: 1em;
	font-weight: normal;
	color: #333 ;
	}

div.pagenNavi p span.sort:after {
	content: ' | ';
	font-weight: normal;
	}

div.pagenNavi p span a {
	font-weight: normal;
	}

div.pagenNavi p span a:hover {
	color: #000 ;
	}


/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}


/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid ;
	border-top:1px solid ;
	}

#Option .option_cell1 {
	text-align:left;
	font-weight:normal;
	padding:5px 5px 5px 6px;
	border-right:1px solid ;
	border-bottom:1px solid ;
	}

#Option .option_cell2 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 6px 2px 6px;
	border-right:1px solid ;
	border-bottom:1px solid ;
	}

#Option .option_cell3 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 10px 2px 6px;
	border-right:1px solid ;
	border-bottom:1px solid ;
	}

div#Option table.main_title td{
	text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#333333;
	}

.price_detail_stock {
	padding:0px;
	margin:0px;
	}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ************************************************ 
 *	ショッピング・ガイド
 * ************************************************ */
.shoppingGuide {
	margin: 0 ;
}

.shoppingGuide h2 {
	color: #fff;
	background-color: #a1a1a1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(100%, #a1a1a1));
	background-image: -webkit-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -moz-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -ms-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: -o-linear-gradient(top, #b1b1b1, #a1a1a1);
	background-image: linear-gradient(top, #b1b1b1, #a1a1a1);
	padding: 7px 10px 4px;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin: 20px 2px 10px;
	behavior: url(https://www.dukamaria.com/js/PIE.htc);
}

.shoppingGuide h3 {
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	line-height:1.8;
	padding: 0px 30px;
	}

.shoppingGuide p {
	font-size: 93%;
	line-height:1.8;
	padding: 0px 30px 15px;
	}

.aboutText {
	padding: 60px 30px 0;
	}

.aboutText img.shopImg {
	float: left;
	width: auto;
	padding: 0 30px 15px 0 ;
	}

.aboutText span {
	font-size: 85%;
	text-align:right;
	display: block;
	padding: 0;
	}

 
/* ============================================
	footer
	============================================ */

#footerArea {
	width: 100%;
	margin: -35px 0 0;
	padding: 0;
	clear: both;
	bottom: 0px;
	}


/* ------------------------------------------------------------
	1. footerNavi
	------------------------------------------------------------ */
ul#footerNavi {
	text-align: center;
	display: block;
	list-style: none;
	list-style-type: none;
	z-index: 10; /* front of div#content */
	padding: 50px 0 40px;
	}

ul#footerNavi li {
	display: inline;
	padding: 5px 0;
	}

ul#footerNavi li a {
	font-size: 85%;
	color: #333;
	line-height: 1.5;
	padding: 0 0.5em 0 0.3em;
	border-right: 1px solid #333;
	zoom: 1;
	}

ul#footerNavi li a:hover {
	text-decoration: underline; 
	color: 000;
	}

ul#footerNavi li#footerNavi9 a {
	border-right: none;
	}

/* ------------------------------------------------------------
	2. shareNavi
	------------------------------------------------------------ */
ul#shareNavi {
	display: block;
	list-style: none;
	list-style-type: none;
	z-index: 10; /* front of div#content */
	padding: 2px 0;
	}

ul#shareNavi li {
	width: 28px;
	height: 28px;
	margin-left: 0.5em;
	text-indent: -9999px;
	}

ul#shareNavi li a {
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	zoom: 1;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	}

ul#shareNavi li#shareNavi1 a {background: url(https://www.dukamaria.com/gbl_images/btn_feed_bw.png) no-repeat;}
ul#shareNavi li#shareNavi2 a {background: url(https://www.dukamaria.com/gbl_images/btn_twitter_bw.png) no-repeat;}
ul#shareNavi li#shareNavi3 a {background: url(https://www.dukamaria.com/gbl_images/btn_fb_bw.png) no-repeat;}
ul#shareNavi li#shareNavi4 a {background: url(https://www.dukamaria.com/gbl_images/btn_pinterest_bw.png) no-repeat;}

ul#shareNavi li#shareNavi1 a:hover {background: url(https://www.dukamaria.com/gbl_images/btn_feed.png) no-repeat;}
ul#shareNavi li#shareNavi2 a:hover {background: url(https://www.dukamaria.com/gbl_images/btn_twitter.png) no-repeat;}
ul#shareNavi li#shareNavi3 a:hover {background: url(https://www.dukamaria.com/gbl_images/btn_fb.png) no-repeat;}
ul#shareNavi li#shareNavi4 a:hover {background: url(https://www.dukamaria.com/gbl_images/btn_pinterest.png) no-repeat;}

/* ------------------------------------------------------------
	3. footer
	------------------------------------------------------------ */
#footerArea #footer {
	width:100%;
	background: #000;
	}

#footerArea #footer #copy {
	width:950px;
	margin:0 auto;
	}

#footer #copy a {
	color:#cc0033;
	font-family: Verdana, sans-serif;
	font-size:  85%;
	text-decoration:none;
	text-align: right;
	display: block;
	padding: 10px 5px 9px 5px;
	}

/* ************************************************ 
 *	Back to top button 
 * ************************************************ */

#back-top {
	position: fixed;
	bottom: 40px;
	right: 25px;
	z-index: 100; /* front of div#footer */
}

#back-top a {
	display: block;
	background: url(https://www.dukamaria.com/gbl_images/btn_backTop.png) no-repeat 0 0;
	width: 50px;
	height: 49px;
	}

#back-top a:hover {
	background: url(https://www.dukamaria.com/gbl_images/btn_backTop.png) no-repeat 0 -49px;
}

#back-top a span {
	display: block;
	text-indent: -9999px;
}


/* ************************************************ 
 *	float解除
 * ************************************************ */


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}
	
.clearfix {
	display:inline-block;
	}
	
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */