@media screen and (max-width: 1277px) and (min-width:959px){

html {
	height:100%;
}

body{
	font-size: 16px;
	color:#000000;
	background-color: #1C1D16;
	line-height:170%;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", Osaka, sans-serif, Verdana, Arial, Helvetica;
	height:100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

.clr{
	clear: both;
}



h1,h2,h3,h4,ol,li,p{
	margin:0 auto;
}

h3{
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 170%;
	color: #000000;
}

.indent{
	0 0 0 10px;
}


img{
	border: 0;
	vertical-align: bottom;
}


div.clr{
	clear: both;
}

table.toptable{
	width: 100%;
}

#topout{
	box-sizing: border-box;
	width: 100%;
	padding: 0 3px 0 10px;
	height: 68px;
	background-color: rgba(28,29,22,0.8);
}

#topin{
	position:relative;
	width: 100%;
	height: 64px;
	margin-right: auto;
	margin-left: auto;
}

td.element_t{
	padding:4px 0 0 0;
}

.soudan{
	color:#ffffff;
	font-size:13px;
}

.soudanBM{
	color:#ffffff;
	font-size:13px;
}

.tell{
	color:#ffffff;
	line-height:100%;
	font-size:22px;
	font-weight:bold;
	padding: 0 10px 0 0
}

a.tellnum{
	color:#ffffff;
	text-decoration: none;
	pointer-events: none;
}


img.logo{
	height: 54px;
}

/* サブメニュー */

ul.submenu{
	margin:0 auto;
}

.submenu li.wide {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 156px;
}

.submenu li.narrow {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

.submenu li.narrowS {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 82px;
}


.submenu li.midiam {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 130px;
}

.submenu li.midiam2 {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 116px;
}

.submenu li a {
	display: block;
	padding: 7px 0 6px 0;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	line-height: 100%;
	border-radius: 3px;
	white-space:nowrap;
}

.submenu li a:hover{
	background-color: #ffffff;
	color: #000000;
	transition: 1s;
}



/* 商品表示エリア */

#beautyarea{
	width: 100%;
  	background: #EDE9EF url('../img/bg/beauty.jpg') center top;
  	background-size: 100% auto;
  	background-repeat: no-repeat;
}

#healtharea{
	width: 100%;
	background: #DAEAF0 url('../img/bg/health.jpg') center top;
	background-size: 100% auto;
  	background-repeat: no-repeat;
}

#blankarea{
	width: 100%;
	background-color: #ffffff;
}

#inner{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}

h2.title{
	color: #E63864;
	font-size: 32px;
	margin: 0;
	padding: 10px 0 20px 0;
	font-weight: normal;
	text-shadow: 0 0 1px #ffffff,0 0 3px #ffffff;
}

h2.titleBL{
	color: #003C5E;
	font-size: 32px;
	margin: 0;
	padding: 10px 0 20px 0;
	font-weight: normal;
	text-shadow: 0 0 1px #ffffff,0 0 3px #ffffff;
}

h2.titleSub{
	color: #000000;
	font-size: 28px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.note{
	color: #0068B7;
}

.price{
	color: red;
	font-size: 26px;
	line-height: 170%;
}

.comment{
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 3px;
}

/* ボタン */

.btn {
    background: #333333;
    border: 1px solid #000000;
    color: #ffffff;
    padding: 8px 16px 8px 16px;
	cursor: pointer;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", Osaka, sans-serif, Verdana, Arial, Helvetica;
	font-size:bold;
	font-size: 16px;
	border-radius: 3px;
}

.btn:hover{
	background: #000000;
}

.btnBL {
    background: #0080FF;
    border: 1px solid #0062E1;
    color: #ffffff;
    padding: 8px 16px 8px 16px;
	cursor: pointer;
	font-family:"メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", Osaka, sans-serif, Verdana, Arial, Helvetica;
	font-size:bold;
	font-size: 16px;
	border-radius: 3px;
}

.btnBL:hover{
	background: #0062E1;
}

/* リンク */

a.lnkB{
	color: #C00060;
}

a.lnkB:hover{
	color: #0080FF;
}

a.lnkBL{
	color: #C00060;
	font-size: 20px;
}

a.lnkBL:hover{
	color: #0080FF;
}


a.lnkH{
	color:  #003C5E;
}

a.lnkH:hover{
	color:  #C00060;
}

a.lnkHL{
	color:  #003C5E;
	font-size: 20px;
}

a.lnkHL:hover{
	color:  #C00060;
}

/* 画像 */

.imgout{
	box-sizing: border-box;
	margin: 0;
	display: table;
	width: 100%;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 3px;
}


.imginL{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 0 5px 0 0;
	text-align: left;
}

.imginR{
	display: table-cell;
	vertical-align: top;
	padding: 0;
	width: 50%;
	padding: 0 0 0 5px;
	text-align: right;
}


img.product{
	width: 100%;
}







/* スペーサー */

p.h10{
	height: 10px; 
}


p.h20{
	height: 20px; 
}

/* フッター */

.footout{
	margin: 0;
	display: table;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


.footin{
	display: table-cell;
	vertical-align: top;
	width: 40%;
	margin: 0;
	padding:20px;
}

.footinS{
	display: table-cell;
	vertical-align: top;
	width: 20%;
	margin: 0;
	padding:20px;
}


.adrsL{
	color: #ffffff;
	font-size: 18px;
}


.adrs{
	color: #ffffff;
	font-size: 14px;
}

a.url{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

a.url:hover{
	text-decoration: underline;
}

a.urlsubB{
	color: #C00060;
	font-size: 13px;
	text-decoration: underline;
}

a.urlsubB:hover{
	color: #0080FF;
	text-decoration: underline;
}

a.urlsubH{
	color: #003C5E;
	font-size: 13px;
	text-decoration: underline;
}

a.urlsubH:hover{
	color: #C00060;
	text-decoration: underline;
}

br.kaigyo{
	display: none;
}


.copy{
	text-align:center;
	color: #ffffff;
}

/* page top */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	z-index: 10;
}

#page-top a {
	background: #1C1D16;
	text-decoration: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 3px;
	opacity: 0.9;
}

#page-top a:hover {
	text-decoration: none;
	background: #1C1D16;
	opacity: 1;
}

/* テーブル */
table.lines {
	border-collapse: collapse;
	border-top: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;
	border-radius: 3px;
}

table.lines td, table.lines th {
	padding: 5px;
	text-align: left;
	border-bottom: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
}

table.lines th {
	background-color: #F5F5F5;
	font-weight: normal;
}

table.linesS {
	border-collapse: collapse;
	border-top: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;
}

table.linesS td, table.linesS th {
	padding: 1px 3px 1px 3px;
	text-align: center;
	border-bottom: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
}

table.linesS th {
	background-color: #F3F5F6;
}

td.thSub {
	background-color: #F3F5F6;
}

table.nolines {
	border-collapse: collapse;
	padding:0;
	border: 0;
}

table.nolines td, table.nolines th {
	padding: 0;
	border: 0;
}

.floatR{
    margin-left: auto;
}

th.nowrap{
	white-space: nowrap;
}

/* カート画像 */

img.cart{
	width: 200px;
}

/* フロー図 */

.arrow{
	font-size: 24px;
	line-height: 130%;
	color: #000000;
}

.flowS{
	font-size: 24px;
	line-height: 130%;
	color: #aaaaaa;
}

.flowL{
	font-size: 48px;
	line-height: 130%;
	color: #000000;
}

/* フォーム */

.input_widthS{
	width: 50%;
}

.input_widthL{
	width: 96%;
}

.textarea_widthL{
	width: 96%;
}

img.card{
	width: 200px;
}


br.smart{
	display: none;
}

.formtable{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 170%;
}

.formthTop{
	display: table-cell;
	width: 180px;
	margin: 0;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	border-top-color: #8DA0AF;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #555555;
}

.formtdTop{
	display: table-cell;
	width: auto;
	margin: 0;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	border-top-color: #8DA0AF;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.formth{
	display: table-cell;
	width: 180px;
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.formtd{
	display: table-cell;
	width: auto;
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.formtd2{
	display: table-cell;
	width: 100%;
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}



.formth2{
	display: table-cell;
	width: 100%;
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


span.btnsmart{
	display: none;
}

/* リンクテキスト */

a.lnk:link{
	color:#0080FF;
}



a.lnk:hover{
	color:#E60013;
}

.msgleft{
	float:left;
	width: 48%;
	padding-right: 2%
}

.msgright{
	float:left;
	width: 48%;
	padding-right: 2%
}


}
