@media screen and (min-width: 1278px){

html {
	height:100%;
}

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

.clr{
	clear: both;
}



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

.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,1.0);
}

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

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

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

font.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: 196px;
}

.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{
	box-sizing: border-box;
	width: 100%;
  	background: #EDE9EF url('../img/bg/beauty.jpg') center top;
  	background-size: 100% auto;
  	background-repeat: no-repeat;
}

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

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

#inner{
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1278px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}


h2.title{
	color: #E63864;
	font-size: 32px;
	margin: 0;
	padding: 20px 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: 20px 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: #000000;
}

.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: #E60012;
    border: 1px solid #C3050B;
    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: #C3050B;
}

.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.lnkH{
	color:  #0080FF;
}

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

/* 画像 */

.imgout{
	box-sizing: border-box;
	margin: 0;
	display: table;
	width: 100%;
	max-width: 1278px;
	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.h2{
	height: 2px; 
}

p.h3{
	height: 3px; 
}

p.h5{
	height: 5px; 
}

p.h10{
	height: 10px; 
}


p.h20{
	height: 20px; 
}

/* フッター */

#fotterbox{
	width: 100%;
	padding: 20px 10px 10px 10px;
	font-size: 16px;
	background-color: #000000;
	color: #ffffff;
}

.foot_pc{
	line-height: 130%;
}

.foot_mob{
	display: none;
}

.phoneno{
	font-size: 28px;
	line-height: 130%;
}

.tanac{
	font-size: 24px;
	line-height: 150%;
}


a.url{
	color: #ffffff;
	text-decoration: none;
}

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

.copy{
	padding: 10px 0 0 0;
	font-size: 14px;
	text-align: center;

}

.spacefooter{
	padding-top: 5px;
}

img.logo_bottom{
	width:220px;
}

/* page top */

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

#page-top a {
	text-align: center;
	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;
}

form.sendPC{
	
}

form.sendSMART{
	display: none;
}


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

.formthTop{
	display: table-cell;
	width: 160px;
	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: 160px;
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #555555;
	text-align: right;
}

.formth2{
	display: table-cell;
	width: 160px;
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom-color: #8DA0AF;
	border-bottom-style: double;
	border-bottom-width: 3px;
	font-weight: bold;
	color: #555555;
	text-align: right;
}

.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;
	margin: 0;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom-color: #8DA0AF;
	border-bottom-style: double;
	border-bottom-width: 3px;
}

/* 完了メッセージ */

.msgleft{
	box-sizing:border-box;
	width:50%;
	float: left;
	padding-right: 40px;
	border-right: 1px solid #E1E1E1;
}

.msgright{
	box-sizing:border-box;
	width:50%;
	float: right;
	padding-left: 40px;
}

.endmsg{
	font-size:22px;
	line-height: 170%;
}

img.endphoto{
	width:200px;
}


}


