@charset "utf-8";
@import url("./import.css");
@import url("../packages/default/css/import.css");

/* リセット */
@import url("./html5reset.css");
/* トップページのスライドショー */
@import url("./slideShow.css");
/* 電光掲示板 */
@import url("./jquery.webticker.css");

a:link { color: #555555; }
a:visited { color: #555555; }
a:hover { color: #EF8EB0; text-decoration: none; }
a:active { color: #555555; }

body {
    background: #ffffff;
    color: #555555;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
	"ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 1.4em;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin: 0;
    padding:0;
}

div#container {
	width: 1000px;
	padding: 20px 0;
}

div#three_maincolumn {
    margin: 0 15px;
    width: 570px;
}

div#leftcolumn {
	width: 200px;
}

div#rightcolumn {
	width: 200px;
}

div#bloc_head_ranking {
	margin: 0;
}

/***********************
ヘッダー
***********************/
div#header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	min-width: 1000px;
	background: #F3F1EC;
}

div#head_inner {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 5px;
    width: 1000px;
	height: auto;
	background: none;
	position: relative;
}

div#logo_space a {
    background: url("../img/header/logo.png") repeat scroll 0 0 transparent;
    display: block;
    height: 80px;
    width: 200px;
	margin: -10px 0 0 0;
	box-shadow: 1px 2px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow: 1px 2px 3px rgba(000,000,000,0.5);
	border: solid 2px #ffffff;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius 0 0 20px 20px;
}

div#information {
	width: 773px;
    margin: 65px 10px 0 0;
	float: right;
}

div#information ul li {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none;
	-webkit-box-shadow: none;
    float: left;
    font-size: 10px;
	width: auto;
    height: 100%;
    margin: 0 0 0 15px;
    position: relative;
	background: none;
}

div#information ul li a {
	font-size: 12px;
    color: #555555;
    display: block;
    margin: 0 10px;
	padding-left: 20px;
    text-align: left;
    text-decoration: none;
	background: url("../img/common/arrow_blue.gif") no-repeat left center;
}



div#information ul li a:visited {
	color: #555555;
	text-decoration: none;
}

div#information ul li a:hover {
	color: #EF8EB0;
	text-decoration: none;
}

div#headerImg {
	width: 286px;
	height: 50px;
	margin: 0;
	background: url("../img/header/souryou.png") no-repeat;
	position: absolute;
	top: 10px;
	right: 0;
}

/* 電光掲示板 */
.tickercontainer {
    background: none repeat scroll 0 0 #FFC;
	box-shadow: inset 1px 1px 5px rgba(000,000,000,0.5);
	-webkit-box-shadow: inset 1px 1px 5px rgba(000,000,000,0.5);
	border-top: solid 2px #D3D3D3;
	border-left: solid 2px #D3D3D3;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
    height: 26px;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 10px;
    width: 466px;
}

div#information {
    *display: none; /* IE7 and below */
    _display: none; /* IE6 */
}

div#information .tickercontainer ul li {
	width: 1200px;
	color: #E64980;
	font-size: 16px;
	font-weight: bold;
}

/***********************
左ボックス
***********************/
/* ランキング */ 
div#ranking_all {
	margin-bottom: 10px;
	overflow: visible;
}

.rankarea {
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
	background: #F3F1EC;
    float: none;
    margin: 0;
    min-height: 0;
    padding: 8px 8px 10px;
    position: relative;
    width: auto;
}

div.rank_pic img {
	width: 130px !important;
}

.rank_txt {
	background-repeat: no-repeat !important;
	background-position: center 40px !important;
    border-bottom: none;
    float: right;
	text-indent
	color: #000000 !important;
    font-size: 15px;
    font-weight: bold;
	width: 50px;
	height: 100px;
    margin: 0;
    padding: 0;
}

div#news_all {
	margin: 0 auto;
}

div#bloc_head_news {
	width: auto;
    margin: 15px auto 0;
}

/*箱*/
div.freeArea,
div#loginarea,
div#cartarea,
div#newsarea {
    background-color: #ffffff;
	border: none;
	border-left: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	border-radius: 0 0 5px 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
    margin: 0 0 15px 0;
    padding: 5px 10px;
    width: auto;
}

div.freeBloc {
	margin-bottom: 15px;
}

div.freeBloc.pr {
	margin-bottom: 40px;
	border-bottom: dotted 2px #999999;
}

div.freeBloc div.freeArea {
    background-color: #ffffff;
	border: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;
	-webkit-border-radius: 0;
    margin: 0 0 15px 0;
    padding: 0;
    width: auto;
}

div.freeBloc div.freeArea.info {
	text-align: center;
}

div.freeBloc div.freeArea.info a {
	color: #f00;
	text-decoration: underline;
}

div.freeBloc div.andApp a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

div.freeBloc div.freeArea ul li {
	margin-bottom: 10px;
}

.freeArea p {
	margin: 5px 0 5px;
}

.freeArea .center {
	text-align: center;
}

div#categoryarea {
	width: 198px;
	padding: 0;
	margin: 0 0 10px 0;
	border: 1px solid #CCCCCC;
	border-radius: 0;
	-webkit-border-radius: 0;
}

/* カテゴリー */
div#categoryarea li a:link {
    padding: 10px 0 10px 20px;
    color: #E64980;
    display: block;
    text-decoration: none;
	background: #eeeeee; /* Old browsers */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -moz-linear-gradient(top, #eeeeee 0%, #d3d3d3 9%, #eeeeee 92%, #cccccc 100%); /* FF3.6+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(9%,#d3d3d3), color-stop(92%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -webkit-linear-gradient(top, #eeeeee 0%,#d3d3d3 9%,#eeeeee 92%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -o-linear-gradient(top, #eeeeee 0%,#d3d3d3 9%,#eeeeee 92%,#cccccc 100%); /* Opera 11.10+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -ms-linear-gradient(top, #eeeeee 0%,#d3d3d3 9%,#eeeeee 92%,#cccccc 100%); /* IE10+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, linear-gradient(to bottom, #eeeeee 0%,#d3d3d3 9%,#eeeeee 92%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	}


div#categoryarea li a:visited {
	width: 172px;
    padding: 10px 0 10px 20px;
    color: #E64980;
    display: block;
    text-decoration: none;
	background: #eeeeee; /* Old browsers */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -moz-linear-gradient(top, #eeeeee 0%, #d3d3d3 9%, #eeeeee 92%, #cccccc 100%); /* FF3.6+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(9%,#d3d3d3), color-stop(92%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -webkit-linear-gradient(top, #eeeeee 0%,#d3d3d3 9%,#eeeeee 92%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -o-linear-gradient(top, #eeeeee 0%,#d3d3d3 9%,#eeeeee 92%,#cccccc 100%); /* Opera 11.10+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -ms-linear-gradient(top, #eeeeee 0%,#d3d3d3 9%,#eeeeee 92%,#cccccc 100%); /* IE10+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, linear-gradient(to bottom, #eeeeee 0%,#d3d3d3 9%,#eeeeee 92%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

div#categoryarea li a:hover {
	width: 172px;
    padding: 10px 0 10px 20px;
    color: #E64980;
    display: block;
    text-decoration: none;
	background: #f9fcf7; /* Old browsers */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -webkit-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -o-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, -ms-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
	background: url("../img/icon/icon_arrow_b.png") no-repeat 5px center, linear-gradient(to bottom, #f9fcf7 0%,#f5f9f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
}

div#categoryarea li {
    background: none;
    padding: 0;
	position: relative;
}

div#categoryarea li li.level2 {
	border-bottom: dotted 1px #cccccc;
}

div#categoryarea li li.level2:last-child {
	border-bottom: none;
}

div#categoryarea li li.level2 a:link {
	width: 172px;
	color: #E64980;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
}

div#categoryarea li li.level2 a:visited {
	width: 172px;
	color: #E64980;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
}

div#categoryarea li li.level2 a:hover {
	width: 172px;
	color: #EF8EB0;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
}

/*　ニュース　*/
div#newsarea dl {
}

div#newsarea dl dd {
    overflow: hidden;
    height: 120px;
}

/***********************
メイン（真ん中）
***********************/

div#flasharea {
    background: #F3F1EC;
    border: solid 2px #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    clear: both;
    height: 351px;
    margin: 0 auto 15px;
    padding: 15px;
    width: 536px;
}

div.listrightblock .in_cart {
    border: 2px solid #cccccc;
}

.recomendblock {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    box-shadow: 1px 2px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow: 1px 2px 3px rgba(000,000,000,0.5);
    height: 310px;
	margin: 10px 0 10px 10px;
    overflow: hidden;
    padding: 5px 5px 25px;
    position: relative;
    width: 119px;
}

.recomendblock img {
	max-width: 98%;
	border: solid 1px #cccccc;
}

.recomendblock h3 a {
	color: #E75089;
	text-decoration: none;
}

.recomendblock h3 a:visited {
	color: #E75089;
	text-decoration: none;
}

.recomendblock h3 a:hover {
	color: #EF8EB0;
	text-decoration: none;
}

.recomendblock a.detaileBtn, div.listarea a.detaileBtn {
	background: #d6f9ff; /* Old browsers */
background: -moz-linear-gradient(top, #d6f9ff 0%, #9ee8fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6f9ff), color-stop(100%,#9ee8fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* IE10+ */
background: linear-gradient(to bottom, #d6f9ff 0%,#9ee8fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */
    border: solid 1px #cccccc;
    border-radius: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 0 1px 6px #CCCCCC inset;
	box-shadow: 0 1px 6px #CCCCCC inset;
	color: #000000;
	width: 90%;
    margin: 0 auto;
    text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.mini {
	margin-top: 10px;
    font-size: 11px;
}

/* カテゴリー内 */

div.listphoto {
    float: none;
    height: auto;
    padding: 2%;
    width: 96%;
}	

ul.pagenumberarea {
    clear: both;
}


div.listrightblock {
    float: none;
    padding: 2%;
    width: 96%;
}

div#two_maincolumn {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    width: 785px;
}

div.listrightblock h3 {
	padding: 0;
    background: none;
	border: none;
    border-radius: 0;
	-webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
    font-weight: bold;
}

div.listrightblock h3 a {
	color: #E64895;
	text-decoration: none;
}

div.listrightblock h3 a:visited {
	color: #E64895;
	text-decoration: none;
}

div.listrightblock h3 a:hover {
	color: #EF8EB0;
	text-decoration: none;
}

div.listrightblock ul li {
	text-align: center;
}
div.listrightblock li {
	display: block;
	padding: 0 0 5px 0;
}

div.listrightblock .listcomment {
	padding: 0;
}

div#listOuter {
	border: solid 1px #cccccc;
	background: url(../img/common/barBg.png) repeat;
}

div.listarea {
    clear: none;
    float: left;
    height: 400px;
    margin: 10px 0 10px 10px;
    padding: 2px;
    position: relative;
    width: 140px;
	background: #ffffff;
	border-bottom: none;
	box-shadow: 1px 2px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow: 1px 2px 3px rgba(000,000,000,0.5);
}

div.listphoto img {
    height: auto;
    width: 100%;
}

.picture {
	border: none;
}

/* ログインページ */
div#shoppingcolumn .loginarea {
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
	border: solid 1px #cccccc;
    float: left;
    margin: 10px 90px;
    min-height: 0;
    padding: 10px;
    width: 760px;
}

div.sub_all {
	clear: both;
}

div.sub_all h3 {
    padding: 8px;
    background: #7A6C65;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
	color: #FFFFFF;
	text-align: center;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 10px;
}

/* 商品詳細ページ */
div.mainComment {
	text-align: center;
}

div.listrightblock {
	height: 230px;
	overflow: hidden;
}

div.listrightblock:hover {
	padding-right: 5px;
	overflow-y: visible;
}

div.listrightblock .listcont {
    overflow: hidden;
	margin: 10px 0;
    padding: 0;
}

/* タブ */
div.recommend_all {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
}

div#productscolumn {
	margin-top: 0;
}

div#listtitle, div#detailtitle {
	margin: 0 0 5px;
}

/***********************
ボタン・リンク関係
***********************/
.btn_down a:link {
	color:#555555;
	text-decoration: underline;
}

.btn_down a:hover{
	color: #EF8EB0;
	text-decoration:underline;
}

.btn, .btn_login, .btn_cart, .btn_search, .cartbtn, .btnbox {
	background: #d6f9ff; /* Old browsers */
background: -moz-linear-gradient(top, #d6f9ff 0%, #9ee8fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6f9ff), color-stop(100%,#9ee8fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* IE10+ */
background: linear-gradient(to bottom, #d6f9ff 0%,#9ee8fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */
    border: solid 1px #cccccc;
	-webkit-box-shadow: 0 1px 6px #CCCCCC inset;
	box-shadow: 0 1px 6px #CCCCCC inset;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
	height: 20px;
    text-align: center;
}

div#magazine .btn {
	float: none;
}

.btn:hover, .btn_login:hover, .btn_cart:hover, .btn_search:hover, .cartbtn:hover, .btnbox:hover {
	background: #e9f6fd; /* Old browsers */
background: -moz-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f6fd), color-stop(100%,#d3eefb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e9f6fd 0%,#d3eefb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e9f6fd 0%,#d3eefb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e9f6fd 0%,#d3eefb 100%); /* IE10+ */
background: linear-gradient(to bottom, #e9f6fd 0%,#d3eefb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 ); /* IE6-9 */
    border: solid 1px #cccccc;
    -webkit-box-shadow: 0 1px 6px #CCCCCC inset;
	box-shadow: 0 1px 6px #CCCCCC inset;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
	height: 20px;
    text-align: center;
}

p.btn a:link,
p.btn_login a:link,
p.btn_cart a:link,
p.btn_search a:link,
div.cartbtn a:link,
span.btnbox a:link,
span.btn_next a:link,
span.btn_prev a:link
{
	padding: 2px 0;
	color: #000000;
}

p.btn a:hover,
p.btn_login a:hover,
p.btn_cart a:hover,
p.btn_search a:hover,
div.cartbtn a:hover,
span.btnbox a:hover,
span.btn_next a:hover,
span.btn_prev a:hover
{
	padding: 2px 0;
	color: #000000;
}

p.btn a:visited,
p.btn_login a:visited,
p.btn_cart a:visited,
p.btn_search a:visited,
div.cartbtn a:visited,
span.btnbox a:visited,
span.btn_next a:visited,
span.btn_prev a:visited
{
	padding: 2px 0;
	color: #000000;
}

/* プライス */
.price {
    color: #E64889;
}

/* 詳しくはこちら */
.btnbox a:link {
    /*background: url("../img/icon/icon_nav.png") no-repeat scroll 95% center transparent;*/
	background: none;
    color: #000000;
    display: block;
    margin: 0;
    padding: 2px 0;
    text-decoration: none;
}

/* もっと見るボタン */
#newsarea .btnbox {
	width: 172px;
	padding: 5px 0;
}

.btnbox a:hover {
	text-decoration: none;
}

/* カートボタン */
.cartbtn a:link, .cartbtn a:hover {
	padding: 0;
	color: #000000;
	text-decoration: none;
}

/* 購入手続き */
.btn, .btn:hover {
	margin-right: 10px;
}

.btn a:hover {
	text-decoration: none;
}

.btn_login a:hover,
.btn_cart a:hover,
.btn_search a:hover,
.cartbtn:hover {
	text-decoration: none;
}

#guidearea li {
    background: #FFFFFF;
    border: medium none;
    box-shadow: none;
	-webkit-box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    margin: 1px auto;
    text-align: left;
    width: 200px;
}

/* マイページ */
#mynavarea li {
background: #d6f9ff; /* Old browsers */
background: -moz-linear-gradient(top, #d6f9ff 0%, #9ee8fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6f9ff), color-stop(100%,#9ee8fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* IE10+ */
background: linear-gradient(to bottom, #d6f9ff 0%,#9ee8fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 6px #CCCCCC inset;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 5px auto;
    text-align: left;
    width: 200px;
}

div#mypagecolumn .t_mypage {
	color: #ffffff;
}

.mycont_head {
    background: #F3F1EC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    font-size: 14px;
    font-weight: bold;
    margin: 5px auto;
}

.mycont_head h3 {
	background: none;
}

.btn_logout {
    background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 6px #CCCCCC inset;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin: 0 auto;
    text-align: center;
}

.btn_logout a:link {
	padding: 2px 0;
	color: #ffffff;
}

/* お問い合わせなどのリンク */
#guidearea li a:link {
    color: #555555;
    display: block;
    height: 100%;
    padding: 20px 0 16px 24px;
    position: relative;
    text-decoration: none;
    width: 176px;
}

#guidearea li a:visited {
	color: #555555;
}

#guidearea li a:hover {
	color: #EF8EB0;
}

/***********************
bar
***********************/
div#cartBloc,
div#loginBloc,
div#bloc_head_ranking,
div#newsBloc,
div#catBloc,
div#bloc_head_kessai,
div#bloc_head_review,
div#freePageColumn .head,

div#windowcolumn .head,
div#bloc_head,
div#bloc_head_news,
div#listtitle,
div#detailtitle,
div#guidecolumn .head,
div#customervoicearea .title,
div#mypagecolumn .head,
div#shoppingcolumn .head,
div#head_newsm {
	color: #ffffff;
	height: 35px;
	padding: 0;
	background: #9B8B7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;

	-moz-box-shadow:
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		1px 1px 2px rgba(255,255,255,0.3);
}

div#bloc_head_kessai {
	height: 35px;
	background: url("../img/common/kessaiBar.png") no-repeat;
}

div#bloc_head_ranking {
	height: 35px;
	background: url("../img/common/rankingBar.png") no-repeat;
}

div#bloc_head_review {
	height: 35px;
	background: url("../img/common/reviewBar.png") no-repeat;
}

div#loginBloc {
	width: 200px;
	height: 35px;
	background: url("../img/common/loginBar.png") no-repeat;
}

div#cartBloc {
	width: 200px;
	height: 35px;
	background: url("../img/common/cartBar.png") no-repeat;
}

div#newsBloc {
	width: 200px;
	height: 35px;
	background: url("../img/common/newsBar.png") no-repeat;
}

div#catBloc {
	width: 200px;
	height: 35px;
	background: url("../img/common/catBar.png") no-repeat;
}

div#bloc_head_kessai h2,
div#bloc_head_ranking h2,
div#bloc_head_review h2,
div#newsBloc h2,
h2.t_login,
h2.t_in_cart,
h2.t_category {
	background: none;
	text-indent: -9999px;
}

div#news_all {
	overflow: visible;
}

/* ご利用ガイド */
div#freePageColumn h3 {
	margin: 10px 0 10px 0;
	padding: 5px 30px 5px;
	font-size: 16px;
	border-bottom: solid 2px #cccccc;
	background: url(../img/icon/icon_info.png) no-repeat left 50%;
}

div#freePageColumn p {
	margin-bottom: 10px;
}

div#freePageColumn p.q {
	font-weight: bold;
	font-size: 13px;
}

div#freePageColumn a:link {
    color: #E64880;
    text-decoration: underline;
}

div#freePageColumn a:visited {
    color: #E64880;
    text-decoration: underline;
}

div#freePageColumn a:hover {
    color: #EF8EB0;
    text-decoration: none;
}

div#freePageColumn a:active {
    color: #EF8EB0;
    text-decoration: none;
}

div#freePageColumn table.tb2 {
	width: 90%!important;
	margin-bottom: 10px!important;
	border-collapse: collapse!important;
	border: solid 1px #cccccc!important;
}
div#freePageColumn table.tb2 th {
	background: #F3F1EC!important;
}

div#freePageColumn table.tb2 th,
div#freePageColumn table.tb2 td {
	width: 30%!important;
	padding: 5px!important;
	text-align: center!important;
	border: solid 1px #cccccc!important;
}

/********************************************** メルマガ配置時には取る */
div#bloc_head_recommend {
	 margin: 0 auto;
}
/***********************************************************/

div#guidecolumn .head,
div#shoppingcolumn .head,
div#one_maincolumn,
div#head_newsm {
	margin-top: 0;
	margin: 0;
}

div#bloc_head_recommend h2 {
    background: url("../img/icon/icon_recomend.png") no-repeat scroll 2% 50% transparent;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 10px 40px;
}

div#bloc_head_news h2 {
    background: url("../img/icon/icon_news.png") no-repeat scroll 2% 50% transparent;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 10px 40px;
}

div#bloc_head .t_search {
    background: url("../img/icon/icon_search.png") no-repeat scroll 7% 50% transparent;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 10px 40px;
}

div#bloc_head_news h2 {
    background: url("../img/icon/icon_news.png") no-repeat scroll 2% 50% transparent;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 10px 40px;
}

/*　見出しの文字色　*/
div#windowcolumn .head h2,
div#bloc_head_review h2,
div#bloc_head_recommend h2,
div#bloc_head_news h2 ,
div#bloc_head .t_search,
div#bloc_head_news h2,
div#bloc_head .t_category,
div#bloc_head .t_login,
div#bloc_head .t_in_cart,
div#mypagecolumn .t_login,
div#shoppingcolumn .t_cartin,
div#guidecolumn .t_entry,
div#detailtitle h2,
div#listtitle h2,
div#guidecolumn .t_contact,
div#guidecolumn .t_order,
div#shoppingcolumn .t_login,
div#head_newsm h2,
div#guidecolumn .t_privacy,
div#guidecolumn .t_content,
div#guidecolumn .t_return,
div#freePageColumn .head h2
{
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	font-size: 15px;

	background: none;
}

.pagenumberarea, .pagecondarea {
    background: #ffffff;
    border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: solid 2px #E64980;
    box-shadow: none;
	-webkit-box-shadow: none;
    font-size: 12px;
    margin: 10px auto 5px;
    padding: 14px;
}



/***********************
ナビ
***********************/
div#g_navi {
    clear: both;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background: url(../img/header/menuBack.png) repeat-x scroll;
}

div#g_navi .g_li {
	text-indent: -9999px;
    box-shadow: none;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 248px;
}

div#g_navi .headNav01 { background: url(../img/header/headerBtn.png); backgorund-repeat:no-repeat; background-position: 0 0; }
div#g_navi .headNav02 { background: url(../img/header/headerBtn.png); backgorund-repeat:no-repeat; background-position: -248px 0; }
div#g_navi .headNav03 { background: url(../img/header/headerBtn.png); backgorund-repeat:no-repeat; background-position: -496px 0; }
div#g_navi .headNav04 { background: url(../img/header/headerBtn.png); backgorund-repeat:no-repeat; background-position: -744px 0; }

div#g_navi .headNav01:hover { background: url(../img/header/headerBtn.png); backgorund-repeat:no-repeat; background-position: 0 -30px; }
div#g_navi .headNav02:hover { background: url(../img/header/headerBtn.png); backgorund-repeat:no-repeat; background-position: -248px -30px; }
div#g_navi .headNav03:hover { background: url(../img/header/headerBtn.png); backgorund-repeat:no-repeat; background-position: -496px -30px; }
div#g_navi .headNav04:hover { background: url(../img/header/headerBtn.png); backgorund-repeat:no-repeat; background-position: -744px -30px; }

div#g_navi .g_li a:link {
    background: url("../img/icon/icon_nav.png") no-repeat scroll 97% 50%;
    display: block;
    height: 18px;
    padding: 6px 0 6px 10px;
	color: #E64980;
    text-decoration: none;
    width: 238px;
}

div#g_navi .g_li a:visited {
    color: #E64980;
    text-decoration: none;
}

div#g_navi .g_li a:hover {
    text-decoration: none;
}
/***********************
フッター
***********************/
#pagetop {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: right;
    width: 100%;
	min-width: 1060px;
	background: #F3F1EC;
}

#pagetop_inner {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 40px 0 10px;
    text-align: right;
    width: 950px;
    background: #F3F1EC;
}

#footer {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	min-width: 1060px;
	background: #C7B299;
}

#footer_inner {
    background: #C7B299;
    clear: both;
    color: #666666;
    font-size: 10px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    width: 980px;
}

#footer_inner a {
	color: #000000;
}

#footerCat {
	width: 966px;
	margin: 20px auto;
	padding: 20px;
	background: #F3F1EC;
	border: solid 2px #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
}

#footerCat a:link {
	color: #E64880;
	text-decoration: none;
}

#footerCat a:visited {
	color: #E64880;
	text-decoration: none;
}

#footerCat a:hover {
	color: #EF8EB0;
	text-decoration: none;
}

#footerCat ul li.catInner {
	width: 175px;
	margin-right: 5px;
	float: left;
}

#footerCat ul li h4 {
	font-size: 15px;
	color: #555555;
}

#footerCat p, #footerCat h4 {
	margin: 10px 0;
}

#footerCat h4 {
	border-bottom: solid 1px #cccccc;
}

#footerCat div#haisou {
	width: 966px;
	clear: both;
}

#footerCat div#haisouInnerL {
	width: 540px;
	float: left;
}

#footerCat div#haisouInnerR {
	width: 405px;
	float: right;
}

/* ===================
フォーム
===================*/
div#searcharea, div#magazine {
    background-color: #F3F1EC;
	border: solid 2px #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    margin: 0 0 10px;
    padding: 5px 10px;
    width: 95%;
}

div#searcharea p.priceSearch {
	float: right;
}

div#searcharea p.priceSearch input {
	width: 50px;
}

div#searcharea p.selectCat {
	float: left;
}

div#searcharea p.selectCat select {
	width: 200px;
	height: 24px;
	margin-bottom: 0;
}

div#searcharea p.textSearch {
	width: auto;
}

div#searcharea p.textSearch input.box142 {
	width: 48%;
	height: 18px;
	margin-bottom: 0;
	padding: 2px;
}

*:first-child+html div#searcharea p.textSearch input.box142 {
	width: 400px;
	height: 18px;
}

div#searcharea p.textSearch input.subBtn,
div#magazine input.subBtn {
	background: #d6f9ff; /* Old browsers */
background: -moz-linear-gradient(top, #d6f9ff 0%, #9ee8fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6f9ff), color-stop(100%,#9ee8fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* IE10+ */
background: linear-gradient(to bottom, #d6f9ff 0%,#9ee8fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */
    border: solid 1px #cccccc;
  	 border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 6px #CCCCCC inset;
	box-shadow: 0 1px 6px #CCCCCC inset;
    font-weight: bold;
    margin-left: 10px;
	padding: 3px 5px;
    text-align: center;
}

/* ===================
clearfix 
===================*/ 
.clr {
	clear: both;
}

.clearfix:after {  
	visibility:hidden;
	height:0;
	display: block;/
	font-size: 0;  
	content: " ";  
	clear: both;  
}  
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

/* ===================
タブ
===================*/ 
div#bloc_head_recommend {
	width: auto;
	background: #9B8B7C;
    border-radius: 0;
	box-shadow: none;
    font-size: 14px;
	text-shadow:
	-1px -1px 2px rgba(041,025,012,0.5);
}

div#recomendarea {
	width: auto;
	margin-top: 0;
	background: url(../img/common/barBg.png) repeat;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#tabBox {
	width: 538px;
	margin: 0px;
}

ul#tabBox-nav {
	list-style-type: none;
	width: 538px;
	float: left;
}

ul#tabBox-nav li {
	margin-right: 5px;
	margin-bottom: -1px;
	float: left;
}

ul#tabBox-nav a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #000000;
	background: #d6f9ff; /* Old browsers */
	background: -moz-linear-gradient(top, #d6f9ff 0%, #9ee8fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6f9ff), color-stop(100%,#9ee8fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6f9ff 0%,#9ee8fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	font-weight: bold;
	outline: none;
	 border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0;
}

ul#tabBox-nav a:hover {
	color: #000000;
	background: #e9f6fd; /* Old browsers */
	background: -moz-linear-gradient(top, #e9f6fd 0%, #d3eefb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f6fd), color-stop(100%,#d3eefb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9f6fd 0%,#d3eefb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9f6fd 0%,#d3eefb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9f6fd 0%,#d3eefb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9f6fd 0%,#d3eefb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=0 ); /* IE6-9 */
}

ul#tabBox-nav a.active {
	background: #9B8B7C;
	border: none;
	border-top: solid 1px #9B8B7C;
	border-left: solid 1px #9B8B7C;
	border-right: solid 1px #9B8B7C;
	padding-bottom: 5px;
	cursor: default;
	color: #ffffff;
}

#babTxt {
	margin: 0px;
	padding: 0px;
}
.tab {
	width: 570px;
	clear: left;
	border-top: none;
	padding: 10px;
}

.gr {
	color: #00BF08;
	font-weight: bold;
}

/* ===================
review_pop
===================*/
#review_pop{height:351px;overflow:hidden;position:relative;}/* 表示個数 x 117px */

#review_pop .box{background: #fff;border: 1px solid #ccc; margin-bottom:5px; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; zoom: 1;}

#review_pop .box_body{padding:10px;}

#review_pop .img{float:left;width:90px;height:90px;}

#review_pop .txt{float:left;width:455px;height:90px;position: relative;line-height:1.2;}

#review_pop .user{position:absolute;bottom:0;right:0;font-size:10px;color:#999;}
