@charset "UTF-8";
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

img {
max-width: 100%;
height: auto;
width /***/:auto;　
}

#wrapper {
  width: 100%;
}

#header #wave {
  display: none;
}

#content {
  width: 100%;
}

ul.menu {
  width: 100%;
}

ul.menu a {
	font-size: 16px;
	height: 40px;
}

ul.menu li {
	font-size: 16px;
	height: 40px;
}

ul.menu > li li {
	display: none;	<!--- 子MENU非表示 --->
}

#pagebody {
  width: 100%;
  padding-right: 10px;
}

#page-title {
  font-size: x-large;
}

#content {
  clear: both;
  width: 95%;
}

#content-right {
  clear: both;
  width: 100%;
}

#content-left {
  clear: both;
  width: 100%;
}

#content .nomargin {
  margin: 2em 0 0;
}

#footer {
  clear: both;
  width: 100%;
  text-align: center;
}
