body {
	font-family:serif,'ＭＳ 明朝','Hiragino Mincho Pro W3','ヒラギノ明朝 Pro W3';
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #666666;
}
body#home {
	background-color: #F5F5E6;
}
ol, ul, p, li{
	margin:0;
	padding:0;
	list-style:none;
}
p{
	font-size:12px;
	letter-spacing:0px;
	line-height:18px;
	text-indent:0px;
	color:#787878;
}
a {
	text-decoration: none;
	color:#CF397F;
}
a:link {
	color: #CF397F;
}
a:visited {
	color: #CF397F;
}
a:active {
	color: #CF397F;
}


img{
	border: 0;
}
h1,h2,h3{
	margin: 0;
	padding: 0;
}

/*//////ヘッダー////////*/
#header{
	position:relative;
	width:100%;
	height:66px;
	background-image: none;
	background-color: #900000;
	overflow: hidden;
	background-image: url(smtHeaderBg.gif);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: auto auto;
	-webkit-background-size: 320px auto;
	background-size: 320px auto;
}

#header h1{
	position: absolute;
	top: -200px;
	height: -100px;
	font-size: 12px;
	
}
#header h2{
	display: none;
}
#headNavi,
.sidebar,
#subscript{
display: none;
}

#company .pngPic{
	display: none;
	
}
/*///////contents//////*/
#content{
	margin: 0 auto;
	text-align: left;
}
#content img.smtPresent{
	display: block;
	width: 320px;
	height: 60px;
	overflow: hidden;
}
#content img.smtPresentDetail{
	width: 320px;
	height: 250px;
	height: 0px;
}


.smtPresetDetail img{
	width: 320px;
	height: auto;
}

#content .contact{
	width: 100%;
	height: 65px;
	text-indent: -9999px;
	background-image: url(smtContact.png);
	background-repeat: no-repeat;
	background-position:top center;
	-webkit-background-size: 320px auto;
	background-size: 300px auto;
}

#content .contactFax{
	width: 100%;
	height: 80px;
	text-indent: -9999px;
	background-image: url(smtContact.png);
	background-repeat: no-repeat;
	background-position:0 -60px;;
}


#content .displayMsg{
	padding: 10px;
	display:block;	
	width:300px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #ff0000;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
}
#content .subTitle02{
	margin: 10px 0 0 0;
	display:block;	
	width:100%;
	height:22px;
	border-radius: 11px; 
    -webkit-border-radius: 11px; 
    -moz-border-radius: 11px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	background-color: #333333;
}
#content .block01{
	margin:0;
	padding: 0;
}




/*///////////question/////////////*/
.question{
	padding:5px;
	font-size:12px;
	letter-spacing: 0;
	line-height:10px;
	font-weight:normal;		
	color: #cc0000;		
	cursor:pointer;
	line-height:22px;
	border-top: 1px dotted #555555;
}
	
.answer{	/* 解答部分 */
	
	border: 0px solid #555555;
	padding:10px;
	background-color:#eeeeee;
	border-top: 1px dotted #555555;
	
	font-size:12px;
	letter-spacing:0;
	line-height:10px;
	font-weight:normal;		
	color: #666666;		
	line-height:30px;

	/* 変更不可 */
	display:none;	
}

.qTitle{
	margin:10px 0px 0px 0; 
	width:20px;
	font-size:16px;
	letter-spacing:-2px;
	line-height:16px;
	font-family:'ＭＳ Ｐ明朝','Hiragino Mincho Pro W6';
	color:#333333;

}
.aTitle{
	margin:0px 0 0px 0; 

	display:block;
	
	font-size:16px;
	letter-spacing:-2px;
	line-height:16px;
	font-family:'ＭＳ Ｐ明朝','Hiragino Mincho Pro W6';
	color:#333333;

}





/*//////フッター////////*/
#footer{
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	width:100%;
	height:228px;
	background-color:#c53314;
	font-size:10px;
	background-image: url(smtFooterBg.png);
	background-repeat: no-repeat;
	background-position:center 0
}
#footer li,
#footer li a{
	display: block;
	height:30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-indent: -9999px;
}
/*#footer li a:hover{
	background-color:#910000;
	filter:alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}*/
#footer .inner{
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	width:320px;
	height:228px;
}
#footer address{
	position: absolute;
	top: 136px;
	left: 0px;
	display:block;
	width:320px;
	height:90px;
}
#footer address a{
	display: block;
	width: 100%;
	height: 90px;
	text-indent: -9999px;
}
#footer ul li.enquete,
#home #footer ul li.home{
	display:none;
}
#footer ul li a{
	display:block;
	float: right;
	height:30px;
	width: 100%;
}
#footer ul li.home{
	display:block;
	position: absolute;
	top:36px;
	left:0;
	height:36px;
	width: 320px;
}
#footer ul li.btn01{
	display:block;
	position: absolute;
	top:0;
	left:0;
	height:36px;
	width: 320px;
}
#footer ul li.home a,
#footer ul li.btn01 a{
	height:36px;
	width: 320px;	
}
#footer ul li.btn02{
	display:block;
	position: absolute;
	top:72px;
	left:0;
	width: 160px;
}
#footer ul li.btn03{
	display:block;
	position: absolute;
	top:72px;
	left:160px;
	width: 160px;
}
#footer ul li.btn04{
	display:block;
	position: absolute;
	top:102px;
	left:0;
	width: 160px;
}
#footer ul li.btn05{
	display:block;
	position: absolute;
	top:102px;
	left:160px;
	width: 160px;
}


body#tvcm{
	margin:0;
	padding: 0;
	color:#666666;
	background:#FAF0EB;
}
#tvcm #enter{
	margin-top:15px;
	width:975px;
	height:60px;
	background:#000000;
	text-align:center;
}
#tvcm #copyrights{
display: none;
}

/*------form----*/

table{
	padding: 0;
	margin: 0px auto 0 auto;
	width: 320px;
	border-left: 0px solid #dddddd;
	border-right: 0px solid #dddddd;
}
table.paymentBlock{
	margin: 20px auto 0 auto;
	border-left: 4px solid #333333;
	border-right: 4px solid #333333;
}
 /*
tr:nth-child(2n) {    偶数行 
   background-color: #EEEEEE;
}*//*
tr:nth-child(2n+1) {   奇数行 
   background-color: #ffffff;
}*/
td{
	word-break:auto;
	text-align: left;
	font-size: 12px;
	padding: 5px;
}

td.centered{
text-align: center;
color: #DE6666;
}
input[type=text],
input[type=tel]{
	width:46%;
	height: 2.6em;
	margin:0 0 2px 0;
  border: 1px solid #999999;
  /*
	border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border: 1px solid #999999;
    */
}
input.startNum{
	width: 60px;
	margin: 0 2px 0 2px;
}
input.smpShort{
}
label{
	position: relative;
	line-height: 20px;
	font-size: 12px;
	white-space: nowrap;
}
label input {
}

input.radioBtn,
input.cboxBtn{
	width:3em;
	}
input.full{
	width:94%;
	}
input.seconds{
	width:43%;
	}
input.half{
	width:26%;
	}
input.thirds{
	width:16%;
	}
	
select{
	width:90%;
	height: 24px;
}
select.half{
	width:36%;
	}
select.thirds{
	width:24%;
	}
td strong{
	font-size: 10px;
}
td small,
td b,
.pc{
	display: none;
}

td .red{
	display: block;
	padding: 3px;
	font-size: 10px;
	color: #EE6666;
}

abbr{
	color: #FF6633;
	font-size: 8px;
	vertical-align: top;
}
th.subTitle,
td.subTitle{
	background-color: #333333;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 5px;
}
.lead{
	font-size: 14px;
	line-height: 26px;
	
}
td.gray{
	background-color: #CCCCCC;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
	line-height: 12px;
}
td.gray input{
}
td.bottomLine{
	background-color: #ffffff;
	border-bottom: 1px dotted #999999;
}
td.white,
td.thanksMsg{
	background-color: #ffffff;
}


table .colum5{
	width:110px;
	margin-left:10px;
	float:left;
	border-right:1px dotted #999999;
}
table .dotted{
	border-top:1px dotted #999999;
}
table .gray{
	background-color:#eeeeee;
}
table .gray2{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
}
table .gray3{
	background-color:#dddddd;
	border-bottom:1px solid #ffffff;
}
table .bottomLine{
	padding-left:30px;
	border-bottom:1px dotted #999999;
}
table .subTitle{
	color:#ffffff;
	background-color:#333333;
	text-indent:10px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:3px;
	line-height:24px;
}



#paymentBlock{
	position: relative;
	margin: 0 auto 0 auto;
	border: 4px solid #333333;
	text-align: center;
}
#paymentBlock input[type=text],
#paymentBlock input[type=tel]{
	width:190px;
}
	
#paymentBlock input.half{
	width:30px;
}
#paymentBlock input.smpShort{
}

#paymentBlock div{
	margin: 0;
	padding: 8px;
	font-size: 12px;
	line-height: 22px;
	text-indent: 0;
	text-align: left;
}
#paymentBlock #payCREDIT{
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	width: 300px;
	/*height: 270px;*/
	margin: 10px auto 0 auto;
		z-index: 2;
}
#paymentBlock #payBANK{
	display: none;
}
#paymentBlock #payCONVI{
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	width: 300px;
	/*height: 110px;*/
	margin: 10px auto 0 auto;
	z-index: 1;
}

#paymentBlock .colum5{
	float:left;
	border-right:1px dotted #999999;
}
#paymentBlock .dotted{
	border-top:1px dotted #999999;
}
#paymentBlock .gray{
	background-color:#eeeeee;
	color: #333333;
	font-weight: normal;
	padding: 2px;
	margin: 0;
	letter-spacing: -1px;
}
#paymentBlock .bottomLine{
	border-bottom:1px dotted #999999;
}
#paymentBlock .subTitle{
	color:#ffffff;
	background-color:#333333;
	text-indent:10px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:3px;
	line-height:24px;
}
#paymentBlock .left{
	clear: both;
	border: 0px;
	margin: 0px;
	text-align: left;
	text-indent: 0;
}
#paymentBlock .right{
	margin-top: -40px;
	padding-left:85px;
}
#paymentBlock .red,
#paymentBlock small{
	display: none;
}
#paymentBlock .smtHelpBtn{
	display:inline;
	margin-top: 5px;
}
#paymentBlock .smtHelp01{
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 5px 0 5px 0;
	padding:0;
	border: 0;
	color: #990000;
}
#paymentBlock .smtHelp01 .red{
	display: inline;
}


/*----仮-----*/
.errMsg{
display: block;
color: #ff0000;
}
/*---/仮-----*/
th{
	width: 320px;
	background-color: #333333;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
#formBttm{
	position: relative;
	height: 400px;
}

#shopAttn{
	display: block;
	position: absolute;
	top:170px;
	left:0;
	margin:0 10px 10px 10px;
	font-size:10px;
	line-height:14px;
}
.smtTel{
	display: block;
	border-bottom: 1px dotted #999999;
}
.smtTel img{
	width: 320px;
	height: 100px;
}
.submitBlock{
	width: 320px;
	margin: 0 auto 0 auto;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
}
.submitBlock .spiralMsg{
	display: block !important;
	padding: 20px 10px 20px 10px;
	font-size: 10px;
	text-align: left;
}

.submitBlock input{
	width: 284px;
	margin: 10px 0 0 0;
	height: 50px;
	border: 0;
	background-image: url(smtSubmitBtn.gif);
	background-size: 284px auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #ffffff;
	font-weight: bold;
}
.submitBlock input.entry{
	width: 140px;
	margin: 10px 0 0 0;
	height: 50px;
	border: 0;
	background-image: url(smtSubmitEntryBtn.gif);
	background-size: 140px auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #ffffff;
	font-weight: bold;
}
.submitBlock input.back{
	width: 140px;
	margin: 10px 0 0 0;
	height: 50px;
	border: 0;
	background-image: url(smtSubmitBackBtn.gif);
	background-size: 140px auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #ffffff;
	font-weight: bold;
}

/*-----アンケートへボタン------*/
/*//////btns///////*/
.btnEnquate{
	margin-top:5px;
	display:block;
	width:270px;
	height:60px;
}
.btnEnquate a{
	text-indent:-9999px;
	display:block;
	width:270px;
	height:60px;
	background-image: url(btnEnquate.gif);
	background-repeat: no-repeat;
	background-position:0 0;
}
.btnEnquate a:hover{
	display:block;
	width:270px;
	height:60px;
	background-image: url(btnEnquate.gif);
	background-repeat: no-repeat;
	background-position:0 -60px;
}
.block01 .formBtn{
	width:100%;
}
.block01 .formBtn a{
	margin:  0 auto 0 auto;
	display:block;
	width:132px;
	height:30px;
	text-indent:-9999px;
	background-image:url(contactFormBtn.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
/*----*---------helper---------------*/

.breaks{
	display:block;
	height:0px;
	clear:both;
}
small{
	font-size:12px !important;
}
.hd{
	font-size:12px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:18px;
	padding: 10px 15px 5px 15px;
	display: block;
	text-align: center;
	color: #333333;
}
.ld{
	font-size:12px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:18px;
	padding: 5px 15px 5px 15px;
	display: block;
	text-align: center;
	color: #333333;

}
ul.bdy{
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	font-size:12px;
	letter-spacing:0px;
	line-height:16px;
	color: #999999;
}
ul.bdy li{
	margin: 0;
	padding: 0;
}

.bdy{
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;

}
.cap{
	
	font-size:12px;
	letter-spacing:1px;
	line-height:16px;

}
.smtBlock{
	display: inline;
	
}
#pageBottom,
#topcontrol{
	display: none;
	
}

.snsttl{
}
.facebook{
}
.tweet{
}
.mailto{
}
.fbpage{
text-align:center; padding:20px 0 20px; 0; border:0px solid #333333; clear:both;
}


/* kasya */

.pc {
	display: none !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
dl,dt,dd{
	margin: 0;
	padding: 0;
}

h2 {
	background: #900000;
	text-align: center;
	margin: 1px 0 0;
}
h2 img {
	width: 320px;
}
.price {
	background: #900000;
	text-align: center;
	margin: 1px 0 0;
}
.price img {
	width: 320px;
}
.priceNotice {
	width: 300px;
	margin: 5px auto;
	font-size: 11px;
	color: #de0101;
	padding: 0 0 15px;
	
}
.contentsInr {
	width: 320px;
	margin: 0 auto;
}

.kasyaLineup_h{
	width: 300px;
	margin: 0 auto 8px;
}
.kasyaLineup_h img {
	width: 100%;
}
.kasyaLineup {
	width: 300px;
	margin: 0 auto 20px;
}
.kasyaBx {
	font-size: 13px;
	margin: 2px 0 0;
}
.kasyaBx dt {
	background: #900000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 43px;
	position: relative;
}
.kasyaBx dt img {
	position: absolute;
	top: 14px;
	left: 45px;
	height: 15px;
}
.kasyaBx dt:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 43px;
	border-left: 1px solid #ffffff;
}
.kasyaBx dt:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 43px;
	background: url(icon_arw_down.png) no-repeat 50% 50%;
	background-size: 14px auto;
}
.kasyaBx dt.accordion_open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.kasyaBx.soldout dt:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
  width: 117px;
  height: 43px;
	border-left: 0;
  background: url(soldout_mark_sp.png) no-repeat 0 0;
	background-size: 117px auto;
  z-index: 2;
}





.kasyaBx dd {
  padding: 0 0 20px;
}
.kasyaBx dd img {
  width: 300px;
}

.kasyaBx04,
.kasyaBx07,
.kasyaBx10, {
	clear: both;
}

#content .subTitle01 {
	background: #eeeeee;
	text-align: center;
	padding: 13px 0;
}

.inputTable .setSelect td {
 vertical-align: top;	
}
.inputTable .setSelect td.data_h {
  width:62px;
}
.inputTable .setSelect select {
	margin: 10px 0 0;
}
#paymentBlock .paymentBx .desc {
	padding: 5px 10px 0;
}

.ect_thanks .contentsInr {
	padding: 20px 0 0;	
}




