@charset "utf-8";
/* -- order.css -- */

.order_title{margin:40px auto 0 auto; text-align:center;}

.form{ margin: 5px 1%; }
.form table{
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 4px;
}
.form table th,
.form table td{
	padding: 15px 20px;
	border: 1px solid #47BA3A;
}
.form table th{
	width: 30%;
	padding-right: 60px;
	background:url(./images/required.png) 97% 17px no-repeat #fff8fa;
	color: #4b3600;
	vertical-align: top;
}
.form table th.none{
	background-image: none;
}
.form table td p{ margin-bottom: 0; font-size: 15px; font-size: 1.5rem; line-height: 1.6em; }

.form table td .item-img{
	float: left;
	width: 100%;
}
.form table td .item-desc{
	float: right;
	width: 100%;
}
.form table td p.t-title{
	margin: 7px 0 15px 0;
	padding: 7px 5px 5px;
	border-top: 1px solid #ffd786;
	border-bottom: 1px solid #ffd786;
	background-color: #ffffeb;
}
.form table td input[type="text"],
.form table td select{
	padding: 3px;
	border: 1px solid #CBCBCB;
	background-color: #fafafa;
}
.form .button{
	margin: 20px auto 50px;
	text-align: center;
}
.form .button input:hover{ opacity: 0.60; filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)"; }

#toggle{
	width: 90%;
	margin-left: 20px;
	padding: 2px 0.5% 0;
	background-color: #fafafa;
	cursor: pointer;
	text-decoration: underline;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2em;
}
#toggle:hover{ color: #aaa; }
#open{
	display: none;
	width: 89%;
	margin-left: 20px;
	padding: 7px 0.5% 4px 1.5%;
	background-color: #fcfcfc;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4em;
}


/*******************************************
Multi Screen
********************************************/
@media screen and (max-width:1000px){
.form input.w500{ width: 380px; }
}
@media screen and (max-width:769px){
.form table th, .form table td{ display: block; width: 94%; padding: 2% 3%; }
.form table th{ background-position: 97% 10px; }
.form input{ font-size: 16px; font-size: 1.6rem; }

.form .button input{ width: 96%; }
.form input.w250, .form input.w300, .form input.w500{ width: 90%; }
}
@media screen and (max-width:599px){
.form table td .item-img, .form table td .item-desc{ float: none; width: auto; }
.form table td .item-img{ text-align: center; }
}
@media screen and (max-width:446px){
.form input.w130{ width: 100px; }
}
