/*html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-family: "メイリオ";
	color: #666;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	

}*/
/*h1 {
	font-size: 28px;
	font-weight: 100;
	text-align: center;
}
h2 {
font-size: 18px;
font-weight: 100;
text-align: center;
margin-top: 40px;
}
header nav {
	text-align: center;
	background: #efefef;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
header nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
header nav ul li {
	display: inline;
	margin-left: 1em;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li ul {
	display: none;
}
a {
	color: #f77564;
}
a:hover {
	color: #333;
}
a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
section, article, header {
	display: block;
	float: left;
	width: 100%;
}
article {
	width: 96%;
	padding: 3em 2%;
}

/*newmenu
#menu{
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}
#menu li{
	float: left;
	width: 127px;
	/*border: 1px solid #FFF;
	display: block;
	margin-right: 1px;
	margin-left: 1px;
}
#menu li a{
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	/*background-color: #996;
	background-color: rgba(51,51,51,0.6);
	height: 75px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;	/*border-radius: 10px;*/	/*background-image: url(../img/btn/btn.jpg);
}
#menu li a:hover{
	background-color: rgba(255,153,51,0.6);
}

#menu li h1{
	height: 75px;
	background-color: #CCC;
	font-size: 18px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#toggle{ 
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
}
@media only screen and (max-width: 488px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
	display: block;
	position: relative;
	width: 100%;
	background-color: #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;
  }
}

#menu-box{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	max-width: 903px;
	}*/
	


.header_menubox{
	background-color: #FD89A0;
	background-repeat: repeat;
	position: relative;
	z-index: 10;
	height: 40px;
	[disabled]-webkit-box-sizing: border-box; 
	[disabled]-moz-box-sizing: border-box; 
	[disabled]box-sizing: border-box; 
	}
