@charset "utf-8";


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




/* -- div#confirm_field, dl, dt, dd -------------------------------------------------------------------------------- */

div#confirm_field {
	display: none;
}

div#confirm_field h2 {
	padding: 0 0 20px;
	border-bottom: 1px solid #dddddd;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

div#confirm_field dl {
	border-bottom: 1px solid #dddddd;
	margin: 0;
}

div#confirm_field dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#confirm_field dl dt {
	padding: 20px 0 0px;
}

div#confirm_field dl dd {
	padding: 0px 0 20px 0px;
}




/* -- button -------------------------------------------------------------------------------- */

div#confirm_field input[type="button"] {
	display: block;
	margin: 0 auto 20px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

div#confirm_field input#confirm_submit_button {
	background-color: #cb0000;
	background-image: url(../../../img/entry/arrow02.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 13px;
}

div#confirm_field input#confirm_cancel_button {
	background-color: #666666;
}




}
/* 480pixel end */












/* 481pixel start */
@media screen and ( min-width: 481px ) {




/* -- div#confirm_field, dl, dt, dd -------------------------------------------------------------------------------- */

div#confirm_field {
	display: none;
}

div#confirm_field h2 {
	padding: 0 0 20px;
	border-bottom: 3px solid #dddddd;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
}

div#confirm_field dl {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #dddddd;
}

div#confirm_field dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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

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




/* -- button -------------------------------------------------------------------------------- */

div#confirm_field input[type="button"] {
	display: block;
	margin: 0 auto 20px;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

div#confirm_field input#confirm_submit_button {
	background-color: #cb0000;
	background-image: url(../../../img/entry/arrow02.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

div#confirm_field input#confirm_cancel_button {
	background-color: #666666;
}




}
/* 481pixel end */












