/* COMMON ================================================================================*/
body {
   font-family: 'dnp-shuei-mgothic-std', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow:visible!important;
	position: relative;
	background: #AFCCEA;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
   }

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
   }

html{height: 100%;}

p{
	font-size:18px;
	color:#222;
	line-height:1.8em;
	margin:0;
	padding:0;
	}

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

section{
	width: 100%;
	}

.wrap{
	width: 720px;
	box-sizing: border-box;
	padding: 20px 10px;
	margin: 0px auto;
	background-color: #AFCCEA;
	}

.main{width: 100%;}

header{
	height: 60px;
	background: url("../images/common/header_usermain.gif") repeat-x;
	}

.nowTime{
	padding: 15px 10px 0 0;
	}
	
.nowTime > p{
	font-size: 20px;
	text-align: right;
	}

.nowTime > p::before{
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url("../images/usermain_icon_watch.gif");
	width: 21px;
	height: 21px;
	vertical-align: top;
	margin: 7px 7px 0 0 ;
	}

h1{}

h2{
	font-size: 24px;
	font-weight: normal;
	background-color: #FFF;
	color: #386EC0;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	margin: 0px 10px;
	border-radius: 10px;
	}

h2 span{
	font-size: 1.2em;
	color: #000066;
	padding: 0 30px;
	}

h3{
	position: relative;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFF;
	color: #222;
	text-align: center;
	padding: 8px 8px 8px 21px;
	background: repeating-linear-gradient(-45deg, #EEEEEE, #EEEEEE 2px, #FFFFFF 0, #FFFFFF 4px);
	border: #386EC0 1px solid;
	margin: 10px auto;
	/* width: 460px; */ /* 診察券 */
	width: 480px; /* 順番待ち */
	}

h3 span{
	color: #386EC0;
	font-weight: bold;
	}
	
h3::before{
	content: "";
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/confirm_title_img.gif");
	width: 50px;
	height: 50px;
	top: -7px;
	left: 5px;
	}

.banArea{
	margin: 0 auto;
	}
	
.banArea > img{
	width: 140px;
	height: 175px;
	float: left;
	margin: 16px 0 0 0px;
	}
	
.banAreaSub{
	float: right;
	background-color: #FFF;
	font-size: 26px;
	color: #666;
	box-sizing: border-box;
	border-radius: 18px;
	margin: 0 12px 0 0;
	padding: 20px 20px 30px 20px;
	width: 542px;
	box-shadow: 8px 8px 10px rgba(0,0,0,0.4);
	position: relative;
}

.banTop{
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	text-align: right;
	position: absolute;
	right: 120px;
	top: 33px;
	}
	
.banEnd{
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	line-height: 1.3em;
	position: relative;
	margin-top: 16px;
	}
	
.banAreaSub > ul li{
	display: block;
	line-height: 1.4em;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
	list-style-type: none;
	box-sizing: border-box;
	padding-right: 260px;
	}
	
.banAreaSub > ul li:first-child {
	font-size: 36px;
	color: #DD0000;
	border-bottom: #386EC0 1px solid;
	margin-bottom: 14px;
	}
	
.banAreaSub > ul li::after{
	content: "番の方";
	position: absolute;
	font-size: 26px;
	color: #222;
	border-bottom: 0;
	padding-left: 20px;
	}

.banAreaSub > ul li:first-child:after{
	font-size: 30px;
	color: #000066;
	}
	
.banAreaB{
	clear: both;
	margin: 0 20px;
	padding: 12px 0 2px 0;
	text-align: right;
	}

.banAreaB > p{
	font-weight: bold;
	font-size: 18px;
	color: #DD0000;
	line-height: 1.5em;
	}
	
.waitArea{
	/*padding: 12px 28px;
	background: repeating-linear-gradient(-45deg, #EEEEEE, #EEEEEE 2px, #FFFFFF 0, #FFFFFF 4px);*/
	padding: 10px 10px 2px 10px;
	background-color: #fff;
	border: #386EC0 1px solid;
	margin: 10px auto;
	}

/*.waitArea > p{
	font-size: 20px;
	color: #222;
	line-height: 1.3em;
	text-align: center;
	}

.waitArea p:nth-of-type(1){
	text-align: left;
	}
.waitArea p:nth-of-type(2){
	line-height: 1.5em;
	text-align: center;
	color: #DD0000;
	font-size: 27px;
	font-weight: bold;
	}
.waitArea p:nth-of-type(3){
	text-align: right;
	}
*/

.waitArea > table{
	width: 100%;
	margin: 0 auto 10px;
	border-collapse: separate !important;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 19px;
	line-height: 1.6rem;
	}

.waitArea > table th,
.waitArea > table td{
	text-align: center;
	vertical-align: middle;
}
.waitArea > table tr:not(:last-child) th,
.waitArea > table tr:not(:last-child) td{
	border-bottom: #EDEDED 1px solid;
}
.waitArea > table th{
	width: 24%;
	vertical-align: top;
	padding: 10px 0px;
	color: #000066;
	}
.waitArea > table td{
	padding: 10px 12px 10px 10px;
	text-align: left;
	}
.waitArea > table td span{
	color: #386EC0;
	font-weight: bold;
	}

.newsArea{
	background-color: #386EC0;
	margin: 20px auto;
	padding: 10px 20px;
	}

.newsArea > p{
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;;
	color: #FFF;
	margin: 0 20px;
	}

.noDisp{
	display: none;
	}

/* Media QuelikeTblry ================================================================================*/
.hide_largeOnly{display: none!important;}
.hide_smallOnly{display: block!important;}


@media only screen and (max-width: 479px){
	.hide_largeOnly{display: block!important;}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.hide_largeOnly{display: block!important;}
	
}

@media only screen and (max-width : 599px) {
	.hide_largeOnly{display: block!important;}
	.hide_smallOnly{display: none!important;}
	
	body{min-width:inherit!important;}

}
