@charset "utf-8";
/* CSS Document */
/*************************************************************************************/
/*共通部分とindex.htmlのスタイル*/
/********↓↓↓***********************************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.clear {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto
}
h1,h2,h3,h4 {
	font-size: 1em;
	display: block;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.en_btn {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
/* ==================↓スマホのスタイル（一部PC共通）↓================ */
.wrapper {
	max-width: 1265px;
	margin-top: 0%;
	padding-top: 0%;
	margin-right: auto;
	margin-left: auto;
}
.responsive {
	width: 100%;
	border: 0;
	height: auto;
}

header {
	width: 100%;
	display: block;
	background-color:#999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.header{
	max-width:1265px;
	width:94%;
	background-color: #000;
	margin-left:auto;
	margin-right:auto;
	padding-top:32px;
}
.header h1{
	text-align: center;
}
header nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

header nav li {
	display:block;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #FFFFFF;
	padding-right: 60px;
	padding-bottom: 10px;
}
header nav li:nth-of-type(6) {
	padding-right: 0;
	}

header nav li a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;

}
header nav li a:hover {
	background-color: #666;
}
.active {
	background-color: #666666;
}
.contents {
	margin-top: 0%;
	padding-top: 0%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	position:relative;
	max-width: 1265px;
}
.back1{
	background-image: url(../images/idx_bg05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	margin-top:0px;
	padding-top:20px;
	padding-bottom: 40px;
	background-color: #000;
	width:94%;
	margin-left:auto;
	margin-right:auto;
}
.box1 {
	max-width: 100%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right:5%;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.box1 p {
	color: #FFF;
	margin-bottom: 10px;
}
.btn {
	text-align: center;
}
.box2 {
	text-align: center;
	background-color: #000;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
}
.box3 {
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: left;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
}
.contents article {
	clear: both;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
}
footer {
	width: 100%;
	display: block;
	background-color: #000;
	text-align: center;
	color: #FFF;
	padding-top: 4%;
	padding-bottom: 1%;
	clear: both;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.photo{
	width: 70%;
	height: auto;
}
.gradient{
	background-color:#1C1B21;
}

.photo1 {
	float: left;
	width: 100%;
	text-align:center;
}

.back2 {
	width: 97%;
	float: left;
	margin-top:1%;
	padding-top:45px;
	padding-left:3%;
	background: rgb(197,196,196); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(left, rgb(197,196,196) 0%, rgb(218,217,217) 36%, rgb(238,238,238) 58%, rgb(238,238,238) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(197,196,196)), color-stop(36%,rgb(218,217,217)), color-stop(58%,rgb(238,238,238)), color-stop(100%,rgb(238,238,238))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* IE10+ */
	background: linear-gradient(to right, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c4c4', endColorstr='#eeeeee',GradientType=1 ); /* IE6-8 */
}
.textbox1 {
	width: 70%;
	float: left;
	margin-right:1%;
}
.textbox1 p {
	font-size:0.9em;
}

.imgbox1 {
	width: 25%;
	float: left;
	margin-bottom:1%;
	text-align:center;
}
.sp1 {
	margin-top: 10px;
	text-align: center;
}
.back3 {
	max-width: 733px;
	float: left;
}
.sample h3 {
	text-align: center;
}
.sample p {
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-left:2%;
}


.sample {
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}
.sample ul {
	list-style-type: none;
	width:100%;
}
.sample li {
	float: left;
	margin-right: 1%;
	margin-bottom:6%;
}
/**************************/
ul.vertical-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.vertical-list li {
	display:block;
	width: 13%;
	height: 43px;
	line-height: 43px;
}

ul.btn {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.btn li {
	display:block;
	width: 90%;
	height: 43px;
	line-height: 43px;
}
ul.sp2 {
	margin-left: 15%;
}

/***************************/
.sample2 {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.sample2 h3 {
	text-align: center;
}
.sample2 p {
	font-size: 0.8em;
	margin-bottom: 5px;
}
.sample2 div.thumbnaillist div {
	margin-left:5%;
}
div.thumbnaillist div img {
	width:30%;
}

.width3 {
	width: 20%;
}


.maxwidth1 {
	max-width: 303px;
}
.maxwidth2 {
	max-width: 71px;
}
.maxwidth3 {
	width: 70%;
}
.hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	clear: both;
}
.a4 {
	float: left;
	width: 41%;
}
.a3 {
	float: left;
	width: 40%;
}
.box4 {
	margin-left: 17%;
}
p.sp3 {
	text-align: center;
}
.seen1 {
	width: 100%;
	background-image: url(../images/img/idx_goods_03_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:0.9em;
}
.seen2 {
	width:100%;
	background-image: url(../images/img/idx_goods_04_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:0.9em;
}
.seen3 {
	width:100%;
	background-image: url(../images/img/idx_goods_05_bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: left top;
	font-size:0.9em;
}
.page-top {
	text-align: right;
	margin: 25px;
	}

.page-top a {
	margin-top: 2px;
	margin-left: 5px;
	}
.contents nav {
	width: 100%;
	background-color: #FFF;
}
.contents nav ul {
	list-style-type: none;
}
.contents nav li {
	float:left;
	text-align: left;
	border-top:#CCC thin dotted;
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
.contents nav li a {
	display:block;
}
.contents nav li a:hover {
	background-color:#FFF;
}
.active-b {
	background-color: #FFFFFF;
}

/****************************/
ul.bottom-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.bottom-nav li {
	display:block;
	width: 98%;
	height: 63px;
}
/***************************/
.box5 {
	color: #FFF;
	width: 80%;
	float: right;
	padding-left: 10%;
	padding-right: 1%;
	padding-top: 10%;
	padding-bottom: 10%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(43%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}
.box6 {
	width: 80%;
	color: #FFF;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left:5%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(60%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}
.box7 {
	color: #FFF;
	width: 80%;
	float: right;
	padding-left: 10%;
	padding-right: 1%;
	padding-top: 5%;
	padding-bottom: 1%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(43%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}
.logo {
	text-align: center;
	margin-top: 20px;
}

@media screen and (min-width: 769px) {
header nav li {
	display:inline;
	float:left;
	text-align:left;
	margin-left:1px;
	border:none;
	font-size:0.8em;
}
header nav li a {
	color: #FFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:0;
}
header nav li a:hover {
	background:none;
	color:#CCC;
	text-decoration:underline;
}
/*
li.w1{
	max-width: 11%;
	margin-left:1%;
}li.w2{
	max-width: 8%;
}
li.w3{
	max-width: 17%;
}
li.w4{
	max-width: 20%;
}
li.w5{
	max-width: 13%;
}
*/
.contents {
	max-width: 1265px;
	margin-top: 0%;
	padding-top: 0%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.back1{
	background-image: url(../images/idx_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	margin-top:0px;
	padding-top:20px;
	padding-bottom: 170px;
	width:94%;
	margin-left:auto;
	margin-right:auto;
}
.box1 {
	max-width: 50%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right:5%;
	margin-right:10px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.box2 {
	text-align: center;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
	background-color: #000;
}
.box3 {
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: left;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
}
.contents article {
	clear: both;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
}

.gradient{
	padding-bottom:1%;
background: rgb(0,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgb(0,0,0) 0%, rgb(5,5,5) 55%, rgb(157,156,156) 71%, rgb(188,188,188) 75%, rgb(188,188,188) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,0)), color-stop(55%,rgb(5,5,5)), color-stop(71%,rgb(157,156,156)), color-stop(75%,rgb(188,188,188)), color-stop(100%,rgb(188,188,188))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgb(0,0,0) 0%,rgb(5,5,5) 55%,rgb(157,156,156) 71%,rgb(188,188,188) 75%,rgb(188,188,188) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgb(0,0,0) 0%,rgb(5,5,5) 55%,rgb(157,156,156) 71%,rgb(188,188,188) 75%,rgb(188,188,188) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgb(0,0,0) 0%,rgb(5,5,5) 55%,rgb(157,156,156) 71%,rgb(188,188,188) 75%,rgb(188,188,188) 100%); /* IE10+ */
background: linear-gradient(to right, rgb(0,0,0) 0%,rgb(5,5,5) 55%,rgb(157,156,156) 71%,rgb(188,188,188) 75%,rgb(188,188,188) 100%); /* W3C */
}

.photo1 {
	float: left;
	width: 41%;
	margin-top:3%;
}

.back2 {
	width: 48%;
	float: left;
	margin-top:1%;
	margin-left:5%;
	padding-top:45px;
	padding-left:3%;
background: rgb(197,196,196); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgb(197,196,196) 0%, rgb(218,217,217) 36%, rgb(238,238,238) 58%, rgb(238,238,238) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(197,196,196)), color-stop(36%,rgb(218,217,217)), color-stop(58%,rgb(238,238,238)), color-stop(100%,rgb(238,238,238))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* IE10+ */
background: linear-gradient(to right, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c4c4', endColorstr='#eeeeee',GradientType=1 ); /* IE6-8 */
}
.textbox1 {
	width: 70%;
	float: left;
	margin-right:1%;
}
.textbox1 p {
	font-size:0.9em;
}

.imgbox1 {
	width: 25%;
	float: left;
	margin-bottom:1%;
	text-align:center;
}
.back3 {
	width: 52.9%;
	float: left;
	margin-top:45px;
	margin-left:5%;
}
.sample {
}
.sample h3 {
	text-align: left;
}
.sample p {
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-left:0%;
}

.sample ul {
	list-style-type: none;
}
.sample li {
	display: block;
	float: left;
}
/**************************/
ul.vertical-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.vertical-list li {
	display:block;
	width: 10%;
	height: 43px;
	line-height: 43px;
}
ul.btn {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.btn li {
	display:block;
	width: 25%;
	height: 43px;
	line-height: 43px;
}

/***************************/
.sample2 {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.sample2 div {
	margin-left:0%;
}
div.thumbnaillist div img {
	width:20%;
}

.width3 {
	width: 116px;
}

.maxwidth3 {
	max-width: 303px;
}
.a4 {
	float: left;
	width: 36%;
}
.a3 {
	float: left;
	width: 38%;
}
.box4 {
	margin-right: auto;
	margin-left: auto;
}
p.sp3 {
	text-align: left;
}
.contents nav {
	width: 100%;
}
.contents nav ul {
	list-style-type: none;
}
.contents nav li {
	display:block;
	float:left;
	font-size:0.8em;
	text-align:center;
	border:none;
	background:none;
}
/****************************/
ul.bottom-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.bottom-nav li {
	display:block;
	width: 21%;
	height: 63px;
}
/***************************/
.box5 {
	color: #FFF;
	width: 30%;
	float: right;
	padding-left: 10%;
	padding-right: 1%;
	padding-top: 10%;
	padding-bottom: 10%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(43%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}
.box6 {
	width: 35%;
	color: #FFF;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left:5%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(60%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}
.box7 {
	color: #FFF;
	width: 30%;
	float: right;
	padding-left: 10%;
	padding-right: 1%;
	padding-top: 5%;
	padding-bottom: 3%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(43%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}

.seen1 {
	max-width: 1200px;
	background-image: url(../images/img/idx_goods_03_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.seen2 {
	width:100%;
	background-image: url(../images/img/idx_goods_04_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.seen3 {
	width:100%;
	background-image: url(../images/img/idx_goods_05_bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.active {
	background-color:#000000;
}

}
@media screen and (min-width: 1265px) {
body {
	width:100%;
}
header {
	width: 100%;
	display: block;
	background-color:#999;
}
.header{
	max-width:1265px;
	width:94%;
	background-color: #000;
	margin-left:auto;
	margin-right:auto;
}
header nav ul {
	width:1200px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
header nav li {
	font-size:1em;
	float: left;
}
.contents {
	max-width: 1265px;
	width:94%;
	margin-top: 0%;
	padding-top: 0%;
	margin-left:auto;
	margin-right:auto;
}
.back1{
	background-image: url(../images/idx_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 258px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.box1 {
	width: 30%;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
}
.box2 {
	text-align: center;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #000;
}
.box3 {
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: left;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.contents article {
	clear: both;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.gradient{
	padding-bottom:0;
background: rgb(0,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgb(0,0,0) 0%, rgb(5,5,5) 55%, rgb(157,156,156) 71%, rgb(188,188,188) 75%, rgb(188,188,188) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,0)), color-stop(55%,rgb(5,5,5)), color-stop(71%,rgb(157,156,156)), color-stop(75%,rgb(188,188,188)), color-stop(100%,rgb(188,188,188))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgb(0,0,0) 0%,rgb(5,5,5) 55%,rgb(157,156,156) 71%,rgb(188,188,188) 75%,rgb(188,188,188) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgb(0,0,0) 0%,rgb(5,5,5) 55%,rgb(157,156,156) 71%,rgb(188,188,188) 75%,rgb(188,188,188) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgb(0,0,0) 0%,rgb(5,5,5) 55%,rgb(157,156,156) 71%,rgb(188,188,188) 75%,rgb(188,188,188) 100%); /* IE10+ */
background: linear-gradient(to right, rgb(0,0,0) 0%,rgb(5,5,5) 55%,rgb(157,156,156) 71%,rgb(188,188,188) 75%,rgb(188,188,188) 100%); /* W3C */
}

.photo1 {
	float: left;
	width: 41.6%;
}

.back2 {
	width: 611px;
	float: left;
	margin-top:45px;
	margin-left:40px;
	padding-top:45px;
	padding-left:25px;
	padding-bottom:15px;
background: rgb(197,196,196); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgb(197,196,196) 0%, rgb(218,217,217) 36%, rgb(238,238,238) 58%, rgb(238,238,238) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(197,196,196)), color-stop(36%,rgb(218,217,217)), color-stop(58%,rgb(238,238,238)), color-stop(100%,rgb(238,238,238))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* IE10+ */
background: linear-gradient(to right, rgb(197,196,196) 0%,rgb(218,217,217) 36%,rgb(238,238,238) 58%,rgb(238,238,238) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c4c4', endColorstr='#eeeeee',GradientType=1 ); /* IE6-8 */
}
.textbox1 {
	width: 390px;
	float: left;
	margin-right:20px;
}
.textbox1 p {
	font-size:1.1em;
}

.imgbox1 {
	max-width: 160px;
	float: left;
	margin-bottom:10px;
}
.back3 {
	width: 52.9%;
	float: left;
	margin-top:45px;
	margin-left:5%;
}
.sample {
}
.sample p {
	font-size: 1em;
	margin-bottom: 15px;
	margin-left:0%;

}

.sample ul {
	list-style-type: none;
}
.sample li {
	display: block;
	float: left;
	margin-left:2px;
}
.maxwidth3 {
	width: 303px;
}
/**************************/
ul.vertical-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.vertical-list li {
	display:block;
	width: 10%;
	height: 43px;
	line-height: 43px;
}
ul.btn {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.btn li {
	display:block;
	width: 25%;
	height: 43px;
	line-height: 43px;
}

/***************************/
.sample2 {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.sample2 div {
	margin-left:0%;
}
.sample2 p {
	font-size: 1em;
	margin-bottom: 15px;
	margin-left:0%;

}
div.thumbnaillist div img {
	width:20%;
}

.a4 {
	float: left;
	width: 275px;
}
.a3 {
	float: left;
	width: 280px;
}
.box4 {
	margin-right: auto;
	margin-left: auto;
}
p.sp3 {
	text-align: left;
}
.contents nav {
	width: 100%;
}
.contents nav ul {
	list-style-type: none;
	text-align: center;
}
.contents nav li {
	display: inline;
	font-size:0.8em;
	display:inline;
}
/****************************/
ul.bottom-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.bottom-nav li {
	width: 12%;
	height: 63px;
}
/***************************/
.box5 {
	color: #FFF;
	width: 30%;
	float: right;
	padding-left: 10%;
	padding-right: 1%;
	padding-top: 10%;
	padding-bottom: 10%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(43%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */}
.box6 {
	width: 35%;
	color: #FFF;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left:5%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(60%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}
.box7 {
	color: #FFF;
	width: 30%;
	float: right;
	padding-left: 10%;
	padding-right: 1%;
	padding-top: 6%;
	padding-bottom: 8%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(43%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}

.seen1 {
	max-width: 1265px;
	background-image: url(../images/img/idx_goods_03_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.seen2 {
	max-width: 1265px;
	background-image: url(../images/img/idx_goods_04_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.seen3 {
	max-width: 1265px;
	background-image: url(../images/img/idx_goods_05_bg.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: left top;
}

}
