﻿@charset "utf-8";


html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}
body {
 line-height: 1.4;
 -webkit-text-size-adjust: none;
font-family: メイリオ,Helvetica, HiraKakuProN-W3, sans-serif;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}
img {
 border: 0;
 vertical-align: bottom;
}
ul, ol {
 list-style: none;
}
table {
 border-spacing: 0;
 empty-cells: show;
}



/*-------------------------------------------
共通
-------------------------------------------*/

/*ヘッダー*/

#logo {
 background-color: #8B8B8B;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#B3B3B3),to(#8B8B8B));
 text-align: center;
 -webkit-box-shadow: 0 2px 1px #ddd;
 box-shadow: 0 2px 1px #ddd;
 color: #fff;
 font-weight: bold;
 font-size: 20px;
 text-shadow: 0 -1px #666;
 line-height:1.2;
 border-bottom:1px solid #fff;
 padding:10px 5px;
}
#logo_img{
 padding:0;
 border-bottom:1px solid #fff;
}
#logo_img img{
	width:100%;
}
#logo a {
	text-decoration:none;
	color:#ffffff;
	}
.nav_bar {
	background-color: #f63;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055),to(#e33900));
	text-align: center;
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 2px 1px #ddd;
	padding:7px 0 8px 0;	
}
.sttl_s{
	padding-top:1px;
	border-top:1px solid #999;
}
.sttl_s h2.sttl {
	background-color:#666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6633),to(#fd8157));
	padding:10px;
	color:#fff;
	font-size:14px;
	text-shadow: 0 1px 2px #666;
}
img.new_mark_img1 {
	vertical-align:baseline;
}


/* 検索 */

#search .wrap{
	padding:10px;
}
#search input[type="submit"]{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#search select,
#search input{
	font-size:16px;
	line-height:1.4;
	margin:8px 5px;
}
#search select,
#search input[type="search"]{
	width:97%;
	}
#search input[type="submit"]{
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 4px 2px #666;
	width:50%;
	font-size:18px;
	}
#search .btn {
	padding:10px 5px;
}



/*共通スタイル */

span.red{
	font-weight:bold;
	color:#FF0000;
	}
.price{
	font-weight:bold;
	color:#FF0000;
}
.no_titlebar{
	padding:10px;
	line-height:1.4;
}
.elision{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.explanation_simple{
	margin-top:5px;
}


/*基本ボタン（緑）*/

.btn {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #1D8CA0;
	overflow:hidden;

	padding: 4px;
	margin-left:5px;
	background-color: #64ca64;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#64ca64),to(#369c36));
	font-size: 11px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
	box-shadow: 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #369c36;
}


/*基本ボタン（赤）*/

.btn_red {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #666;
	overflow:hidden;

	padding: 4px;
	margin-left:5px;
	background-color: #64ca64;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4646),to(#d20000));
	font-size: 11px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
	box-shadow: 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #d20000;
}

ul.link_list li {
	border-bottom:1px solid #ccc;
}
ul.link_list li:last-child {
	border-bottom:none;
}
ul.link_list li a{
	display:block;
	text-decoration:none;
	color:#333;
	background:url(https://imgmsplus.com/smp/images/i_arrow_orange.png) no-repeat center right;
	padding:14px 10px;
	-webkit-background-size: 20px 13px;
	}

/*リスト型ボタン 小*/

ul.product_section li{  
	background:url(https://imgmsplus.com/smp/images/i_c_arrow_orange.png) no-repeat center right;
	-webkit-background-size: 38px 28px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
ul.product_section li a:after{  
	content: '';
	display: block;
	clear: both;
}
ul.product_section a {
	display:block;
	text-decoration:none;
	color:#333;
	line-height:1.2;
	width:100%;
	height:100%;
}
ul.product_section li:last-child {
	border: none;
}
.product_pict {  
    /*width: 25%;  */
    width:90px;
    min-height: 80px;
    float: left;  
}  
.product_pict img{
	width:80px;
}
.product_summary {  
    width: 60%;  
    min-height: 80px;
	float: left;
	padding-left: 15px;
} 
.product_name{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product_ttl p:last-child{
	margin-bottom: 5px;
}
.product_ttl{
	font-size:10px;
	font-weight:normal;
	line-height:1.2;	
}
.product_price_regular{
	font-size:16px;
	font-weight:normal;
	text-decoration: line-through;
	color:#FF0000;
}
.product_price {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	}
.product_price_discount{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.product_price_soldout {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#ff0000;
	padding:3px 5px;
	width:70px;
	text-align:center;
	}
#product_detail form .product_price_soldout {
	width:auto;
	margin-bottom:5px;
	}


/* ページ先頭へボタン */

#totop {
	text-align:right;
	background:#eee;
	padding:8px 10px 10px;
	border-bottom:1px solid #fff;
	}
#totop .btn {
	width:40%;
	display:inline;
	padding:6px 8px;
	}


/* 下部ナビ */
footer.sttl_s{
	border-top:3px solid #35A1A1;
}


/*ヘッダーナビ、フッターナビ*/

.page_nav_home {
	width:25%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_home {
	width:25%;
	float:left;
	margin-left:2.5%;
}
header .page_nav_home .btn{
	padding:4px 9px 8px 7px;
}
header .page_nav_login {
	width:32%;
	float:left;
	margin-left:2.0%;
}
header .page_nav_search {
	width:30%;
	float:left;
	margin-left:1.5%;
}
header .page_nav_cart {
	width:30%;
	float:left;
	margin-left1.0%;
}
.page_nav_cart {
	width:25%;
	float:left;
	margin-left:2.5%;
}
.page_nav_myacount {
	width:30%;
	float:left;
	margin-left:2.5%;
}
header .btn,
footer .btn{
	padding:4px 8px 8px;
	font-size:12px;
	}
footer .nav_bar{
	padding:8px 0;
	background-color: #40C5DD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055),to(#e33900));	
}


/*コピーライト*/

.foot_wrap {
	padding:20px 10px 10px;
	background:#868686;
	color:#fff;
	-webkit-box-shadow:inset 0px 3px 4px #666;
	box-shadow:inset 0px 3px 4px #666;
}
.foot_wrap p{
	text-align:center;
	margin-bottom:10px
	}
.foot_wrap p a{
	color:#fff;
	font-weight:bold;
	}
.foot_wrap .copyright{
	font-size:12px;
	line-height:1.2;
}

	
/*clearfix*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*-------------------------------------------
トップ
-------------------------------------------*/

/* 商品カテゴリー */
ul.link_list li.group:first-child {
	border-top:1px solid #ccc;
}

/* グループ */
ul.link_list li.glevel_2 div{
	margin-left:20px;
}

/* フリースペース */
#freespace {
	border-top:3px solid #35A1A1;
}

/* おすすめ商品 */
#recommend ul.product_section li:last-child {
}


/*-------------------------------------------
商品一覧ページ
-------------------------------------------*/
#product_list .pagenavi{
	padding:10px;
	text-align:center;
}
#product_list{
	border:none;
	}
#product_list h2.sttl{
	background:none;
	padding:10px;
	color:#333;
	font-size:14px;
	text-shadow: none;
}
#product_list ul.link_list li:first-child{
	border-top:1px solid #ccc;
}
#product_list ul.product_section li:first-child{
	border-top:1px solid #ccc;
}
#product_list ul.product_section li:last-child{
	border-bottom:1px solid #ccc;
	}
#product_list div.wrap div.sort_wrap{
	padding:10px;
	border-bottom:1px solid #ccc;
	padding:10px 10px 20px;
}
#product_list ul.sort{
	line-height:24px;
	height:24px;
	margin:0 auto;
	}
#product_list ul.sort li{
	float:left;
	width:34%;
	font-size:12px;
	text-align:center;
}
#product_list ul.sort li:first-child,
#product_list ul.sort li:last-child{
	width:33%;
}
#product_list ul.sort li a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #1972CC;

	padding: 4px;
	background-color: #30B3C6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055),to(#e33900));
	font-size: 12px;
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #3080D1;
	border-left:none;
	border-right:none;
}
#product_list ul.sort li.on a{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8055),to(#e33900));
}
#product_list ul.sort li:first-child a{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #3080D1;
}
#product_list ul.sort li:last-child a{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	border: 1px solid #3080D1;
}
#product_list .no_product{
	padding:60px 10px;
	color:#FF0000;
	text-align:center;
}
#product_list .search_wrap {
	padding:10px;
	}
#product_list .search_wrap h2 {
	margin-bottom:5px;
	}
#product_list .condition {
	font-size:12px;
	}

.span_baseprice_list	{
	text-decoration:line-through;
	color:#666;
	font-weight:normal;
	font-size:9pt;
	margin-right:5px;
	}
.span_soldout		{
					font-size:7pt;
					color:#fff;
					font-weight:bold;
					background:#f00;
					margin-left:4px;
					padding:1px 4px;
					}
/*-------------------------------------------
商品詳細ページ
-------------------------------------------*/
#detail h2 {
	padding:10px;
	font-size:14px;
	}
#product_detail{
	border:none;
	}
#product_detail div.wrap div.sort_wrap{
	padding:10px;
	padding:10px 10px 20px;
}
#product_detail ul.sort{
	line-height:24px;
	height:24px;
	margin:0 auto;
	}
#product_detail ul.sort li{
	float:left;
	width:34%;
	font-size:12px;
	text-align:center;
}
#product_detail ul.sort li:first-child,
#product_detail ul.sort li:last-child{
	width:50%;
}
#product_detail ul.sort li a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #369c36;

	padding: 4px;
	background-color: #64ca64;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#64ca64),to(#369c36));
	font-size: 12px;
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #369c36;
	border-left:none;
	border-right:none;
}
#product_detail ul.sort li:first-child.off a,
#product_detail ul.sort li:last-child.off a{
	color:#999;
	text-shadow: 0 -1px #fff;
	border:1px solid #999;
	border-right:none;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6),to(#ccc));
}
#product_detail ul.sort li:first-child a{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #369c36;
	border-right:none;
}
#product_detail ul.sort li:last-child a{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	border: 1px solid #3080D1;
}
#product_detail h2.sttl {
	background:#fff;
	color:#333;
	font-size:18px;
	text-shadow:none;
	line-height:1.2;
}
#product_detail header{
	border-bottom:1px solid #ccc;
}
#product_detail header p{
	text-align:center;
	padding:10px;
}
#product_detail .dtl_tbl{
	width:100%;
	border-spacing:2px;
	margin-bottom:10px;
	}
#product_detail .dtl_tbl th {
	background:#ddd;
	text-align:left;
	padding:5px;
	width:30%;
	font-weight:normal;
	}
#product_detail .dtl_tbl td{
	padding:5px;
	width:60%;
	}
#product_detail div.block {
	padding:10px;
	border-bottom:1px solid #ccc;
}
#product_detail div.block .table{
	margin-bottom:15px;
	}

#product_detail article {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
#product_detail article ul.link{
	padding:10px;
}
#product_detail article ul.link li {
	line-height:1.8;	
}
#product_detail div.buy input.btn{
	font-size:18px;
	padding:10px 5px;
	width:87%;
	text-align:center;
	margin:0 auto 10px;
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 4px 2px #666;
	background-color: #FB7904;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCB7D),to(#FB8516));
	border:1px solid #E67004;	
	text-shadow: 0 -1px #EC7804;
	}
#product_detail .description{
	padding:10px;
}
#product_detail .description img {
	max-width:100%;
}
#product_detail article aside{
	padding:0 10px;
}
#product_detail article aside li{
	margin-bottom:10px;
	text-align:center;
}
#product_detail_category ul.link_list li.tocategory {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	}
#product_list ul.link_list li:last-child {
	border-bottom:3px solid #ccc;
}
#product_detail_hide {
	padding:10px;
}
.dtl_hd p img {
	max-width:100%;
	}
.dtl_asd li img {
	max-width:100%;
	}
.quantity select{
	font-size:16px;
	white-space:normal;
	width:100%;
	}
.quantity input{
	font-size:16px;
	width:90%;
	}

.twitter {
	margin:5px 0;
	}
.facebook {
	margin:5px 0;
	}


/* オプション詳細 */

#option_area1 {
	margin-bottom:15px;
	}
#option_area1 h3,
#option_area2 h3{
	margin-bottom:5px;
	font-size:18px;
}
#option_area2 {
	padding:10px;
	}
.op1{
	margin-bottom:10px;
	}
.op2{
	margin-bottom:10px;
	}
.op2_ttl {
	font-weight:bold;
	color:#009999;
	margin-bottom:5px;
	}
.stock_comment {
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	}
#option_table {
	line-height:1;
	}
#option_table table{
	border-top:1px solid #999;
	border-right:1px solid#999;
	width:100%;
	}
#option_table table th {
	text-align:left;
	background:#eeeeee;
	border-left:1px solid #999;
	border-bottom:1px solid #999;	
	font-size:14px;
	font-weight:normal;
	width:50%;
	padding:5px;
	}
#option_table table td {
	text-align:right;
	color:#ff0000;
	background:#ffffff;
	border-bottom:1px solid #999;
	font-size:14px;
	font-weight:bold;
	width:50%;
	padding:5px;
	line-height:1.2;
	}
#product_detail .dtl_regal {
	margin-bottom:10px;
}

/* おすすめ商品 */
#recommend_pict {
	padding:10px;
	}
#recommend_pict li {
	float:left;
	width:100px;
	background:#eee;
	}


/*-------------------------------------------
特定商取引法に基づく表記
-------------------------------------------*/

#regal h2 {
	margin-top:5px;
	margin-bottom:10px;
	background:#ddd;
	padding:2px 5px;
	border-radius:3px;
	}
#regal h3 {
	color:#009999;
	margin-bottom:5px;
	}
#content_regal .wrap > div {
	font-size:12px;
	margin-bottom:15px;
	}
#content_regal img {
	max-width:100%;
	}
#content_payment .sec_pay,
#content_delivery .sec_deli {
	margin-bottom:10px;
	}
.sec_pay_p,
.sec_deli_p  {
	font-size:12px;
	}
.sec_pay,
.sec_deli {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	}
.sec_pay:last-child,
.sec_deli:last-child  {
	border:none;
	}


/*-------------------------------------------
プライバシーポリシー
-------------------------------------------*/

#content_poricy h2 {
	margin-top:5px;
	margin-bottom:10px;
	}
#content_poricy h3 {
	color:#009999;
	margin-bottom:5px;
	}
#content_poricy .wrap > div {
	font-size:12px;
	margin-bottom:15px;
	}
#content_poricy .lead {
	font-size:12px;
	margin-bottom:15px;
	}

/*-------------------------------------------
注文フォーム
-------------------------------------------*/
/*-- フォーム装飾 --*/
.div_form_title{
	background:#cfc;
	border-left:solid #363 6px; 
	margin-top:10px;
	margin-bottom:5px;
	padding:4px;
}



.div_order_memo	{
				padding-left:14px;
				color:#666;
				}



table.table_cart,.table_cart th,.table_cart td { 
		border-collapse : collapse; 
		border:solid 1px #000; 
		width:100%;
		}  

.table_cart th	{
				text-align:left;
				background:#ccc;
				}
				
.table_cart td input ,.table_cart td select,.table_cart td textarea	{
				background:#cee;			
				}

.input_submit	{	
					width: 200px;
					margin: 0;
					margin-top:10px;
					padding: 5px;
					background:#EE9900 url('https:///imgmsplus.com/smp/images/submit_arrow.png') no-repeat 65px 8px -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));	
					border: 1px #F27300 solid;
					color: #FFF;
					-webkit-appearance: none;
					-webkit-border-radius: 10px;
					-webkit-box-shadow: 0 2px 2px #CCC;
					text-shadow: 1px 2px 3px #C45C00;
					font-weight:bold;
				}


								