﻿@charset "UTF-8";

/*========================================================
共通
========================================================*/
/* ヘッダー */
#header {
	height: auto;
	border-top: none;
	background: url("../img/usr/header_bg.png") center 0 no-repeat; 
}

#headerMain {
	width: auto;
}

#headerTop {
	background: #000000;
}

#header #headerMain #headerTop ul li#homeNav a,
#header #headerMain #headerTop ul li#guideNav a,
#header #headerMain #headerTop ul li#paymentNav a,
#header #headerMain #headerTop ul li#faqNav a,
#header #headerMain #headerTop ul li#contactNav a,
#header #headerMain #headerTop ul li#consumerNav a
 {
	width: auto;
	background: none;
}

#header #headerMain #headerTop ul {
	display: block;
	float: none;
	margin: 5px auto;
	overflow: hidden;
	text-align: right
}

#header #headerMain #headerBottom h1 {
	 background: url(../img/usr/201510/header_logo.png) 0 20px no-repeat;
	 padding: 0 0 10px 0;
}

#header #headerMain #headerBottom #logo p {
	top: 50px;
	left: 95px;
	font-size: 11px;
}

#headerTxt {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header #headerMain #headerTop ul li {
	display: block;
	float: none;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border-right: 1px #808080 solid;
	vertical-align: middle;
}

#header #headerMain #headerTop ul li:first-child {
	border-left: 1px #808080 solid;
}

#header #headerMain #headerTop {
	height: auto;
}

#header #headerMain #headerTop ul li a {
	text-indent: 0;
	color: #FFFFFF;
	padding: 0 25px;
	height: auto;
}

#header #headerMain #headerTop ul li a:hover {
	text-decoration: underline;
}

#headerTop ul {
	width: 800px;
	margin: 0 auto;
}

#header #headerMain #headerBottom {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0;
}


#header #headerMain #headerBottom #search_box {
	background: none;
	display: block;
	float: none;
	height: auto;
	width: auto;
}

#header #headerMain #headerBottom ul {
	width: 463px;
}

#header #headerMain #headerBottom ul a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#header #headerMain #headerBottom ul li#loginBt a {
	background: url(../img/usr/201510/header_nav1_login.jpg) 0 0 no-repeat;
	width: 155px;
}

#header #headerMain #headerBottom ul li#logoutBt a {
	background: url(../img/usr/201510/header_nav1_logout.jpg) 0 0 no-repeat;
	width: 155px;
}

#header #headerMain #headerBottom ul li#memberBt a {
	background: url(../img/usr/201510/header_nav2_logout.jpg) 0 0 no-repeat;
	width: 154px;
}

#header #headerMain #headerBottom ul li#cartBt a {
	background: url(../img/usr/201510/header_nav3_login.jpg) 0 0 no-repeat;
	width: 154px;
}

#header #headerMain #headerBottom ul li#mypageBt a {
	background: url(../img/usr/201510/header_nav2_login.jpg) 0 0 no-repeat;
	width: 154px;
}

/* 検索ボックス */
#header span.customSelect {
	line-height: 33px;
	height: 33px;
	width: 231px;
	padding: 0 0 0 10px;
	cursor: pointer;
	background: url(../img/usr/201510/selectbox_bg.jpg) 0 0 no-repeat;
}

#header span.customSelectHover {
	background-position: 0 -35px;
}

#header span.customSelect span {
	font-size: 13px;
	width: auto!important;
	line-height: 33px;
	vertical-align: middle;
}

#header option {
	font-size: 13px;
}

#search_box_wrap {
	padding-top: 10px;
	background: #dbdbdb;
}

#search_box {
	width: 800px;
	margin: 0 auto;
}

.jq-placeholder {
	width: 401px;
	height: 33px;
	padding: 0 3px;
}

#header .jq-placeholder {
	font-size: 13px;
	border: none;
}

#search_input_left {
	float: left;
}

#search_input_left option {
	cursor: pointer;
}

#search_input_right {
	float: right;
}

.fLeft {
	float: left;	
}

.bgW{
	background: #FFFFFF;
}

.search_btn:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#header #keywords {
	padding: 10px 0;
}

#header #keywords dt {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-right: 20px;
	font-weight: bold;
	font-size: 13px;
}

#header #keywords dd {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-left: 10px;
	margin-right: 20px;
	font-size: 13px;
	background: url(../img/usr/201510/header_icon1.png) left center no-repeat;
}

/* フッター */





/*========================================================
404ページ
========================================================*/
#page404 h2 {
	padding: 12px 0;
	margin-bottom: 1em;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#page404Txt {
	text-align: center;
	font-size: 14px;
	margin-bottom: 1em;
}

#Link404 {
	padding-bottom: 30px;
}

#Link404 li {
	float: left;
	padding-left: 10px;
}

#Link404 li:first-child {
	padding-left: 0px;

}

#Link404 a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#footerLink {
	font-size: 12px;
}

#footerMain ul {
	border: none;
}

#footerLink dl {
	padding: 0 0 30px 0;
}

#footerLink dt {
	line-height: 120%;
	padding-left: 10px;
	margin-bottom: 5px;
	border-left: 3px #333333 solid;
}

#footerLink dd {
	line-height: 110%;
}

#footerMain {
	height: auto;
}

#footerMain h2 {
	padding: 10px 0 20px;
}

#footerMain li.footerNav1
 {
	width: 138px;
	padding: 0 10px;
}

#footerMain li.footerNav2, 
#footerMain li.footerNav3,
#footerMain li.footerNav4,
#footerMain li.footerNav5
 {
	width: 138px;
	padding: 0 10px;
}

#footerMain li.footerNav5 a {
	font-size: 15px;
}

#footerMain li.footerNav5 ul {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #d9d9d9 solid;
}

#footerMain li.footerNav5 h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

#footerMain li ul {
	padding: 0;
}

#footerMain li ul {
	width: auto;
	height: auto;
	border-right: none;
	border-left: none;
}

#homeFooter {
	height: auto;
	background: #F3F3F3;
	border-top: 3px #333333 solid;
	border-bottom: 1px #CCCCCC solid;
}

#footerBottomWrap {
	width: 100%;
	background: #FFFFFF;
}

/*========================================================
検索結果
========================================================*/
#layoutBox {
	padding: 5px 0;
	margin-bottom: 10px;
	border-top: 2px solid #e0f0ff;
	border-bottom: 2px solid #e0f0ff;
}

.navistyle_ {
	border-bottom: none;
	font-size: 11px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	width: 460px;
	float: left;
}

.navistyle_ dt {
	float: none;
	font-weight: bold;
	text-align: left;
}

.navistyle_ dd {
	margin-left: 0;
}

.navistyle_ a {
	margin: 0;
	white-space: nowrap;
}

.navistyle_ dd li {
	float: left;
	margin-right: 5px;
}

.navisort_ {
	float: left;
	width: 120px;
	border-bottom: none;
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 0;
}

.navisort_ dt {
	float: none;
	font-weight: bold;
	text-align: left;
}

.navisort_ dd {
	margin-left: 0;
}

/* 詳細一覧 */
div.StyleD_Frame_ div.detail_ {
	width: 230px;
	float: right;
}


div.StyleD_Frame_ div.cart_ {
	display: block;
	float: none;
	text-align: left;
	width: auto;
	padding: 0;
}

.comment_wrap {
	width: 230px;
	float: left;
}

.comment_ {
	padding: 10px 0;
}

select {
	padding: 5px 0;
}

/*ピックアップ*/

.StyleP_Frame_ div.cart_ {
    padding: 0;
}

/* サムネイル */
.StyleT_Item_wrap {
	margin-right: -23px;
}

li.StyleT_Item_ {
	width: 130px;
	margin: 0 23px 20px 0;
}


/*========================================================
大カテゴリ
========================================================*/
.CategoryStyleP_Item_ li {
	padding-left: 10px;
	background: url(../img/usr/201510/icon_blue_arrow2.png) left center no-repeat;
}

div.CategoryStyleP_Item_  {
	margin: 0;
}

.CategoryStyleP_Line_ .CategoryStyleP_Item_:first-child h3.name_ {
	margin: 0 5px 0 0;
}

#category_link_wrap {
	text-align: center;
}

#category_link a {
	padding: 10px 30px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border: 1px #CCCCCC solid;
	background: #eaf2fa;
	text-decoration: none;
}

#category_link a:hover {
	background: #0063cd;
	color: #FFFFFF;
}

#category_link a span {
	padding-left: 10px;
	background: url(../img/usr/201510/icon_blue_arrow.png) left center no-repeat;
}

#category_link a:hover span {
	background: url(../img/usr/201510/icon_blue_arrow_hover.png) left center no-repeat;
}

.autopagerize_page_element_ {
	padding-bottom: 10px;
}

/*========================================================
中カテゴリ
========================================================*/
.comment_middle_cat {
	padding: 10px 0;
}

.category_tit {
	padding-left: 10px;
	margin: 10px 0;
	font-weight: bold;
	font-size: 20px;
	border-left: 5px #e5001f solid;
	line-height: 140%;
}

/*========================================================
小カテゴリ
========================================================*/
div.StyleD_Frame_ div.img_ {
	width: 100px;
}

div.StyleD_Frame_ div.img_ img {
	width: 100%;
}

div.StyleD_Frame_ div.desc_ {
	width: 445px;
}

div.StyleD_Frame_ .comment_ {
	width: 200px;
	float: left;
}

div.StyleD_Frame_ div.detail_ {
	margin-top: 10px;
}

/*========================================================
商品詳細
========================================================*/
#detail h1 {
	font-size: 18px;
}

#detail_favorite_btn{
	padding: 10px 0;
	text-align: center;
}

#detail_contact_link {
	padding: 0 0 0 10px;
	background: url(../img/usr/201510/icon_blue_arrow2.png) left center no-repeat;
}

.detailSpecWrap {
	clear: both;
	overflow: hidden;
}

.detailSpec h3 {
	background: url("../img/usr/caption_head_bg.gif") 0 0 repeat-x;
}

.detailSpecLeft {
	width: 285px;
	float: left;
}

.detailSpecRight {
	width: 285px;
	float: right;
}

.relatedWrap {
	border: 1px #CCCCCC solid;
	margin-bottom: 20px;
}

.relatedIn {
	padding: 0 10px;
}

.mid_cat_link {
	padding: 10px;
	background: #F6F6F6;
	font-weight: bold;
}

.mid_cat_link a {
	font-size: 18px;
}

#bottomItemTit {
	border-bottom: 1px solid #000;
	border-left: 5px solid #eb0000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 13px;
}

#detailTextBottom th, #detailTextBottom td {
    border-bottom: 1px solid #cccccc;
    padding: 11px 10px;
    vertical-align: top;
    word-break: break-all;
}

#detailTextBottom th {
	border-top: 1px solid #e9e9e9;
    background: rgba(0, 0, 0, 0) url("../img/usr/detail_bg_b.gif") repeat scroll left top;
    font-weight: normal;
    text-align: left;
    width: 100px;
	color: #666666;
}

.bottom_btn_area {
	clear: both;
	text-align: right;
}

.bottom_btn_area li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.bottom_btn_area div.cartbox_ {
	border-top: none;
	padding: 10px 0;
}

#detailTextBottom {
	border-top: 1px solid #cccccc;
	float: right;
	width: 352px;
}


#detail_contact_bottom_link {
	text-align: right;
}

#detail_contact_bottom_link span {
    background: rgba(0, 0, 0, 0) url("../img/usr/201510/icon_blue_arrow2.png") no-repeat scroll left center;
    padding: 0 0 0 10px;
}


/* レビュー */
#BVRRSummaryContainer .bv-details-bar {
    width: 190px !important;
	float: left !important;
}

#BVRRSummaryContainer .bv-action-bar {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none !important;
    box-shadow: none !important;
    clear: none !important;
    float: right !important;
    margin: 0 !important;
    padding: 10px 0!important;
}
 
#BVRRSummaryContainer .bv-action-bar .bv-write-review-container {
    margin: 0 !important;
}
 
#BVRRSummaryContainer .bv-action-bar button {
    padding: 10px 30px!important;
}

#BVRRSummaryContainer .bv-rating-ratio-count a {
	font-size: 16px!important;
	color: #0063cd!important;
}
#ppz_item ul.clearfix{
	margin-right:-23px;
}
#ppz_item div.StyleT_Line_{
	height:2px;
}