@charset "utf-8";


body{
	overflow-y : scroll;
}


div#confirm_field{
	width : 998px;
	margin : 0px auto 50px;
	padding : 10px 0;
	background : #f4f4f5;
}

div#confirm_field{
	display : none;
}

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

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 solid #cccccc;
	padding : 15px 0;
	text-align : right;
}

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

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

div#confirm_field input[type="button"]{
	padding : 20px 35px;
	vertical-align : middle;
	line-height : 1;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size: 18px;
    font-weight: bold;
}

@media screen and ( max-width : 640px ){
	div#confirm_field input[type="button"]{
		font-size: 16px;
		padding : 15px 30px;
	 }
	}

div#confirm_field input#confirm_submit_button{
	background : #ec9313;
	border : 1px solid #ec9313;
	margin-left : 5%;
}

div#confirm_field input#confirm_submit_button:hover{
	cursor : pointer;
	background : #ec9313;
	border : 1px solid #ec9313;
}

div#confirm_field input#confirm_cancel_button{
	background : #555555;
	border : 1px solid #555555;
}

div#confirm_field input#confirm_cancel_button:hover{
	cursor : pointer;
	background : #555555;
	border : 1px solid #555555;
}








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

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

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;
	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 : 15px 0px;
}

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

}
/* 640pixel end */

