@charset "utf-8";
/** default.css **/

/** 
 * reset
 */
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, hr {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:normal;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
li {
	list-style:none;
}
img {
	border-style:none;
	
}
a {
	outline:none;
}
table {
	
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	
}
/**
 * iphone ipad other
 */
body {
	-webkit-text-size-adjust:100%;
	background-color:#FFEBBF;

}

/** nojs **/
.nojs {
	position:absolute;
	width:1px;
	height:1px;
	overflow:visible;
	top:50%;
	left:50%;
}
.nojs img {
	position:absolute;
	top:-300px;
	left:-400px;
}

