/* CSS Document */

@media only screen and (min-width : 960px) {
.stellarnav > ul > li:nth-child(11)  {
	background-color: #dcd0bb !important;
}
.stellarnav > ul > li:nth-child(11) a {
	color:#fff !important;
}
}

main {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

ul.contactwrap {
	margin-top: 20%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20%;
}
ul.contactwrap li{
	display: block;
	width: 50%;
	text-align: center;
	float: left;
}


input,textarea{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 6px 2px rgba(200,200,200,0.2) inset;
	   -moz-box-shadow: 0 0 6px 2px rgba(200,200,200,0.2) inset;
	        box-shadow: 0 0 6px 2px rgba(200,200,200,0.2) inset;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

.mfp_buttons button{
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FEFEFE, #DEDEDE);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #DEDEDE 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 24px;
	cursor: pointer;
	outline: none;
}
.mfp_buttons button:hover{
	background: gradient(linear, center top, center bottom, from(#F7F7F7), to(#cc0000));
	background: -webkit-gradient(linear, center top, center bottom, from(#F7F7F7), to(#cc0000));
	background: -moz-linear-gradient(top, #F7F7F7, #cc0000);
	background: -ms-linear-gradient(top, #F7F7F7 0%, #cc0000 100%);
	box-shadow: 0px 2px 15px #cc0000;
}
.agrm {
	width: 100%;
	border: 1px solid #CCC;
}

/* 合計非表示 */
table tfoot {
	display: none;
}

/*　前ページに戻る　*/
.backpage {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.backpage span{
	background-image: url(../common/images/pic19.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 16px;
}

.erbirth {display:none !important;}
#js-agreeNextButton:disabled{
  background-color: #FFF !important;
  color: #CCC !important;
}
/*
.terms {
	box-shadow: 0px 0px 15px -5px #333;
	border-radius: 10px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
	padding: 1%;
}
*/
.terms {
	border-radius: 10px;
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
	padding: 1%;
	border: 5px solid #eeeeee;
}
.terms p {
	margin-bottom:0;
	padding-bottom:0;
}
.bgled {
	background-color:#ffcccc;}

@media screen and (max-width : 959px) {

textarea {
	width: 90%;
}

}

@media screen and (max-width : 414px) {
.terms {
	margin-right: 10px;
	margin-left: 10px;
}

}

