@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
    background: transparent;
}
.clearfix:after, ul:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border: 0;
}
a{
	display: block;
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	color: #fff;
	font-size: 100%;
	font-size: 1.1rem;
	line-height: 1.6rem;
	width: 100%;
	min-width: 320px;
	word-break: break-all;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	font-family: serif;
}
#header, .regist>ul>li p, #comment{
	color: #f8d071;
}
#header, #menu{
	background: #552d20;
}
#header{
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: .9rem;
	line-height: 1;
}
#main{
	position: relative;
}
.title{
	width: 70%;
	text-align: center;
	margin: 3% auto 0 auto;
}
.title img{
	width: 100%;
}
.fadeout{
	opacity: 0;
}
.fadein{
	opacity: 1;
}
.regist>ul>li{
	display: none;
	opacity: 0;
	overflow: hidden;
}
.regist>ul>li:nth-child(1){
	display: block;
	opacity: 1;
}
.regist>ul>li p, .send>p, .fortune>p{
	margin:0 10px;
	background: url("/m25/img/sp/textbg.gif") repeat-x center center;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	padding: 5px 0;
	text-align: center;
	font-size: .9rem;
	position: relative;
}
.emaS{
	position: absolute;
	left: 10px;
	top:-10px;
}
.emaS img{
	width: 50px;
	height: auto;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-animation: float1 2s ease infinite alternate;
	animation: float1 2s ease infinite alternate;
}
.emaM{
	text-align: center;
}
.emaM img{
	width: 100px;
	height: auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-animation: float1 2s ease infinite alternate;
	animation: float1 2s ease infinite alternate;
}
.regist>ul>li>ul>li, .sendbt, input[type="submit"]{
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.regist>ul>li:first-child>ul>li{
	width: 45%;
	float: left;
	-webkit-animation: float1 2s ease infinite alternate;
	animation: float1 2s ease infinite alternate;
}
.regist>ul>li:first-child>ul>li:nth-child(2),.regist>ul>li:first-child>ul>li:nth-child(4){
	-webkit-animation: float2 2s ease infinite alternate;
	animation: float2 2s ease infinite alternate;
}
.regist>ul>li:first-child>ul>li:nth-child(2){
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
}
.regist>ul>li:first-child>ul>li:nth-child(3){
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}
@keyframes float1{
	0%{-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	100%{-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes float1{
	0%{-webkit-transform: rotate(5deg);}
	100%{-webkit-transform: rotate(-5deg);}
}
@keyframes float2{
	0%{-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	100%{-webkit-transform: rotate(5deg);transform: rotate(5deg);}
}
@-webkit-keyframes float2{
	0%{-webkit-transform: rotate(-5deg);}
	100%{-webkit-transform: rotate(5deg);}
}
.regist>ul>li:nth-child(2)>ul, .regist>ul>li:nth-child(3)>ul, .regist>ul>li:nth-child(4)>ul{
	width: 250px;
	margin:40px auto;
}
.regist>ul>li:nth-child(2)>ul>li, .regist>ul>li:nth-child(3)>ul>li, .regist>ul>li:nth-child(4)>ul>li{
	float: left;
	width:120px;
	height: 120px;
	line-height: 120px;
	position: relative;
}
.regist>ul>li:nth-child(2)>ul>li:before, .regist>ul>li:nth-child(2)>ul>li:after,
.regist>ul>li:nth-child(3)>ul>li:before, .regist>ul>li:nth-child(3)>ul>li:after,
.regist>ul>li:nth-child(4)>ul>li:before, .regist>ul>li:nth-child(4)>ul>li:after{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	left:50%;
	margin-left: -30px;
}
.regist>ul>li:nth-child(2)>ul>li:before,.regist>ul>li:nth-child(3)>ul>li:before,.regist>ul>li:nth-child(4)>ul>li:before{
	background: url("/m25/img/sp/select1.png") no-repeat center center;
	background-size:30px auto;
	-webkit-background-size:30px auto;
	top:-30px;
}
.regist>ul>li:nth-child(2)>ul>li:after,.regist>ul>li:nth-child(3)>ul>li:after,.regist>ul>li:nth-child(4)>ul>li:after{
	background: url("/m25/img/sp/select2.png") no-repeat center center;
	background-size:30px auto;
	-webkit-background-size:30px auto;
	bottom:-45px;
}
.regist>ul>li:nth-child(5)>ul, .regist>ul>li:nth-child(6)>ul{
	margin:30px 0;
}
.regist>ul>li:nth-child(5)>ul>li:first-child, .regist>ul>li:nth-child(6)>ul>li:first-child{
	text-align: center;
	color:#fff583;
}
select, input[type="text"], textarea{
	-webkit-appearance:none; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,217,122,1) 0%,rgba(255,235,185,1) 100%); /* Chrome10+,Safari5.1+ */
	border:2px solid #fff583;
	-webkit-box-shadow: 0px 0px 3px #752114 inset;
	box-shadow: 0px 0px 3px #752114 inset;
	border-radius: 3px;
	color:#720008;
	padding: 10px;
	font-size:1.7rem;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
input[type="text"]{
	font-size:1.4rem;
}
input[type="text"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#720008;
}
select:focus, input[type="text"]:focus, textarea:focus{
	color:#d11b27;
}
input[type="submit"]{
	display: block;
}
textarea{
	display: block;
	width: 96%;
	height: 180px;
	margin:10px auto;
}
.regist>ul>li:nth-child(5)>ul>li:last-child:after,.regist>ul>li:nth-child(5)>ul>li:last-child:before,
.regist>ul>li:nth-child(6)>ul>li:last-child:after,.regist>ul>li:nth-child(6)>ul>li:last-child:before,
.sendbt:after, .sendbt:before,
input[type="submit"]:after, input[type="submit"]:before{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: url("/m25/img/sp/select1.png") no-repeat center center;
	background-size:30px auto;
	-webkit-background-size:30px auto;
	top:50%;
	margin-top:-30px;
}
.regist>ul>li:nth-child(5)>ul>li:last-child:before,.regist>ul>li:nth-child(6)>ul>li:last-child:before, .sendbt:before, input[type="submit"]:before{
	left:-25px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.regist>ul>li:nth-child(5)>ul>li:last-child:after,.regist>ul>li:nth-child(6)>ul>li:last-child:after, .sendbt:after, input[type="submit"]:after{
	right:-25px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.regist>ul>li:nth-child(5)>ul>li:last-child,.regist>ul>li:nth-child(6)>ul>li:last-child, .sendbt{
	text-align: center;
	color:#91050d;
	width: 280px;
	margin:20px auto 0 auto;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	font-size: 1.8rem;
	background: url("/m25/img/sp/bt.png") no-repeat center center;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}
.regist>ul>li:nth-child(2)>ul>li:nth-child(2n+2),.regist>ul>li:nth-child(3)>ul>li:nth-child(2n+2),.regist>ul>li:nth-child(4)>ul>li:nth-child(2n+2){
	margin-left:10px;
}
.regist>ul>li:first-child>ul>li img{
	width: 100%;
	height: auto;
}
.regist>ul>li:first-child>ul{
	margin:0 0 0 10%;
}
.regist>ul>li:first-child>ul>li:nth-child(n+3){
	margin: -30px 0 0 0;
}
.regist>ul>li:nth-child(2)>ul>li,.regist>ul>li:nth-child(3)>ul>li,.regist>ul>li:nth-child(4)>ul>li{
	text-align: center;
	color:#91050d;
	font-weight: bold;
	font-size: 1.8rem;
	background: url("/m25/img/sp/select.png") no-repeat center center;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}
.back, input[name="back"]{
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	color:#ba9d82;
	border:2px solid #ba9d82;
	font-weight: bold;
	margin:10px auto;
	background: #552d20;
	border-radius: 3px;
	font-size: 1.0rem;
}
.back a{
	color: #ba9d82;
	font-size: .9rem;
}
.agree{
	margin-top:10px;
	font-weight: bold;
	font-size: .6rem;
	text-align: center;
}
.agree a{
	display: inline;
	text-decoration: underline;
	color:#ffffa5;
}
.agree input[type="checkbox"]{
	margin-right:5px;
}
#menu, #comment{
	display: table;
	width: 96%;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
}
#comment{
	height: 77px;
	margin:10px auto;
	background: rgba(85,45,32,.65);
}
#comment p{
	display: table-cell;
	vertical-align: middle;
}
#comment p:first-child{
	width: 80%;
}
#comment p:last-child{
	width: 20%;
}
#comment p:last-child img{
	width: 100%;
	height: auto;
}
div#comment p:first-child span.commeAnime{
	display: block;
	transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);
	position: relative;
	-webkit-animation: comment 1s ease;
	animation: comment 1s ease;
}
@keyframes comment{
	0%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);opacity:0;}
	100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}
}
@-webkit-keyframes comment{
	0%{-webkit-transform:translate3d(0,5px,0);opacity:0;}
	100%{-webkit-transform:translate3d(0,0,0);opacity:1;}
}
#menu{
	margin-top:0px;
}
#menu p{
	display: table-cell;
	width: 50%;
	padding: 10px;
	vertical-align: middle;
}
#menu a, #footer{
	color: #ba9d82;
}
#menu p:first-child a{
	border-right: 1px solid #7d4e3f;
}
#footer{
	padding: 10px;
	text-align: center;
	font-size: .8rem;
}
.menu, .sub{
	background: rgba(85,45,32,.8);
	margin:10px;
	padding: 10px;
	border:2px solid #fff583;
	border-radius: 3px;
}
.menu li a{
	color: #e0cbb8;
	padding:10px;
	text-align: center;
	background: rgba(83,13,8,.0);
	border-bottom:1px dotted #7d4e3f;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.menu li a:active{
	color:#6d0f08;
	background: rgba(220,172,59,.8);
}
.menu li:last-child a{
	border-bottom:0;
}
.sub>p{
	background:#a48b47;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom:10px;
	font-weight: bold;
	text-align:center;
	border-left:10px solid #fff583;
	border-right:10px solid #fff583;
	padding:5px 0;
}
.sub a{
	display: inline;
	text-decoration: underline;
	color:#fff583;
}
.entry{
	color:#fff583;
}
.sentence{
	margin:10px 0;
}
.teller{
	display: table;
	width: 100%;
}
.teller p{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#fff583;
	font-weight: bold;
	font-size:1.4rem;
}
.teller p:first-child{
	padding-right:10px;
}
.teller p:last-child{
	text-align: center;
}
.teller p:last-child span{
	font-size:.8rem;
}
.teller p img{
	width: 100%;
	height: auto;
}
#hnAlert{
	padding: 3px 10px;
	font-size: .9rem;
	border-radius: 3px;
	line-height: 1;
	display: inline-block;
	background: rgb(244,243,243); /* Old browsers */ /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,243,243,1) 0%,rgba(208,205,206,1) 100%); /* Chrome10+,Safari5.1+ */
	border:1px solid #e80009;
	color:#e80009;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
#hnAlert:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top:-5px;
	left:50%;
	margin-left:-5px;
	border-top:1px solid #e80009;
	border-left:1px solid #e80009; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(244,243,243,1) 0%,rgba(244,243,243,1) 49%,rgba(244,243,243,0) 50%,rgba(244,243,243,0) 100%); /* Chrome10+,Safari5.1+ */
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sendbt a{
	color:#91050d;
}
.send{
	padding: 0 5%;
}
.send ul{
	background: rgba(255,255,255,.5);
	margin: auto;
	border:2px solid #ad8697;
	border-radius: 3px;
	box-shadow: 0 0 10px -5px #714100;
}
.send li{
	display: table;
	width: 100%;
	border-bottom:1px solid #ad8697;
}
.send li:last-child{
	border-bottom:0;
	padding:0;
}
.send li p{
	display: table-cell;
	vertical-align: middle;
	padding: 3px 5px;
}
.send li p:first-child{
	width:40%;
	border-right:1px solid #ad8697;
	text-align: right;
	color:#892b85;
	font-size: .9rem;
}
.send li p:last-child{
	width:60%;
	font-weight: bold;
}
.sendEma{
	position: relative;
}
.sendbt img{
	width: 25px;
	height: 25px;
	margin-left:10px;
}
textarea{
	font-size:1.3rem;
}
.mbody{
	width: 96%;
	margin:10px auto;
	background: rgb(255,235,185); /* Chrome10+,Safari5.1+ */
	border:2px solid #fff583;
	-webkit-box-shadow: 0px 0px 3px #752114 inset;
	box-shadow: 0px 0px 3px #752114 inset;
	border-radius: 3px;
	color:#720008;
	padding: 20px 10px;
}
.mbody>p{
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #752114;
	text-align: center;
}
.textbox{
	margin:10px 10px 0 10px;
	padding: 10px;
	background:rgba(0,0,0,.3);
}
.bill {
	font-size: 1.0rem;
	line-height: 1.4rem;
	color:#000;
}
.bill table {
	width: 80%;
	margin: 10px auto 0 auto;
	font-size: 1.2rem;
	font-weight: bold;
	border: 2px solid #fff583;
	background: rgba(0,0,0,.3);
}
.bill table tr td:last-child {
	color: #fff;
}
table.basicInfo td {
    padding: 3px;
}

table.basicInfo td:first-child {
    text-align: center;
}
table.basicInfo td span {
    display: block;
    background: #fff583;
    padding: 3px;
    font-size: 0.8rem;
}
.alertcustom{
	text-align:center;
	font-weight: bold;
}
.errMSG {
	color: #ffffff;
	text-align: center;
}
.errMSG font {
	-moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.7), 1px 1px 3px rgba(0,0,0,0.7) , 1px 1px 3px rgba(0,0,0,0.7);
	-webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.7), 1px 1px 3px rgba(0,0,0,0.7) , 1px 1px 3px rgba(0,0,0,0.7);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7), 1px 1px 3px rgba(0,0,0,0.7) , 1px 1px 3px rgba(0,0,0,0.7);
}