/* encode UTF-8 */
/* じっきゅうさんCSS */
html, body{
	
	background:linear-gradient( rgba(0, 80, 255,0.8), rgba(255, 255, 255,0.8))  no-repeat fixed, url(../images/psbgimg-w.png) fixed;
	height: auto !important;
  -webkit-text-size-adjust: none;
  

}
#index {
  font-size:18px;
  padding-top:10px;
}

.iPhoneBody {
 background-color: transparent;

}
.index_div {
  line-height: 1.2;  
 font-feature-settings : "palt" 1;
	
font-family: "ro-shino-std",sans-serif;
font-style: normal;
font-weight: 400;

}

img { vertical-align: bottom; }



.wd_top {
	margin-top: 10px auto;
	padding: 0px;

}


.iPhoneHead2 {

	margin: 0 auto;
	padding: 0;
	
font-family: "ro-shino-std",sans-serif;
font-style: normal;
font-weight: 400;
	font-size: 32px;
	text-align: center;
	
	text-shadow:
		-1px -1px #000,
		1px -1px #000,
		-1px 1px #000,
		1px 1px #000;
	
background-color: transparent;
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;

}

.iPhoneListTitle2 {
  height:auto;
  line-height: 20px;
  padding: 4px 10px;

  font-size: 20px;
  color: #fff;
  text-align: center;
	
font-family: "ro-shino-std",sans-serif;
font-style: normal;
font-weight: 400;
	
 background-color: transparent;
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;
}

.panel {
	display: none;
	position: absolute;
	width:100%;
}

.active {
  display: block;
}

.content {
  /*margin: 10px;*/
  color:#FFF;
  

  padding: 0 10px;
  
}

/* コンテンツ内の項目 */
.contTitle_a {
	margin:0 auto;
	padding: 10px 0px 0px 0px;
	color:#000;
	font-size: 24px;
	text-align:center;
	
	background-color: transparent;
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;
	

}

.boxcenter_01 {
	margin:0 auto;
	padding: 0 10% 0 10%;
	text-align:left;
	color:#000;

	background-color: transparent;
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;
	
}

.boxcenter_02 {
	
	margin:0 auto;
	text-align:center;
	color:#000;
	
	background-color: transparent;
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;

}

.boxcenter_03 {
	
	margin:0 auto;
	text-align:center;
	color:#000;
	font-size: 36px;

	background-color: transparent;
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;

}

.boxcenter_04 {
	
	margin:0 auto;
	text-align:center;
	color:#DD0000;
	font-size: 32px;
background-color: transparent;
	

	
text-shadow:
		-1px -1px #D00,
		1px -1px #D00,
		-1px 1px #D00,
		1px 1px #D00;

}


.boxcenter_radio {
	
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
	color:#000;
	
	background-color: transparent;
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;

}


.boxblock {
	
	padding: 0 10%;
	color:#000;
	
	
	
}

div .submit {
 text-align: center;
font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
 padding: 5px 10px;
	
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;
}


div .submit input[type="submit"] {
	-webkit-appearance: none;

 padding: 5px 10px;
/* border: 1px solid #000000;*/
 width: auto;
 color: #000;
	
font-size: 24px;
font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;


	
/* 木目 */
box-shadow:3px 3px 1px #e6cfac inset;
background-color:#bd9662;
background-image: -moz-repeating-radial-gradient(15% 10%, ellipse closest-corner, #bd9662, #dec69b 80%,#ad8745 100%);
background-image: -webkit-repeating-radial-gradient(15% 10%, ellipse closest-corner, #bd9662, #dec69b 80%,#ad8745 100%);
background-image: repeating-radial-gradient(15% 10%, ellipse closest-corner, #bd9662, #dec69b 80%,#ad8745 100%)	

}


.wd_End {
	margin-top: 0px auto;
	padding: 0px;
	
background-color: transparent;
}


.radiocss input{
	display: none;
	
font-family: "ro-shino-std",sans-serif;
font-style: normal;
font-weight: 400;
}
.radiocss label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #000000;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
.radiocss label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}
.radiocss input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background:#FF00D6;
}


.formnumber2 {
	
	padding: 2px;
	width:8em;
	hight:2em;
	color: #000;
    background: #fff;
	text-align:right;
 	background: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#fff));
	font-size: 24px;
	border-radius: 5px;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #333;

	
}

/* ラジオボタン　サイズ*/
input[type="radio"] {
	size:36px;
}



input[type="number"]{
	
	width:5em;

}

/* loading */
.resultData {
	display:none;
}

#loadImg {
	margin:55% auto;
	text-align:center;
	background-color: transparent;
	
	animation: fadein 1s linear 0s 3;
	-webkit-animation: fadein 1s linear 0s 3;
	-moz-animation: fadein 1s linear 0s 3;
	height:100vh;
	
	
}

@-webkit-keyframes fadein {
	0%{
		opacity:0;
	}
	25%{
		opacity:0.5;
	}
	50%{
		opacity:1;
	}
	
	75%{
		opacity:0.5;
	}
	100% {
		opacity:0;
	}
}



input[type="submit"].srhbutton {
	
	-webkit-box-shadow: none;
 box-shadow: none;
	
}

.cdddays {
    margin:0 auto;
	padding: 10px 0px 0px 0px;
	color:#000;
	font-size: 20px;
	text-align:center;
	background-color: transparent;
	background-image: url(../images/wd_02.png);
	background-position: center;
	background-size: contain;
}
.cdddays span {
   
    color: #F00;
    font-family: "ro-shino-std",sans-serif;
font-style: normal;
	top:0;
    font-size: 1.2em;
    font-weight: 900;
    text-shadow: 1px 1px 0 #FFF,
             -1px 1px 0 #FFF,
             1px -1px 0 #FFF,
             -1px -1px 0 #FFF;
}

select {
    -webkit-appearance:auto;
    appearance: auto;
    border-radius: 4px;
    padding: 2px 4px;
}