@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 40px;
	background-image: url(../images/visual.png);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 35px;
	text-align: left;
}

#about ul,
#about p {
	margin-bottom: 15px;
}

#about li {
	margin-left: 1em;
	text-indent: -1em;
}

#about em {
	color: #ec3b04;
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin-bottom: 100px;
	padding: 60px 0;
	background: #f2f2f2;
}

#contact .container {
	padding: 0 100px;
}

#contact em {
	color: #ec3b04;
}

#contact .table {
	margin-bottom: 60px;
}

#contact .table dl {
	margin-bottom: 30px;
}

#contact .table dt {
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 16px;
}

#contact .table dt em {
	display: inline-block;
	vertical-align: top;
	height: 17px;
	padding: 0 3px;
	background: #ec3b04;
	margin-left: 5px;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 16px;
	color: #fff;
}

#contact dd.birth select {
	margin-right: 10px;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

input[type="tel"],
input[type="email"],
input[type="text"] {
	height: 50px;
	padding: 0 10px;
	border-radius: 5px;
}

select {
	height: 50px;
	padding-left: 10px;
	border-radius: 5px 0 0 5px;
}

textarea {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.err {
	box-shadow: 0 0 0 1px #ec3b04 inset;
}

.w800 {
	width: 100%;
}

.w500 {
	width: 500px;
}

.w290 {
	width: 290px;
}

.w200 {
	width: 200px;
}

.w120 {
	width: 100px;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

input[type='submit'],
input[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
	transition: .4s;
	cursor: pointer;
}

.submit {
	text-align: center;
	font-size: 0;
}

.submit li {
	display: inline-block;
	vertical-align: top;
}

.submit input.send,
.submit input.confirm {
	vertical-align: top;
	width: 280px;
	height: 70px;
	background: #f17424;
}

.submit input.send {
	width: 200px;
	margin-left: 40px;
}

.submit input.back {
	vertical-align: top;
	width: 200px;
	height: 70px;
	background: #999;
}

.submit input:hover {
	opacity: 0.5;
}

/* ---------------------------------------------------------
	CSS Document shipping
--------------------------------------------------------- */

#shipping {
	margin-bottom: 100px;
	text-align: left;
}

#shipping em {
	color: #ec3b04;
}

#shipping h3 {
	font-weight: 500;
	font-size: 30px;
}

#shipping dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #c8c8c8;
}

#shipping dl:first-of-type {
	margin-top: 20px;
	border-top: solid 1px #c8c8c8;
}

#shipping dt {
	display: table-cell;
	vertical-align: middle;
	width: 260px;
}

#shipping dd {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
}

#shipping .submit {
	margin-top: 30px;
}

#shipping p {
	margin-bottom: 15px;
}

#shipping .btn a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 60px;
	margin-top: 20px;
	background: #f17424;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}

#shipping .btn a:hover {
	opacity: 0.5;
}
