@charset "utf-8";

/*================================================
共通レイアウトCSS
================================================*/

@font-face {
	font-family: 'AvenirLTStd-Medium';
	src: url(/static/common/fonts/304F67_3_0.woff);
}

@font-face {
	font-family: 'AvenirLTStd-Black';
	src: url(/static/common/fonts/304F67_5_0.woff);
}

* {
	font-family: 'KozGoPr6N-Regular', '小塚ゴシック Pr6N R', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 2px;
}

body {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	opacity: .5;
	text-decoration: underline;
}

button:hover {
	opacity: .5;
	cursor: pointer;
}

/* clearfix
--------------------------------------------------------------------*/
ul:after,
ol:after,
dl:after,
.clearfix:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.wrapper {
	min-width: 1150px;
	max-width: 2000px;
}

#nav_belt {
	border-bottom: 1px solid #000000;
	width: 100%;
	height: 30px;
	position:relative;
/*	position: fixed;
	top: 0;*/
	z-index: 20000;
	background: #fff;
	text-align: center;
	line-height:1.2em;
}
#nav_belt.sale {
	border-bottom: none;
	background: #a80202;
}
.nav_dummy{
	display:block;
	min-height:31px;
}
#nav_belt > a {
	padding: 9px 0;
	height: 12px;
	display: block;
	text-decoration: none;
	font-size:1.5em;
	font-weight:bold;
	color: #000;
}
#nav_belt > a.sale {
	color: #fff;
}
.header_title_simple {
	padding: 33.5px 0 33.5px;
	text-align: center;
}

#nav_cart {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1001;
}

#nav_cart a {
	padding: 7px 0 3px 2px;
	width: 15px;
	height: 10px;
	display: inline-block;
	color: #ffffff;
	background: url(/static/full/images/common/bg_btn_cart.png) no-repeat center center;
	text-align: center;
	margin-top:10px;
	position:relative;
}

.nav_mypage {
	display: inline-block;
	position: absolute;
	right: 140px;
	top: 0;
	z-index: 1001;
}

.nav_mypage:after {
    content: "/";
    margin: 0 0 0 10px;
}

.nav_login {
	display: inline-block;
	position: absolute;
	right: 179px;
	top: 0;
	z-index: 1001;
}

.nav_login:after {
    content: "/";
    margin: 0 0 0 10px;
}


.nav_mypage a,
.nav_login a {
	padding: 7px 0 3px 2px;
	display: inline-block;
	text-align: center;
	margin-top:10px;
	position:relative;
}

.nav_register {
	display: inline-block;
	position: absolute;
	right: 72px;
	top: 0;
	z-index: 1001;
}

.nav_logout {
	display: inline-block;
	position: absolute;
	right: 77px;
	top: 0;
	z-index: 1001;
}

.nav_logout a,
.nav_register a {
	padding: 7px 0 3px 2px;
	display: inline-block;
	text-align: center;
	margin-top:10px;
	position:relative;
}

#nav_cart a:hover {
	opacity: .5;
	text-decoration: none;
}

#nav_change {
	padding: 10px 20px;
	display: inline-block;
}

#nav_change,
#nav_change a {
	font-family: 'AvenirLTStd-Medium';
}

#contents {
	margin: 40px auto 0;
	padding-left: 200px;
	width: 950px;
	min-height: 800px;
	overflow: hidden;
	position: relative;
}

#header_bg + #contents {
	padding-top: 40px;
}

/* パンくず
--------------------------------------------------------------------*/

#bread,
#subcategory {
	margin-bottom: 20px;
}

#bread li,
#subcategory li
 {
	float: left;
}

#bread li:before
 {
	margin: 0 2px 0 5px;
	content: ">";
}
#subcategory li:before
 {
	margin: 0 2px 0 5px;
	content: "｜";
}
#bread li:first-of-type:before,
#subcategory li:first-of-type:before
 {
	margin: 0;
	content: " ";
}
#subcategory li a.selected
 {
	font-weight: bold;
}

#pi #bread {
	margin-top: 10px;
}


/* 商品情報
--------------------------------------------------------------------*/

.item_link {
	display: block;
}

.item_link:hover {
	opacity: .5;
}

.item_link > span {
	margin-bottom: 12px;
	width: 100%;
	display: inline-block;
}

.item_photo img {
	width: 100%;
}

.item_icons {
	min-height: 15.8px;
	min-height: -webkit-calc(.78em + 8px);
	min-height: calc(.78em + 8px);
	display: block;
	letter-spacing: -.4em;
	margin-left: -8px;
}

.item_icon {
	margin: 0px 8px 5px 0px;
	padding: 3px 4px;
	border: 1px solid #000000;
	display: inline-block;
	font-family: 'AvenirLTStd-Medium';
	font-size: .78em;
	letter-spacing: 2px;
}

.item_icon:first-of-type {

}

.item_price_rate {
	margin-bottom: 3px;
	display:inline-block;
}

.item_price_unit {
	margin-left: .8em;
	display: inline-block;
	font-size: .8em;
	color: #000;
}
.item_price_point {
	display: inline-block;
	font-size: .8em;
	color: #000;
}
.item_price_undiscounted {
	margin-bottom: 6px;
	display: inline-block;
	text-decoration: line-through;
}
.item_price_undiscounted span{
	text-decoration: inherit;
}

.item_price_sale {
	color: #ff0000;
}

.item_name{
	line-height: 1.3;
}

#paging {
	/* margin-bottom: 64px; */
	text-align: center;
	letter-spacing: -.4em;
	position: absolute;
	bottom: 64px;
	left: 0;
	right:0;
	margin-left:200px;
}

#paging li {
	margin-left: 20px;
	display: inline-block;
	font-size: 1.3em;
	letter-spacing: 2px;
}

#paging li:first-of-type {
	margin-left: 0;
}

#paging li.active {
	text-decoration: underline;
}

/* フォーム
--------------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea {
	border: 1px solid #dddddd;
	border-radius: 0;
	background: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"] {
	padding: 8px 5px;
}

textarea {
	padding: 5px;
}

input[type="checkbox"] {
	margin-right: 10px;
}

input[type="checkbox"]:after {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(/static/lite/images/common/bg_checkbox.gif) no-repeat left top;
	vertical-align: middle;
}

input[type="checkbox"]:checked:after {
	background-position: left bottom;
}

input[type="radio"] {
	vertical-align: middle;
}

input[type="radio"]:after {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(/static/full/images/common/bg_radio.gif) no-repeat left center;
	background-size: auto 15px;
}

input[type="radio"]:checked:after {
	background-position: right center;
}

input[type="submit"],
input[type="button"] {
	border: 0;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}

select {
	/*padding: 12px 30px 12px 0;*/
	padding: 8px 30px 8px 5px;
	background: url(/static/full/images/common/bg_select_arrow.png) no-repeat right center, #ffffff;
}

.form_select_wrapper {
	vertical-align: middle;
}

.form_select li {
	box-shadow: 0 1px 0 0 rgba(200, 200, 200, 0) inset, -1px 0 0 0 rgba(200, 200, 200, 1) inset, 0 -1px 0 0 rgba(200, 200, 200, 0) inset, 1px 0 0 0 rgba(200, 200, 200, 1) inset;
	padding: 12px 30px 12px 0;
	background: #ffffff;
	text-align: center;
}

.form_select li:first-of-type {
	box-shadow: 0 1px 0 0 rgba(200, 200, 200, 1) inset, -1px 0 0 0 rgba(200, 200, 200, 1) inset, 0 -1px 0 0 rgba(200, 200, 200, 1) inset, 1px 0 0 0 rgba(200, 200, 200, 1) inset;
}

.form_select.focus li:first-of-type {
	box-shadow: 0 1px 0 0 rgba(200, 200, 200, 1) inset, -1px 0 0 0 rgba(200, 200, 200, 1) inset, 0 -1px 0 0 rgba(200, 200, 200, 0) inset, 1px 0 0 0 rgba(200, 200, 200, 1) inset;
}

.form_select li:last-of-type {
	box-shadow: 0 1px 0 0 rgba(200, 200, 200, 0) inset, -1px 0 0 0 rgba(200, 200, 200, 1) inset, 0 -1px 0 0 rgba(200, 200, 200, 1) inset, 1px 0 0 0 rgba(200, 200, 200, 1) inset;
}

.form_select .selected,
.form_select .selected:hover,
.form_select.focus .selected:hover {
	background: url(../images/common/bg_select_arrow.png) no-repeat right center, #ffffff;
}

.form_select.focus li:hover {
	background: #cccccc;
}


/* ボタン
--------------------------------------------------------------------*/

.btn {
	margin: 0 auto;
	min-width: 120px;
	display: inline-block;
	text-align: center;
}

.btn:hover {
	text-decoration: none;
}

.btn_black {
	padding: 9px 33px;
	border: 1px solid #000000;
	color: #ffffff;
	background: #000000;
}
.btn_main {
	padding: 9px 33px;
	border: 1px solid #000000;
	color: #ffffff;
	background: #000000;
}

.btn_sub {
	padding: 9px 33px;
	border: 1px solid #c8c8c8;
	color: #000000;
	background: #ffffff;
}
.btn_back {
	padding: 9px 33px;
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

.btn_submit {
	padding: 16px 11px;
	color: #ffffff;
	background: #231815;
}


/* ポップアップ
--------------------------------------------------------------------*/

.pop_wrapper,
#mask_pop,
#mask_pop_mailmaga {
	display: none;
}

.pop_wrapper {
	position: fixed;
	z-index: 22000;
}

.pop_container {
	padding: 50px;
	position: relative;
	background: #ffffff;
}

.pop_container h3 {
	margin-bottom: 17px;
	font-size: 2.3em;
	text-align: center;
}

.pop_hl {
	margin-bottom: 30px;
    font-size: 1.6em;
}

.pop_container > p {
	line-height: 3;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 40px;
}

.pop_container .btn {
	line-height: 1;
	font-size: 1.4em;
}

.btn_pop_close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 16px;
	right: 16px;
	background: url(/static/full/images/common/btn_close.png) no-repeat center center;
	background-size: 15px 15px;
}

#mask_pop {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	/*background: rgba(255, 255, 255, .95);*/
    background: rgba(255, 255, 255, .5);
}

#mask_pop_mailmaga {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	z-index: 20000;
}


/* エラー文言
--------------------------------------------------------------------*/

.errorText {
	color: #ff0000;
}


/* お気に入り
--------------------------------------------------------------------*/
#favorite-logindialog {
	display: none;
	position : absolute;
	left: 0px;
	top : 0px;
	width : 350px;
	height : 160px;
	z-index : 1001;
}
#favorite-logindialog p {
	font-size: 10px;
	margin: 15px 0px 0px 8px;
	padding: 0px 0px 0px 8px;/*    background: url(/spc/images/ico_form_header_pass.gif) no-repeat center left;*/
}
#favorite-logindialog, #favorite-successdialog {
	position : absolute;
	left: 0px;
	top : 0px;
	background-color : #fff;
	width : 340px;
	height: auto;
	padding : 0;
	z-index: 1000;
	text-align: center;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	display: none;
}
#favorite-logindialog h5, #favorite-successdialog h5 {
	margin:15px 0;
	font-weight: bold;
	line-height: 30px;
}
#favorite-successdialog #popup_ok {
	font-family: NewsGothicBT-Roman,"游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "News Cycle", sans-serif,Helvetica;

	background-color: #000;
	border: none;
	color: #fff;
	padding: 0px 15px;
	margin: 10px 0 15px 0;
	cursor: pointer;
	line-height:26px;
	height:26px;
	min-width:90px;
}

#favorite-logindialog input {
	font-family: NewsGothicBT-Roman, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "News Cycle", sans-serif,Helvetica;
	padding: 0 5px;
	width: 220px;
	margin-bottom: 5px;
	font-size:12px;
	height:35px;
	line-height:35px;
	border:#999999 1px solid;
}
#favorite-logindialog input::-webkit-input-placeholder {
	text-align:center;
	color: #999999;
	font-weight: normal;
}
#favorite-logindialog input:-ms-input-placeholder {
	text-align:center;
	color: #999999;
	font-weight: normal;
}
#favorite-logindialog input::-moz-placeholder {
	text-align:center;
	color: #999999;
	font-weight: normal;
}


#favorite-logindialog .alpha input {
	border: none;
	padding: 0;
	width: auto;
    height: 30px;
    line-height: 30px;
}
#favorite-logindialog .btn_area{
	padding-top:5px;
	padding-bottom:5px;
}
#favorite-logindialog .remind {
	margin: 0 0 15px 0;
	padding: 0;
}
#favorite-logindialog .remind a {
	padding: 0 0 0 10px;
	background: url(/static/full/images/common/icon_linkarrow.gif) left center no-repeat;
	text-decoration: underline;
	margin: 0;
}


/* 表示切替プルダウン
--------------------------------------------------------------------*/
.section_switching {
    height: 25px;
    margin: 0 0 20px 0;
}
.section_switching ul {
    float: right;
    clear: both;
}
.section_switching li {
    .section_switching
    li {      display: inline-block;
    float: left;  }
    display: inline-block;
    display: inline-block;
    float: left;
}
.section_switching span {
    display: inline-block;
    float: left;
    font-size: 11px;
    padding: 7px 5px 0 10px;
}
.section_switching
 .select {
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    width: 100px;
    overflow: hidden;
}
.section_switching .select select {
	background: url(/static/full/images/common/menu_allow_01.jpg) no-repeat 85px center;
	background-color: #fff;
	color:#000;
	padding: 0 3px;
	height: 21px;
	line-height: 21px;
	width: 130px;
	border: none;
	letter-spacing: normal;
}

.view_more{
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
/*オープンセール時の文字色*/
.openSale{
	color: #c7002f !important;
}

/* #loading
-------------------------------------------*/
#loading {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	z-index: 15001;
	background: rgba(255, 255, 255, .5);
}

#loading_content {
	margin: -10px 0 0 -10px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#loading_content img {
	width: 20px;
}
