@charset "utf-8";
	body, input, textarea {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 85%;
	line-height: 1.6;
	color: #333;
	-webkit-text-size-adjust: none;
}
/* =========================================================
module
========================================================= */
body {
	background: #eee;
}
#wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}
header {
	display: table;
	width: 100%;
}
header .logo {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px 20px 10px;
}
header .logo img {
	width: 190px;
}
header .item {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 10px 10px 20px 10px;
}
header .item .tel {
	display: inline-block;
}
header .item .tel img {
	width: 270px;
}
header .item .btn {
	display: inline-block;
}
footer .copy {
	text-align: center;
	font-size: 90%;
	padding: 30px;
}
#container {
	max-width: 730px;
	margin: 0 auto;
}
.pagetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 80%;
	border-radius: 25px;
}
.pagetop:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
/* =========================================================
common
========================================================= */
.pc {
	display: block;
}
.sp {
	display: none;
}
.title {
	clear: both;
	margin: 0 0 20px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 3px solid #ccc;
	color: #000;
}
.title h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 30px 20px;
	text-align: center;
}
.w90p { width: 90%!important;}
.w20p { width: 20%!important;}
.em {
	color: #ff0060;
}
.step {
	margin-bottom: 0;
	text-align: center;
}
.step img {
	width: 100%;
}
.bar {
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px 20px 10px 20px;
	background:#999;
	border-bottom: 3px solid #eee;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.2;
}
.bar a:hover {
	filter: alpha(opacity=7);
	-moz-opacity:0.7;
	opacity:0.7;
}
.box {
	clear: both;
	border: 3px solid #eee;
	background: #fff;
	margin-bottom: 30px;
}
.box:before,.box:after { content:""; display:table;}
.box:after { clear:both;}
.box { zoom:1;}
.text {
	padding: 0 20px 20px 20px;
}
.rule {
	border: 1px solid #eee;
	margin: 0 20px 20px 20px;
	padding: 10px;
	overflow-y: scroll;
	height: 250px;
	font-size: 80%;
}
.table-box  {
	margin: 0 0 20px 0;
	padding: 0 20px;
}
.table-box  table {
	width: 100%;
	border: 1px solid #ddd;
}
.table-box th {
	border: 1px solid #ddd;
	color: #000;
	background: #fffcf1;
	padding: 8px;
	vertical-align: middle;
	text-align: left;
	width: 200px;
}
.table-box td {
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}
.btn-box {
	text-align: center;
	padding-bottom: 10px;
}
a.text-btn,
input.text-btn {
	display: inline-block;
	text-align: center;
	background: #ff0060;
	border: none;
	padding: 10px 0 10px 0;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	line-height: 1.2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width: 250px;
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	cursor: pointer;
}
.btn-box .text-btn {
	padding: 20px 0 20px 0;
	margin: 5px;
}
.bar a.text-btn,
.bar input.text-btn {
	min-width: 90px;
	padding: 5px;
	margin: 0 10px;
	font-size: 90%;
}
.text-btn:hover {
	opacity: 0.7;
}
@-moz-document url-prefix() {
	.btn-box input.btn01,
	.btn-box input.btn02 {
		padding: 19px 20px 19px 30px;
	}
}
.text-back {
	display: inline-block;
	background: url(../images/icon_arrow01_r.png) no-repeat left center;
	padding-left: 15px;
	font-size: 100%;
}
/* =========================================================
dlist
========================================================= */
.dlist {
	margin: 0 20px 20px 20px;
	padding: 0;
	border: 1px solid #ddd;
}
.dlist > dl {
	display: table;
	width: 100%;
}
.dlist > dl > dt {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	width: 30%;
	border: 1px solid #ddd;
	background: #fffcf1;
}
.dlist > dl > dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	border: 1px solid #ddd;
}
/* =========================================================
cart
========================================================= */
.cart {
	padding: 20px;
}
.cart .item {
	border: 2px solid #ddd;
	margin-bottom: 10px;
}
.cart dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px dotted #ccc;
}
.cart dl:last-child {
	border: none;
}
.cart dt {
	display: table-cell;
	width: 20%;
	color: #000;
	padding: 5px 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.cart dd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 5px 10px;
}
.cart .price dd {
	color: red;
}
.cart-price {
	background: #fffcf1;
	border: 2px solid #ddd;
}
.cart-price dl {
	display: table;
	width: 100%;
}
.cart-price dt {
	display: table-cell;
	font-weight: bold;
	width: 40%;
	text-align: right;
}
.cart-price dd {
	display: table-cell;
	font-size: 200%;
	color: red;
}
/* =========================================================
form
========================================================= */
.form {
	margin: 0 auto;
}
.form .err {
	color: red;
}
.form .memo {
	color: #999;
	font-size: 90%;
}
.form input[type="text"],
.form input[type="password"] {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px;
	margin: 2px;
	line-height: inherit;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.form textarea {
	display: inline-block;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 5px;
	margin: 2px;
	line-height: inherit;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.form input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px;
}
.form input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 5px;
}
.form label {
	display: inline-block;
	margin: 2px;
	padding: 3px 5px;
	cursor: pointer;
}
.form select {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 30px 5px 5px;
	margin: 2px;
	border: 1px solid #ccc;
	background: url(../images/common/icon_arrow02_b_g.png) no-repeat right center #fff;
	border-radius: 3px;
	cursor: pointer;
}
.form .required {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	background: #ff0060;
	color: #fff;
	line-height: 1.1;
	padding: 3px 10px;
	margin: 2px 5px;
	font-size: 85%;
	font-weight: normal;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


@media screen and (max-width: 768px) {
	/* =========================================================
	module
	========================================================= */
	#wrapper {
		padding: 10px;
	}
	header {
		display: block;
	}
	header .logo {
		display: block;
		width: auto;
		text-align: center;
		padding: 0;
	}
	header .item {
		display: block;
		text-align: center;
		padding: 0;
	}
	header .item .tel img {
		width: 180px;
	}
	header .item .btn .text-btn {
		padding: 5px;
		font-size: 90%;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.pagetop {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	/* =========================================================
	common
	========================================================= */
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.title h2 {
		padding: 20px 0;
		text-align: center;
	}
	.bar {
		padding: 10px;
		margin-bottom: 10px;
	}
	.text {
		padding: 0 10px 10px 10px;
	}
	.rule {
		margin: 0 10px 10px 10px;
		padding: 10px;
		height: 150px;
	}
	.box {
		margin-bottom: 10px;
	}
	/* =========================================================
	dlist
	========================================================= */
	.dlist {
		margin: 0 10px 10px 10px;
	}
	.dlist dl {
		display: block;
	}
	.dlist > dl > dt {
		display: block;
		width: auto;
	}
	.dlist > dl > dd {
		display: block;
		width: auto;
	}
}

/* end
-------------------------------------------------------*/
