@charset "utf-8";


/* @group reset */
* {
	margin: 0;
	padding: 0;
}
a {text-decoration: none;}
img {vertical-align: middle;}
/* @end */


/* @group Fluid-img */
	img {max-width: 100%;}
/* end */


/* @group HTML */
html {
	font-size: 75%;
	font-family: verdana,sans-self;
	line-height: 1.5;
	}
/* end */


/* @group Hading */
h1 {
  display: none;
}
h2 {
  background: #eee;
	font-size: 2.75em;
  font-weight: normal;
	line-height: 1.3333;
	text-align: center;
}
h2 span {
  color: #F90;
  font-size: 300%;
  font-weight: normal;
}
h3 {
  color: #f90;
  border-bottom: solid 2px #ccc;
  border-left: solid 10px #f90;
  font-size: 3em;
  font-weight: normal;
  padding: 0 0 5px 15px;
}
h4 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	}
/* end */


/* @group Header */
#header_logo {
	margin: 0.5% 5%;
	width: 18%;
}
header {
	text-align: center;
	padding-top: 1.5em;
	background-image: url("../images/back.jpg")
}
header h1 {
	margin-bottom: 100px;
}
header h2 {
	color: #ffffff;
	}
/* end */


/* @group Rayout */
.clearfix:after {
	  content: "";
	  display: block;
	  clear: both;
}
.m_btm10 {margin-bottom: 10px;}
.m_btm20 {margin-bottom: 20px;}
.m_btm30 {margin-bottom: 30px;}
.m_btm40 {margin-bottom: 40px;}
.m_btm50 {margin-bottom: 50px;}
.m_btm100 {margin-bottom: 100px;}
/* end */


/* @group Contents */
ul {
	list-style-type: square;
}
#contents {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
#contents p, #contents dl {
	text-align: left;
}
section {
	margin-bottom: 100px;
}
section:last-of-type {
	margin-bottom: 0px;
}
.sales_information {
	width: 97.87234%;
	box-shadow: 0 0 5px #2f1f1f;
	margin: 10px auto 100px auto;
	overflow: hidden;
}
.purchase {
	text-align: center;
	margin: 0px 10px 20px 10px;
}
a:hover img.btn_purchase {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#feature h3 {
	margin-bottom: 1em;
}
.feature {
	padding: 0 10px;
	margin-bottom: 100px;
}
.feature img,.feature p {
	display: block;
}
#structure img {
	float: left;
	margin-bottom: 30px;
}
#introduction {
	margin: 10% auto 3% auto;
	text-align: center;
	width: 90%;
}
#introduction img {
	width: 100%;
}
#introduction ul {
	font-size: 14pt;
	list-style: none;
	margin: 2% auto 0 1%;
	text-align: left;
}
#introduction ul li:before {
	color: #FF6600;
	content: "●";
	font-size: 20pt;
	margin: 0 10px 0 0;
}
table {
	margin: 0 auto;
	width: 90%;
	border: solid 2px #666;
	border-collapse: collapse;
}
table th,
table td {
	border: solid 1px #666;
}
#item img {
	float: left;
	margin-bottom: 30px;
}
#size table th,
#size table td,
#quality table th,
#quality table td {
	padding: 5px 0px;
}
#size table th {
	width: 30%;
	border: solid 1px #666;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #f5f5f5;
}
#size table td {
	width: 14%;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
#size table caption,
#quality table caption {
	font-size: 1.5em;
	font-weight: bold;
	color: #383838;
	margin-bottom: 10px;
}
.size_name td {
	font-weight: bold;
	font-size: 1.5em;
}
.size_name th {
	background: #FFFFFF;
}
.men {
	border-bottom: dotted 2px #666;
}
.men td,
.men th {
	background: #CEF6EC;
}
.women,
.women th {
	background: #F6CEE3;
}
.model_size {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.model_size ul li { 
	list-style-type: none;
}
#quality table th {
	width: 50%;
	border: solid 1px #666;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #f5f5f5;
}
#quality table td {
	color: #666;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
#question {
	padding: 10px
}
#question h2 {
	background: #f1f8ff;
	border-left: solid 2.5em #5c9ee7;
	color: #383838;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.5em;
	position: relative;
	text-align: left;
}
#question h2:before {
	content: url("../images/question.png");
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left: -1.9em;
	top: 57%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
dl {margin-bottom: 50px;}
dt {
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 3%;
	margin-bottom: 12px;
	border: 0.1em solid #2E9AFE;
	color: #2E9AFE;
	font-weight: bold;
}
dt span {
	font-size: 1.1em;
	display: cell;
}
span.mark {
	font-size: 1.1em;
	padding: 0 10px 0 0;
}
dd {
	font-size: 1.1em;
	margin: 0 1%;
	padding: 0 0 0 1.5em;
	position:relative;
}
dd:before {
	color: #FF3399;
	content:"A.";
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
#guide h2 {
	font-size: 1.8em;
	padding: 0.4em 0.5em;
	color: #494949;
	background: #B0CC83;
	border-left: solid 5px #8CC63F;
}
#guide h3 {
  background: #8CC63F;
  border: none;
	color: #FFFFFF;
  font-size: 2em;
  margin: 0 0 20px 0;
  padding: 5px 10px;
}
#guide h4 {
	margin: 0 2%;
}
#guide table th {
	border: solid 1px #666;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #f5f5f5;
}
#guide table td {
	color: #666;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
}
#guide table td,#guide table th {
	padding: 2px 10px;
}
#guide ul {
	margin-right:  1%;
	margin-left:  2%;
	padding: 0 0 0 4%;
}
#guide ul li {
	margin: 0;
	padding: 0;
}
#guide p {
	margin-right:  1%;
	margin-left:  2%;
}
/* end */


/* @group PageTopBtn */
#PageTopBtn {
	position: fixed;
	bottom: -10px;
	right: 10px;
}
#PageTopBtn a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #6B6B6B;
	text-align: center;
	border-radius: 5%;
	outline: none;
}
#PageTopBtn a:hover {
	text-decoration: none; 
	background: #E3E3E3;
	}

@media (min-width: 768px) {
	#PageTopBtn {
		font-size: 13px;
	}
	#PageTopBtn a {
		height: 20px;
		padding: 20px 10px;
	}
}

@media (max-width: 767px) {
	#PageTopBtn {
		font-size: 10px;
	}
	#PageTopBtn a {
		border-radius: 2.5%;
		height: 20px;
		padding: 8px 10px 10px 10px;
	}
	#item {
		text-align: center;
	}
	#item img {
		float: none;
		width: 92%;
	}
	#introduction ul {
		font-size: 100%;
	}
	#introduction ul li:before {
		font-size: 100%;
		list-style-position: outside;
		margin: 0 5px 0 0;
	}
}
/* end */


/* @group Footer */
footer {
	color: white;
	text-align: center;
	padding: 24px 0;
	background: #B3B3B3;
}
/* end */


@media screen and (min-width : 1024px) {
	html {
		font-size: 100%;
	}
	#contents {
		text-align : left;
		overflow: hidden;
		width: 940px;
		margin: 0 auto;
	}
	.feature {
		width: 895px;
	}
	.feature p {
		word-wrap: break-word;
		display: block;
		width: 555px;
		min-height: 319px;	
		background-repeat: no-repeat;
		background-position: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size: 1.5em;
		line-height: 1.75;
	}
	.right {
		float: right;
	}
	.left {
		float: left;
	}
	.feature1 {
		background-image: url("../images/1.jpg");
	}
	.feature2 {
		background-image: url("../images/2.jpg");
	}
	.feature3 {
		background-image: url("../images/3.jpg");
	}
	.feature4 {
		background-image: url("../images/4.jpg");
	}
	.feature5 {
		background-image: url("../images/5.jpg");
	}
	.feature6 {
		background-image: url("../images/6.jpg");
	}
	#product_information {
		text-align: center;
	}
	#product_information p {
		margin: 0 auto;
	}
	#structure img {
		margin-left: 25px;
	}
	#item img {
		margin-left: 13px;
	}
	footer {
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	html {
		font-size: 94%;
	}
}