@charset "UTF-8";
/* CSS Document */




.clearfix{
	clear:both;
}


html, body {
　height:100%;
min-width:1000px;
/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}





a.btn{
  display: inline-block;
  width: 200px;
  padding: 12px 10px;
  border: 1px solid #fff;
  -moz-border-radius: 2px;    /* 古いFirefox */
   -webkit-border-radius: 2px; /* 古いSafari,Chrome */
   border-radius: 2px; 
  background: transparent;
  color:#FFF;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight:bold;
	-webkit-font-smoothing: antialiased;
	font-size:13px;
	letter-spacing:0.15em;
}

a.btnMini{
	float:right;
	clear:both;
  display: inline-block;
  width: 100px;
  padding: 12px 10px;
  border: 1px solid #666;
  -moz-border-radius: 2px;    /* 古いFirefox */
   -webkit-border-radius: 2px; /* 古いSafari,Chrome */
   border-radius: 2px; 
  background: transparent;
  color:#666;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight:bold;
	-webkit-font-smoothing: antialiased;
	font-size:12px;
	letter-spacing:0.15em;
}



a.sample2 {
  position:relative;
  z-index:0;
  overflow:hidden;
}
a.sample2::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#666;
  transition:.3s
}
a.sample2:hover {
  color:#fff;
}
a.sample2:hover::after {
  width:260px;
  height:260px;
  margin:-130px 0 0 -130px
}


a.sample1 {
  position:relative;
  z-index:2;
  overflow:hidden
}
a.sample1::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#fff;
  transition:.3s
}
a.sample1:hover {
  color:#555
}
a.sample1:hover::after {
  width:260px;
  height:260px;
  margin:-130px 0 0 -130px
}




a.btnDown{
	float:left;
	clear:both;
  display: inline-block;
  width: 140px;
  padding: 12px 10px;
  border: 1px solid #666;
  -moz-border-radius: 2px;    /* 古いFirefox */
   -webkit-border-radius: 2px; /* 古いSafari,Chrome */
   border-radius: 2px; 
  background: transparent;
  color:#666;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight:bold;
	-webkit-font-smoothing: antialiased;
	font-size:12px;
	letter-spacing:0.15em;
}

.btnDownSq{
	margin: 0 100px 100px 0;
	position: absolute;
}

a.sample3 {
  position:relative;
  z-index:0;
  overflow:hidden;
}
a.sample3::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#666;
  transition:.3s
}
a.sample3:hover {
  color:#FFF;
}
a.sample3:hover::after {
  width:260px;
  height:260px;
  margin:-130px 0 0 -130px
}





p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;

}

h1{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;

}

h2{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;

}

h3{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;

}


.wrapper{
	width:940px;
	padding:0 20px;
	margin:0 auto;
}


img {
    border-style:none;
}


a{
	cursor:pointer;
	text-decoration: none;
}


#footer a:link { color:#999; }
#footer a:visited { color:#999; }
#footer a:hover { 
color:#999; }
#footer a:active { color:#999; }

#footer a:hover{
	text-decoration:underline;
}

#aboutText p a{
	font-weight:bold;
}

#aboutText p a:link { color:#000; }
#aboutText p a:visited { color:#000; }
#aboutText p a:hover { 
color:#000; }
#aboutText p a:active { color:#000; }

#aboutText p a{
	text-decoration:underline;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:14px;
	line-height:30px;
	letter-spacing:0.1em;
	font-weight:lighter;
}


#aboutText p a:hover{
	color:#666;
}

/* = header
-------------------------------------------------------------- */


#header{
	height:480px;
    
	border:solid 10px #FFF;
}


#subHeader{
	height:320px;
}




nav{
	clear:both;
	height:40px;
	width:990px;
	
}


#menu{
	float:left;
	margin-left:100px;
	margin-right:38px;
}

#menu li{
	float:left;
	margin-top:30px;
}

#menu li:not( :first-child ){
	margin-left:24px;
}



#links{
	float:right;
	margin-right:30px;
}



#links li{
	float:left;
	margin-top:30px;
}

#links li:not( :first-child ){
	margin-left:20px;
}

#links li:hover{
	opacity:0.6;
}

.more:hover{
	opacity:0.6;
}

#logo{
	margin-top:220px;
	width:592px;
	margin-left:auto;
	margin-right:auto;
}

#subLogo{
	margin-top:80px;
	width:592px;
	margin-left:auto;
	margin-right:auto;
}


#logo:hover{
	opacity:0.6;
}

#copyrightImage{
	position:fixed;
	right:30px;
	top:40%;
	z-index:10;
}

#triangle{
	width:58px;
	margin:40px auto;
}

#triangle:hover{
	opacity:0.6;
}

.icon{
	width:30px;
	padding-top:24px;
	margin:0px auto 10px auto;
}

.title{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:lighter;
	font-size:18px;
	letter-spacing:0.1em;
	line-height:32px;
}



ul.pageNav {
	margin: 0 0 0px;
	padding: 10px 10px 5px;
	text-align: center;
}

ul.pageNav li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #aaa;
	-moz-border-radius: 2px;    /* 古いFirefox */
   -webkit-border-radius: 2px; /* 古いSafari,Chrome */
   border-radius: 2px; 
	text-decoration: none;
	vertical-align: middle;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:lighter;
	font-size:16px;
	letter-spacing:0.1em;
	
}


ul.pageNav li a{
	color:#999;
}

ul.pageNav li a:hover {
	background: #666;
	color:#FFF;
}


/* = news
-------------------------------------------------------------- */

#news{
	width:960px;
	margin:0 auto;
	padding:0 20px;
	
}

.newsTitle{
	text-align:center;
}
	

#newsCatch{
	float:left;
	margin-left:10px;
}



#newsContents {
	width:600px;
	margin:16px auto 20px auto;
	float:right;
}
#newsContents dt {
	float:left;
	clear:left;
	width:100px;
	padding:3px 0;
	line-height:25px;
	letter-spacing:0.1em;
}

#newsContents dt p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:13px;
	line-height:25px;
	letter-spacing:0.1em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}
	

#newsContents dd {
	width:500px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
}


#newsContents dd p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#666;
	font-size:13px;
	line-height:25px;
	letter-spacing:0.1em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}

.newsLink:hover{
	text-decoration:underline;
	color:#666;
}





/* = about
-------------------------------------------------------------- */

#about{
	background-image:url(../images/bgCraft1.png);
	height:550px;
    background-size:cover;
	background-position:center;
	padding:40px 0 30px 0;
}

#about .title{
	margin-top:40px;
	margin-bottom:60px;
	font-size:22px;
	letter-spacing:0.12em;
}
	


#aboutText{
	float:left;
}

#aboutText p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:14px;
	line-height:30px;
	letter-spacing:0.1em;
	margin:20px 0;
}

#aboutBuy{
	position:absolute;
	margin-left:660px;
	margin-top:486px;
	width:300px;
	z-index:100;
}
#aboutBuy ul li{
	float:left;
	list-style-type:none;
	margin-left:10px;
}

#aboutBuy ul li:hover{
	opacity:0.8;
}

/* = banners
-------------------------------------------------------------- */

#banners ul li a.btn{
	width:200px;
	display:block;
	margin:0 auto;
}

#banners{
	height:180px;
}

#banners p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:25px;
	letter-spacing:0.1em;
	font-weight:lighter;
	text-align:center;
	margin:10px;
}

#banners ul li{
	float:left;
	list-style-type:none;
/*	width: -webkit-calc(100% / 3);*/
	width: -webkit-calc(100% / 2);
/*    width: -moz-calc(100% / 3);*/
    width: -moz-calc(100% / 2);
/*    width: calc(100% / 3);*/
    width: calc(100% / 2);
	height:180px;
	padding:14px 0;

}



.b1{
	background-image:url(../images/bgCraft2.png);
	height:200px;
    background-size:cover;
	background-position:center;
}

.b2{
	
	background-image:url(../images/bgCraft3.png);
	height:200px;
    background-size:cover;
	background-position:center;
}


.b3{
	
	background-image:url(../images/bgCraft4.png);
	height:200px;
    background-size:cover;
	background-position:center;
}

/* = feature
-------------------------------------------------------------- */

#feature{
	padding-top:100px;
	width:900px;
	margin:40px auto;
}


.featureText{
	width:410px;
}




#feature ul li{
	padding:45px 0;
}


#feature ul li:nth-child(odd) .featureText{
	float:left;
}
	
#feature ul li:nth-child(odd) .featureImage{
	float:right;
}



#feature ul li:nth-child(even) .featureText{
	float:right;
}
	
#feature ul li:nth-child(even) .featureImage{
	float:ledf;
}

.featureImage p{
	height:300px;
	display:table-cell;
	vertical-align:bottom;
}



.featureNumber{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#666;
	font-size:13px;
	line-height:25px;
	letter-spacing:0.1em;
	font-weight:lighter;
}

.featureCatch{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:18px;
	line-height:25px;
	letter-spacing:0.1em;
	font-weight:lighter;
	margin-top:40px;
	
}

.featureCatch span{
	-moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;
   border:solid 1px #CCC;
   padding:10px 30px;
}


.featureDetail{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:13px;
	line-height:25px;
	letter-spacing:0.1em;
	font-weight:lighter;
	display:table-cell;
	vertical-align:bottom;
	height:210px;
}




/* = howto
-------------------------------------------------------------- */

#howto{
	margin-top:10px;
}


.howtoText{
	width:440px;
}

#howto section{
	padding:45px 0;
	
}

#howto section:nth-child(odd){

	background-image:url(../images/bgCraft4.png);
	background-size:cover;
}




#howto section:nth-child(even){
	
	
}


#howto section:nth-child(3n){
	background-image:url(../images/bgCraft1.png);
	background-size:cover;
}







#howto section:nth-child(odd) .howtoNumber{
	color:#FFF;
}
#howto section:nth-child(even) .howtoNumber{
	color:#666;
}
#howto section:nth-child(3n) .howtoNumber{
	color:#FFF;
}




#howto section:nth-child(odd) .howtoText{
	float:right;
}
	
#howto section:nth-child(odd) .howtoImage{
	float:left;
}



#howto section:nth-child(even) .howtoText{
	float:right;
}
	
#howto section:nth-child(even) .howtoImage{
	float:left;
}




.thumBox{
	margin-top:50px;
	
}
	
.thumBox img{
	float:left;
	margin-right:20px;
	width:25%;
	
}
	

.howtoImage {
	width:460px;
	display:table-cell;
	vertical-align:bottom;
	
}

.howtoImage img:nth-child(2n+3){
	margin-top:10px;
}

#howto section:nth-child(odd) .howtoImage img:nth-child(2n){
	margin-right:10px;
}


#howto section:nth-child(even) .howtoImage img:nth-child(2n){
	margin-right:10px;
}



#howto section:nth-child(odd) .howtoImage img{
	width:220px;
	float:right;

}


#howto section:nth-child(even) .howtoImage img{
	width:220px;
	float:right;

}

.howtoNumber{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#FFF;
	font-size:13px;
	line-height:28px;
	letter-spacing:0.1em;
	font-weight:lighter;
}

.howtoCatch{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.1em;
	font-weight:lighter;
	margin-top:40px;
}

.howtoDetail{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:13px;
	line-height:28px;
	letter-spacing:0.1em;
	font-weight:lighter;
	display:table-cell;
	vertical-align:bottom;
	height:188px;
}







/* = download
------------------------------------------------------------- */



#newRefill{
	background-image:url(../images/bgMemo.jpg);
    background-size:cover;
	background-position:center;
	padding:40px 0;
}

#newRefill h2{
	margin-top:10px;
	margin-bottom:60px;
}


.newMark{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:12px;
	letter-spacing:0.1em;
	
}

.roundSquare span{
	border:1px solid #999;
	padding:10px 10px;
	-moz-border-radius: 20px;    /* 古いFirefox */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome */
	border-radius: 10px;
}

.newMark span{
	padding:10px 10px;
	-moz-border-radius: 20px;    /* 古いFirefox */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome */
	border-radius: 10px;
	background-color: #ff3c00;
	color: #fff;
	font-weight: bold;
}

#newRefillImage{
	float:left;
	width:300px;
	margin-left:20px;
}

#newRefillText{
	float:right;
	width:560px;
}


#newRefillText p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:14px;
	line-height:30px;
	letter-spacing:0.1em;
	margin:20px 0;
}





#newRefillImage img{
	width:300px;
}


#refillList{
	
}

.masonry{
	padding:40px 40px;
	width:100%;
	overflow:hidden;
}


.grid {
width:340px;
height:360px;
margin:20px 20px;
padding:20px;
float:left;
display:inline;
border:1px dotted #999;
	-moz-border-radius: 4px;    /* 古いFirefox */
   -webkit-border-radius: 4px; /* 古いSafari,Chrome */
   border-radius: 4px; 
}

.grid .newMark{
	margin: -18px 0 0 -36px;
	position: absolute;
}

.listTitle{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:15px;
	letter-spacing:0.1em;
	line-height:24px;
	width:340px;
	font-weight:lighter;
	margin-bottom:20px;
	border-bottom:solid 1px #999;
	padding-bottom:10px;
	text-align:center;
	
}

.listImage{
	float:left;
	width:140px;
}

.listImage img{

	width:130px;
}
.listText{
	float:right;
	width:180px;
}
	
.listText p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:12px;
	line-height:20px;
	letter-spacing:0.1em;
	
}


#guide{
	width:1000px;
	padding:40px 0px;
	margin:0 auto;
	border-top:dotted thin #666;
}


#guide ul{
	margin-top:30px;
}

#guide ul li{
	float:left;
	width:500px;
}
	
.guideImage{
	float:left;
}
.guideText{
	float:left;
	width:200px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:12px;
	line-height:22px;
	letter-spacing:0.1em;
	padding-left:20px;
	padding-top:10px;
}


/* = footer
------------------------------------------------------------- */



#footer{
	background-color:#E7E7E2;
	padding-top:30px;
}


#specInfo{
	float:left;
	padding-bottom:30px;
}

#specContents {
	width:600px;
	margin:20px 0 20px 0;
}
#specContents dt {
	width:100px;
	padding:3px 0;
	line-height:25px;
	letter-spacing:0.1em;
	height:100%;
	float:left;
	clear:left;
}

#specContents dt p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:13px;
	line-height:25px;
	letter-spacing:0.1em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}
	

#specContents dd {
	width:500px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
}


#specContents dd p{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#666;
	font-size:13px;
	line-height:25px;
	letter-spacing:0.1em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
	
}


#specImage{
	float:right;
	overflow:hidden;
	width:300px;
	
}


#shopList{
	border-bottom:solid 1px #666;
	padding-bottom:10px;
}


#shopList ul{
	clear:both;
	margin-top:20px;
	width:500px;
}

#shopList ul li{
	float:left;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#666;
	font-size:13px;
	line-height:25px;
	letter-spacing:0.1em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}


#shopList ul li:not(:first-child){
	margin-left:20px;
}


#sns{
	float:right;
	padding-top:10px;
}

#footerData{
	background-color:#999;
	height:40px;
	overflow:hidden;
	padding:0 30px;
}

#copyright{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#FFF;
	font-size:12px;
	letter-spacing:0.1em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
}
	


/* = subNav
-------------------------------------------------------------- */





#subNav{
	position:fixed;
	top:0;
	clear:both;
	height:60px;
	width:100%;
	background-color:rgba(255,255,255,0.7);
	z-index:10000;
	
}


#subMenu{
	float:left;
	margin-left:50px;
	margin-right:38px;
}

#subMenu li{
	float:left;
	margin-top:16px;
}

#subMenu li:not( :first-child ){
	margin-left:24px;
}



#subLinks{
	float:right;
	margin-right:30px;
}



#subLinks li{
	float:left;
	margin-top:16px;
}

#subLinks li:not( :first-child ){
	margin-left:20px;
}

#subLinks li:hover{
	opacity:0.6;
}

.subNavWrap{
	width:1000px;
	margin:0 auto;
}





/* = Media (Responsive Setting)
-------------------------------------------------------------- */

@media only screen and (min-width: 1080px) and (max-width: 2000px) {

body {width: 100%;}

nav{
	clear:both;
	height:40px;
	width:100%;
	
}
#links{
	float:right;
	margin-right:100px;
}

} /*Query End*/


@media only screen and (min-width: 768px) and (max-width: 959px) {

body {width: 100%;}



} /*Query End*/
@media only screen and (max-width: 767px) {


*{
	margin:0;
	padding:0;
}



.PC {display: none;}
.SP {display: block;}



html, body {
	-webkit-text-size-adjust: 100%;
}


} /*Query End*/


@media only screen and (max-width: 980px) {


*{
	margin:0;
	padding:0;
}



} /*Query End*/