@charset "UTF-8";
/* CSS Document */


body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0;
padding:0px 0 0 0;
}
 /* ////////////////////////// //////////////////////////


			z-index


 ////////////////////////// ////////////////////////// */
 #header {z-index:100;}
 
 
 
 
 
 
 /* ////////////////////////// //////////////////////////


			header
			2016.5.10 宮下


 ////////////////////////// ////////////////////////// */


#header { background:#df0615; position:relative; position:relative;}
#header .inner { text-align:center; position:relative;}
#header .logo { 
	display:block;
	width:100px;
	height:60px;
	/*置換*/text-indent: 100%; white-space: nowrap; overflow: hidden;
	background:url(../images/logo.png) no-repeat;
	/* background-size */
	-moz-background-size:contain;
	-webkit-background-size: contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
	margin:0 auto;
	padding:0;
	}
#header .cart { 
	display:block;
	width:30px;
	height:30px;
	/*置換*/text-indent: 100%; white-space: nowrap; overflow: hidden;
	background:url(../images/btn-cart.png) no-repeat;
	/* background-size */
	-moz-background-size:contain;
	-webkit-background-size: contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
	margin:0;
	padding:0;
	position:absolute;
	top:18px;
	right:55px;
	}
#header .menu { 
	display:block;
	width:25px;
	height:25px;
	/*置換*/text-indent: 100%; white-space: nowrap; overflow: hidden;
	background:url(../images/btn-menu.png) no-repeat;
	/* background-size */
	-moz-background-size:contain;
	-webkit-background-size: contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
	margin:0;
	padding:0;
	position:absolute;
	top:18px;
	right:13px;
	}

 /* ////////////////////////// //////////////////////////


			gnav
			2016.5.10 宮下


 ////////////////////////// ////////////////////////// */
 
#gnav {}
#gnav .inner {}
ul.gnavUL { 
	display:table;
	width:100%;
	/* ▼ box-sizing */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* ▲ box-sizing */
  }
li.gnavLI {
	display:table-cell;
	width:25%;
	/* ▼ box-sizing */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* ▲ box-sizing */
	}
	
	
ul.gnavUL { 
	padding:0; 
	margin:0;
	line-height:1em;
	list-style-type:none;
  }
li.gnavLI {
	list-style-type:none;
	font-size:10px;
	line-height:13px;
	text-align:center;
	vertical-align: middle;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	background: #E7C1C2;
	border:solid 1px #efefef;
	padding:7px 0;
	}
li.gnavLI a {
	text-decoration:none;
	color:#000;
	}
@media screen and (max-width: 320px) {
	
li.gnavLI {
	font-size:9px;
	line-height:11px;
	}
}





 /* ////////////////////////// //////////////////////////


			footer
			2016.5.10 宮下


 ////////////////////////// ////////////////////////// */
 
 
#footer {
	background-color:#333333;
	width:93%;
	padding:2% 3% 50px 4%;
	margin:8% 0 0 0;
	color:#ffffff;
}

#footer ul {
	clear:both;
	display:block;
	padding:0;
	margin:0;
}

#footer a,
#footer a:link,
#footer a:visited {
	text-decoration:none;
}

#footer a:hover,
#footer a:active {
	text-decoration:none;
}

@media screen and (min-width: 0px) and (max-width: 480px){
#footer ul li {
	float:left;
	width:47%;
	margin:1% 1% 0 0;
	background-color:#ffffff;
	color:#000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.05) inset;
	padding:4% 1% 1% 1%;
	text-align:left;
	height:50px;
	list-style-type:none;
}
}

@media screen and (min-width: 481px) and (max-width: 1100px){
#footer ul li {
	float:left;
	width:47%;
	margin:1% 1% 0 0;
	background-color:#ffffff;
	color:#000000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.05) inset;
	padding:4% 1% 1% 1%;
	text-align:left;
	height:40px;
}
}

@media screen and (min-width: 0px) and (max-width: 480px){
#footer ul li span {
	display:block;
	background:url(../images/footer_ico.gif) left top no-repeat;
	padding: 0 0 0 15%;
	line-height:20px;
	font-size:16px;
}
}

@media screen and (min-width: 481px) and (max-width: 1100px){
#footer ul li span {
	display:block;
	background:url(../images/footer_ico.gif) left top no-repeat;
	padding: 0 0 0 10%;
	font-size:16px;
	line-height:20px;
}
}

.copyright {
	padding:2% 0 0 0;
	clear:both;
	font-size:12px;
	line-height:1em;
}



 /* ////////////////////////// //////////////////////////


			turnToPageTopAnchor
			2016.5.10 宮下


 ////////////////////////// ////////////////////////// */
.turnToPageTopAnchor {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: url(../images/dammy_alpha_black_050.png) repeat;
	height: auto;
	width: auto;
	padding: 10px 12px;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:90;
}


 /* ////////////////////////// //////////////////////////


			トップページの要素
			#fv
			#atlaspowder
			#popoaqua
			#atlaswater


 ////////////////////////// ////////////////////////// */
#fv { text-align:center; padding:0px 0px 0px 0px;}
#fv img {
   width:100%;
	 display:block;
	 margin:0 auto;}

.productbox {
	position:relative;
	border-top:solid 4px #ddd;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	margin:0px 10px 35px 10px;
	}
@media screen and (max-width: 320px) {
	.productbox {
	border-top:solid 3px #ddd;
	}
}
.productbox:after {
	position:absolute;
	top:0px;
	left:50%;
	content:"";

	margin-left: -7px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #ddd transparent transparent transparent;
	z-index: 0;
	}

.productbox .hline {
	text-align:center;
	font-size:21px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	display:block;
	margin:25px auto 0px auto;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオボールド", Meiryo-bold, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
@media screen and (max-width: 320px) {
	.productbox .hline {
	font-size:19px;
	line-height:24px;
	}
}

	
.productbox .read {
	text-align:center;
	font-size:12px;
	line-height:18px;
	color:#666;
	font-weight: normal;
	display:block;
	margin:20px auto;
	}

@media screen and (max-width: 320px) {
	.productbox .read {
	font-size:11px;
	line-height:17px;
	margin:15px auto 20px auto;
	}
}

.productbox .column {margin:0 0 20px 0;}
/* ClearFix */
.productbox .column:after {content: url(pixel.gif);display: block;clear: both;height: 0;}
.productbox .column {display: inline-block;}
.productbox .column {display: block;}
/* ここまでClearFix */
.productbox .column .photo {width:49%; float:left; margin-left:1%;}
.productbox .column .notes {width:50%; float:right;}
.productbox .column .photo img {max-width:100%; width:92%; display:block; margin:0 auto 0 auto;}
.productbox .column .notes .logo img {width:65%; display:block; margin:50px auto 40px auto;}
.productbox .purchaseinfo {display: block; clear:both; float:none; border-top:solid 1px #ccc; margin:0 10px 0 13px;}
.productbox .purchaseinfo .net {font-size:10px; line-height:13px; color:#333; padding:0px; margin:8px 0 20px 0px;}
.productbox .purchaseinfo .price {text-align:right; margin:0 5px 0 0;}
.productbox .purchaseinfo .price .amount {font-size:30px; line-height:30px; font-family:Arial, Helvetica, sans-serif;}
.productbox .purchaseinfo .price .amount:before {content:"税込 "; font-size:11px; line-height:1em;}
.productbox .purchaseinfo .price .amount:after {content:"円"; font-size:13px; line-height:1em;}
.productbox .btngroup {display: block; clear:both; float:none;}

@media screen and (max-width: 320px) {
.productbox .purchaseinfo .net {font-size:9px; line-height:11px;}
.productbox .purchaseinfo .price .amount {font-size:26px; line-height:26px;}
.productbox .purchaseinfo .price .amount:before {}
.productbox .purchaseinfo .price .amount:after {}
}




.productbox .btn {
	position:relative;
	display:block;
	background:#000;
	/* border-radius */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	/* ▼ box-sizing */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* ▲ box-sizing */
	color:#fff;
	font-size:16px;
	line-height:16px;
	letter-spacing:2px;
	text-decoration:none;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	padding:12px 0 14px 22px;
	margin:0 4% 0 0;
	}

@media screen and (max-width: 320px) {
.productbox .btn {
	font-size:14px;
	line-height:14px;
	padding:12px 0 11px 22px;
	}
}



.productbox a.btn:hover {opacity:0.9;}

.btn-productinfo:before {
	content:"";
	width:22px;
	height:22px;
	background: url(../images/icon-magnifier.png) no-repeat;
	/* background-size */
-moz-background-size:contain;
-webkit-background-size: contain;
-o-background-size:contain;
-ms-background-size:contain;
background-size:contain;
position:absolute;
left:10px;
top:10px;}


@media screen and (max-width: 320px) {
.btn-productinfo:before {
	width:19px;
	left:10px;
	top:9px;
	}
}

.btn-order:before {
	content:"";
	width:19px;
	height:19px;
	background: url(../images/icon-yen.png) no-repeat;
	/* background-size */
-moz-background-size:contain;
-webkit-background-size: contain;
-o-background-size:contain;
-ms-background-size:contain;
background-size:contain;
position:absolute;
left:12px;
top:12px;}
@media screen and (max-width: 320px) {
.btn-order:before {
	width:15px;
	left:12px;
top:10px;
	}
}

 
.btngroup { margin:10px 5% 10px 5%; overflow:hidden;}
/* ClearFix */
.btngroup:after {content: url(pixel.gif);display: block;clear: both;height: 0;}
.btngroup {display: inline-block;}
.btngroup {display: block;}
/* ここまでClearFix */

.btngroup .btn {
	float:left;
	width:48%;
	}
.btngroup .btn:last-child {
	margin-right:0;
	}
	
.paymentaside { border-top:solid 1px #ccc;
background:#f2f2f2;
padding:0;
margin:20px 0 0 0;
overflow:hidden;}
.paymentaside p {
	font-size:11px;
	line-height:11px;
	color:#666;
	text-align:center; }
	@media screen and (max-width: 320px) {
	
.paymentaside p {
	font-size:10px;
	line-height:10px;}
}

.paymentaside p > span {
	font-weight:bold;}
.paymentaside img {
	display:block;
	width:80%;
	margin:10px 10%;}
	
	
	
	
	
 /* //////////////////////////　　#atlaspowder　///// */
	
#atlaspowder {
	border-top-color:#e2001b;
	}
#atlaspowder:after {
	border-color: #e2001b transparent transparent transparent;
	}
#atlaspowder .hline {
	color:#e2001b;
	}
#atlaspowder .btn {
	background-color:#e2001b;
	}
#atlaspowder.productbox .column .photo img {max-width:100%; width:92%; display:block; margin:0 auto 0 auto;}
#atlaspowder.productbox .column .notes .logo img {width:65%; display:block; margin:50px auto 40px auto;}

@media screen and (max-width: 320px) {
#atlaspowder.productbox .column .photo img {}
#atlaspowder.productbox .column .notes .logo img {margin:35px auto 40px auto;}
}




 /* //////////////////////////　　#popoaqua　///// */
	
#popoaqua {
	border-top-color:#2673c5;
	}
#popoaqua:after {
	border-color: #2673c5 transparent transparent transparent;
	}
#popoaqua .hline {
	color:#2673c5;
	}
#popoaqua .btn {
	background-color:#2673c5;
	}
#popoaqua .btn-soldout {
	background-color:#7fb0e5;
	}
#popoaqua.productbox .read { margin-bottom:35px;}
#popoaqua.productbox .column .photo img {max-width:100%; width:48%; display:block; margin:0 auto 0 auto;}
#popoaqua.productbox .column .notes .logo img {width:90%; display:block; margin:50px auto 75px auto; padding-right:20px;}
	
	
 /* //////////////////////////　　#atlaswater　///// */
	
#atlaswater {
	border-top-color:#333;
	}
#atlaswater:after {
	border-color: #333 transparent transparent transparent;
	}
#atlaswater .hline {
	color:#333;
	}
#atlaswater .btn {
	background-color:#333;
	}
#atlaswater.productbox .read { margin-bottom:35px;text-align:left; padding-right:5px;}
#atlaswater.productbox .column .photo img {max-width:100%; width:43%; display:block; margin:30px auto 0 auto;}
#atlaswater.productbox .column .notes .logo img {width:90%; display:block; margin:50px auto 75px auto; padding-right:20px;}
@media screen and (max-width: 320px) {
#atlaswater.productbox .column .notes .logo img {margin: 20px auto 45px auto;}
}

/*　休業告知　*/
#news{ width:90%; padding:10px; margin:20px auto 10px; border:solid 2px #FF0000; font-size:0.7em; line-height:1.4;}
#news h4{ font-weight:bold; color:#900; font-size:1.1em; margin:0 0 5px;}
#news span{ font-weight:bold; color:#900;}

/*　消費税　*/
#news2{ width:84%; padding:2% 5%; margin:20px auto 10px; border:solid 2px #CCC; font-size:0.7em; line-height:1.4;}
#news2 h4{ font-weight:bold; color:#333; font-size:1.1em; margin:0 0 5px;}

@media screen and (min-width: 767px) {
#news2{ width:55%;}
}