/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

/*  ご注文についての確認事項　*/
/*--------------------------------------------------------*/

.soudanBox{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.soudanBox h2{
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
	margin-bottom:15px;
}

.soudanBox ul.order_jikou{
}

.soudanBox ul.order_jikou li{
	font-size:14px;
	line-height:1.6em;
	margin-bottom:10px;
	list-style-type: square;
	margin-left:16px;
}

/*  注文フォーム　*/
/*--------------------------------------------------------*/

.formBox{
	width:720px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}

.formBox h2{
	background-color:#333;
	padding:8px;
	font-size:15px;
	font-weight:nomal;
	color:#FFF;
	line-height:1.5em;
	text-align:center;
}

.formBox dl, dt, dd {
	margin : 0;
	padding : 0;
}
 
.formBox dl {
	margin-top:5px;
	background-color : #ECF8E4;
}
 
.formBox dt {
	float : left;
	clear : both;
	width : 220px;
	text-align:center;
	padding:12px 0;
	border-top:3px solid #FFF;
	font-size:14px;
	line-height:1.5em;
}
 
.formBox dd {
	*zoom: 1;
	/* dtの幅だけ横にずらす */
	margin-left : 220px;
	/* dlやdtとは異なった背景色を使用 */
	background-color : #FFF;
	padding:12px 0 0 12px;
}

.formBox dt span.hissu{
	color:#FF0000;
}

.formBox dd:before,
.formBox dd:after {
	display: table;
	line-height: 0;
	content: "";
}
.formBox dd:after {
	clear: both;
}

.formBox ul.soudan_day li{
	margin-bottom:8px;
}

/*  ご注文書籍・冊数　*/

ul.order_books{
}

ul.order_books li{
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px #CCC solid;
	overflow:hidden;
}

ul.order_books li div.bookname{
	float:left;
	width:85%;
	padding-top:5px;
	font-size:13px;
	line-height:1.7em;
	color:#333;
}

ul.order_books li div.number{
	float:left;
	text-align:right;
	width:15%;
}

/*  フォームの入力欄　*/

.formBox input.inp[type="text"] {
	width:50%;
	padding:5px;
	font-size:14px;
}

.formBox input.inp2[type="text"] {
	width:7%;
	padding:2px;
	font-size:14px;
}

.formBox input.inp3[type="text"] {
	width:80%;
	padding:5px;
	font-size:14px;
}

.formBox input.inp4[type="text"] {
	width:20%;
	padding:5px;
	font-size:14px;
}

.formBox input[type="email"] {
	width:70%;
	padding:5px;
	font-size:14px;
}

.formBox textarea{
	width:90%;
	padding:5px;
	font-size:14px;
}

/*  フォームのラジオボタンを押しやすく　*/

.formBox form input[type="radio"]{
	width:auto;
	font-size:18px;
}

/*  フォームの送信ボタン　*/

.formBox .bt_space{
	margin-top:10px;
	border:1px solid #CFEFB0;
	padding:20px;
	text-align:center;
}

.formBox .bt_space p.setsumei{
	font-size:12px;
	color:#666;
	line-height:1.6em;
	margin-bottom:15px;
}

.formBox .bt_space input.sousin_bt{
	width: 240px;
	height:44px;
	font-size:13px;
}

.bikou{
	font-size:12px;
	color:#666;
	line-height:1.6em;
	padding:2px 0 10px 0;
}

/*  確認画面画面　*/
/*--------------------------------------------------------*/

.kakunin_message{
	text-align:center;
	margin-bottom:25px;
	font-weight:normal;
	font-size:14px;
	color:#333;
	line-height:1.7em;
}

/*  送信完了画面　*/
/*--------------------------------------------------------*/

.thanks{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	text-align:center;
}

.thanks h2{
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	margin-bottom:35px;
}

.thanks .topback{
	margin-top:30px;
 	text-align:center;
	font-size:13px;
	line-height:1.6em;
}

}












/*===============================================
画面の横幅が640px以下
===============================================*/

@media screen and (max-width:640px){

/*  ご注文についての確認事項　*/
/*--------------------------------------------------------*/

.soudanBox{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.soudanBox h2{
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	margin-bottom:15px;
}

.soudanBox ul.order_jikou{
}

.soudanBox ul.order_jikou li{
	font-size:13px;
	line-height:1.7em;
	margin-bottom:10px;
	list-style-type: square;
	margin-left:18px;
}

.soudanBox ul.order_jikou li br{
	display:none;
}

/*  注文フォーム　*/
/*--------------------------------------------------------*/

.formBox{
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

.formBox h2{
	background-color:#333;
	padding:8px;
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	line-height:1.5em;
	text-align:center;
}

.formBox dl, dt, dd {
	margin : 0;
	padding : 0;
}
 
.formBox dl {
}
 
.formBox dt {
	font-size:13px;
	font-weight:bold;
	line-height:1.5em;
	margin-top:30px;
	margin-bottom:5px;
}

.formBox dt br{
	display:none;
}

.formBox dt span.hissu{
	color:#FF0000;
}
 
.formBox dd {
	font-size:14px;
	line-height:1.5em;
}

.formBox ul.soudan_day li{
	margin-bottom:15px;
}

/*  ご注文書籍・冊数　*/

ul.order_books{
	border-top:1px #CCC solid;
	padding-top:7px;
}

ul.order_books li{
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px #CCC solid;
	overflow:hidden;
}

ul.order_books li div.bookname{
	float:left;
	width:80%;
	padding-top:5px;
	font-size:12px;
	line-height:1.6em;
	color:#333;
}

ul.order_books li div.number{
	float:left;
	text-align:right;
	width:15%;
	padding-left:3%;
	padding-right:2%;
}

/*  フォームの入力欄　*/

.formBox input.inp[type="text"] {
	width:60%;
	padding:5px;
	font-size:14px;
}

.formBox input.inp2[type="text"] {
	width:8%;
	padding:2px;
	font-size:14px;
}

.formBox input.inp3[type="text"] {
	width:80%;
	padding:5px;
	font-size:14px;
}

.formBox input.inp4[type="text"] {
	width:35%;
	padding:5px;
	font-size:14px;
}

.formBox input[type="email"] {
	width:80%;
	padding:5px;
	font-size:14px;
}

.formBox input[type="radio"]{
	width:auto;
	font-size:18px;
}

.formBox textarea{
	width:90%;
	padding:5px;
	font-size:14px;
}

/*  フォームの送信ボタン　*/

.formBox .bt_space{
	margin-top:35px;
	border:1px solid #CFEFB0;
	padding:15px;
	text-align:center;
}

.formBox .bt_space p.setsumei{
	font-size:12px;
	line-height:1.6em;
	margin-bottom:15px;
}

.formBox .bt_space input.sousin_bt{
	width: 220px;
	height:48px;
	font-size:13px;
}

.bikou{
	font-size:11px;
	color:#666;
	line-height:1.6em;
	padding:2px 0 10px 0;
}

/*  確認画面画面　*/
/*--------------------------------------------------------*/

.kakunin_message{
	text-align:center;
	margin-bottom:25px;
	font-weight:normal;
	font-size:13px;
	color:#333;
	line-height:1.7em;
}

.kakunin_message br{
	display:none;
}

span.bt_back{
	display:none;
}

/*  送信完了画面　*/
/*--------------------------------------------------------*/

.thanks{
	margin-bottom:40px;
}

.thanks h2{
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	margin-bottom:35px;
	text-align:center;
}

.thanks p br{
	display:none;
}

.thanks .topback{
	margin-top:30px;
 	text-align:center;
	font-size:13px;
	line-height:1.6em;
}

}