@charset "utf-8";

@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}


/* CSS Document */

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
* {
	margin: 0px;
	padding: 0px;
}
img {
max-width: 100%;
height: auto;
width /***/:auto;
　
}
#menu, #box {
width:100%;
}
 #header-box, #header-box-body, #header-menu, #google-search, #cse-search-box, #date, #contents, #contents-body, #main, #text, #contents-left-menu, #footer, #footer-menu, #footer-banner, #menu-top, #contents-body-column1, #table-hikaku table {
 float:none;
 width:100%;
}
 #header-menu {
}
 #footer-menu {
/* background-color:#9F0; */
	}
 .ads-top, .ads-bottom {
 display:none;
}
 #header-box-title, #google-search {
background-color:#666;
display:inline;
}
 h1 {
 font-size:14px;
}
}
