@media screen and (max-width:521px){

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;
	-webkit-text-size-adjust: 100%;
}

.clr{
	clear: both;
}



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

.indent{
	0 0 0 10px;
}

iframe.slide{
	display: none;
}

iframe.slide_mob{
	margin: 62px 0 0 0;
	width: 100%;
	height: 120px;
	padding: 0;
}

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 5px;
	height: 62px;
	background-color: rgba(28,29,22,0.8);
	z-index: 2;
}

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

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

font.soudan{
	display: none;
}

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

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

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

img.logo{
	height: 42px;
	padding: 0 0 7px 0;
}

/* サブメニュー */

ul.submenu{
	margin:0;
	padding:0;
}

.submenu li.wide {
	display: none;
}

.submenu li.narrow {
	display: none;
}

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

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

.submenu li.midiam2 {
	display: none;
}

.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;
}




/* 商品表示エリア */

#beautyarea{
	box-sizing: border-box;
	width: 100%;
  	background-color: #F5F2F3;
  	background-size: 100% auto;
  	background-repeat: no-repeat;
}

#healtharea{
	box-sizing: border-box;
	width: 100%;
	background-color: #E5F0F1;
	background-size: 100% auto;
  	background-repeat: no-repeat;
}

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


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

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

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

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


.note{
	color: #0068B7;
	font-size: 13px;
	text-shadow: 0 0 1px #ffffff,0 0 3px #ffffff;
	line-height: 130%;
	padding: 5px 0 5px 0;
}

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

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

/* ボタン */

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

.btn:hover{
	background: #C3050B;
}


.btnBL {
    background: #0080FF;
    border: 1px solid #0062E1;
    color: #ffffff;
    padding: 4px 8px 4px 8px;
	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;
	width: 100%;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 3px;
}


.imginL{
	padding: 0 0 5px 0;
}

.imginR{
	padding: 5px 0 0 0;
}


img.product{
	width: 100%;
}





/* スペーサー */

p.h10{
	height: 6px; 
}


p.h20{
	height: 12px; 
}

/* フッター */

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

.foot_pc{
	display: none;
}

.foot_mob{
	line-height: 140%;
}

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

.tanac{
	font-size: 18px;
	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: 5px;
	right: 5px;
	font-size: 10px;
	z-index: 10;
}

#page-top a {
	background: #1C1D16;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 5px 10px;
	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;
	font-size: 13px;
	border-radius: 3px;
}

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

table.lines th {
	background-color: #EAEDED;
	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;
	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;
}

th.nowrap{
	white-space: nowrap;
}

/* カート画像 */

img.cart{
	width: 50px;
}

/* フロー図 */

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

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

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

/* フォーム */

.input_widthS{
	width: 96%;
}

.input_widthL{
	width: 96%;
}

.textarea_widthL{
	width: 96%;
}

img.card{
	display: none;
}

form.sendPC{
	
}

form.sendSMART{
	display: none;
}

.formtable{
	font-size: 16px;
	line-height: 170%;
}

.formthTop{
	padding: 5px 5px 5px 5px;
	border-top-color: #8DA0AF;
	border-top-style: dotted;
	border-top-width: 1px;
	font-weight: bold;
	color: #555555;
}

.formtdTop{
	padding: 5px 5px 5px 5px;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.formth{
	padding: 10px 5px 0 5px;
	font-weight: bold;
	color: #555555;
}

.formth2{
	padding: 10px 5px 0 5px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #555555;
}

.formtd{
	padding: 0 5px 10px 5px;
	border-bottom-color: #8DA0AF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


.formtd2{
	padding: 0 5px 10px 5px;
	border-bottom-color: #8DA0AF;
	border-bottom-style: double;
	border-bottom-width: 3px;
}


/* 完了メッセージ */

.msgleft{
	box-sizing:border-box;
	border-right: 1px solid #E1E1E1;
	padding: 0 20px 20px 20px;
}

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

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

img.endphoto{
	display: none;
}







}
