
body{
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.2;
	-webkit-text-size-adjust: none;
}

.w80_100{width:80%;}


a{
	text-decoration:none;
}

table,th,tr{ font-size:14px; }

.line1{ line-height:1.1; }

/*スマホ画面*/
@media only screen and (max-width:640px){

	.w80_100{
		width:98%;
		margin:0 10px 0 0;
	}

	/*テーブル横スクロール*/
.scroll {
		white-space: nowrap; /* 折り返されないように */
/*		overflow-x: auto;  横スクロール */
		overflow-x:scroll;
		-webkit-overflow-scrolling: touch; /* スマホでスムーズにスクロールできるように */
/*		margin-right:10px ;*/
}	

}