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

body{padding: 0px;margin: 0;}

#contents{
	width:100%;
	margin: 0px 0 0 0px;
	border: 2px solid #999;
	background-color: #f7aa51;
}

#enq1{
position : static;
//	top : 0px;
//	left : 0px;
	//background-color: #fff;
	width:99%;
	height:100%;
	color:#000;
	font-size:11pt;
	padding: 10px 5px 10px 5px;
	display:block;
	line-height:10pt;
}


.btn1{
	cursor:pointer;
	font-size  : 13pt;
	text-align: center;
	background-color: #ccc;
	padding: 5px 5px;
	width:100px;
	color:#111;
	border: 1px solid #eee;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	z-index: 15;
}
.text_c{text-align:center;}
legend{font-size  : 12pt;margin: 0 3px 10px 0;}
#execute{
	padding: 5px 5px;
	width:150px;
	font-size  : 12pt;
	cursor:pointer;
	margin: 10px 0 0 40px;
}

#cnt table{
	margin: 0 0px 10px 0;
	padding: 10px 20px 10px 20px;
	width:300px;
	background-color: #f7aa51;
}

#pr{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-size  : 14pt;
line-height:17pt;
color:#e27900;
text-align:left;
}

.wh{
background-color: #fff;
padding: 8px 4px 4px 4px;
border-bottom: 2px solid #a03535;
}
#cnt img{
	width:98%;
	margin: 2px;
	border:1px solid #444;
}

.com_c{
	text-align:center;
	font-size  : 10pt;
	height:11pt;
	vertical-align:top;
	color:#111;
}

#exp{
	position : static;
	//top : 0px;
	//left : 0px;
	width:95%;
	background-color: #f5f9c5;
	//padding: 10px;
}

#area{display:none;}
#kukan{
	display:block;
	font-size  : 10pt;
	line-height:14pt;
	color:#111;
	padding: 10px;
	margin: 10px 0 0 0;
	background-color: #f7aa51;

}

#kukan h2{
	font-size  : 12pt;
	border-bottom: 1px solid #44f;
	margin: 0 0 5px 0;
}
#sampleimg{display:block;}
#sampleimg p{margin: 0px;padding: 0px;}
#sampleimgs{
	display:none;
}
#maru{display:none;}

#foot{
	text-align:center;
	font-size  : 10pt;
	border-top: 1px solid #888;
	padding: 8px 0px 1px 0px;
	color:#555;
	position : static;
	//position : relative;
	//top : 25px;
	//left : 0px;
}
#adr{
	font-size  : 10pt;
	color:#666;
}
#cookwarn{
	font-size  : 9pt;
	margin: 10px 0 10px 0;
	//position : relative;
	//top : 0px;
	//left : 0px;
}

}
