@charset "utf-8";
/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:90%;
}
#wrapper {
	width: auto;
	border:2px solid whitesmoke;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF944C;

}
a:hover, a:active, a:focus {
	color: #7F3300;
	text-decoration: underline;
}
#mainnav ul    {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	clear: left;
	top: auto;
	bottom: auto;
}
#wrapper #Top #mainnav ul li {
}
#mainnav a {
	width: auto;
	display: block;
	float: left;
	text-align: center;
	background-color: #4d4d4d;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
#mainnav a:hover, #mainav a:active, #mainav a:focus, #mainnav a.thispage {
	background-color: #B5B5B5;
	text-decoration: none;
	color: #000000;
}
