@charset "utf-8";

/* ----------------------------Products---------------------------- */

/* ----------<<< category >>>---------- */

.selectList{
	padding:4% 3% 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-bottom:1px dashed #268c77;
}

.selectList li{
	float:left;
	margin-right:1em;
}

.selectList li:before{
}

#categoryWrap{
	padding:4% 1%;
}

.categoryList{
	background:url(../images/arrow01.png);
	background-repeat:no-repeat;
	background-position:99% center;
	background-size:auto 2em;
	-webkit-background-size:auto 2em;
	-moz-background-size:auto 2em;
	zoom:1;
	border-bottom:1px dashed #268c77;
	padding:3% 2% 3% 0;
}

.categoryList:after{
	content: "";
	display: block;
	clear: both;
}

.categoryList:first-of-type{
	padding-top:0;
}

.categoryList:last-of-type{
	padding-bottom:0;
	border-bottom:none;
}

.categoryList a{
	display:block;
	text-decoration:none;
	min-height:80px;
}

.categoryList h2{
	font-size:1.1em;
	margin-bottom:3%;
}

.categoryThumbnail{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	width:25%;
	text-align:center;
	position:relative;
	display:block;
}

.categoryThumbnail img{
	max-width:86%;
	max-height:90px;
	width:auto;
	height:auto;
}

.categoryThumbnail img.icon210{
	width:40%;
	position:absolute;
	left:0;
	top:-0.5em;
}

.categoryText{
	float:left;
	width:75%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0 2% 0 5%;
}

#categoryName{
	background:url(../images/maincolor_back.png) repeat right bottom;
	background-size:auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	border-radius:0.4em 0.4em 0 0;
	-moz-border-radius:0.4em 0.4em 0 0;
	-webkit-border-radius:0.4em 0.4em 0 0;
	text-align:center;
	overflow:hidden;
}

#categoryName img{
	width:102%;
	margin:-1% 0 0 -1%;
	height:auto;
}

.grdList{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.grdList li{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #f3f3f3));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #ccc;
	position:relative;
	border-bottom:1px solid rgba(60,60,60,.2);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.8);
}

.grdList li strong{
	font-size:1.2em;
}

.grdList li:last-of-type{
	border-bottom:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.grdList li a{
	font-size:1.1em;
	display:block;
	padding:6% 2% 6% 4%;
	text-decoration:none;
	color:#000;
	background:url(../images/arrow01.png);
	background-repeat:no-repeat;
	background-position:97% center;
	background-size:auto 1.7em;
	-webkit-background-size:auto 1.7em;
	-moz-background-size:auto 1.7em;
}


/* ----------<<< detail >>>---------- */

/* ----------photo---------- */

#itemName{
	background:url(../images/maincolor_back.png) repeat right bottom;
	background-size:auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	font-size:1.3em;
	line-height:120%;
	font-weight:normal;
	letter-spacing:0.05em;
	color:#ffffff;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
	padding:2% 4%;
	border-bottom:2px solid #26977b;
}

.subItemName{
	background:url(../images/maincolor_back.png) repeat right bottom;
	background-size:auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
	font-size:1.3em;
	line-height:120%;
	font-weight:normal;
	letter-spacing:0.05em;
	color:#ffffff;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
	padding:2% 4%;
	border-bottom:2px solid #26977b;
	border-radius:0.4em 0.4em 0 0;
	-moz-border-radius:0.4em 0.4em 0 0;
	-webkit-border-radius:0.4em 0.4em 0 0;
}

.photoBox{
	position:relative;
	margin-bottom:4%;
	padding-bottom:5%;
	border-bottom:1px dotted #ddd;
}

.photoMain{
	text-align:center;
	margin-bottom:2%;
}

.photoMain img{
	max-width:280px;
	max-height:240px;
	height:auto;
	width:auto;
}

.photoMain.largeSize img{
	max-width:380px;
	max-height:340px;
	height:auto;
	width:auto;
}

.photoThumbnail{
	margin-left:1%;
}

.photoThumbnail li{
	float:left;
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:center;
	width:23%;
	height:70px;
	padding:2%;
	margin-right:2%;
	margin-top:2%;
	border:2px dotted #ddd;
	border-radius:0.4em;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}

.photoThumbnail li:first-of-type,.photoThumbnail li:nth-of-type(4n+1){
	margin-left:1px;
}

.photoThumbnail li img{
	border-radius:0.4em;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
	margin:0 auto;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;	
}


/* ----------Cart/Price---------- */

#detailPrice{
}

.priceText{
	font-size:1.1em;
	line-height:140%;
}

.priceText strong{
	padding:0 1%;
}

.priceText strong:before{
	content:"：";
	font-size:0.8em;
	font-weight:normal;
}

.salePrice{
	color:#bf1e14;
}

.salePrice strong{
	font-size:1.2em;
	color:#bf1e14;
}

.normalPrice{
	color:#333333;
}

.normalPrice strong{
	font-size:1.1em;
}

.cartIn{
	z-index: 1;
	text-align:center;
	margin:5% auto 10%;
	width:94%;
	background-image:url(../products/images/cartbutton_icon.png),url(../images/red_color_back.gif);
	background-size:auto 2em,auto 100%;
	-webkit-background-size:auto 2em,auto 100%;
	-moz-background-size:auto 2em,auto 100%;
	background-repeat:no-repeat,repeat;
	background-position:0.6em center;
	border:2px solid #ffffff;
    -webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
    border-radius: 0.6em;
	position:relative;
	box-shadow:0 2px 4px rgba(200, 180, 150, 0.6);
	-moz-box-shadow:0 2px 4px rgba(200, 180, 150, 0.6);
	-webkit-box-shadow:0 2px 4px rgba(200, 180, 150, 0.6);
	text-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
}

.cartIn a{
	padding:4% 0;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	display:block;
}

.selectNumber{
	font-size:1.1em;
	text-align:right;
	border-top:1px dotted #ddd;
	padding:5% 0 0;
	margin-top:4%;
	background-size:auto;
	-webkit-background-size:auto;
	-moz-background-size:auto;
}

#cartNumber{
	margin-top:-1%;
	padding:2% 3%;
	font-size:1.1em;
	line-height:110%;
}


/* ----------text---------- */

#detailBox{
}

#detailTextTitle{
	text-align:center;
	color:#ffffff;
	padding:3% 0;
	margin:0 0 4%;
	font-size:1.1em;
	font-weight:bold;
	background-image:url(../images/maincolor_back.png);
	background-size:50px auto;
	-webkit-background-size:50px auto;
	-moz-background-size:50px auto;
	background-repeat:repeat;
	background-position:left center;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
}

.itemComment{
	padding-bottom:4%;
	border-bottom:1px dotted #dddddd;
}

.detailText{
	line-height:140%;	
}

#detailText dt{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#ffffff;
	float:left;
	width:5em;
	font-weight:bold;
	color:#268c77;
	padding-top:4%;
}
	
#detailText dd{
	padding:4% 2% 4% 5em;
	border-bottom:1px dotted #dddddd;
}

#detailText dd:last-of-type{
	padding:4% 2% 0 5em;
	border-bottom:none;
}

.detailIcon{
	padding:5% 0 0;
}

.detailIcon li{
	float:left;
	width:12%;
	margin-right:2.6%;
}

.detailIcon li:last-of-type{
	width:100%;
	margin-right:0;
	margin-top:2%;
}

.detailIcon li:nth-of-type(7n){
	margin-right:0;
}

.productstitle_area{
margin:8% 3% 0 3%;
}
.productstitle_area img{
height:22px;
width:auto;
}
.productstitle_area p{
margin:5% 0 5% 0;
font-size:12px;
}
.productsbtm_area{
width:100%;
overflow: hidden;
margin:0 3% 4% 1%;
}
.productsbtm_area img{
height:auto;
width:30%;
margin:0 2% 2% 1%;
float:left;
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.productsline{
border-bottom:1px solid #cccccc;
padding-bottom:4%;
margin-bottom:8%;
}

/* ---------- 定期コース ---------- */

.productsitem_area{
padding:4% 2%;
}
.productsitem_img{
float:left;
width:40%;
}
.productsitem_img img{
height:auto;
width:90%;
}
.productsitem_date{
margin-left:40%;
}
.productsitem_date.noimg{
margin-left:10px;
}
.productsitem_date img{
margin-top:5%;
height:auto;
width:170px;
}
.productsitem_details{
margin:0 4% 5% 4%;
}
#pagetext_area{
padding:3%;
border-bottom:1px solid #cccccc;
}

/* ---------- index ---------- */
.productslist_title_area{
margin:8% 3% 0 3%;
}
.productslist_title_area img{
height:22px;
width:auto;
}
.productslist_title_water{
margin:3% 3% 0 3%;
margin-left:3%;
height:auto;
background: #94c2ed;
background: -moz-linear-gradient(top,  #94c2ed 0%, #94c2ed 2%, #79afe7 2%, #69a4e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94c2ed), color-stop(2%,#94c2ed), color-stop(2%,#79afe7), color-stop(100%,#69a4e2));
background: -webkit-linear-gradient(top,  #94c2ed 0%,#94c2ed 2%,#79afe7 2%,#69a4e2 100%);
background: -o-linear-gradient(top,  #94c2ed 0%,#94c2ed 2%,#79afe7 2%,#69a4e2 100%);
background: -ms-linear-gradient(top,  #94c2ed 0%,#94c2ed 2%,#79afe7 2%,#69a4e2 100%);
background: linear-gradient(to bottom,  #94c2ed 0%,#94c2ed 2%,#79afe7 2%,#69a4e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c2ed', endColorstr='#69a4e2',GradientType=0 );
border:solid 1px #6ea8e7;
color:#FFFFFF;
padding:1%;

text-shadow:1px 1px 1px #6592c4;
}
.productslist_title_spa{
margin:3% 3% 0 3%;
margin-left:3%;
height:auto;
background: #f29dc7;
background: -moz-linear-gradient(top,  #f29dc7 0%, #f29dc7 2%, #f084b8 2%, #ee74af 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29dc7), color-stop(2%,#f29dc7), color-stop(2%,#f084b8), color-stop(100%,#ee74af));
background: -webkit-linear-gradient(top,  #f29dc7 0%,#f29dc7 2%,#f084b8 2%,#ee74af 100%);
background: -o-linear-gradient(top,  #f29dc7 0%,#f29dc7 2%,#f084b8 2%,#ee74af 100%);
background: -ms-linear-gradient(top,  #f29dc7 0%,#f29dc7 2%,#f084b8 2%,#ee74af 100%);
background: linear-gradient(to bottom,  #f29dc7 0%,#f29dc7 2%,#f084b8 2%,#ee74af 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29dc7', endColorstr='#ee74af',GradientType=0 );

border:solid 1px #f278b3;
color:#FFFFFF;
padding:1%;

text-shadow:1px 1px 1px #cc6f9b;
}
.productslist_title_gift{
margin:3% 3% 0 3%;
margin-left:3%;
height:auto;
background: #f8c788;
background: -moz-linear-gradient(top,  #f8c788 0%, #f8c788 2%, #edb10d 2%, #e0a400 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8c788), color-stop(2%,#f8c788), color-stop(2%,#edb10d), color-stop(100%,#e0a400));
background: -webkit-linear-gradient(top,  #f8c788 0%,#f8c788 2%,#edb10d 2%,#e0a400 100%);
background: -o-linear-gradient(top,  #f8c788 0%,#f8c788 2%,#edb10d 2%,#e0a400 100%);
background: -ms-linear-gradient(top,  #f8c788 0%,#f8c788 2%,#edb10d 2%,#e0a400 100%);
background: linear-gradient(to bottom,  #f8c788 0%,#f8c788 2%,#edb10d 2%,#e0a400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c788', endColorstr='#e0a400',GradientType=0 );

border:solid 1px #edb10d;
color:#FFFFFF;
padding:1%;

text-shadow:1px 1px 1px #edb10d;
}
.productslist_area{
padding-top:2%;
margin:0 3% 0 3%;
}
.productslist_left{
float:left;
margin-left:3%;
}
.productslist_left img{
height:auto;
width:auto;

}
.productslist_right{
margin-left:70px;
margin-right:3%;
}
.producttext_arer{
margin-bottom:10px;
border:#ccc solid 1px;
padding:10px;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);

background: #f9f9f9;
background: -moz-linear-gradient(top,  #f9f9f9 1%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9f9f9), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top,  #f9f9f9 1%,#efefef 100%);
background: -o-linear-gradient(top,  #f9f9f9 1%,#efefef 100%);
background: -ms-linear-gradient(top,  #f9f9f9 1%,#efefef 100%);
background: linear-gradient(to bottom,  #f9f9f9 1%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );


}
.producttext_arer a{
color:#ca3327;
text-decoration:none;
}
.producttext_arer:active{
background:#aaa;
-webkit-tap-highlight-color: #aaa;}

.products_subbar{
background:#d1a41b;
border:#fff solid 1px;
padding:20px 10px 20px 10px;
margin:25px 0 0 0;
color:#fff;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

text-shadow:1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.products_subbar a{
color:#FFFFFF;
text-decoration:none;
}
#productbox_all{
padding-bottom:3%;
}
.text_grey{
color:#6d6d6d;
}




#product_area{
	padding:4% 3% 4% 3%;
}

.product_area_list{
	margin-bottom:20px;
}

.product_area_list.water{
	padding:0px 10px 1px 10px;
	border:solid 1px #b3e7f6;
	background-color:#eef8ff;
	color:#2a86d7;
}

.product_area_list.spa{
	padding:0px 10px 1px 10px;
	border:solid 1px #fcd2e1;
	background-color:#fff5f9;
	color:#f1507c;
}

.product_area_list.jelly{
	padding:0px 10px 1px 10px;
	border:solid 1px #fbd2cd;
	background-color:#fff3f3;
	color:#f83851;
}
.product_area_list.jelly-new{
	padding:0px 10px 1px 10px;
	border:solid 1px #fbd2cd;
	background-color:#fff3f3;
	color:#f83851;
}

.product_area_list.present{
	padding:0px 10px 1px 10px;
	border:solid 1px #97e8d9;
	background-color:#d8f8f3;
	color:#009592;
}

.product_area_list p{
	margin-bottom:10px;
}

.product_area_list h3{
	margin-bottom:10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:110%;
}

.product_area_list.water h3{
	padding:24px 0px;
	background-image:url(../products/images/product_list01.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:80px auto;
	border-bottom:solid 1px #b3e7f6;
}

.product_area_list.spa h3{
	padding:24px 0px;
	background-image:url(../products/images/product_list02.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:90px auto;
	border-bottom:solid 1px #fcd2e1;
}

.product_area_list.jelly h3{
	padding:24px 0px;
	background-image:url(../products/images/product_list03.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:110px auto;
	border-bottom:solid 1px #fbd2cd;
}
.product_area_list.jelly-new h3{
	padding:24px 0px;
	background-image:url(../products/images/product_list05.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:110px auto;
	border-bottom:solid 1px #fbd2cd;
}

.product_area_list.present h3{
	padding:24px 0px;
	background-image:url(../products/images/product_list04.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:80px auto;
	border-bottom:solid 1px #97e8d9;
}

.product_name_title{
margin:0px -10px 15px;
text-align:center;
}

.product_name_title a{
display:block;
padding:20px 10px;
text-decoration:none;
background-color:#2a86d7;
background-image:url(../images/arrow02.png);
	background-repeat:no-repeat;
	background-position:97% center;
	background-size:auto 1.2em;
	-webkit-background-size:auto 1.2em;
	-moz-background-size:auto 1.2em;
color:#fff;
}

.product_name_title.red a{
background-color:#fcd2e1;
color:#f1507c;
}
.product_name_title.pink a{
background-color:#fbd2cd;
color:#f83851;
}
.product_name_title.green a{
background-color:#97e8d9;
color:#009592;
}

ul.product_name{
	margin-bottom:0px;
}

ul.product_name li{
	margin-bottom:20px;
	text-align:center;
}

ul.product_name li a{
	display:block;
	padding:15px 12px 15px 12px;
	color:#fff;
	text-decoration:none;
	background-image:url(../images/arrow02.png);
	background-repeat:no-repeat;
	background-position:97% center;
	background-size:auto 1.2em;
	-webkit-background-size:auto 1.2em;
	-moz-background-size:auto 1.2em;
}

.water_btn{
	background-color:#67c6f7;
	border-bottom:solid 3px #2a9aef;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.water_btn:active{
	border-top:solid 3px #eef8ff;
	border-bottom:none;
}

.spa_btn{
	background-color:#fa7297;
	border-bottom:solid 3px #f53359;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.spa_btn:active{
	border-top:solid 3px #fff5f9;
	border-bottom:none;
}

.jelly_btn{
	background-color:#f45f70;
	border-bottom:solid 3px #e92331;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.jelly_btn:active{
	border-top:solid 3px #fff3f3;
	border-bottom:none;
}

.jelly_btn_gf{
	background-color:#ffa838;
	border-bottom:solid 3px #ff9000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.jelly_btn_gf:active{
	border-top:solid 3px #fff3f3;
	border-bottom:none;
}



.jelly_gf_btn{
	background-color:#ffa838;
	border-bottom:solid 3px #ff9000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.jelly_gf_btn:active{
	border-top:solid 3px #fff3f3;
	border-bottom:none;
}

.present_btn{
	background-color:#00bbca;
	border-bottom:solid 3px #0089a0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.present_btn:active{
	border-top:solid 3px #d8f8f3;
	border-bottom:none;
}

.ather_item_link{
	margin:10px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	background-color:#def2ff;
	border:solid 1px #d5eaf9;
}

.ather_item_link.red{
	background-color:#ffe0ed;
	border:solid 1px #fceff6;
}

.ather_item_link_info{
	margin-bottom:10px;
	padding:0px 0px 0px 25px;
	background-image:url(../products/images/info-icon.png);
	background-position:left;
	background-repeat:no-repeat;
}

.ather_item_link ul{
	width:90%;
	margin:0 auto;
}

.ather_item_link ul li{
	background-color:#3daff6;
	background-image:url(../images/arrow02.png);
	background-repeat:no-repeat;
	background-position:97% center;
	background-size:auto 1.2em;
	-webkit-background-size:auto 1.2em;
	-moz-background-size:auto 1.2em;
	text-decoration:none;
	margin-bottom:5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
}

.ather_item_link ul li.red{
	background-color:#fd759f;
}

.ather_item_link ul li a{
	display:block;
	padding:12px;
	text-decoration:none;
	color:#fff;
}

.tokuten_title{
	margin:20px 10px 10px;
	text-align:center;
}

.teiki_text{
	background-color:#fff7d3;
	padding:10px 10px 10px 35px;
	margin:0px 10px 10px 0px;
	color:#f04d7b;
	background-image:url(../products/images/teiki_ic.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:24px 14px;
}

.m_top20{
	margin-top:20px;
}

/* ありがとうキャンペーン */
.thanks-area {
	background:#FFF;
	display:block;
	margin:0 auto 5%;
	padding:4% 2%;
	border:3px #f04d7b solid;
	border-radius:5px;
}
.thanks-area .pnk-f {
	color: #f95084;
}
.m-t-30 {
	margin-top:4%;
}
.thanks-ttl {
	display:block;
	margin:0 auto 4%;
}
.thanks-time {
	display:block;
	margin:2% auto 2%;
}
.thanks-area .text {
	font-size:16px;
	line-height:1.8;
}
.no-application {
	display:block;
	margin:5% auto 10%;
}
.thanks-area .bl-text {
	color:#2e86d3;
	font-size:13px;
	line-height:1.6;
	margin-top:2%;
}
.thanks-area .bl-text .pnk {
	color:#f04d7b;
}

/* いきなり定期便 */
.ikinari-area {
	background:#FFF;
	display:block;
	margin:5% auto 0;
	padding:4% 2%;
	border:3px #4690d8 solid;
	border-radius:5px;
}
.ikinari-area .box {
	height:7%;
}
.ikinari-ttl {
	display:block;
	margin:0 auto 10px;
	position: relative;
	bottom:50%;
}
.ikinari-area .read {
	display:block;
	margin:4% auto 5%;
}
.ikinari-area .btn-box {
	display:block;
	margin:15px auto 0;	
}
.ikinari-area .bl-text {
	color:#2e86d3;
	font-size:15px;
	line-height:1.6;
	margin-top:20px;
}
.ikinari-area .bl-text .pnk {
	color:#f04d7b;
}