@charset "utf-8";


div#confirm_field{
	width: 860px;
	margin: 10px auto;
	padding: 10px 0;
	background: #ffffff;
	border: 3px solid #004097;
}


div#confirm_field{
	display : none;
}

div#confirm_field h3{
	width : 90%;
	margin : 0 auto;
	padding : 15px 0;
	font-size : 135%;
	text-align : center;
}

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

div#confirm_field dl dt{
clear: both;
width: 30%;
float: left;
border-top: 1px #004097 dotted;
padding: 15px 0;
overflow: hidden;
font-size: 120%;
font-weight: 800;
color: #004097;
}

div#confirm_field dl dd{
	width : 65%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 15px 0 15px 5%;
	font-size: 1.3em;
}

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

div#confirm_field input#confirm_submit_button,
div#confirm_field input#confirm_cancel_button{
	width : auto;
	height : auto;
	padding : 20px 40px;
	margin-left : 40%;
	vertical-align : middle;
	color : #fff;
	background-color:rgba(0,64,151,1.0);
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
	-webkit-appearance : none;
	font-size: 140%;
	letter-spacing: 0.2em;
		  -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -ms-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
}

div#confirm_field input#confirm_cancel_button{
	margin-left : 10px;
}

div#confirm_field input#confirm_submit_button:hover,
div#confirm_field input#confirm_cancel_button:hover{
	cursor : pointer;
	color : #ffffff;
	background-color:rgba(0,64,151,0.6);
}









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

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

div#confirm_field{
	width : 95%;
}

div#confirm_field h2{
	font-size : 120%;
	text-align : left;
}

div#confirm_field dl{
	overflow : visible;
}

div#confirm_field dl dt{
	width : auto;
	float : none;
	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#confirm_submit_button,
div#confirm_field input#confirm_cancel_button{
	-webkit-appearance : none;
}

div#confirm_field input#confirm_submit_button{
	margin-left : 0;
}







}
/* 640pixel end */

