@charset "UTF-8";
/*-------------------------------------------------------------------*/
/*共通*/
/*-------------------------------------------------------------------*/
/*初期化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}

h1,h2,h3,h4,h5,h6,p{
    font-size:100%;
    font-weight:normal;
}

strong{
	font-weight:normal;
}

/*共通*/
html,body{
	height: 100%;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address{
	font-style: normal;
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}

/*フォント初期化*/
body {  
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;  
line-height:1;
}  
html>/**/body {  
	font-size: 12px;
} 

/*リストスタイルの非表示*/
ul,ol,li{
	list-style:none; 
	display:block;
}

/*フロート解除*/
div.clear {
	clear:both;
}


@media only screen and (max-width: 640px) {
	body{

	}
}
@media only screen and (min-width: 641px) {
	body{

	}
}