@charset "shift_jis";

/* RESSET ================================================================================*/
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	}
body{line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
   display:block;
	}
nav ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
	}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
	}
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
	}
del{text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
hr{
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
	}
input, select {vertical-align:middle;}


/* COMMON ================================================================================*/
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow:visible!important;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	background-color: #FFF;
	}

p{
	font-size:20px;
	color:#636363;
	margin:0;
	padding:0;	
	line-height: 1.8rem;
	}

a{
	color:#24292c;
	overflow:hidden!important;
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	text-decoration: borderline;
	}
a:hover{
	outline:none!important;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}
a:focus{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}	

h1{
	/*color: #FFF;
	background-color: #492202;*/
	color: rgb(0, 153, 68);
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	line-height: 1em;
	/*border: #999 1px solid;
	border-radius: 10px 10px 0 0;*/
	border-bottom: #009944 2px solid;
	width: 90%;
	margin: 0 auto;
	}

#main{
	/*height: 190px;*/
	width: 100%;
	clear: both;
	margin: 0 auto;
	/*background-color: #FFF;
	box-sizing: border-box;*/
	}

.wrap{
	min-width: 270px;
	/*height: 100%;*/
	/*border: #999 1px solid;
	border-radius: 10px;*/
	}
section{
	max-width: 98%;
	box-sizing: border-box;
	padding: 10px 2px;
	margin: 0px auto;
	}

.nowArea{
	margin-bottom: 10px;
	}
.nowArea p{
	line-height: 1.4em;
	font-size: 18px;
	font-weight: bold;
	/*color: #492202;*/
	text-align: center;
	letter-spacing: -0.5px;
	}
/*.waitArea{margin-bottom: 30px;}*/
.waitArea p{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 8px 0px;
	}
/*.waitArea p:not(:last-child){*/
.waitArea p{
	line-height: 1.2em;
	border-bottom: #CCC 1px solid;
	}
.waitArea p::after{
	display: table;
	content: "";
	clear: both;
	}
.waitArea span{
	float:right;
	font-weight: bold;
	}

/* Media Query ============================ */
@media only screen and (min-width: 768px) {
		#main{
			width: 500px;
			}
	}