@charset "utf-8";

body {
	overflow-y: scroll; /* あってもなくてもどちらでも可 */
}

div#confirm_field {
	width: 960px;
	background: #fff;
	font-size: 95%;
	line-height: 1.8;
	margin: 30px auto;
	padding: 10px 0;
}

div#confirm_field {
	display: none;
}

div#confirm_field h2 {
	width: 90%;
	font-size: 135%;
	font-weight: bold;
	color: #002e63;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
}

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

div#confirm_field dl dt {
	clear: both;
	width: 30%;
	float: left;
	text-align: right;
	padding: 15px 0;
}

div#confirm_field dl dd {
	width: 65%;
	float: right;
	padding: 15px 0 15px 5%;
}

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

div#confirm_field input[type="button"] {
	border: 1px solid #005eae;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: inherit;
	-webkit-appearance: none;
	padding: 7px 30px 9px 30px;
}

div#confirm_field input#confirm_cancel_button {
	background: #fff;
	border: 1px solid #c9302c;
	color: #c9302c;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;		
	margin-left: 35%;
}

div#confirm_field input#confirm_cancel_button:hover {
	cursor: pointer;
	background: #d9534f;
	color: #fff;
	border: 1px solid #c9302c;
}

div#confirm_field input#confirm_submit_button {
	background: #fff;
	border: 1px solid #005eae;
	color: #005eae;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;		
	margin-left: 20px;
}

div#confirm_field input#confirm_submit_button:hover {
	cursor: pointer;
	background: #005eae;
	color: #fff;
	border: 1px solid #005eae;
}


@media screen and ( max-width: 1000px ) {
div#confirm_field {
	margin: 30px auto;
}

div#confirm_field {
	width: 95%;
	font-size: 100%;
}

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

div#confirm_field dl {
	overflow: visible;
}

div#confirm_field dl dt {
	width: auto;
	float: none;
	text-align: left;
	border-top: 1px solid #ccc;
	font-weight: bold;
	padding: 15px 0 0;
}

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_cancel_button {
	margin-left: 0;
}
}

@media screen and (max-width:640px){
div#confirm_field h2 {
	width: 90%;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	color: #002e63;
	margin: 0 auto;
	padding: 15px 0;
}
}
