@charset "utf-8";


/*body{
	overflow-y : scroll;
}*/


div#confirm_field{
	width : 100%;
	margin : 50px auto;
	padding : 10px 0;
}

div#confirm_field{
	display : none;
}

div#confirm_field p{
	width : 100%;
	margin : 0 auto 20px;
	padding : 15px 0;
	font-size : 20px;
	text-align : center;
}

div#confirm_field dl{
	width : 100%;
	margin : 0 auto;
	overflow : hidden;
}

div#confirm_field dl dt{
	clear : both;
	width : 20%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
}

div#confirm_field dl dd{
	width : 75%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0 15px 5%;
}

div#confirm_field p#confirm_submit{
	width : 100%;
	margin : 0 auto;
	padding : 15px 0;
	border-top : 1px solid #cccccc;
}

div#confirm_field input[type="button"]{
	padding : 14px 0;
	vertical-align : middle;
	line-height : 1;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 24px;
  text-align: center;
  width: 260px;
  border: none;
  font-weight:bold;
  margin: 20px 0;
}

div#confirm_field input#confirm_submit_button{
	background:#8FBC8F;
  width:260px;
}

div#confirm_field input#confirm_submit_button:hover{
  cursor : pointer;
	opacity: 0.75;
}

div#confirm_field input#confirm_cancel_button{
	background : #fff;
	border: 1px solid #8FBC8F;
  color: #8FBC8F;
	margin-left : 20px;
  width:200px;
}

div#confirm_field input#confirm_cancel_button:hover{
	cursor : pointer;
	opacity: 0.75;
}








/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 768px ){

div#confirm_field{
	width : 95%;
}

div#confirm_field h2{
	text-align : left;
}

div#confirm_field dl{
	overflow : visible;
}

div#confirm_field dl dt{
	width : auto;
	float : none;
  display: block;
	text-align : left;
	padding : 15px 0 0;
	font-weight : bold;
}

div#confirm_field dl dt:before{
	content : "【";
}

div#confirm_field dl dt:after{
	content : "】";
}

div#confirm_field dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 15px 0px;
}

div#confirm_field input[type="button"]{
	padding : 12px 0;
	vertical-align : middle;
	line-height : 1;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 18px;
  text-align: center;
  width: 100%;
  border: none;
  font-weight:bold;
  margin: 10px 0;
}
  
div#confirm_field input#confirm_submit_button{
	width: 100%;
}
  
div#confirm_field input#confirm_cancel_button{
	background : #fff;
	border: 1px solid #8FBC8F;
  color: #8FBC8F;
	margin-left : 0;
  width:100%;
}

}
/* 640pixel end */

