@charset "utf-8";
/*****************************

　         reset.css

*****************************/

*{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	text-decoration: none;
}
.nowload{
        font-family: "MS Pゴシック","MS P Gothic","ＭＳ ゴシック",sans-serif,"ヒラギノ角ゴ","Hiragino Kaku Gothic Pro",Osaka !important;
}
body {
    font-family: "MS Pゴシック","MS P Gothic","ＭＳ ゴシック",sans-serif,"ヒラギノ角ゴ","Hiragino Kaku Gothic Pro",Osaka;
	font-style: normal;
	font-weight: 400;
	font-size:12px;
}
img { 
	vertical-align: bottom; 
	border: none;
}
ul li{
	list-style:none;
}
a{
	text-decoration: none;
}
#fade{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#edeee7!important;
	z-index:999;
}
.loading_wrap{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../img/loader.gif) no-repeat center center;
}
a{
	color: #7e562e;
	text-decoration: none;
	 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover{
	color: #7e562e;
	text-decoration:underline;
	opacity: 0.9;
}
.img_text{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
