@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
img{max-width: 100%;}
a {color:#0064FF;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:#0064FF;}
a:visited{color:#0064FF;}
a:hover{color:#FFA0A0;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:middle; border-style:none;//IE8}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.fwb{font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B", sans-serif;}
.vh{visibility: hidden;}
.tac{text-align: center;}
.dn {display: none;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}
.forPc{display:block;}
.forSp{display:none;}
.ng{text-indent: -0.5em;display: block;}
.ad{text-indent: 0.5em;display: block;}
/*.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}*/

/* Common
 * --------------------------------------------------------*/
body {
  letter-spacing: 1px;
	font:normal 15px/30px "秀英角ゴシック銀 L", "Shuei KakuGo Gin L","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family:"秀英角ゴシック銀 B", "Shuei KakuGo Gin B", sans-serif;*/
  background: #EDF7F5;
	color: #231815;
  /*background: #FFF;*/
}

.wrap_in {
	width: 100%;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  background: #FFF;
}
.wrap2 {
  width: 1000px;
  margin: 0 auto;
}

.bdb {
  background: #FFF;
  border-bottom: 1px solid #BBBCBC;
}


/* nav */
.nav  {
	padding: 10px 0;
	width: 1000px;
	min-width:1000px;
	margin: 0 auto;
	z-index: 999;
	position: relative;

}
.nav li {
	height: 38px;
	padding: 0;
}
.nav .fr li:before {
	content:url(../images/slash.png);
  vertical-align: middle;
  display: inline-block;
}
.nav .fr li.n2:before {
  display: none;
  content: inherit;
}

.nav li.n1 {
 padding: 4px 0 0 6px;
}

.nav .fr li img{
  padding-bottom: 10px;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 8888;
}


/* upper */
#attention .upper {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	padding-top: 130px;
}

#attention h1.attTtl{
	font-size: 26px;
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B", sans-serif;
}


#attention #common  {
  padding-bottom: 110px;
}

#attention #common.att h2,
#attention #common.att h3  {
  font-size: 20px;
  line-height: 30px;
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B", sans-serif;
	color: #7F6FA5;
}


#attention .box {
	padding: 60px 0 20px 0;
}
#attention .box h3{
	padding-bottom: 10px;
}
#attention .box p,
#attention .box span {
	padding: 15px 0;
	display: block;
}

#attention .box span.mr_blk {
	margin-right:0.3em;
  	display: inline-block;
  	padding: 0;
}

#attention .box span.mr_blk2 {
	margin-right:0.7em;
  	display: inline-block;
  	padding: 0;
 }


#attention .box span {
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B", sans-serif;
}


/* middle */
#attention #ladies.att h2,
#attention #ladies.att h3 {
	font-size: 22px;
	font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B", sans-serif;
	color: #7F6FA5;
}



/* bottom */
#attention .bottom {
  margin: 60px 0;
}
#attention .bottom .anotherItems {
	width: 925px;
	margin: 0 auto;
	padding-top: 20px;
}

#attention .bottom li {
  padding: 0 5px 36px 5px;
}

.btnIndex {
  padding-bottom: 80px;
  text-align: center;
}

/* footer */
footer {
	width: 100%;
	margin: 0 auto;
  background: #FFF;
	padding: 20px 0 50px 0;
  border-top: 1px solid #BBBCBC;
}
footer li{
	display: block;
	padding-bottom: 5px;
}


/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 769px) {
  body {width: 100%;margin: 0 auto;}
  img{max-width:100%;height:auto;}
  .hoverOp:hover{filter: alpha(opacity=100);opacity: 100;}
  .wrap{width: 94%;}
  .fl,.fr {float: none;}
  .forPc{display:none;}
  .forSp{display:block;}


  /* [sp] Product
	-------------------------------------------------------------------------------*/
  /* [sp] nav */

  .fixed {
    position: relative;
  }
	.nav  {
		width: 100%;
    min-width: inherit;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0;
	}
	.nav li {
		height: 38px;
		float: none;
		vertical-align: middle;
		padding: 0px 0;
		/*border-right: 1px solid #FFFFFF;*/
		border: none;
	}

  .nav ul.fl{
		text-align: center;
		padding-bottom: 15px;
	}
  .nav .fr li img {
    padding-bottom: 0;
  }
  .nav .fr li:before {
    display: none;
  	content: inherit;
  }
	.nav li.n0 {
		border-right: none;
	}
	.nav li.n1 {
		border-right: none;
		padding-left: 5px;
		padding-right: 0px;
	}

	.nav ul.fr{
		display: table;
		text-align: center;
	}
	.nav .fr li{
    width: 170px;
		border-left: none;
		display: inline-table;
	}
	.nav li.n2 {
		border-right: 1px solid #BBBCBC;
		border-bottom: 1px solid #BBBCBC;
	}
	.nav li.n3 {
		border-bottom: 1px solid #BBBCBC;
	}
	.nav li.n4 {
		border-right: 1px solid #BBBCBC;
	}
	.nav li.n5 {
		border-right: none;
	}

  #att .upper, #att .middle,#att .bottom {
		width: 100%;
		margin: 0 auto;
    padding: 30px 0;
  }

	/* [sp] upper */
  #attention .upper {
		width: 95%;
		margin: 0 auto;
		text-align: left;
		padding-top: 30px;
	}

	#attention h1.attTtl{
		padding: 20px 0;
	}

	#attention #common  {
		padding-bottom: 0;
	}

	#attention .box {
		padding: 40px 0 10px 0;
	}
	#attention .box h3{
		padding-bottom: 0;
	}
	#attention .box p,
	#attention .box span {
		padding: 15px 0;
	}

	#attention .box span.mr_blk,
	#attention .box span..mr_blk2 {
		margin-right:0;
	 }

	/* [sp] middle */

	/* [sp] bottom */
  #attention .bottom{
    margin-top: 20px;
  }
  #attention .bottom .anotherItems {
    width: 100%;
    padding-top: 0;
  }

  #attention .bottom .anotherItems ul{
    width: 93%;
    margin: 0 auto;
  }

  #attention .bottom li {
    padding: 0 0px 36px 5px;
  }

  #attention .bottom li.ttl_ladies,
  #attention .bottom li.ttl_mens
  {
    width: 100%;
    text-align: center;
    margin-bottom: -40px;
  }

  /* [sp] footer */
	footer {
		width: 100%;
		padding: 30px 0 50px 0;
	}
	footer li{
		padding-bottom: 10px;
	}
	footer .fl {
		text-align: center;
	}
	footer .fr {
		text-align: center;
	 	padding-top: 30px;
	}

}


@media only screen and (max-width: 321px) {
  .nav .fr li{
    width: 130px;
    border-left: none;
    display: inline-table;
   }
   #att .bottom .anotherItems ul {
     width: 98%;
   }
}
