
@charset "UTF-8";

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */

*
{
	margin:0 ;
	padding:0 ;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-text-size-adjust: 100%;*/
}

body
{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.bold
{
	font-family:'ヒラギノ角ゴ Pro W6','HiraKakuPro-W6','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}

div , p , img , ul , li , h1 , h2 , h3 , h4 , h5 , h6 , a
{
	position:relative;
	border:0px;
}

ul
{
	list-style-type:none;
}

html
{
	width:100%;
	height:100%;
}

body
{
	width:640px;
	height:auto;
	background:#FFF;
}

a
{
	text-decoration: none;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */

.marginfix
{
	border-top:solid 2px transparent;
	top:-2px;
}

.clearfix:after
{
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0px;
}

.gpu
{
	-webkit-transform:translate3d(0px, 0px, 0px);
	-moz-transform:translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
	-o-transform:translate3d(0px, 0px, 0px);
	transform:translate3d(0px, 0px, 0px);
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
