
@charset "UTF-8";

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

*
{
	margin:0 ;
	padding:0 ;
	font-style: normal;

	-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 , h1 , h2 , h3 , h4 , h5 , h6 , a ,
ul , ol , li , dl , dt , dd ,
header , article , section , aside , nav , footer ,
embed , object
{
	position:relative;
	border:0px;
}

ul
{
	list-style-type:none;
}

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

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

a
{
	text-decoration: none;
}

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