@charset "UTF-8";

/* purchase
----------------------------------------------- */
#purchase {
	padding: 40px 0;
}
/* reservation
----------------------------------------------- */
#reservation {
	padding: 40px 0 0;
}

/* contents
----------------------------------------------- */
#contents .line {
	margin: 20px 0;
}
#contents h3 {
	margin: 0;
}
#contents h4 {
	margin: 40px 0 0;
}
#contents h5 {
	margin: 20px 0 0 25px;
	text-align: left;
}

/* textarea */
#contents .textarea {
	margin: 5px auto 0;
}
#contents .textarea p {
	font-size: 0.8em;
	line-height: 1.85em;
	padding: 15px 0 0;
}

/* summary */
#contents .summary {
	background: rgb(245,235,245) url(../../purchase/images/summary_background.png) no-repeat center bottom;
	-moz-background-size: 300px 17px;
	-webkit-background-size: 300px 17px;
	background-size: 300px 17px;
}
#contents .summary_inner {
	width: 300px;
}
#contents .summary_inner .purchase {
	width: 150px;
	height: 184px;
	float: left;
}
#contents .summary_inner .reservation {
	width: 150px;
	height: 184px;
	float: right;
}
#contents .summary_inner .purchase a,
#contents .summary_inner .reservation a {
	display: block;
	width: 150px;
	height: 184px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../../purchase/images/summary_btn.png) no-repeat left top;
	-moz-background-size: 300px 184px;
	-webkit-background-size: 300px 184px;
	background-size: 300px 184px;
}
#contents .summary_inner .reservation a { background-position: -150px 0;}


/* service_summary */
#contents .service_summary {
	width: 250px;
	margin: 0 auto;
}
#contents .service_summary h4 {
	font-size: 1.15em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: justify;
	color: rgb(114,84,164);
	margin: 30px 0 0;
}
#contents .service_summary p {
	width: 250px;
	font-size: 0.8em;
	line-height: 1.85em;
	text-align: justify;
	margin: 15px auto 0;
}

/* link */
#contents .service_summary .link {
	width: 255px;
	margin: 20px auto 0;
	padding: 0;
}
#contents .service_summary .title {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.45em;
	margin: 0 auto;
	text-align: center;
}
#contents .service_summary .link_inner {
	width: 255px;
	margin: 0 auto;
}
#contents .service_summary .link_inner li {
	float: left;
	margin: 10px 15px 15px 0;
}
#contents .service_summary .link_inner li.right {
	margin: 10px 0 15px 0;
}

/* flow */
#contents .flow .step01,
#contents .flow .step02,
#contents .flow .step03,
#contents .flow .step04 {
	display: block;
	width: 40px;
	height: 44px;
	background: url(../../purchase/images/step_t.png) no-repeat left top;
	-moz-background-size: 40px 206px;
	-webkit-background-size: 40px 206px;
	background-size: 40px 206px;
	position: absolute;
	top: -30px;
	left: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#contents .flow .step02 { background-position: 0 -54px;}
#contents .flow .step03 { background-position: 0 -108px;}
#contents .flow .step04 { background-position: 0 -162px;}

#contents .flow li {
	width: 250px;
	margin: 45px auto 0;
	padding: 20px 10px 10px;
	font-size: 0.8em;
	line-height: 1.85em;
	text-align: justify;
	background: rgb(240,240,240);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 5px;
	position: relative;
}
#contents .flow li:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 8px solid transparent;
	border-top-color: rgb(157,137,197);
	bottom: -35px;
	left: 50%;
	margin-left: -10px;
}
#contents .flow li:last-child:after,
#contents .flow li.none:after {
	position: static;
	border: none;
	margin: 0;
}
#contents .flow .caution {
	background: none;
	margin: 0 auto;
	padding: 5px 0 0;
	font-size: 0.7em;
}

/* table */
#contents .table {
	width: 270px;
	margin: 0 auto;
	border-top: 1px solid rgb(40,50,80);
	border-left: 1px solid rgb(40,50,80);
}
#contents .table th,
#contents .table td {
	padding: 8px 2px 6px;
	font-size: 0.75em;
	line-height: 1.45em;
	text-align: justify;
	vertical-align: middle;
	text-align: center;
	color: rgb(40,50,80);
	border-bottom: 1px solid rgb(40,50,80);
	border-right: 1px solid rgb(40,50,80);
}
#contents .table th {
	width: 50%;
	background: rgb(245,235,245);
	font-size: 0.75em;
}
#contents .table td {
	width: 50%;
}
/* postage */
#contents .table.postage th.line,
#contents .table.postage td.line {
	border-right: 2px solid rgb(40,50,80);
}
#contents .table.postage th {
	width: 25%;
}
#contents .table.postage th.title {
	font-size: 0.75em;
	text-align: left;
	padding: 10px 10px 8px;
}
#contents .table.postage td {
	width: 16%;
	font-size: 0.75em;
	padding: 8px 0 6px;
}

/* gbox */
#contents .gbox h5 {
	text-align: justify;
	color: rgb(114,84,164);
	margin: 20px 0 0;
}
#contents .gbox p {
	font-size: 0.75em;
	line-height: 1.65em;
	text-align: justify;
	margin: 10px 0 0;
}

/* .disclaimer*/
#contents .disclaimer {
	width: 250px;
	margin: 0 auto;
}
#contents .disclaimer li {
	list-style: decimal;
	font-size: 0.7em;
	line-height: 1.85em;
	margin-left: 1.5em;
	padding: 15px 0 0;
}

/* customs */
#contents .customs {
	width: 210px;
	height: 40px;
	margin: 15px auto 0;
	border: 1px solid rgb(114,84,164);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}
#contents .customs a {
	display: block;
	width: 210px;
	height: 30px;
	font-size: 0.75em;
	line-height: 1.65em;
	padding: 12px 0 0;
	color: rgb(114,84,164);
}
#contents .customs a:visited {
	color: rgb(114,84,164);
}
#contents .customs span {
	background: url(../../purchase/images/icon_window.png) no-repeat right center;
	-moz-background-size: 13px 15px;
	-webkit-background-size: 13px 15px;
	background-size: 13px 15px;
	padding: 2px 20px 0 0;
}

/* line
----------------------------------------------- */
#line {
	width: 270px;
	height: 4px;
	background: rgb(240,215,240);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 auto;
}


/* contactarea
----------------------------------------------- */
#contactarea {
	background: url(../../purchase/images/contact_background.png) repeat left top;
	-moz-background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
#contactarea h3 {
	margin: 0 0 25px;
}
