@charset "utf-8";

/*-----------------------------------------
reset
-----------------------------------------*/
article, aside, figure, footer, header,hgroup, nav, section {
	display:block;
}

body,div,pre,blockquote,
embed,object,fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/*-----------------------------------------
sentence
-----------------------------------------*/
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

b,em,u,address {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/*-----------------------------------------
list
-----------------------------------------*/
ul,ol,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------
img
-----------------------------------------*/
img {
	vertical-align: bottom;
}

a img {
	border: 0;
}

/*-----------------------------------------
hr
-----------------------------------------*/
hr {
	display: none;
	margin: 0;
}

/*-----------------------------------------
table
-----------------------------------------*/
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,td {
	padding: 0;
}

/*-----------------------------------------
common
-----------------------------------------*/
html, body {
	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
}

body {
	font-size: 16px;
	text-align: left;
	line-height: 160%;
	background: url(../images/bg_body.jpg) no-repeat 50% 50%;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}

#content select,
#content input[type=text] {
	font-size: 16px;
}

/* link */
a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

img {
	vertical-align: top;
}

.advertising {
	text-align: center;
}

/*-----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.08);
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.08);
	border-top: 3px solid #333;
	background-color: rgba(255,255,255,0.98);
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 90px 90px 80px 90px;
}

/*-----------------------------------------
header
-----------------------------------------*/
#header {
	text-align: center;
}

#header #logo img {
	width: 347px;
}

#header #about {
	margin: 50px 0 30px 0;
	font-size: 18px;
}

#header #about dt {
	display: none;
}

/*-----------------------------------------
content
-----------------------------------------*/
#content .explain {
	border: 1px solid #DDD;
	background: #F5F5F5;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 25px 30px;
	text-align: center;
}

#content .input {
	width: 100%;
	border-bottom: 1px solid #E8E8E8;
}

#content .radioList li {
	display: inline-block;
	margin-right: 15px;
}

#content .input th {
	width: 215px;
	padding: 20px 0 20px 10px;
	border-top: 1px solid #E8E8E8;
	line-height: 100%;
	vertical-align: middle;
	font-size: 15px;
}

#content .input th p {
	width: 165px;
	padding: 15px 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #EEE;
	text-align: center;
}

#content .input td {
	padding: 0 0 0 0;
	border-top: 1px solid #E8E8E8;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
}

#content #calculate {
	border-top: 1px solid #000;
	margin: 30px 225px 0 225px;
}

#content #calculate a {
	display: block;
	border-top: 1px solid #6B6B6B;
	background: #333333;
	background: -moz-linear-gradient(top,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(top,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #333333 0%,#000000 100%);
	background: linear-gradient(to bottom,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
	padding: 18px 0 22px 0;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

#content select {
	padding: 10px;
}

#content select option {
	margin: 10px;
}

#content #sales {
	padding: 10px;
	width: 80%;
}


/*-----------------------------------------
result
-----------------------------------------*/
.result {
	border: 1px solid #DDD;
	border-bottom: none;
	border-collapse: separate;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
}

.result th {
	border-bottom: 1px solid #DDD;
	background: #EEE;
	padding: 25px 30px;
	vertical-align: middle;
	width: 165px;
}

.result td {
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
	padding: 25px 30px;
}

.result .price {
	font-size: 18px;
	font-weight: bold;
}

/*-----------------------------------------
footer
-----------------------------------------*/
#footer {
	margin: 100px 0 0 0;
}

#footer #social {
	font-size: 0;
}

#footer #social li {
	display: inline-block;
	vertical-align: top;
	line-height: 100%;
	margin-right: 10px;
}

#footer #social li:last-child {
	margin-right: 0;
}

#footer .attention {
	margin: 50px 0 0 0;
	font-size: 12px;
}

#footer nav li {
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
}

#footer #copyright {
	display: block;
	margin: 50px 0 0 0;
	font-size: 12px;
}


@media screen and (max-width:980px) {
	body {
		padding: 30px 20px;
	}

	#content select,
	#content input[type=text] {
		width: 100%;
		box-sizing: border-box;
	}

	/*-----------------------------------------
	wrapper
	-----------------------------------------*/
	#wrapper {
		width: auto;
		margin: 0 auto 0 auto;
		padding: 40px 20px;
	}

	/*-----------------------------------------
	header
	-----------------------------------------*/
	#header #logo img {
		width: 250px;
		max-width: 100%;
	}

	#header #about {
		margin: 30px 0;
		text-align: left;
		font-size: 14px;
	}

	#header #about br {
		display: none;
	}

	/*-----------------------------------------
	content
	-----------------------------------------*/
	#content .explain {
		margin-bottom: 30px;
		padding: 20px;
		text-align: left;
		font-size: 14px;
	}

	#content .input th {
		display: block;
		width: auto;
		padding: 20px 0;
		border-top: 1px solid #E8E8E8;
	}

	#content .input th p {
		width: auto;
	}

	#content .input td {
		display: block;
		padding: 0 0 20px 0;
		border-top: none;
	}

	#content #calculate {
		border-top: 1px solid #000;
		margin: 30px 0 0 0;
	}

	#content #calculate a {
		display: block;
		border-top: 1px solid #6B6B6B;
		background: #333333;
		background: -moz-linear-gradient(top,  #333333 0%, #000000 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
		background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%);
		background: -o-linear-gradient(top,  #333333 0%,#000000 100%);
		background: -ms-linear-gradient(top,  #333333 0%,#000000 100%);
		background: linear-gradient(to bottom,  #333333 0%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
		padding: 18px 0 22px 0;
		text-align: center;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		color: #FFF;
	}

	#content select {
		padding: 10px;
	}

	#content select option {
		margin: 10px;
	}

	#content #sales {
		padding: 10px;
		width: 100%;
	}


	/*-----------------------------------------
	result
	-----------------------------------------*/
	.result {
		border: 1px solid #DDD;
		border-bottom: none;
		border-collapse: separate;
		width: 100%;
	}

	.result th {
		display: block;
		padding: 20px;
		width: auto;
	}

	.result td {
		display: block;
		padding: 20px;
	}

	.result .price {
		font-size: 18px;
		font-weight: bold;
	}

	/*-----------------------------------------
	footer
	-----------------------------------------*/
	#footer {
		margin: 50px 0 0 0;
	}

	#footer .attention {
		margin: 30px 0 0 0;
	}

	#footer #copyright {
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width:555px) {
	body {
		padding: 0;
		background: none;
	}

	/*-----------------------------------------
	wrapper
	-----------------------------------------*/
	#wrapper {
		padding: 30px 20px;
	}

	/*-----------------------------------------
	header
	-----------------------------------------*/
	#header #about {
		margin: 20px 0;
		text-align: left;
		font-size: 14px;
	}

	/*-----------------------------------------
	content
	-----------------------------------------*/
	#content .explain {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 15px;
	}

	#content .input th {
		padding: 15px 0;
	}

	#content .input td {
		padding: 0 0 15px 0;
	}

	#content #calculate {
		margin: 20px 0 0 0;
	}

	/*-----------------------------------------
	result
	-----------------------------------------*/
	.result {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.result th {
		padding: 15px;
	}

	.result td {
		padding: 15px;
	}

	/*-----------------------------------------
	footer
	-----------------------------------------*/
	#footer {
		margin: 30px 0 0 0;
	}

	#footer .attention {
		margin: 20px 0 0 0;
	}

	#footer #copyright {
		margin: 20px 0 0 0;
	}
}
