@charset "utf-8";

/***************************************************************

リセット

****************************************************************/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}

a img:hover{
    opacity: 0.7;
}



/***************************************************************

レイアウト

****************************************************************/

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
	
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}


body {
	color: #000;
    font-family: Roboto, 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	background: #fff;
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	background: #fff;
}

@media screen and (max-width: 736px) {
	body {
		min-width: 320px;
		height: 100%;
		font-size: 15px;
	}
}

a {
	position: relative;
}
a:link, a:visited {
    color: #09c;
    color: #2a2a2a;
	text-decoration: none;
	text-decoration: underline;
}
a:hover, a:active {
    color: #09c;
	text-decoration: none;
}


a.link{
    display: block;
    text-align: left;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#container {
    position: relative;
    min-width: 1000px;
    overflow: hidden;
	height: auto;
    min-height: 100%;
    background: #FFFFFF;
}


.wow{
	visibility: hidden;
}
.of_visible {
    overflow: visible!important;
}


/***************************************************************

#header 

****************************************************************/


#header {
    width: 100%;
    margin: 0px auto;
    position: relative;
    font-size: 0rem;
    border-bottom: 0px #E2E2E2 solid;
	background: #000;
}




#header #logo{
    position: relative;
    display: inline-block;
    width: 25%;
    margin: 0 0px 0 0;
    vertical-align: top;
text-align: left;
    background: #000;
    padding: 10px;
}


#header #logo img {
    display: inline-block;
    vertical-align: middle;
    max-height:50px;
    margin: 0 auto 0 0;
}

#header #logo h1{
    display: inline-block;
    padding: 0px;
    color: #5893ce;
    font-size: 14px;
}


@media screen and (max-width: 736px) {

.header-sp {
	width: auto;
	height: 60px;
	margin: 0 0 0px 0;
	padding: 0px;
	background: #eee;
}


.header-sp #logo{
    position: relative;
    text-align: left;
	width: 200px!important;
    height: 60px;
    float: left;
    top: 0px;
    padding: 0 5px!important;
    text-align: left!important;
}

.header-sp #logo a{
    display: block;
	padding:10px;
}
.header-sp #logo img{
	height:40px;
	 margin: 0px;
}

}

/***************************************************************

#contents 

****************************************************************/


#contents {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

h2 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 26px;
    font-size: 2.6rem;
    text-indent: 0;
    margin: 0px 0 10px 0;
    padding: 10px 0;
}

h3 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 21px;
    font-size: 2.1rem;
    text-indent: 0;
    margin: 0px 0 10px 0;
    padding: 10px 0;
}

h4 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 18px;
    font-size: 1.8rem;
    text-indent: 0;
}

h5 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 18px;
    font-size: 1.8rem;
    text-indent: 0;
}
p {
    clear: both;
    width: auto;
    height: auto;
    font-size: 13px;
    font-size: 1.3rem;
    text-indent: 0;
}

p.txt {
    clear: both;
    width: auto;
    height: auto;
    font-size: 15px;
    font-size: 1.5rem;
    text-indent: 0;
}
p.txt.txt-small{
    font-size: 12px;
    font-size: 1.2rem;
}

.item-container {
	font-size: 0rem;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.item-container-body {
	font-size: 0rem;
	width: 1200px;
    position: relative;
    padding: 0 0px 0px 0px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.item-container-body.wide {
    width: 100%;
    position: relative;
    padding: 0 0px 0px 0px;
}


.item{
	font-size: 0rem;
	display: inline-block;
    margin: 0%;
    overflow: hidden;
    position: relative;
	width: 33%;
    vertical-align: top;
    border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border: 0px #666 solid;
	text-align: center;
    padding: 0px;
  *display: inline;  
    *zoom: 1; 
	vertical-align: middle;
}


/*width
----------------------------------------*/
.w05per { width: 5%; }
.w10per { width: 10%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per { width: 33.3333333333333%; }
.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }
.w100per { width: 100%; }




.item .inbody {
    margin: 0 auto;
    position: relative;
    padding: 10px;
    position: relative;
}



@media screen and (max-width: 736px) {

#container {
    min-width: 0;
    transform: none!important;
}

#header {
    width: 100%;
	/*ヘッダー固定の場合*/
	position: fixed;
    z-index: 2;


}
#header  .header-body {
    width: auto;
}

#header #logo h1{
    font-size: 11px;
}

#contents {
	width: auto;
    margin-top: 60px;
}


.item-container-body {
    width:100%;
   position: relative;
    padding: 0 0px 0px 0px;
}


.item,.w05per,.w10per,.w15per,.w20per,.w25per,
.w30per,
.w33per,
.w35per,
.w40per,
.w45per,
.w50per,
.w55per,
.w60per,
.w65per,
.w70per,
.w75per,
.w80per,
.w85per,
.w90per,
.w95per,
.w100per { width: 100%; }


.w05per-sp { width: 5%; }
.w10per-sp  { width: 10%; }
.w15per-sp  { width: 15%; }
.w20per-sp  { width: 20%; }
.w25per-sp { width: 25%; }
.w30per-sp { width: 30%; }
.w33per-sp { width: 33.3333333333333%; }
.w35per-sp { width: 35%; }
.w40per-sp { width: 40%; }
.w45per-sp { width: 45%; }
.w50per-sp { width: 50%; }
.w55per-sp { width: 55%; }
.w60per-sp { width: 60%; }
.w65per-sp { width: 65%; }
.w70per-sp { width: 70%; }
.w75per-sp { width: 75%; }
.w80per-sp { width: 80%; }
.w85per-sp { width: 85%; }
.w90per-sp { width: 90%; }
.w95per-sp { width: 95%; }
.w100per-sp { width: 100%; }


}


/***************************************************************

table

****************************************************************/

table.tbl-border {
    border-left: 1px #999 solid;
    border-top: 1px #999 solid;
    border-bottom: 0px #999 solid;
    font-size: 1.3rem;
    width: auto;
    margin: 0 auto;
}

table.tbl-border th{
    padding: 10px;
    border-bottom: 1px #999  solid;
    border-right: 1px #999 solid;
    white-space: nowrap;
    text-align: center;
	width: 25%;
    background: #F9F9F9;
}


table.tbl-border td{
    padding: 10px;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
  text-align: left;
    background: transparent;
    line-height: 1.6;
position: relative;
}

table.tbl-border.th-top th,
table.tbl-border.th-top td{
    width: auto;
}

table.tbl-border.tbl-w100per{
    width: 100%;
}

table .attention,
table .attention th {
background: #fdf9e6!important;
}
table .caution,
table .caution th {
background: #faff18!important;
}

/***************************************************************

ページャー

****************************************************************/

.pager{
    font-size: 1.4rem;
    margin: 10px;
    position: relative;
}
.pager span,
.pager a{
padding: 5px;
}
.pager a.prev:before{
    content: "\F104";
    font-family: FontAwesome;
    margin: 0 10px 0 0px;
}
.pager a.next:after{
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 0 0 10px;
}

.pager a.active {
    font-weight: 600;
}


/***************************************************************

#footer
****************************************************************/

#footer {
	text-align: center;
    font-size: 0rem;
    width: 100%;
    position: absolute;
	position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 0px 0 0px;
    color: #fff;
background: transparent;
    z-index: 3;

}


ul.nav-footer {
	font-size: 1.3rem;
    margin: 10px auto 20px;
}
ul.nav-footer li{
    display:inline-block;
}
ul.nav-footer li a{
    display: block;
    color: #000;
    padding: 5px 10px;
}


@media screen and (max-width: 736px) {

#footer {
    position: relative;
}

}


/***************************************************************

共通

****************************************************************/

.vertical-align_t{
    vertical-align: top!important;
}
.vertical-align_b{
    vertical-align: middle!important;
}
.vertical-align_b{
    vertical-align: button!important;
}

.link_txt{
    text-decoration: underline!important;
}

.icon-selling:before{
	content: "";
    background-image: url(../images/common/icon/selling.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin: 0 10px 0 0;
    display: block;
    font-family: helvetica;
    padding-top: 0;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;

}
.icon-cart:before{
	content: "";
    background-image: url(../images/common/icon/cart.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin: 0 10px 0 0;
    display: block;
    font-family: helvetica;
    padding-top: 0;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;

}
.icon-mypage:before{
	content: "";
    background-image: url(../images/common/icon/mypage.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin: 0 10px 0 0;
    display: block;
    font-family: helvetica;
    padding-top: 0;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}


.icon-des,
.icon-asc{
padding: 1px;
}
.icon-des span,
.icon-asc span{
display: none;
}
.icon-des:before,
.icon-asc:before{
    position: relative;
    content: "\F0d7";
    font-family: FontAwesome;
    width: 10px;
    height: 20px;
    font-size: 2rem;
}
.icon-asc:before{
    content: "\f0d8";
}

.btn{
	position: relative;
    display: inline-block;
    border: 0px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url(PIE.htc);
    overflow: hidden;
    background: #aaa;
    color: #fff!important;
    font-weight: normal;
    padding: 10px 35px;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 1.5rem;
    width: auto;
    vertical-align: middle;
    white-space: nowrap;	
    text-decoration: none!important;
}

.btn-nobg{
    position: relative;
    display: inline-block;
    border: 0px solid #CCCCCC;
    background: #fff;
    color: #666!important;
    padding: 5px 0 5px 25px;
    text-decoration: none!important;
}

.btn-nobg.btn-nobg-small{
    font-size: 1.2rem;
}

.btn-lg{}
.btn-small{
    padding: 10px 30px;
    line-height: 1.2;
    font-size: 1.2rem;
    border: 0px solid #fff;
}
btn-block{}
btn-signin{}

.btn-full{
    width: 100%;
}

.btn:before{
    position: absolute;
    content: "\F138";
    font-family: FontAwesome;
    left: 10px;
    top: 25%;
}
.btn.btn-nobg:before {
    top: 20.5%;
}

.btn-back:before{
    content: "\F104";
    font-family: FontAwesome;
}
.btn-download:before{
    content: "\F019";
}
.btn-upload:before{
    content: "\F093";
}

.btn-detail:before {
    content: "\f0f6";
}

.btn-refresh:before{
    content: "\F021";
}
.btn-delete:before{
    content: "\f014";
}
.btn-edit:before{
    content: "\f040";
}

.btn-search:before{
	content: "\f002";
    left: 0;
    right: 0;
    font-size: 2.5rem;
    top: 8px;
}
.btn-search02:before{
	content: "\f002";
}

.btn-logout:before{
    content: "\f08b";
}
.btn-close:before{
    content: "\f00d";
}

.btn-watch:before{
    content: "\f005";
}
.btn-watch-off:before{
    content: "\f006";
}
.btn-cart02:before{
    content: "\f217 ";
}

.btn-comment:before{
    content: "\f27b ";
}
.btn-anc:before{
    content: "\f01a ";
}
.btn-stop:before{
    content: "\f056";
}


.btn-primary {
    color: #fff!important;
    background-color: #ff5e00;
    border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
    background-color: #ffa809;
    border-color: #fff;
}
.btn-active {
    color: #fff!important;
    background-color: #96ca00;
    border-color: #fff;
}
.btn-active:hover,
.btn-active:focus,
.btn-active:active,
.btn-active.active{
    background-color: #85b302;
    border-color: #fff;
}

.btn-caution {
    color: #fff!important;
	background-color: #da1504;
    border-color: #fff;
}
.btn-caution:hover,
.btn-caution:focus,
.btn-caution:active,
.btn-caution.active{
    background-color: #b30e00;
    border-color: #fff;
}

.btn-black {
    color: #fff!important;
    background-color: #333;
    border-color: #fff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active{
    background-color: #666;
    border-color: #fff;
}
.btn-gray {
    color: #fff!important;
    background-color: #999;
    border-color: #fff;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active{
    background-color: #666;
    border-color: #fff;
}


.btn-outline-primary {
color: #96ca00!important;
    background-color: transparent;
    background-image: none;
    border: #96ca00 1px solid;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active{
    background-color: #96ca00;
   color: #fff!important;
}


.btn-outline-gray {
	color: #666 !important;
    background-color: transparent;
    background-image: none;
    border: #666  1px solid;
}
.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray:active,
.btn-outline-gray.active{
    background-color: #666;
   color: #fff!important;
}


.btn-normal {
    text-shadow: 0 1px 1px #fff;
	color: #000!important;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border-color: #6f6f6d;
    border-width: 1px;
	box-sizing: border-box;
}
.btn-normal :hover,
.btn-normal :focus,
.btn-normal :active,
.btn-normal .active{
    background-color: #eee;
    border-color: #6f6f6d;
}

.btn-noicon{
	pointer-events: none;
}
.btn-noicon:before{
	display:none;
}

.btn-w100per {
    width: 100%;
}

@media screen and (max-width: 736px) {




}

/*************************************************************

.form

**************************************************************/

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text]{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control {
	display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
	min-width: 100px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control.form-auto {
    width: auto!important;
    display: inline-block;
    vertical-align: middle;
}


.form-control.form-middle {
    width: 70%!important;
    display: inline-block;
    vertical-align: middle;
}


.form-control.form-short {
    width: 14%!important;
    display: inline-block;
    vertical-align: middle;
}

.form-control.form-medium {
    width: 40%!important;
    display: inline-block;
    vertical-align: middle;
}
.form-control.form-small {
	height: 30px;
    min-width: 70px;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}


.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}


.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

textarea.form-control{
    height: 100px;
}

label.table input[type]{
    display: inline-block;
    width: 70%;
    margin-left: 10px;
}
label.table{
	font-size: 1.5rem;
}


@media screen and (max-width: 736px) {

	label.table input[type]{
	    display: block;
	    width: 100%;
	    margin-left: 00px;
	}


}



/*************************************************************

パンくず

**************************************************************/


.breadcrumb {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding: 10px;
    font-size: 11px;
background-color: #f8f9fa!important;
}

.breadcrumb ol {
    margin: 0 auto;
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    font-size: 11px;
    padding-left: 4px;
    position: relative;
    margin-left: 4px;
}
.breadcrumb li span {
    padding-right: 4px;
}

.breadcrumb li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.breadcrumb li:after {
    content: "/";
    margin: 0 2px;
}

.breadcrumb li:last-child:after,
.breadcrumb li:first-child:after {
    content: "";
    margin: 0 2px;
}


.breadcrumb a {
    color: #393939;
    position: relative;
    text-decoration: underline;
}


.pagenav{
    text-align: right;
    font-size: 11px;
	margin: 10px 0;
}

.pagenav span.current{
font-weight: bold;
    border-right: 1px #ccc solid;
    padding: 2px 6px;
}

.pagenav a{
    padding: 2px 6px;
    border-right: 1px #ccc solid;
}
.pagenav a:last-child{
    border-right: 0px #ccc solid;
}

@media screen and (max-width: 736px) {

.breadcrumb {
    width: 100%;
}

}

/***************************************************************

ナビゲーション

****************************************************************/

ul#nav {
    display: inline-block;
	width: 75%;
	text-align: right;
}

ul#nav li {
    display: inline-block;
	height: 70px;
    vertical-align: top;
	border-left: 1px #555 solid;
}
ul#nav li p{
    font-size: 1.5rem;
    font-weight: normal;
color: #fff;
}

ul#nav li.member p{
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
}
ul#nav li.member span{
    display: block;
    /*color: #de5d50;*/
}

ul#nav li a{
	max-height: 70px;
    padding: 25px 5px 22px;
	color: #000;
	display: block;
    text-align: center;
}

ul#nav li div {
    position: relative;
    display: inline-block;
	vertical-align: middle;
    margin: 0 0 0 5px;
}

ul#nav li.membe {
    pointer-events: none;
}

ul#nav li:hover{
	background:#666;
}
ul#nav li.member:hover{
	background:#fff;
}

.position_c{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}



ul#nav li a:before{
}

.btn-selling:before {
	content: "";
    background-image: url(../images/common/icon/selling_w.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	height: 20px;
    width: 20px;
    margin: 0;
    display: inline-block;
	vertical-align: middle;
}
.btn-sellingw:before {
	content: "";
    background-image: url(../images/common/icon/sellingw.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin: 0;
    display: inline-block;
	vertical-align: middle;
}

.btn-cart:before {
	content: "";
    background-image: url(../images/common/icon/cart_w.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	height: 20px;
    width: 20px;
    margin: 0;
    display: inline-block;
	vertical-align: middle;
}
.btn-mypage:before {
	content: "";
    background-image: url(../images/common/icon/mypage_w.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	height: 20px;
    width: 20px;
    margin: 0;
    display: inline-block;
	vertical-align: middle;
}

.btn-signout:before {
	content: "";
    background-image: url(../images/common/icon/signout_w.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	height: 20px;
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
ul#nav li a.btn-signout div {
    position: relative;
    /*display: block;*/
	vertical-align: middle;
}
ul#nav li a.btn-signout div p {
    text-align: center;
}



span.badge {
position: absolute;
    right: 0px;
    top: -18px;
    display: inline-block;
    min-width: 10px;
    padding: 5px 0px 2px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #f9b500;
    border-radius: 9999px;
}
.btn-cart div span.badge {
    background-color: #DE5D50;
}


@media screen and (max-width: 736px) {

ul#nav {
    right: 60px;
    position: absolute;
}

ul#nav li {
    overflow: visible!important;
height: auto;
}

ul#nav li:hover{
	background:transparent;
}

ul#nav li a {
    padding: 0;
}

ul#nav li p{
    display:none;
}
ul#nav li div {
    display: block;
    margin: 0px;
}

.btn-cart {
	width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    text-align: center;
    right: 0px;
    top: 0;
    background-color: transparent;
}
.btn-cart:before {
    height: 30px;
    width: 30px;
    margin: 15px;
	display: block;
	position: absolute;
}
span.badge {
    position: absolute;
    right: 1px;
    top: 5px;
}


}





/***************************************************************

スマホメニュー

****************************************************************/


.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}

.slidemenu-left {
    left: 0;
}

/*
.slidemenu-right {
    right: 0;
}
*/
/*ヘッダ固定の場合*/

.slidemenu-right {
    right: 0;
    top: 60px;
    height: auto!important;
    width: 100%;
}



@media screen and (max-width: 736px) {


.slidemenu .slidemenu-header {
	padding:10px;
	background-color: #333;
	position: relative;
	/*border-left: 1px #000 solid;*/
}
.slidemenu .slidemenu-header div {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}


.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #fbfbfb;
	border-left: 1px #000 solid;
	border: 1px #000 solid;
}

.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}

.slidemenu li {
	list-style: none;
    border-top: 1px solid #FFFAFA;
    border-bottom: 1px dotted #dccada;
    font-size: 1.4rem;
    line-height: 1.6;
}
.slidemenu li a {
	padding: 10px 0 10px 10px;
    display: block;
    text-decoration: none;
    color: #333;
}
.slidemenu li-no-icon a:before{
	content:"●";
}

.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    /*border-bottom: none;*/
}


.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 0px solid #ddd;
}

.button.menu-button-right {
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    text-align: center;
	right: 0;
    top: 0;
    background-color: transparent;
    z-index: 1;
}

.button.menu-button-right:before{
	content: "MENU";
    background-image: url(../images/sp/open_w.svg);
    background-size: contain;
    background-position: center 5px;
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    margin: 5px 15px;
    display: block;
    font-size: 11px;
    font-family: helvetica;
    padding-top: 30px;
color: #fff;
}


.slideOpen .button.menu-button-right:before {
	content: "";
	 background-image: url(../images/sp/close_w.svg);
    height: 30px;
    width: 30px;
    margin: 15px;
}


}


/***************************************************************

タブメニュー

****************************************************************/

.tb-box {
    background: #fff;
}

.tb-box .item .inbody-box {
    padding: 0px;
    background: #fff;
    border-radius: 6px;
    margin: 2%;
    overflow: hidden;
    border: 1px #6891a2 solid;
}
.tb-box .item .inbody {
    margin: 0 auto;
    position: relative;
    padding: 15px;
    position: relative;
}
ul.tb-menu{
    margin: 0 0 20px 0;
    border-bottom: 2px #c3d601 solid;
    text-align: center;
    background: #eff0f4;
}

.tb-menu  li{
	display: inline-block;
    background: #dbe66a;
    width: 40%;
    border-bottom: 0px;
    margin: 0 5px;
}

.tb-menu  li:last-child{
}
.tb-menu  li a{
    padding: 10px 5px;
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;

}

.tb-menu  li a span{
    display: block;
    font-weight: normal;
}

.tb-menu  li.active,
.tb-menu  li:hover{
	background: #c3d601;
    color: #fff;
}

/*************************************************************

ページトップ
**************************************************************/

.backtotop {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 9000;
	display: none;
}

a.pagetop {
    display: block;
    color: #FFFFFF;
    padding: 10px 6px;
    margin: 0;
    background-color: #00689a;
    border-radius: 0px;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
}
.backtotop a:hover {
  opacity: 0.5;
}

.backtotop i {
margin: 0 0px 0 0;
font-size: 180%;
display: block;
}


/*************************************************************

*list:

**************************************************************/

ul.ul-number {
    margin: 10px;
    font-size: 1.5rem;
    text-align: left;
    padding: 10px;
}
ul.ul-number li {
    list-style: decimal;
}


/*************************************************************

*IMG:

**************************************************************/

img {
	vertical-align: top;
}

.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}

@media screen and (max-width: 736px) {
	img {
		max-width: 100%;
		height: auto;
	}
}


/*************************************************************

*font-family:

**************************************************************/
.eng {
	font-family: 'helvetica', serif;
	font-weight: 400;
}
.eng_b {
	font-family: 'helvetica', serif;
	font-weight: 700;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
}

.mincho_b {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
	font-weight: bold;
}

/*************************************************************

*color:

**************************************************************/

.color_red { color: #ff0000!important; }
.color_blue { color: #3d85e8!important; }
.color_geen { color: #18b018!important; }
.color_orange { color: #ff7011!important; }
.color_gray { color:#999999!important; }
.color_white { color:#fff!important; }
.color_gold { color:#cfa607!important; }
.color_purple { color:#c08dff!important; }

/*************************************************************

*レスポンシブ

**************************************************************/

/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline-block !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

.visible_pc_tb {
	display: table-cell !important;
}
@media screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline-block !important;
	}

	.visible_pc_tb {
		display: none !important;
	}

	.maximg_sp{
		max-width:100%;
		height:auto;
	}

}


/*************************************************************

*hr

**************************************************************/

hr {
	clear: both;
    border: none;
    border-top: solid 2px #7e6a2c;
    height: 1px;
    color: #FFFFFF;
    margin: 40px 0;
}

hr.border {
    clear: both;
    border: none;
    border-top: solid 1px #999;
    height: 1px;
    color: #FFFFFF;
    margin: 20px 0;
}
hr.border-dotted {
    clear: both;
    border: none;
    border-top: dotted 1px #999;
    height: 1px;
    color: #FFFFFF;
    margin: 20px 0;
}

hr.clear {
clear: both;
    border-bottom: none;
    height: 0;
    color: transparent;
    margin: 0;
    border: 0;
    margin: 15px 0;
}
}

@media screen and (max-width: 736px) {
	hr {
	    margin: 15px 0;
	}
}

/*************************************************************

*.clearfix

**************************************************************/

.clearfix { zoom:1; }

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/*************************************************************

*.align

**************************************************************/

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }




/*************************************************************

*font

**************************************************************/

.font10 { font-size: 1rem !important; }
.font11 { font-size: 1.1rem !important; }
.font12 { font-size: 1.2rem!important; }
.font13 { font-size: 1.3rem !important; }
.font14 { font-size: 1.4rem !important; }
.font18 { font-size: 1.8rem !important; }
.font24 { font-size: 2.4rem !important; }
.fontb { font-weight: bold !important; }
.fontul { text-decoration: underline !important; }
.fontlt { text-decoration: line-through !important; }
.fontobl { font-style: oblique !important; }

.fontvt {
	vertical-align: text-top !important;
	font-size: 50% !important;
}
.fontvb {
	vertical-align: text-bottom !important;
	font-size: 50% !important;
}

.fontn { font-weight: normal; }
.fontb { font-weight: normal; }


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border:  0px solid #fff;
	left: 0px;
    background: transparent;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/bx_controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/bx_controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
    top: 110%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/bx_controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/bx_controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



