/* デフォルト画面 ここまで*/
h2.h2_cls{
    background:url("/img/bg_h2.png") no-repeat scroll 50% 100%;
    color: #39202a;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 50px 0px 20px;
    padding-bottom: 20px;
    text-align: center;
}
.wrap1000{max-width:1000px;}

.inputbox {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
	margin: 0px 0px 20px;
}

#admin_head {
	background: #000;
    background: #000 linear-gradient(#555, #000) repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-shadow: 1px 1px 1px #999;
}

#admin_head a {
    color: #00a0d9;
    text-decoration: underline;
}

#ad_wrap {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}

#ad_wrap_header {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}

#ad_area {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b3b3b3;
    padding: 25px;
	border-radius: 5px;
}

#ad_wrap h3 {
    background: rgba(0, 0, 0, 0) url("/img/bg_h3.png") no-repeat scroll 0 50%;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    margin: 20px 0 25px;
    padding: 10px 15px 10px 20px;
}

#ad_form {
    margin: 0;
}
#ad_form dl {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    display: table;
    margin: 0;
    width: 100%;
}
#ad_form dl:nth-last-of-type(1) {
    border-bottom: 1px solid #ccc;
}
#ad_form dt {
    background-color: #f0f0f0;
    font-weight: normal;
    padding: 20px 10px;
    width: 30%;
}
#ad_form dd {
    background-color: #fff;
    width: 70%;
    word-wrap: break-word;
}
#ad_form dt, #ad_form dd {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

#ad_form dd input[type="text"], #ad_form dd textarea, #ad_form dd input[Type="password"] {
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px;
    transition: all 0.3s ease 0s;
}
#ad_form dd select {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 3px;
}
#ad_form dd textarea {
    height: 150px;
}
#ad_form dd input[type="radio"] {
}
#ad_form dd label {
    margin: 0;
}

/* デフォルト画面 ここから */

/*アイコン ここから*/
.cartinfo {
    position: absolute;
    top: 1px;
	right: 1px;
}

.cartinfo dt {
    display: none;
}

.cartinfo dd {
    color: transparent;
    visibility: hidden;
}
.cartinfo dd span {
    background-color: blue;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    visibility: visible;
    width: 18px;
}

#nav_icon{
	float:right;
	text-align:right;
}

#nav_icon ul li {
    display: inline-block;
    vertical-align: middle;
	position: relative;
	margin-right:10px;
	letter-spacing: normal;
}

#nav_icon ul li:last-child{margin:0;}


#nav_icon ul li img{
	width:50px;
}
/*アイコン ここまで */

/* ログイン画面 ここから */
#login_form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 500px;
    padding: 20px;
}

#login_form .login_area {
	margin: 0;

}

#login_form h2 {
	font-family: Arial,Roboto,“Droid Sans”,“游ゴシック”,YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”,“メイリオ”,Meiryo,sans-serif;
	font-style: normal;
    font-weight: normal;
	background:none;
	text-align: left;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    margin: 10px auto 0;
    padding-bottom: 5px;
}

#login_form dl {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #cbd5dc;
    display: table;
    margin: 0;
    width: 100%;
}
#login_form dl:nth-last-of-type(1) {
    border-bottom: 1px solid #cbd5dc;
}
#login_form dt {
    background:#f1f5f8;
    color: #333;
    font-weight: normal;
    padding: 20px 10px;
    text-align: right;
    width: 30%;
}
#login_form dd {
    background-color: #fff;
    width: 70%;
    word-wrap: break-word;
}
#login_form dt, #login_form dd {
    border-left: 1px solid #cbd5dc;
    border-right: 1px solid #cbd5dc;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
#login_form dd input[type="text"], #login_form dd input[Type="password"] {
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px;
    transition: all 0.3s ease 0s;
    width: 90%;
}
#login_form dd input[type="radio"] {
}
#login_form dd label {
    margin-left: 0;
    margin-right: 10px;
}

/* ログイン画面 ここまで */

#product-list{
	width:92%;
	margin:0 4%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#product-list li {
    display: block;
    float: left;
    height: auto;
    margin: 0 5% 40px 0;
    position: relative;
    width: 30%;
	text-align: center;
	list-style:none;
}
#product-list li img{
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}

#product-list li:nth-child(3n) {
    margin-right: 0;
}

#product-list h3 {
	font-family :Quicksand, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro';
	font-style: normal;
    font-weight: normal;
	background:none;
    border:0;
    font-size: 16px;
    margin: 10px 0 5px;
	padding:0;
}

#product-list .price{
}

.user_price{color: #ff0000;}

.product_detail_l {
    float: left;
    margin-right: 4%;
    width: 48%;
	margin-bottom:20px;
}

#sub-slider {
    background: #f1f2f2 none repeat scroll 0 0;
    padding: 25px 30px 35px;
}

.product_detail_r {
    float: left;
    width: 48%;
}

.product_detail_r h2 {
	background:none;
	text-align: left;
    border-bottom: 1px dashed #ccc;
    font-size: 24px;
    margin: 0px 0px 15px;
	padding: 0px 0px 15px;
}

.product_detail_r .desc {
    border-bottom: 1px dashed #ccc;
    margin: 0px 0px 15px;
	padding: 0px 0px 15px;
}

.product_detail_r .price{
	font-size: 16px;
	margin-bottom:5px;
}

.product_detail_r .user_price{
	color: #f00;
	font-size: 16px;
	margin-bottom:5px;
}

.product_detail_r .piece{
	font-size: 16px;
    border-bottom: 1px dashed #ccc;
    margin: 0px 0px 30px;
	padding: 0px 0px 15px;
}

.product_detail_r .piece select{
	font-size: 16px;
}

.product_detail_r .cart_btn{
	text-align:center;
}

.product_detail_r .cart_btn a{
	cursor: pointer;
}
.product_detail_r .cart_btn img{
	width:200px;
}

.sysbox {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
	margin-bottom:20px;
	text-align:center;
}

.systotaltxt {
    font-size: 16px;
}

.syscartattention {
	font-size: 24px;
	padding: 0 5px;
    color: #ff0000;
}

ul.cart_list{ margin-bottom: 30px; }
ul.cart_list li{ border: 1px solid #ccc;border-radius:5px;padding:30px;margin-bottom:15px; }
ul.cart_list li:last-child{ margin-bottom:0; }
.cart_list_l {
    float: left;
    margin-right: 2%;
    width: 30%;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.cart_list_r {
    float: left;
    width: 68%;

}

.cart_list_r .title{display:block;height:auto;font-size: 16px;margin: 0 0 5px;}
.cart_list_r .price{
    border-bottom: 1px dashed #ccc;
    margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
.cart_list_r .piece{
    border-bottom: 1px dashed #ccc;
    margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
.cart_list_r .cart_btn{
	text-align:right;
}

.cart_list_r .cart_btn a{
	cursor: pointer;
}
.cart_list_r .cart_btn img{
	width:200px;
}

.cart_list_r .sysubtotalarea{
    border-bottom: 1px dashed #ccc;
    margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}

.cart_list_r .sysubtotalarea span{
    color: #ff0000;
}
.sysdelete{text-align: right;}
.btn_delete {
    -moz-appearance: none;
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    max-width: 150px;
    outline: medium none;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    width: 100%;
	border-radius: 5px;
}

.syscartbtn{text-align: center;letter-spacing: -.40em;}

.syscartbtn a{letter-spacing: normal;}

.btn_back {
    -moz-appearance: none;
    background-color: #ccc;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    max-width: 200px;
    outline: medium none;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    width: 100%;
	border-radius: 5px;
	margin-right:20px;
	font-size: 16px;
}

.btn_link {
    -moz-appearance: none;
    background-color: #9d6a09;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    max-width: 200px;
    outline: medium none;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    width: 100%;
	border-radius: 5px;
	font-size: 16px;
	border:0;
}

.btn_submit{text-align:center;margin-top:20px;}
.btn_submit input{
    -moz-appearance: none;
    background-color: #9d6a09;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    max-width: 200px;
    outline: medium none;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    width: 100%;
	border-radius: 5px;
	font-size: 16px;
	border:0;
}

.btn_submit input:hover{
	opacity:0.6;
}

.searchlist{
	border-top: 2px solid #c8a063;
	border-bottom: 2px solid #c8a063;
	margin: 0px 0px 20px;
	padding: 20px 15px;
	letter-spacing: -.40em;
}

.searchlist a {
    border: 0 solid #999;
    border-radius: 0;
    display: inline-block;
    margin: 3px 0;
    padding: 2px 10px;
    text-decoration: underline;
	letter-spacing: normal;

}

.searchlist a.select{
	color:#404040;
	pointer-events: none;
	text-decoration: none;
	letter-spacing: normal;
}

.searchlist a.select:before {content: "\f00c";font-family: FontAwesome;}

.search_title{font-weight: bold;letter-spacing: normal;}

.order_area{
	margin-bottom:20px;
	border: 1px solid #ccc;
}
ul.order_list{
	padding:20px;
}

ul.order_list li{
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 15px;
	margin: 0px 0px 15px;
}

ul.order_list li:last-child{padding:0;border:0;margin:0;}

.order_list_l {
    float: left;
    margin-right: 2%;
    width: 20%;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.order_list_r {
    float: left;
    width: 78%;
}
.order_list_r .sysubtotalarea span{
    color: #ff0000;
}

#order_sysbox {
	text-align:right;
	background:#f0f0f0;
}

#order_sysbox dl {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	display: table;
	margin: 0;
	width: 100%;
}

#order_sysbox dl:nth-last-of-type(1) {
    border-bottom: 0;
}
#order_sysbox dt {
    background-color: #f0f0f0;
    font-weight: normal;
    padding: 20px 10px;
    width: 80%;
}
#order_sysbox dd {
    background-color: #fff;
    width: 20%;
    word-wrap: break-word;
}
#order_sysbox dt, #order_sysbox dd {
    border-left: 0;
    border-right: 0;
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

.order_syscartattention {
    color: #ff0000;
}

#menus_wrap {
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 300;
}
#menus_wrap ul{
	box-shadow: 0 1px 2px 2px rgba(22, 25, 28, 0.3);
}

#menus_wrap ul li {
	background:#2b2b2b;
    background: -moz-linear-gradient(center top , #2b2b2b, #161616) repeat scroll 0 0;
	background: -webkit-gradient(center top , #2b2b2b, #161616);
    border: 1px solid #333;
    text-align: center;
    width: 25%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

#menus_wrap ul li img{
	width:48px;
}

/*マイページ*/
.welcome_box {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 5px;
	margin: 0px 0px 5px;
}

.caution_txt{
	background:#ffcccc;
	border: 1px solid #ff8f8f;
	padding:10px;
	margin-bottom:20px;
}

.history_top{
	padding: 20px 20px 0px;
}

.history_top_l{float:left;}
.history_top_r{float:right;}

.history_top .btn_link {
	height: 40px;
    line-height: 40px;
	width: 150px;
}

.history_area{
	margin-bottom:20px;
	border: 1px solid #ccc;
}
.history_area:last-child{margin:0;}
ul.history_list{
	padding:20px;
}

ul.history_list li{
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 15px;
	margin: 0px 0px 15px;
}

ul.history_list li:last-child{padding:0;border:0;margin:0;}

.history_list_l {
    float: left;
    margin-right: 2%;
    width: 20%;
}

.history_list_r {
    float: left;
    width: 78%;
}

.history_sysbox {
	text-align:right;
	background:#f0f0f0;
}

.history_sysbox dl {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	display: table;
	margin: 0;
	width: 100%;
}

.history_sysbox dl:nth-last-of-type(1) {
    border-bottom: 0;
}
.history_sysbox dt {
    background-color: #f0f0f0;
    font-weight: normal;
    padding: 20px 10px;
    width: 80%;
}
.history_sysbox dd {
    background-color: #fff;
    width: 20%;
    word-wrap: break-word;
}
.history_sysbox dt, .history_sysbox dd {
    border-left: 0;
    border-right: 0;
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

/*ここまで*/

.btn_cls {
    font-size: 0;
    margin-top: 20px;
    text-align: center;
}

.btn_cls input{
	font-family: "Noto Sans Japanese",serif;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%) repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(224, 224, 224, 1)));
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
    left: 0;
    line-height: 100%;
    margin: 0;
    overflow: visible;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 0;
    vertical-align: middle;
    width: auto;
	-webkit-appearance:none;
}

.btn_cls input:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%) repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(237, 237, 237, 1)));
    border: 1px solid #bbb;
}

.txt_center {
    text-align: center!important;
}
.txt_right {
    text-align: right;
}
.checkbox {
	margin-right: 5px;
    position: relative;
    top: 1px;
}
.radiobox {
	margin-right: 5px;
	position:relative;
	top:-3px;
}
.w30 {width: 30px!important;}
.w40 {width: 40px!important;}
.w50 {width: 50px!important;}
.w100 {width: 100px;}
.w200 {width: 200px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.m_t0{margin-top:0px!important;}
.m_t10{margin-top:10px!important;}
.m_t30{margin-top:30px!important;}
.m_b0{margin-bottom:0px!important;}
.m_b5{margin-bottom:5px;}
.m_b20{margin-bottom:20px;}
.m_b30{margin-bottom:30px;}
.m_r20{margin-right:20px!important;}
.col_red {color: #ff0000;}
.col_white {color: #fff;}
label.error {color: #ff0000;}
.display_none{display:none;}
.font_bold{font-weight:bold;}
.input_cls{
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px;
    transition: all 0.3s ease 0s;
}
.flo_left{ float:left; }
.flo_right{ float:right; }
:disabled {
	background-color: #dddddd!important;
}

/****************************************
		レスポンシブスタイルシート
*****************************************/
@media (max-width: 780px){
	#ad_wrap{
		margin:0;
	}
	#admin_head {
		display:none;
	}
	#menus_wrap{display:block;}
}

@media (max-width: 640px){

	#ad_wrap h3 {font-size: 14px;}
	#ad_area{
		padding: 10px;
	}
	ul.order_list{
		border: 0;
		padding: 0;
		font-size:12px;
		margin-bottom:20px;
	}
	#login_form {
		margin: 0;
	}

	#login_form h2{
		margin: 0px 0px 10px;
		font-size:14px;
	}

	#login_form dl {
		display: block;
		width: 100%;
	}
	#login_form dt::after {
		clear: both;
		content: "";
		display: table;
	}
	#login_form dt {
		margin-bottom: 10px;
		padding: 0;
		text-align: left;
		width: auto;
	}
	#login_form dd {
		width: auto;
	}
	#login_form dt, #login_form dd {
		display: block;
		margin: 0;
		padding: 5px;
	}

	#login_form dd input[type="text"], #login_form dd input[Type="password"]{
		font-size: 16px;
		width:95%;
	}

	#ad_form {
		margin: 0;
	}
	#ad_form dl {
		background: #ddd none repeat scroll 0 0;
		display: block;
		width: 100%;
		border:0;
	}
	#ad_form dt::after {
		clear: both;
		content: "";
		display: table;
	}
	#ad_form dt {
		margin-bottom: 10px;
		padding: 0;
		text-align: left;
		width: auto;
	}
	#ad_form dd {
		width: auto;
	}
	#ad_form dt, #ad_form dd {
		border: medium none;
		display: block;
		margin: 0;
		padding: 10px 5px;
		vertical-align: top;
		border:0;
	}

	#ad_form dd select {
		font-size: 16px;
	}
	#ad_form dd input[type="text"], #ad_form dd textarea,#ad_form dd input[type="password"]{
		font-size: 16px;
		width:95%;
	}

	#ad_form dd input[type="file"]{
		width:95%;
	}

	#product-list {
		width:100%;
		margin:0;
	}

	#product-list li {
		float: none;
		margin: 0 0 30px 0;
		width: 100%;
	}

	#product-list li img{
		width: 80%;
	}

	#product-list li:nth-child(1n) {
		margin-right: 0;
	}

	.product_detail_l {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.product_detail_r {
		float: none;
		width: 100%;
	}


	ul.cart_list li {
		padding: 10px;
	}


	.cart_list_r .title {
		font-size: 14px;
	}
	.cart_list_r .price p{font-size:12px;}

	.cart_list_r .piece {font-size:12px;}

	.btn_back{margin: 0px 0px 20px;}
	.searchlist {padding: 20px 0px;}
	.search_title{display:block;}

	.order_area{border:0;}
	#order_sysbox dl {
		border-collapse: collapse;
		border-spacing: 0;
		border-top: 1px solid #ccc;
		display: table;
		margin: 0;
		width: 100%;
	}

	#order_sysbox dl:nth-last-of-type(1) {
		border-bottom: 1px solid #ccc;
	}
	#order_sysbox dt {
		background-color: #f0f0f0;
		font-weight: normal;
		padding: 20px 10px;
		width: 40%;
	}
	#order_sysbox dd {
		background-color: #fff;
		width: 60%;
		word-wrap: break-word;
	}
	#order_sysbox dt, #order_sysbox dd {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		display: table-cell;
		padding: 10px;
		vertical-align: top;
	}

	.sysbox{padding: 30px 15px;}

	.history_top{
		padding: 10px 10px 0px;
	}

	.history_top_l{float:none;}
	.history_top_r{float:none;margin: 10px 0px;}
	.history_top .btn_link {

		height: 40px;
		line-height: 40px;
		width: 100%;
		max-width: 100%;
	}

	ul.history_list{
		padding:10px;
	}
	.history_sysbox dt {
		width: 40%;
	}
	.history_sysbox dd {
		width: 60%;
	}

	.slick-prev img, .slick-next img {
		width: 27px;
	}
}
