@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/ Author: ACTIVE-AGENT
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	list-style: none;
	font-family: "Meiryo","Yu Gothic","Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial",sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body#sea {
/*	background-image: url(../images/background_sea.jpg);
	background-position: bottom right;
	background-attachment: fixed;*/
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}
h1 {
	line-height: 1.3em;
}
h2 {
	
}
h3 {
	color: #000000;
	font-size: 1.8em;
	line-height: 1.3em;
	border-bottom: 1px solid #dfdfdf;
}
p {
	
}
img {
	display: block;
	border-style: none;
}
hr{
	border-style: dashed;
	border-color: #232323;
}
a{
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
header {
	text-align: center;
}
header h1 {
	width: 1000px;
	height: 900px;
	background-image: url(../010201/images/header.jpg);
	margin: 0px auto 0px auto;
}
header img {
	display: none;

}
@media screen and (max-width: 1000px) {
	header h1 {
		width: auto;
		height: auto;
		background-image: none;
	}
}
@media screen and (max-width: 1000px) {
	header img {
		width: 100%;
		height: auto;
		display: block;
	}
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#lp_container {
	width: 100%;
	text-align: center;
}

div#lp_contents {
	width: 1000px;
	color: #ffffff;
	text-align: left;
	background-color: #000000;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
	div#lp_contents {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	div#lp_contents img {
		width: 100%;
	}
}

div#lp_contents p {
/*	background-color: #ffffff;*/
	padding: 30px 30px 30px 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#question {
	background-color: #000000;
	padding: 30px;
}
div#question h3 {
	color: #000000;
	font-size: 1.8em;
	line-height: 1.3em;
	border-bottom: 1px solid #dfdfdf;
	background-color: #ffffff;
	padding: 5px;
}
dl#question {
/*	background-color: #ffffff;*/
	padding: 40px 20px 10px 20px;
}
@media screen and (max-width: 1000px) {
	dl#question {

	}
}

dl#question dt {
	color: #ff6633;
	font-size: 1.5em;
	line-height: 1.3em;
	list-style-type: none;
	border-bottom: 1px solid #ff6633;
}
dl#question dt:before {
	content: 'Q.';
}
@media screen and (max-width: 1000px) {
	dl#question dt {
		font-size: 1.2em;
	}
}

dl#question dd {
	color: #ffffff;
	font-size: 1.2em;
	padding: 5px 20px 30px 20px;
	list-style-type: none;
}
@media screen and (max-width: 1000px) {
	dl#question dd {
		font-size: 1em;
		padding: 5px 10px 30px 10px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#lp_cart {
	text-align: center;
/*	background-color: #ffffff;*/
	padding: 20px 40px 40px 40px;
}
div#lp_cart p {
	color: #d8574f;
	font-size: 1.2em;
	font-weight: bold;
}

input.number {
	width: 40px;
}
div#lp_cart button {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	opacity: 1;
	cursor: pointer;
	border: none;
	background-color: #d8574f;
	padding: 10px 50px 10px 50px;
}


div#lp_cart_left {
	width: 30%;
/*	display: inline-block;*/
	float: left;
}
div#lp_cart_left img {
	width: 300px;
	margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 1000px) {
	div#lp_cart_left {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	div#lp_cart_left img {
		width: 100%;
		margin: 0px auto 10px auto;
	}
}


div#lp_cart_right {
	width: 60%;
	color: #ffffff;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px 0px 15px;
}
@media screen and (max-width: 1000px) {
	div#lp_cart_right {
		width: 95%;
	}
}

div#lp_cart_right h3 {
	color: #ffffff;
	font-size: 1.5em;
}
div#lp_cart_right hr {
	height: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	margin: 0px 0px 10px 0px;
}
div#lp_cart_right p {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	padding: 0px 0px 10px 0px;
}

div#lp_cart_right span {
	color: #ff0000;
	font-size: 2em;
	font-weight: bold;
}
div#lp_cart_right form {
	padding: 0px 0px 20px 0px;
}

.s8addcartPlg {
	color: #ffffff;
	text-align: center;
/*	background-color: #ffffff;*/
	padding: 20px 0px 40px 0px;
}
.s8addcartPlg span {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
}

.s8addcartPlg button {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	opacity: 1;
	cursor: pointer;
	border: none;
	background-color: #ff0000;
	padding: 10px 100px 10px 100px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
	text-align: center;
	background-color: #232323;
	padding: 20px 10px 10px 10px;
}

footer strong {
	color: #dfdfdf;
	font-size: 1em;
}
footer p {
	color: #999999;
	font-size: 0.8em;
	padding: 0px 0px 10px 0px;
}
footer span {
	color: #999999;
	font-size: 0.7em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/	style end
/+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

