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


html { font-size: 70%; }

body {
	font-size: 1.0em;
	-webkit-text-size-adjust: 100%;
}
#main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* [disabled]font-size: 13px; */
	color: #000000;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	max-width:100%;
}
#mainimg {
	background-size: 100% 220px;
	background-repeat: no-repeat;
	background-image: url(../img/head.jpg);
	padding-top: 90px;
	height: 130px;
	text-align: center;
	/* [disabled]background-attachment: fixed; */
	margin-bottom: 30px;
}
#mainimg  img{
	width: 280px;
	height: auto; 
 }
#profile_img {
	padding-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #4E4A4A;
	padding-top: 20px;
	margin-bottom: 40px;
}
#profile {
	padding-bottom: 60px;
	text-align: left;
	padding-left: 10px;
}
#profile td{
	padding-right: 12px;
	padding-bottom: 12px;
	text-align: left;
	vertical-align: text-top;
}
#lineup_img {
	padding-bottom: 40px;
}
#lineup {
	text-align: center;
	padding-bottom: 80px;
}
#lineup td{
	padding-bottom: 5px;
	text-align: center;
}
.td1 {
	vertical-align: middle;
}
.td2 {
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: text-top;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 200px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #666666;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #D50A30;
	text-decoration: underline;
}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}
.att {
  padding-left: 2em;
  text-indent: -2em;
}

}