@charset "utf-8";


body{
	overflow-y : scroll;
}


div#confirm_field{
	width : 100%;
	margin : 1.7em auto 0;
	padding : 0;
}

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;
}

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;
}

div#confirm_field input[type="button"]{
        margin-top : 3em;
	padding : 9px 15px;
	vertical-align : middle;
	line-height : 1;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	-webkit-appearance : none;
	font-size : 100%;
}

div#confirm_field input#confirm_submit_button{
        width: 48%;
	padding : 0.7em 0 0.6em 0;
	background : #D3004C;
	border : 1px solid #D3004C;
	border-radius : 3px;
	font-size : 1.5em;
}

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

div#confirm_field input#confirm_cancel_button{
        width: 48%;
	padding : 0.7em 0 0.6em 0;
	background : #B1AEB3;
	border : 1px solid #B1AEB3;
	margin-left : 30px;
	border-radius : 3px;
	font-size : 1.5em;
}

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








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

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

div#confirm_field input#confirm_submit_button{
        width: 80%;
	padding : 1.5em 2.5em 1.5em 2.5em;
	font-size : 1.1em;
}

div#confirm_field input#confirm_cancel_button{
        width: 80%;
        margin-top: 30px;
	padding : 1.5em 2.5em 1.5em 2.5em;
	margin-left : 0;
	font-size : 1.1em;
}


}
/* 640pixel end */

