@charset "utf-8";
/*********************************************************************
 *
 *  </css/base.css>
 *
*********************************************************************/

/* html body */
/* --------------------------------------------------------------------------- */
html {
	height: 100%;
	background-color: #000000;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	color: #FFF;
	font-size: 18px;
	line-height: 1.8em;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #000000;
}
#wrap {
	max-height: 999999px;/* android chrome フォントサイズバグ回避 */
    width: 640px;
    min-width: 640px;
    overflow: hidden;
}
img {
	display: block;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

a { color: #7f2638; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


/* cf */
/* --------------------------------------------------------------------------- */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* text-align */
/* --------------------------------------------------------------------------- */
.center { text-align: center; }
.txtC { text-align: center; }
.txtR { text-align: right; }
.txtL { text-align: left; }
.red { color: #9c1d22 !important; }
.bold { font-weight: bold; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb160 { margin-bottom: 160px; }

