/********************
Yui font css
********************/
body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;/* for IE */
	*font:x-small;/* for IE in quirks mode */
}

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%;}

/********************
reset browsers default css
********************/

/********************
Universal selecter
********************/
* {
	margin: 0;
	padding: 0;
}

/********************
html, body
********************/
html {
	height:100%;
}
html>/**/body {
	overflow:-moz-scrollbars-vertical;
}
html:first-child body {
	min-height:100%;
	padding-bottom:1px;
}

/********************
table
********************/
table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th,td {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
caption {
	text-align:left;
}

/********************
list
********************/
ul,ol,dl {
	list-style:none;
}
li {
	display:list-item;
}

/********************
img, object
********************/
img,a img {
	vertical-align:bottom;
	border:none;
	background:transparent;
}
object,embed {
	vertical-align:top;
}

/********************
form
********************/
fieldset {
	border:none;
}

/********************
text style
********************/
em,address,dfn {
	font-style:normal;
}
ul ul,ul dl,dl ul,table p,table ul,table table {
	font-size:100%;
}

/********************
hr, other
********************/
hr {
	height:0px;
	margin:7px 0;
	border:none;
	border-top:1px solid #000;
}
* html hr {/* for -IE6 */
	margin:0;
}
*:first-child+html hr {/* for IE7 */
	margin:0;
}

/********************
float fix
********************/
.clearfix:after { /*--for modorn brouser--*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/********************
hide outline
********************/
a, a img {
	outline: 0;
}

.alt{
	/*	display: none;*/
}
/********************
end of reset css
********************/



/*#page{
	text-align: right;
}
*/
#page ul li{
	display: inline;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #555;
	padding: 0 20px;
	margin: 0 !important;
}

#page ul li#a1{
	border: none;
}

/* ************************************************
*	共通設定
* ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background:	url('https://img05.shop-pro.jp/PA01105/312/etc/bg_body.jpg') repeat;
	color: #555;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
/*	text-align:center;*/
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a{
	color: #777;
	text-decoration: none;
}

a:hover{
	color: #999;
	text-decoration: underline;
}


/*.float_l{
	display: inline;
	float: left;
}

.float_r{
	display: inline;
	float: right;
}
*/
/********************
Basic layout
********************/
#outer{
	width: 962px;
	margin: 0 auto;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/bg_outer.png') repeat-y;
}

#container {
	width:960px;
	margin: 0 1px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/bg_container5b.png') no-repeat;
}

#inner{
	width: 960px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/bg_inner2.png') no-repeat bottom left
}

.side {
	display: inline;
	float: left;
	width:180px;
	padding: 10px 10px 10px 30px;
/*	background: url('https://img05.shop-pro.jp/PA01105/312/etc/bg_side.png') repeat-y;*/
}


/********************
Header Setting
********************/

.header {
	width: 960px;
	height: 130px;
	margin: 0 0 10px 0;
	position: relative;
}

h1{
	float: left;
	display: inline;
	width: 370px;
	height: 90px;
	margin: 10px 0 0 0;
}

h1 a{
	display: block;
	width: 370px;
	height: 90px;
	text-indent: -9999px;
}

#comming_banner{
	position: absolute;
	top: 25px;
	left: 390px;
}


/********************
navigation seting
********************/
#navi1{
	display: inline;
	float: right;
	width: 240px;
	height: 20px;
	margin: 80px 240px 0 0;
}

#navi1 li{
	display: inline;
	float: left;
	width: 80px;
	height: 20px;
	overflow: hidden;
}

#navi1 li a{
	display: block;
	width: 80px;
	height: 20px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/navi1.png') no-repeat;
	text-indent: -9999px;
}

#navi11 a:link,
#navi11 a:visited{ background-position: 0   0; }
#navi11 a:hover  { background-position: 0 -20px; }
#navi11 a:active { background-position: 0 -40px; }

#navi12 a:link,
#navi12 a:visited{ background-position: -80px   0; }
#navi12 a:hover  { background-position: -80px -20px; }
#navi12 a:active { background-position: -80px -40px; }

#navi13 a:link,
#navi13 a:visited{ background-position: -160px   0; }
#navi13 a:hover  { background-position: -160px -20px; }
#navi13 a:active { background-position: -160px -40px; }


#navi2{
	clear: both;
	width: 480px;
	height: 20px;
	margin: 0 0 0 470px;
}

#navi2 li{
	display: inline;
	float: left;
	width: 80px;
	height: 20px;
	overflow: hidden;
}

#navi2 li a{
	display: block;
	width: 80px;
	height: 20px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/navi2.png') no-repeat;
	text-indent: -9999px;
}

#navi21 a:link,
#navi21 a:visited{ background-position: 0 0; }
#navi21 a:hover  { background-position: 0 -20px; }
#navi21 a:active { background-position: 0 -40px; }

#navi22 a:link,
#navi22 a:visited{ background-position: -80px 0; }
#navi22 a:hover  { background-position: -80px -20px; }
#navi22 a:active { background-position: -80px -40px; }

#navi23 a:link,
#navi23 a:visited{ background-position: -160px 0; }
#navi23 a:hover  { background-position: -160px -20px; }
#navi23 a:active { background-position: -160px -40px; }

#navi24 a:link,
#navi24 a:visited{ background-position: -240px 0; }
#navi24 a:hover  { background-position: -240px -20px; }
#navi24 a:active { background-position: -240px -40px; }

#navi25 a:link,
#navi25 a:visited{ background-position: -320px 0; }
#navi25 a:hover  { background-position: -320px -20px; }
#navi25 a:active { background-position: -320px -40px; }

#navi26 a:link,
#navi26 a:visited{ background-position: -400px 0; }
#navi26 a:hover  { background-position: -400px -20px; }
#navi26 a:active { background-position: -400px -40px; }


/********************
Serch box setting
********************/
#search{
	width: 180px;
	margin: 0 0 20px 0;

}

#search h2{
	width: 180px;
	height: 25px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/bg_side_title.png') no-repeat;
	text-indent: -9999px;
}

#search select{
	width: 180px;
	height :18px;
	margin: 0 0 10px 0;
/*	display: none;*/
}

#search form{
	width: 176px;
	height: 45px;
	padding: 2px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/bg_search.png') no-repeat bottom left;
}

#search form #word{
	display: inline;
	float: left;
	width: 130px;
	height: 16px !important;
	line-height: 16px;
	font-size: 14px;
	color: #999;
	margin: 0 0 0 5px;
	border: 0;
}

#search form #button{
	display: inline;
	float: right;
	width: 30px;
	height: 16px;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
}


/********************
Side Setting
********************/
#cart{
	width: 180px;
	padding: 0 0 14px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddcebc;
}

#event_info{
	width: 180px;
	height: 40px;
	padding: 0 0 14px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddcebc;
}

#view_cart a,
#event_info a{
	display: block;
	width: 180px;
	height: 40px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/side_btn.png') no-repeat;
	text-indent: -9999px;
}

#view_cart a:link,
#view_cart a:visited{ background-position: 0 0; }
#view_cart a:visited{ background-position: 0 -40px; }
#view_cart a:visited{ background-position: 0 -80px; }

#event_info a:link,
#event_info a:visited{ background-position: -180px 0; }
#event_info a:hover  { background-position: -180px -40px; }
#event_info a:active { background-position: -180px -80px; }


#member{
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddcebc;
}

#member h4{
	margin: 0 0 5px 0;
}

#member p{
	margin: 0 0 5px 0;
}


#new_arrival,
#pickup_items{
	margin: 0 0 10px 0;
}

#new_arrival h3,
#pickup_items h3{
	width: 180px;
	height: 36px;
}

#new_arrival h3 a,
#pickup_items h3 a{
	display: block;
	width: 180px;
	height: 36px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/itside_item_btn2.png') no-repeat;
	text-indent: -9999px;
}

#new_arrival h3 a {background-position: 0 0;}
#pickup_items h3 a {background-position: -180px 0;}

#new_arrival h3 a:link,
#new_arrival h3 a:visited{background-position: 0 0;}
#new_arrival h3 a:hover  {background-position: 0 -36px;}
#new_arrival h3 a:active {background-position: 0 -72px;}

#pickup_items h3 a:link,
#pickup_items h3 a:visited{background-position: -180px 0;}
#pickup_items h3 a:hover  {background-position: -180px -36px;}
#pickup_items h3 a:active {background-position: -180px -72px;}

#group_list{
	width: 180px;
	margin: 15px 0 0 0;
}

#group_list h3{
	width: 180px;
	height: 25px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/bg_side_title.png') no-repeat 0 -25px;
	text-indent: -9999px;
}

#new_arrival li,
#pickup_items li,
#group_list li{
	width: 162px;
	padding: 0 0 0 18px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/side_list_mark.png') no-repeat 0 3px;
	font-size: 12px;
	font-family: Georgia;
}

#group-list ul{
	margin: 0 0 10px 0;
}

#group_list li ul li{
	width: 162px;
	padding: 0 0 0 12px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/side_list_mark_s.jpg') no-repeat 0px 5px;
	font-size: 12px;
	font-family: Georgia;
}


#shipping{
	width: 180px;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 9px 0 10px 0;
	border-top: 1px solid #ddcebc;
}

#peyment{
	width: 180px;
	height: 40px;
	margin: 0 0 10px 0;
}

#foerigner{
	width: 180px;
	height: 40px;
	margin: 0 0 10px 0;
}


#shipping a,
#peyment a,
#foerigner a{
	display: block;
	width: 180px;
	height: 40px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/side_banners.png') no-repeat;
	text-indent: -9999px;
}

#shipping a{ background-position: 0 0; }
#peyment a { background-position: 0 -40px; }
#foerigner a { background-position: 0 -244px; }

#credit{
	width: 180px;
	height: 80px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/side_banners2.png') no-repeat 0 -80px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
}

#mobile{
	width: 180px;
	height: 75px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/side_banners.png') no-repeat 0 -160px;
	padding: 0 0 9px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddcebc;
	text-indent: -9999px;
}




/*.na{
	margin: 10px 0;
}

.na dd li a{
	display: block;
	width: 160px;
	margin: 10px 0 0 10px;
	padding: 5px;
	border: solid 1px #aaa;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#category{
	margin: 20px 0;
}

#category ul li a{
	letter-spacing: 1px;
	color: #000;
	display: block;
	border: solid 1px #777;
	width: 170px;
	height: 20px;
	padding: 5px;
	margin: 10px 5px;
	background: url(https://img05.shop-pro.jp/PA01105/312/etc/grn2.jpg) repeat-x;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
	font-weight: bold;
}
*/
#category ul li a:hover{
	border: dotted 1px #ccc;
	color: #222;
}

/*　画面右側の幅　*/
.main {
	display: inline;
	float: right;
	width: 720px;
	padding: 0 0 15px 0;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #ccc;
}


/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
	width:962px;
	clear:left;
}

#fnavi1,
#fnavi2{
	float: right;
	clear: both;
	margin: 0 20px 10px 0;
}

#fnavi1 li,
#fnavi2 li{
	display: inline;
	float: left;
	padding: 0 5px;
	border-right: 1px solid #999;
	color: #999;
	font-size: 11px;
	line-height: 1.2;
}

.footer address{
	clear: both;
	font-family: Georgia;
	font-size: 11px;
	text-align: right;
	color: #999;
	margin: 0 0 20px 0;
}



.goup_top{
	text-align: right;
	margin: 20px;
}




#top_caps{
	width: 680px;
/*	height: 60px;*/
	margin: 0 0 0 20px;
/*	background: url('https://img05.shop-pro.jp/PA01105/312/etc/top_caps.jpg') no-repeat;*/
/*	text-indent: -9999px;*/
}

#pn{
	font-size: 12px;
	margin: 10px 0 0 20px;
}



.section table{
	margin: 10px 0;
	font-size: 12px;
	font-family: "Century Gothic";
}
.section table th{
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #B3CCD1;
	text-align: center;
}

.section table td{
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #fff;
}


/********************
for foerigner
********************/
.section_f1{
	font-family: Georgia;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.section_f2P{
	line-height: 22px;
}


/********************
twitter setting
********************/
.twtr-doc{
	width: 180px !important;
}




.gotop{
	clear: both;
	width: 120px;
	height: 20px;
	margin: 10px 0px 20px 560px;
}

.gotop a{
	display: block;
	width: 120px;
	height: 20px;
	background: url('https://img05.shop-pro.jp/PA01105/312/etc/gotop.png');
	text-indent: -9999px;
}


#gmo_CMSPbar{
	display: none !important;
}