@charset "utf-8";

/*----------------------------------------------------
 base
----------------------------------------------------*/

/* body */
body {
	background: #fff;
	color: #000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	/*-webkit-text-size-adjust: none;  フォントサイズ自動調整 */
}

#page {
	overflow: hidden;
	/*width: 320px;*/
}



/* link */
a {
	color: #000;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	/*color: #666;*/
	color: #666;
}



/* other */
img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
	margin-bottom: 0px;
}

ol, ul {
	margin-left: 0px;
	list-style-type: none;
}

button {
	border: none;
}

