@charset "utf-8";

/* **********************************************************************
 *
 *       Title:   G-Callショッピング
 *
 ********************************************************************** */


/* RESET
======================================================= */

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
	}

ul {
	list-style:none;
	}

input, select {
    vertical-align:middle;
	}

table {
	border-collapse: collapse;border-spacing:0;
	}

fieldset,img{ border: 0; }
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;font-weight:normal;
	}

caption,th{ text-align: left; }
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;font-weight:normal;
	}
input,textarea,select{ font-family: inherit;font-size:inherit;font-weight:inherit; }


/* 基本設定
======================================================= */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font: 13px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
	}

a:link   { color  : #0063c6; }
a:hover, a:active { color: #0063c6; text-decoration:none;}
a:visited { color: #0063c6; }


/* 共通設定
======================================================= */

p { margin: 0; line-height: 1.5; }

.tac { text-align:center !important; }
.tar { text-align:right !important; }
.txts { font-size: 77%; }

img { 
	border: 0;
	max-width:100%;
	height:auto;
}

p.attention,
ul.disc li {
	margin-left: 1em;
	text-indent: -1em;
}


/* 全体のレイアウト設定
======================================================= */

header {
	width: 100%;
	padding: 0 0 10px;
}

#main {
	width: 100%;
	padding: 0px 0 20px 0;
}

footer {
	width: 100%;
	padding: 15px 0 0px 0;
	background: #e6eff9 url(../img/bg_footer.gif) 0 0 repeat-x;
	text-align: center;
	clear:both;
}

/* header部分のスタイル設定
======================================================= */

#logo {
	padding: 10px 0 11px 0%;
	text-align: left;
	margin: 0 auto;
	line-height: 1;
	padding-left:5px;
}

#logo img {
	width: 80px;
	vertical-align: bottom;
}

#gnav {
	width: 100%;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	list-style-type: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e4eef8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -moz-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -o-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -ms-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: linear-gradient(to bottom, #fff 0%, #e4eef8 88%);
	border-bottom: 1px solid #959595;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
}

#gnav li.nav01 {
	float: left;
	margin: 0;
	padding: 0 2%;
	list-style-type: none;
	width: 72%;
}

#gnav li.nav02 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gnav li.nav02 a {
	margin: 0;
	padding: 8px 0 9px 0;
	display : block;
	height: 55px;
	border-left: 1px solid #959595;
	background: url(../img/nav02.png) 50% 0 no-repeat,-moz-linear-gradient(top, #ffffff, #eee1cb);
	background: url(../img/nav02.png) 50% 0 no-repeat,-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee1cb));
	background-size: 65px auto, auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#gnav li.nav01 ul li.nav01_1,
#gnav li.nav01 ul li.nav01_1_2,
#gnav li.nav01 ul li.nav01_2 {
	float: left;
	width: 33%;
}

#gnav li.nav01 ul li.nav01_3 {
	float: left;
	width: 34%;
}

#gnav li.nav01 ul li.nav01_1 a,
#gnav li.nav01 ul li.nav01_1_2 a,
#gnav li.nav01 ul li.nav01_2 a,
#gnav li.nav01 ul li.nav01_3 a {
	margin: 0;
	padding: 6px 0px;
	display : block;
	zoom : 1;
	text-align: left;
	height: 23px;
}

#gnav li.nav01 ul li.nav01_1 a {
	background: url(../img/nav01_1.png) 50% 50% no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

#gnav li.nav01 ul li.nav01_1_2 a {
	background: url(../img/nav01_1_2.png) 50% 50% no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

#gnav li.nav01 ul li.nav01_2 a {
	background: url(../img/nav01_2.png) 50% 50% no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

#gnav li.nav01 ul li.nav01_3 a {
	background: url(../img/nav01_3.png) 50% 50% no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius:5px;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
}


#un_gnav {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	list-style-type: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e4eef8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -moz-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -o-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -ms-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: linear-gradient(to bottom, #fff 0%, #e4eef8 88%);
	border-bottom: 1px solid #959595;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	}

#un_gnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 25%;
	}

#un_gnav li.un_nav01 a {
	margin: 0;
	padding: 10px 0 10px 0;
	display : block;
	height: 55px;
	background: url(../img/un_nav01.png) 50% 8px no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}


#un_gnav li.un_nav02 a {
	margin: 0;
	padding: 10px 0 10px 0;
	display : block;
	height: 55px;
	border-left: 1px solid #959595;
	background: url(../img/un_nav02.png) 50% 50% no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

#un_gnav li.un_nav03 a {
	margin: 0;
	padding: 10px 0 10px 0;
	display : block;
	height: 55px;
	border-left: 1px solid #959595;
	background: url(../img/un_nav03.png) 50% 10px no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

#un_gnav li.un_nav04 a {
	margin: 0;
	padding: 10px 0 10px 0;
	display : block;
	height: 55px;
	border-left: 1px solid #959595;
	background: url(../img/un_nav04.png) 50% 10px no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#un_gnav li.un_nav05 a {
	margin: 0;
	padding: 10px 0 10px 0;
	display : block;
	height: 55px;
	border-left: 1px solid #959595;
	background: url(../img/un_nav05.png) 50% 50% no-repeat;
	background-size: 65px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

header {
	position: relative;
}

#searchbox,
#searchbox_f {
	display: none;
}

#searchbox,
#searchbox_f {
	background: #003366;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 0;
}

#searchbox_f {
	border-bottom: 1px solid #7b96b1;
}

#search_area img,
#searchbox img,
#searchbox_f img {
	width: 44px;
	vertical-align: middle;
}
#search_area input[type="image"],
#searchbox input[type="image"],
#searchbox_f input[type="image"] {
	width: 50px;
}



/* main部分設定
======================================================= */

.directory {
	text-align: left;
	width: 94%;
	margin: 0 auto 10px;
	font-size: 77%;
}

section.block {
	clear: both;
	margin: 0 auto 20px;
}

section.block {
	width: 94%;
	clear: both;
	margin: 0 auto 20px;
}

section h2 {
	background: #003366;
	border-bottom: 1px solid #bfccd9;
	padding: 7px 10px 5px;
	text-align: left;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-box-shadow: 0px 2px 0px #7b96b1;
	-moz-box-shadow: 0px 2px 0px #7b96b1;
	box-shadow: 0px 2px 0px #7b96b1;
}

section h2 img {
	width: 65%;
}



/* footer部分設定
======================================================= */

footer dl {
	width: 94%;
	margin: 0 auto 10px !important;
	text-align: center;
}

#f_menu {
	width: 94%;
	margin: 0 auto 10px;
	border: 1px solid #959595;
}

#f_menu li {
	border-bottom: 1px solid #959595;
	text-align: left;
}

#f_menu li:last-child {
	border-bottom: none;
}

#f_menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #003366;
	background: #f8f8f8 url(../img/arw_r.png) right 50% no-repeat;
}

#f_menu li a:active {
	color: #003366;
	background: #ffffff url(../img/arw_r.png) right 50% no-repeat;
}

#f_menu li a:visited {
	color: #003366;
}

#f_nav {
	width: 100%;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	list-style-type: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e4eef8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -moz-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -o-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: -ms-linear-gradient(top, #fff 0%, #e4eef8 88%);
	background: linear-gradient(to bottom, #fff 0%, #e4eef8 88%);
	}

#f_nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 25%;
	}

#f_nav li a {
	margin: 0;
	padding: 8px 0;
	display : block;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#f_nav li.fnav01 a {
	border-top: 1px solid #959595;
	background: url(../img/nav01_1.png) 50% 50% no-repeat;
	background-size: 68px auto;
	}

#f_nav li.fnav01_2 a {
	border-top: 1px solid #959595;
	background: url(../img/nav01_1_2.png) 50% 50% no-repeat;
	background-size: 68px auto;
	}

#f_nav li.fnav02 a {
	border-left: 1px solid #959595;
	border-top: 1px solid #959595;
	background: url(../img/nav01_2.png) 50% 50% no-repeat;
	background-size: 68px auto;
	}

#f_nav li.fnav03 a {
	border-left: 1px solid #959595;
	border-top: 1px solid #959595;
	background: url(../img/nav01_3.png) 50% 50% no-repeat;
	background-size: 68px auto;
	}

#f_nav li.fnav04 a {
	border-left: 1px solid #959595;
	border-top: 1px solid #959595;
	background: url(../img/pagetop.png) 50% 50% no-repeat;
	background-size: 68px auto;
	}

#f_btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	background: #003366;
	border-bottom: 1px solid #8ca3ba;
}

#f_btn ul {
    width: 94%;
    margin: 0 auto;
    padding: 10px 0;
}

#f_btn li {
    float: left;
    width: 31%;
    list-style-type: none;
}

#f_btn li:first-child {
    margin: 0 3% 0 0;
	padding-left:90px;
}

#f_btn li:last-child {
    list-style-type: none;
    margin: 0 0 0 3%;
}

#f_btn li a {
    width: 100%;
    background: #ccc;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #333;
	text-align: center;
}

#f_btn li.fbtn01 a {
	background: url(../shopping/_common/img/bt_pc.png) 50% 50% no-repeat,-moz-linear-gradient(top, #ffffff, #eaeaea);
	background: url(../shopping/_common/img/bt_pc.png) 50% 50% no-repeat,-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-size: 90% , auto;
	border: 1px solid #959595;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#f_btn li.fbtn02 a {
	background: url(../img/bt_twitter.png) 50% 50% no-repeat,-moz-linear-gradient(top, #ffffff, #eaeaea);
	background: url(../img/bt_twitter.png) 50% 50% no-repeat,-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-size: 90% , auto;
	border: 1px solid #959595;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#f_btn li.fbtn03 a {
	background: url(../img/bt_fb.png) 50% 50% no-repeat,-moz-linear-gradient(top, #ffffff, #eaeaea);
	background: url(../img/bt_fb.png) 50% 50% no-repeat,-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-size: 90% , auto;
	border: 1px solid #959595;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#f_btn p {
    width: 40%;
    text-align: center;
    margin: 0 auto;
}

#f_btn a {
    background: #ccc;
    padding: 3px 10%;
    display: block;
    text-decoration: none;
    color: #fff;
}

small.copyright {
	display: block;
	padding: 5px 0;
	margin: 0;
	text-align: center;
	color: #8ca3ba;
	font-size: 77%;
	background: #003366;
}


/* カート設定
======================================================= */

#cartlogo {
	width: 130px;
	padding: 10px 0;
	margin: 0 auto;
}

header.cart_head h1 {
	background: #003366 url(../img/bg_carttit.gif) 0 bottom repeat-x;
	text-align: left;
	padding: 10px 10px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 108%;
}

#cartflow {
	background: #f2f2f2;
	border-bottom: 1px solid #959595;
	-webkit-box-shadow: 0px 2px 3px #ccc;
	-moz-box-shadow: 0px 2px 3px #ccc;
	box-shadow: 0px 2px 3px #ccc;
}

#cartflow li {
	float: left;
	width: 19.8%;
}


#cartflow li {
	margin: 0;
	padding: 5px 0 5px;
	display : block;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#cartflow li.fl01 {
	background: url(../img/flow01_off.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl01.cur {
	background: url(../img/flow01_on.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl02 {
	border-left: 1px solid #d4d4d4;
	background: url(../img/flow02_off.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl02.cur {
	background: url(../img/flow02_on.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl03 {
	border-left: 1px solid #d4d4d4;
	background: url(../img/flow03_off.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl03.cur {
	background: url(../img/flow03_on.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl04 {
	border-left: 1px solid #d4d4d4;
	background: url(../img/flow04_off.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl04.cur {
	background: url(../img/flow04_on.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl05 {
	border-left: 1px solid #d4d4d4;
	background: url(../img/flow05_off.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#cartflow li.fl05.cur {
	background: url(../img/flow05_on.png) 50% 50% no-repeat;
	background-size: 40px;
	}

#main_cart {
	width: 94%;
	margin: 20px auto 20px;
	}

#main_cart p {
	text-align: left;
	}

footer#cart {
	background: none;
	margin: 0;
	padding: 0;
}



/* **********************************************************************
 *
 *       コンテンツ内スタイル
 *
 ********************************************************************** */


/* トップページ設定
======================================================= */

.newitem {
	width: 94%;
	overflow: hidden;
	padding: 3%;
}

.newitem ul {
     width: 106%;
     overflow: hidden;
     *zoom: 1;
     }

.newitem li {
	float: left;
	width: 27%;
	margin-right: 6%;
	margin-bottom: 3%;
	*zoom: 1;
	font-size: 77%;
}

.newitem li img {
	vertical-align: bottom;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
}

.accordion{
	margin: 0 0 10px;
}

.headaccordion{
	display: block;
	padding: 14px 12px;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e5eff8), color-stop(0.00, #fdfefe));
	background: -webkit-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: -moz-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: -o-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: -ms-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: linear-gradient(to bottom, #fdfefe 0%, #e5eff8 88%);
	border-radius: 5px;
	border: 1px solid #959595;
	color: #003366;
}

.headaccordion.active{
	display: block;
	padding: 14px 12px;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e5eff8), color-stop(0.00, #fdfefe));
	background: -webkit-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: -moz-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: -o-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: -ms-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: linear-gradient(to bottom, #fdfefe 0%, #e5eff8 88%);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border: 1px solid #959595;
	color: #003366;
}

.trigger {
	font-weight: bold;
}

.accordion_tree {
	padding: 7px;
	font-size: 100%;
	background: #fff;
	text-align: left;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.accordion_tree ul {
	border-bottom: 1px solid #959595;
}

.accordion_tree li {
	float: left;
	width: 50%;
}

.accordion_tree li img {
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.accordion_tree li a {
	display: block;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	border-top: 1px solid #959595;
	padding: 10px 5px;
	color: #003366;
	background: #f8f8f8 url(../img/arw_r.png) right 50% no-repeat;
	text-decoration: none;
	font-size: 93%;
	line-height: 1;
}

.accordion_tree li:nth-child(odd) a {
	border-right: none;
}

.open-close {
	margin: 0 0 0 0;
	float:right;
	text-indent:-9999px;
	display:block;
	height:14px;
	width:15px;
	background:url(../img/ico_open.gif) 0 50% no-repeat;
	-webkit-background-size:15px 14px;
}

.headaccordion.active .open-close {
	background:url(../img/ico_close.gif) 0 50% no-repeat;
	-webkit-background-size:15px 14px;
}

ul#listbtn li {
	margin: 23px 0 5px;
	font-weight: bold;
}

ul#listbtn a {
	display: block;
	background: url(../img/arw_btn.png) right 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e5eff8), color-stop(0.00, #fdfefe));
	background: url(../img/arw_btn.png) right 50% no-repeat, -webkit-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: url(../img/arw_btn.png) right 50% no-repeat, -moz-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: url(../img/arw_btn.png) right 50% no-repeat, -o-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: url(../img/arw_btn.png) right 50% no-repeat, -ms-linear-gradient(top, #fdfefe 0%, #e5eff8 88%);
	background: url(../img/arw_btn.png) right 50% no-repeat, linear-gradient(to bottom, #fdfefe 0%, #e5eff8 88%);
	background-size: 7%, auto;
	border: 1px solid #959595;
	padding: 12px;
	text-align: left;
	border-radius: 5px;
	color: #003366;
	text-decoration: none;
}


ul#listbtn2 li {
	margin: 5px 0 5px;
	font-weight: bold;
	list-style-type: none;
}

ul#listbtn2 a {
	display: block;
	background-size: 7%, auto;
	border: 1px solid #959595;
	padding: 12px;
	text-align: left;
	border-radius: 5px;
	color: #003366;
	text-decoration: none;
	width:80%;
}


.topbox {
	border: 1px solid #959595;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

ul.bloglist li {
	border-bottom: 1px dashed #959595;
	text-align: left;
}

ul.bloglist li:last-child {
	border-bottom: 0;
}

ul.bloglist li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #003366;
	background: url(../img/arw_r.png) right 50% no-repeat;
}


/* 下層ページ設定
======================================================= */

#main h1 {
	background: #003366;
	padding: 7px 10px 7px 7px;
	color: #fff;
	text-align: left;
	font-size: 108%;
	font-weight: bold;
}

#main h1 span.img {
	float: left;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

#main h1 span.img img {
	vertical-align: bottom;
}

#main h1.list span.txt {
	float: left;
	padding: 3px 0 0 0;
}


/* 商品一覧ページ */

#sort {
	background: #f2f2f2;
	padding: 5px 10px;
	border-bottom: 1px solid #959595;
}

#sort p {
	float: left;
	width: 40%;
	line-height: 200%;
	text-align: left;
}

#sort select {
	float: right;
	width: 50%;
}


#result {
	background: #f2f2f2;
	padding: 5px 10px;
	border-bottom: 1px solid #959595;
}

#result p {
	float: left;
	width: 100%;
	text-align: center;
}

#catelist {
	margin: 0 0 0px;
}
#catelist2 {
	margin: 0 0 30px;
}

#catelist li,
#catelist2 li {
	border-bottom: 1px solid #959595;
	list-style-type: none;
}

#catelist li.item,
#catelist2 li.item {
	background: url(../img/ico_item.gif) right 0 no-repeat;
	background-size: 38px auto;
}

#catelist li.yago,
#catelist2 li.yago {
	background: url(../img/ico_yago.gif) right 0 no-repeat;
	background-size: 38px auto;
}

#catelist li a.item,
#catelist2 li a.item {
	display: block;
	padding: 3%;
	text-decoration: none;
	background: url(../img/arw_btn.png) right 50% no-repeat,
				url(../img/ico_item.gif) right 0 no-repeat;
	background-size: 20px auto,
					38px auto;
}

#catelist li a.yago,
#catelist2 li a.yago {
	display: block;
	padding: 3%;
	text-decoration: none;
	background: url(../img/arw_btn.png) right 50% no-repeat,
				url(../img/ico_yago.gif) right 0 no-repeat;
	background-size: 20px auto,
					38px auto;
}

#catelist li .img,
#catelist2 li .img {
	float: left;
	width: 24%;
	padding: 0 3% 0 0;
}

#catelist li .info,
#catelist2 li .info {
	float: left;
	width: 60%;
	text-align: left;
}

#catelist li .info p,
#catelist2 li .info p {
	text-decoration: none;
	color: #333;
}

#catelist li .info p.tit,
#catelist2 li .info p.tit {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

#btnMore img {
	width: 260px;
}

#loadarea {
	margin: 0 0 20px;
}

/* 屋号詳細ページ */

#main h1.yago {
	background: #a28432;
	padding: 7px 10px 7px 7px;
	color: #fff;
	text-align: left;
	font-size: 108%;
}

#main h1.yago img {
	border: 1px solid #fff;
}

#main h1.yago span.img {
	float: left;
	width: 38px;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

#main h1.yago span.txt {
	float: right;
	width: 85%;
	text-align: left;
	padding: 0px 0 0 0;
}

#yago_detail {
	background: #f7efd8;
	padding: 10px 0 10px;
	margin: 0 0 10px;
}

.detail_txt {
	width: 88%;
	margin: 0 auto;
	border: 1px solid #959595;
	border-radius: 5px;
	background: #fff;
	text-align: left;
	padding: 3%;
}

.accordion_yago {
	margin: 0 0 10px;
}

.accordion_yago .headaccordion{
	display: block;
	padding: 14px 12px;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #937428), color-stop(0.00, #ad9142));
	background: -webkit-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -moz-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -o-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -ms-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: linear-gradient(to bottom, #ad9142 0%, #937428 88%);
	border-radius: 5px;
	border: 1px solid #937327;
	color: #fff;
}

.accordion_yago .headaccordion.active{
	display: block;
	padding: 14px 12px;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #937428), color-stop(0.00, #ad9142));
	background: -webkit-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -moz-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -o-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -ms-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: linear-gradient(to bottom, #ad9142 0%, #937428 88%);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border: 1px solid #937327;
	color: #fff;
}

.accordion_yago .trigger .name {
	float: left;
	width: 70%;
	line-height: 1.2;
}

.accordion_yago .accordion_tree {
	padding: 7px;
	font-size: 100%;
	background: #fff;
	text-align: left;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.accordion_yago .open-close {
	margin: 0 0 0 0;
	float:right;
	text-indent:-9999px;
	display:block;
	height:14px;
	width:14px;
	background:url(../img/ico_yago_open.gif) 0 50% no-repeat;
	-webkit-background-size:14px 14px;
}

.accordion_yago .headaccordion.active .open-close {
	background:url(../img/ico_yago_close.gif) 0 50% no-repeat;
	-webkit-background-size:14px 14px;
}

#yago_detail .flexslider {
	width: 80%;
	margin: 0 auto 35px;
}

h2.acdn_tit {
	background: #efe3c4;
	border-top: 1px solid #a28432;
	color: #a28432;
	border-bottom: 0;
	box-shadow: 0px 0px 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	margin: 0 0 10px;
}

.accordion_yago dd p {
	margin: 0 0 10px;
}

.accordion_yago dd table {
	width: 100%;
	margin: 0 0 10px;
}

.accordion_yago dd table tr {
	vertical-align: top;
}

.accordion_yago dd table th {
	width: 25%;
	border-bottom: 1px dotted #d5d5d5;
	padding: 5px 0;
}

.accordion_yago dd table td {
	width: 75%;
	border-bottom: 1px dotted #d5d5d5;
	padding: 5px 0;
}

.accordion_yago dd ul {
	width: 100%;
	border: 0;
}

.accordion_yago dd ul li {
	float: none;
	width: 100%;
	border-bottom: 1px dotted #d5d5d5;
	padding: 5px 0;
}

.yago_item h2 {
	border-bottom: 0;
	box-shadow: 0px 0px 0px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #937428), color-stop(0.00, #ad9142));
	background: -webkit-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -moz-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -o-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: -ms-linear-gradient(top, #ad9142 0%, #937428 88%);
	background: linear-gradient(to bottom, #ad9142 0%, #937428 88%);
	color: #fff;
	font-weight: bold;
}

.yago_item ul {
	background: #a28432;
	padding: 2%;
}

.yago_item ul li {
	background: #f8f8f8 url(../img/arw_yagoitem.png) right 50% no-repeat;
	border-bottom: 1px solid #a28432;
}

.yago_item ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	text-align: left;
	color: #a28432;
}

.yago_item ul li a:active {
	background: #fff url(../img/arw_yagoitem.png) right 50% no-repeat;
}

#yago_detail .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #ddcd9f; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
#yago_detail .flex-control-paging li a:hover { background: #a28432; }
#yago_detail .flex-control-paging li a.flex-active { background: #a28432; cursor: default; }


/* 商品詳細ページ */

.parent_yago {
	background: #f2f2f2;
	padding: 7px 10px 7px 7px;
	text-align: left;
	font-size: 100%;
}

.parent_yago span.img {
	float: left;
	width: 38px;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.parent_yago span.img img {
	vertical-align: bottom;
}

.parent_yago span.txt {
	float: right;
	width: 85%;
	text-align: left;
	padding: 0px 0 0 0;
}

#main h1.item {
	background: #286db1;
	padding: 7px 10px 7px 7px;
	color: #fff;
	text-align: left;
	font-size: 108%;
}

#main h1.item span.img {
	float: left;
	width: 38px;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

#main h1.item span.txt {
	float: right;
	width: 85%;
	text-align: left;
	padding: 0px 0 0 0;
}

#main h1.item img {
	border: 1px solid #fff;
}

#item_detail {
	background: #e6eff9;
	padding: 10px 0 10px;
	margin: 0 0 0px;
}

#item_detail .flexslider {
	width: 80%;
	margin: 0 auto 35px;
}

h2.order {
	border-bottom: 1px solid #959595;
	border-top: 1px solid #959595;
	box-shadow: 0px 0px 0px;
	border-radius: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ebebeb), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 88%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 88%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 88%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #ebebeb 88%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 88%);
	color: #d41919;
	font-size: 108%;
	font-weight: bold;
	padding: 7px 10px 7px;
}

.item_order {
	padding: 3%;
	border-bottom: 1px solid #959595;
}

.item_order.last {
	padding: 3%;
	border-bottom: 0;
}

.item_order .img {
	float: left;
	width: 20%;
	padding: 0 3% 0 0;
}

.item_order .info {
	float: left;
	width: 77%;
	text-align: left;
}

span.price {
	color: #d41919;
	font-weight: bold;
	font-size: 108%;
}

.cartin {
	border-top: 1px solid #aaa;
	background: #f0f0f0;
	padding: 5px;
}

.cartin input {
	width: 123px;
}

.cartin input.bt_cart {
	width: auto;
	height: 38px;
}


.accordion_item {
	margin: 0 0 10px;
}

.accordion_item .headaccordion{
	display: block;
	padding: 14px 12px;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #205fa5), color-stop(0.00, #377cba));
	background: -webkit-linear-gradient(top, #377cba 0%, #205fa5 88%);
	background: -moz-linear-gradient(top, #377cba 0%, #205fa5 88%);
	background: -o-linear-gradient(top, #377cba 0%, #205fa5 88%);
	background: -ms-linear-gradient(top, #377cba 0%, #205fa5 88%);
	background: linear-gradient(to bottom, #377cba 0%, #205fa5 88%);
	border-radius: 5px;
	border: 1px solid #205ea4;
	color: #fff;
}

.accordion_item .headaccordion.active{
	display: block;
	padding: 14px 12px;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #205fa5), color-stop(0.00, #377cba));
	background: -webkit-linear-gradient(top, #377cba 0%, #205fa5 88%);
	background: -moz-linear-gradient(top, #377cba 0%, #205fa5 88%);
	background: -o-linear-gradient(top, #377cba 0%, #205fa5 88%);
	background: -ms-linear-gradient(top, #377cba 0%, #205fa5 88%);
	background: linear-gradient(to bottom, #377cba 0%, #205fa5 88%);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border: 1px solid #205ea4;
	color: #fff;
}

.accordion_item .trigger .name {
	float: left;
	width: 70%;
	line-height: 1.2;
}

.accordion_item .accordion_tree {
	padding: 7px;
	font-size: 100%;
	background: #fff;
	text-align: left;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.accordion_item .open-close {
	margin: 0 0 0 0;
	float:right;
	text-indent:-9999px;
	display:block;
	height:14px;
	width:14px;
	background:url(../img/ico_yago_open.gif) 0 50% no-repeat;
	-webkit-background-size:14px 14px;
}

.accordion_item .headaccordion.active .open-close {
	background:url(../img/ico_yago_close.gif) 0 50% no-repeat;
	-webkit-background-size:14px 14px;
}

.accordion_item dd p {
	margin: 0 0 10px;
}

h2.acdn_tit_item {
	background: #286db1;
	border-top: 1px solid #214466;
	color: #fff;
	border-bottom: 0;
	box-shadow: 0px 0px 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	margin: 0 0 10px;
}

.summary {
	border: 1px solid #959595;
	border-radius: 5px;
	margin: 0 0 10px;
	text-align: left;
}

.summary h3 {
	border-bottom: 1px solid #959595;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #eaeaea), color-stop(0.00, #f8f8f8));
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #eaeaea 88%);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 88%);
	background: -o-linear-gradient(top, #f8f8f8 0%, #eaeaea 88%);
	background: -ms-linear-gradient(top, #f8f8f8 0%, #eaeaea 88%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #eaeaea 88%);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding: 5px 10px;
	margin: 0;
	text-align: left;
	font-weight: bold;
}

.summary p {
	padding: 5px 10px;
}


/* 検索結果 */

#search_tit {
	background: #003366 url(../img/bg_carttit.gif) 0 bottom repeat-x;
	padding: 7px 10px 14px;
}

#search_tit h1 {
	background: none;
	float: left;
	width: 45%;
	padding: 0;
}

#search_tit span {
	float: right;
	width: 50%;
	color: #fff;
	text-align: right;
	padding: 0 0 0 0;
}

#search_area {
	background: #f2f2f2;
	border-top: 1px solid #959595;
	padding: 7px 0;
}

#search_area img {
	vertical-align: middle;
}

.result_none {
	padding: 100px 0;
	text-align: center;
}

#input_delivery {
	padding: 10px;
	text-align: left;
}

#input_delivery p {
	font-weight: bold;
}



/* カート内設定
======================================================= */

#cart_inside {
	border: 1px solid #959595;
	border-radius: 5px;
	margin: 0 0 20px;
	text-align: left;
}

#price_table {
	padding: 3%;
}

#price_table table {
	width: 100%;
}

#price_table th,
#price_table td {
	padding: 5px;
	border-bottom: 1px dotted #d5d5d5;
}

#price_table td {
	text-align: right;
}

#price_table td.total {
	font-size: 108%;
	font-weight: bold;
	color: #d41919;
}

#price_table th.total {
	font-weight: bold;
}

.logintit {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #718ca8), color-stop(0.00, #849eb7));
	background: -webkit-linear-gradient(top, #849eb7 0%, #718ca8 88%);
	background: -moz-linear-gradient(top, #849eb7 0%, #718ca8 88%);
	background: -o-linear-gradient(top, #849eb7 0%, #718ca8 88%);
	background: -ms-linear-gradient(top, #849eb7 0%, #718ca8 88%);
	background: linear-gradient(to bottom, #849eb7 0%, #718ca8 88%);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 7px 10px;
}

.loginbox {
	border: 1px solid #959595;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding: 3%;
	margin: 0 0 20px;
}

.loginbox2 {
	border: 1px solid #959595;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding: 0;
	margin: 0 0 20px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	font-size: 123.1%;
	padding: 5px;
}

#input_info div {
	text-align: left;
}

#input_info p {
	font-size: 93%;
	font-weight: bold;
}

ul.receiver_select li {
	border-bottom: 1px solid #959595;
	padding: 10px;
	text-align: left;
}

ul.receiver_select tr {
	vertical-align: top;
}

input[type="radio"] {
	vertical-align: top;
}

.regist_info {
	padding: 3%;
	margin: 0 0 10px;
}

.regist_info table {
	margin: 0 0 10px;
}

.regist_info table th,
.regist_info table td,
.item_order table th,
.item_order table td {
	padding: 5px;
	border-bottom: 1px dotted #d5d5d5;
	text-align: left;
}

.regist_info table th,
.item_order table th {
	width: 35%;
}

.item_order li img {
	width: 60px;
}

#order_completion {
	background: #fbe6e6;
	padding: 15px;
	margin: 0 0 30px;
}

#order_completion .tit {
	font-size: 123.1%;
	font-weight: bold;
	color: #d41919;
	text-align: center !important;
}

#mgc_privilege_tit {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #97782b), color-stop(0.00, #a98d3d));
	background: -webkit-linear-gradient(top, #a98d3d 0%, #97782b 88%);
	background: -moz-linear-gradient(top, #a98d3d 0%, #97782b 88%);
	background: -o-linear-gradient(top, #a98d3d 0%, #97782b 88%);
	background: -ms-linear-gradient(top, #a98d3d 0%, #97782b 88%);
	background: linear-gradient(to bottom, #a98d3d 0%, #97782b 88%);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px 5px;
	font-size: 93%;
}

#mgc_privilege {
	border: 1px solid #959595;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding: 3%;
	margin: 0 0 20px;
	background: #fff;
}

#mgc_regist {
	background: #f0ebda url(../img/bg_mgc.gif) 0 0 repeat-x;
	border: 1px solid #a28432;
	border-radius: 5px;
	margin: 0 0 30px;
	padding: 3% 3% 5%;
}

#mgc_regist li {
	text-align: left;
	padding: 1px 0 5px 50px;
}

#mgc_regist li.pvg01 {
	background: url(../img/ico_pvg01.gif) 0 0 no-repeat;
	background-size: 43px;
}

#mgc_regist li.pvg02 {
	background: url(../img/ico_pvg02.gif) 0 0 no-repeat;
	background-size: 43px;
}

#mgc_regist li.pvg03 {
	background: url(../img/ico_pvg03.gif) 0 0 no-repeat;
	background-size: 43px;
}


/* clearfix
======================================================= */

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	}

/* width
======================================================= */

.w100 {width: 100%;}
.w94 {width: 94%;}
.w90 {width: 90%;}
.w80 {width: 80%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w20 {width: 20%;}
.w15 {width: 15%;}
.w10 {width: 10%;}

.bt300 { width: 300px; }
.bt260 { width: 260px; }
.bt190 { width: 190px; }
.bt150 { width: 150px; }
.bt120 { width: 120px; }
.bt110 { width: 110px; }

/* margin
======================================================= */

.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}

.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}