 @charset "utf-8";
/* ----------------------------------------
 * CSS | LIBELARA BLACK
 * /backorder/css/index.css
 * ---------------------------------------- */


/* --------------------
 * mainview
 */
#mainview {
	clear: both;
}
#mainview_wrap {
	position: relative;
}
#mainview .img {
	position: relative;
}
#mainview .article {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -100px;
}
#mainview .article .ttl {
	font-size: 258%;
	font-weight: bold;
	text-align: center;
}
#mainview .article .lead {
	display: table;
	margin: 0 auto;
	margin-top: 28px;
}
#mainview .article .lead span {
	display: table-cell;
	padding: 6px 14px;
	border: 1px solid #fff;
	font-size: 143%;
	font-weight: bold;
}
#mainview .article .txt {
	padding-top: 26px;
	font-size: 122%;
	line-height: 1.706;
	text-align: center;
}


/* --------------------
 * contents
 */
.contents.backorder {
	width: 1100px;
	margin: 0 auto;
	background: #000;
}
.contents_wrap {
	padding-bottom: 80px;
	float: left;
	width: 420px;
	background: #fff;
}


/* --------------------
* contents : backorder_step
*/
#backorder_step {
	padding-top: 50px;
}
/* backorder_step : header */
#backorder_step .header {
	padding: 0;
	font-size: 193%;
	font-weight: bold;
	text-align: center;
}
/* backorder_step : article */
#backorder_step .article {
	width: 100%;
}
#backorder_step .item {
	padding-top: 40px;
	vertical-align: top;
}
#backorder_step .item .icon {
	display: table;
	margin: 0 auto;
}
#backorder_step .item .icon span {
	display: table-cell;
	padding: 3px 6px;
	background-color: #0000ce;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 86%;
	color: #fff;
}
#backorder_step .item dl {
}
#backorder_step .item dt {
	display: block;
	padding-top: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #0000ce;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.10;
	text-align: center;
}
#backorder_step .item dd {
	display: block;
	padding-top: 14px;
	line-height: 1.50;
	text-align: center;
	letter-spacing: -0.04em;
	font-size: 130%;
}
#backorder_step .item + .img {
	width: 380px;
  margin: 40px auto 7px;
}
#backorder_step .item + .img img {
	width: 100%;
}


/* --------------------
 * form
 */
#form.backorder {
	float: right;
	width: 640px;
	clear: none;
	position: relative;
	padding: 0;
}

#form.backorder::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 200px;
	height: 40px;
	background: url(/liberala/backorder/img/ico_arrow.png) no-repeat;
	top: 0px;
	right: 220px;
	z-index: 1;
	background-size: 200px auto;
}
#form.backorder .header, #form.backorder .article, #form.backorder .article .lead, #form.backorder .footer {
	width: 560px;
}
#form_wrap {
}
#form.backorder .header .ttl{    border-top: double;
    border-bottom: double;
}
/* form : article */
#form.backorder .article .lead {
	font-size: 172%;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
}
/* opener */
#form.backorder .article .item.opener {
}
#form.backorder .article .item.opener dt {
}
#form.backorder .article .item dt {
	width: 120px;
	padding-left: 20px;
}
#form.backorder .article .item dd {
	width: auto;
	width: 415px;
	padding-right: 20px;
}
#form.backorder .article .item.opener dd {
}
#form.backorder .article .item.opener dd p {
	display: block;
	margin-top: 24px;
	border-top: 1px solid #8b8b8b;
}
#form.backorder .article .item.opener dd p a {
	display: table;
	margin-top: -24px;
	padding-right: 10px;
	background-color: #212121;
}
#form.backorder .article .item.opener dd p a:hover {
	text-decoration: none;
}
#form.backorder .article .item.opener dd p a span {
	display: table-cell;
	height: 48px;
	padding-right: 20px;
	background-image: url(/liberala/asset/img/body/ico_tab_arrow_pink.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 11px;
	font-size: 93%;
	font-weight: bold;
	color: #8b8b8b;
	vertical-align: middle;
}
#form.backorder .article .item.opener dd p a.focus span {
	background-image: url(/liberala/asset/img/body/ico_tab_down_pink.png);
}
/* pulldown */
#form.backorder .article .item_container {
	display: none;
}
#form.backorder .article .item_container .item:last-child {
}
#form.backorder .article .item_container .item:last-child dd {
}
#form.backorder .article .item_container .item:last-child dd ul:last-child {
	padding-bottom: 36px;
	border-bottom: 1px solid #8b8b8b;
}
#form.backorder .article .item dd ul.check_table li label {
	white-space: nowrap;
}
/* assessment */
#form.backorder .article#form_assessment {
	display: none;
	padding-bottom: 16px;
}
#form.backorder .article .lead {
	font-size: 143%;
	width: 100%;
	padding: 0 0 20px;
}

#form.backorder .adress_box {
	border-top: 1px dotted #8b8b8b;
	border-bottom: 1px dotted #8b8b8b;
	padding: 20px 0 5px 0;
	margin: 0 0 20px 0;
}
#form.backorder .adress_box .ttl {
	padding: 0 0 10px 20px;
}

