body {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f2f2f2;
}
.huge_box {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.head_1 {
	height: 80px;
	width: 500px;
	float: left;
	margin-top: 0px;
}
.head_2 {
	height: 80px;
	width: 500px;
	float: right;
	margin-top: 0px;
}










.foot {
	background-color: #ffffff;
	text-align: center;
	height: auto;
	width: auto;
	clear: both;
}
.foot_left {
	height: auto;
	width: 650px;
	margin-left: 100px;
}
.foot_right {
	text-align: left;
	height: auto;
	width: 350px;
	margin-left: 20px;
}

.sub {
	font-size: 14px;
	width: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #000000;
	padding-top: 10px;
}
.sub a{ text-decoration:none; }
.sub a:link{ color: #000}
.sub a:visited{ color: #000}
.sub a:hover{ color: #000}
.sub a:active{ color: #000}

.copy {
	font-size: 10px;
	color: #000000;
}


.tag {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 30px;	
}







.schools_tag {
	margin-left: 0px;
	padding-top: 20px;
	
}
.big_grid {
	height: 250px;
	width: 900px;
	margin-left: 50px;
	border: 1px solid #999;
	background-color: #f2f2f2;
	margin-top: 20px;
	margin-bottom: 30px;
}
.sassoon_logo {
	width: 370px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 22px;
}
.sassoon_senbox {
	width: 430px;
	margin-left: 22px;
	font-size: 16px;
	margin-right: 22px;
	float: left;
}
.grid_left {
	height: 250px;
	width: 470px;
	float: left;
}
.grid_right {
	float: left;
	height: 250px;
	width: 400px;
	margin-top: 25px;
}
.grid_right img {
	float: left;
}







.right_box_info_gal {
	width: 900px;
	float: left;
	background-color: #f2f2f2;
	height: auto;
	border: 1px solid #999;
	margin-left: 50px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.right_box_info_on_gal {
	background-color: #f2f2f2;
	height: auto;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	
}	
.right_box_info_on_gal img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-left: 20px;
	
}
.160box img {
	margin-top: 20px;
	margin-left: 13px;
	margin-left: auto;
	margin-right: auto;
	
}
img {
    border-style:none;
}
a:link{ color: #FFF}
a:visited{ color: #FFF}
a:hover{ color: #FFF}
a:active{ color: #FFF}
a { text-decoration:none; }

.button img {
	vertical-align:top;
}





#menu{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 5px 0 5px;
  background: Transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: Transparent;
}
#toggle{
 display: none;
}

@media only screen and (max-width: 480px) {
  #menu{
	display: none;
  }
  #menu li{
	width: 100%;
  }
  #toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
  }
  #toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
  }
  #toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
  }
  #toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
  }
  #toggle a:before{
	margin-top: -6px;
  }
  #toggle a:after{
	margin-top: 2px;
  }