@charset "utf-8";

/*
Site Name: 
Description: layout
*/

@media all and (max-width: 640px){

/* base layout
----------------------------------------- */
#container{
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: auto;
}

#home #container{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 95px;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

#header{
	max-width: 640px;
	text-align: left;
	overflow: hidden;
	padding-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#content{
	clear: both;
	max-width: 640px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	margin-right: auto;
	margin-left: auto;
}

#footer{
	max-width: 640px;
	text-align: left;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 20px;
	color: #673301;
}



#home #main{
	float: none;
	width: 100%;
	max-height: 999999px;
}

#home #sub{
	float: none;
	width: 100%;
	margin-top: 0px;
}
#contents #main{
	float: none;
	width: 100%;
	margin-bottom: 15px;	/*-webkit-box-shadow: 0px 0px 5px 0px #CAC086;
	-moz-box-shadow: 0px 0px 5px 0px #CAC086;
	box-shadow: 0px 0px 5px 0px #CAC086;
	behavior: url(/moyashi/markup/wp/wp-content/themes/moyashi/common/css/PIE.htc);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border: 3px solid #CDC554;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	max-height: 999999px;
}
#contents #main #main-inner{
	-webkit-box-shadow: 0px 0px 5px 0px #CAC086,0px 0px 0px 2px #D1BF9B inset;
	-moz-box-shadow: 0px 0px 5px 0px #CAC086,0px 0px 0px 2px #D1BF9B inset;
	box-shadow: 0px 0px 5px 0px #CAC086,0px 0px 0px 2px #D1BF9B inset;
	behavior: url(/moyashi/markup/wp/wp-content/themes/moyashi/common/css/PIE.htc);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border: 5px solid #fff;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#contents #sub{
	float: none;
	width: 100%;
}





}
