html{color:#333;-webkit-text-size-adjust: 100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none;}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:super;font-size:100%;}sub{vertical-align:baseline}legend{color:#000}
body {
	font:16px/1.7 arial,helvetica,clean,sans-serif;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic","£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic","¥Ò¥é¥®¥Î½Ç¥´Pro W3¡å, "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif";
	/* for IE6/7 */ 
	*font-size:middle; 
	/* for IE Quirks Mode */
	*font:small;
	color:#000;
	line-break: strict;
	-webkit-text-size-adjust:100%;
}



/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



a:link
{
	color:#136AD5;
	text-decoration:none;
}
a:hover
{
	color:#0D4993;
}
a:visited
{
	color:#2D2466;
}



@media only screen
    and (min-device-width:769px) {
/*===================================================================================================
¡ñstyle.css »­Ãæ¤Îºá·ù¤¬769pxÒÔÉÏ
===================================================================================================*/
body
{
	letter-spacing:1px;
}
}


@media only screen
    and (min-device-width:375px)
    and (max-device-width:768px) {
/*===================================================================================================
¡ñiphone 6 etc
===================================================================================================*/
body
{
	letter-spacing:0;
}
}
	
	
	
	
@media only screen
    and (max-device-width:374px) {
/*===================================================================================================
¡ñiphone5 etc
===================================================================================================*/
body
{
	letter-spacing:0px;
}

	}