<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

.responsive {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin-bottom: 20px;
	float: left;
}
  
.responsive img {
    position: relative;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
  
.responsive div {
    position: relative;
    max-width: none;
    height: auto;
	margin: 5px;
	float: left;
}

.responsive p {
	position: absolute;
	bottom: 5px;
	left: -1px;
	right: 20px;
}

.responsive h2 {
	position: absolute;
	left: 20px;
	top: 10px;
}

#brands {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}
  
#brands .visual{
	position: relative;
	max-width: 98%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	margin: auto 1%;
}
  
#brands h1,
#brands h2,
#brands h3,
#brands p {
	margin: auto 1%;
	padding: 1%;
}
  
#brands div {
    position: relative;
    max-width: none;
    height: auto;
	float: left;
	margin: auto 1%;
}

.focal-point {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin: 5px;
	float: left;
}

/* header nav */
#header nav {
	display: block;
	text-align: center;
	margin-top:40px;
}

#header nav ul {
}

#header nav ul li {
}

#header nav .hNav {
	margin-right: 0;
	border-left: 0;
}

#header nav .hNav li {
	height: 30px;
	display: inline-block;
}

#header nav .hNav li a {
	margin: 0 5px;
}

#header nav .hNav a:hover {
	background-color: transparent;
	color: #8CC305;
	border-bottom: 1px solid #8CC305;
}

#header nav .hNav li.hNav01 a,
#header nav .hNav li.hNav02 a,
#header nav .hNav li.hNav03 a,
#header nav .hNav li.hNav04 a,
#header nav .hNav li.hNav05 a {
	padding:2px 10px ;
	border-left:1px solid #C8C3C0;
}
#header nav .hNav li.hNavCo a {
	text-align: center;
	line-height: 20px;
	padding: 2px 5px;
	vertical-align: middle;
	letter-spacing: 0.25em;
	width: 140px;
	display: block;
	background-color: rgb(247,251,237);
	border: 1px solid #D1E79B;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-moz-border-radius: 4px;
	-moz-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	box-sizing: border-box;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header nav .hNav li.hNavCo a:hover {
	background-color: rgb(251,253,247);
	border: 1px solid #AFD550;
}

/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

*/

/* モバイルレイアウト : 480 px およびそれ以下. */
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
	display: block;
}
#main .alignleft590, #main .alignright590 {
	display: block;
	width: 100%;
	height: auto;
}
#main .alignleft290 {
	display: block;
	width: 49%;
	margin-right:1%;
	height: auto;
	float: left;
}

#main #contents #Wide-3style h2 ,
#main #contents h3 {
	font-size: 146.5%;
}
#main #contents .items_box {
    max-width: 100%;
}
#main #contents .items_box img {
	margin:0 0 0 2.5%;
	float: right;
	width: 90px;
	height: 90px;
}

.trimming {
	width: 90px;
	height: 90px;
}

#main #contents .items_box h3 {
	font-size: 131%;
}

#sideL, #sideR  {
	width: 100%;
}

#sub {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#globalfooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#WideN_L {
	display: block;
	margin-top: 1%;
	margin-bottom: 5%;
}
/* sidenavi */
#sNavGroup{
	clear: both;
	width: 100%;
	display: block;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
#main {
	margin-bottom: 10px;
}

#main #outline h2 {
	font-size: 2.5rem;
	text-align: center;
}

#main.about #contents h3 {
	font-size: 2rem;
}

#main #outline p {
	font-size: medium;
}

#main #contents #Wide-3style h2 ,
#main #contents h3 {
	font-size: 161.6%;
}

#main #contents p {
	font-size: nomal;
}

#brands hgroup h1  {
	font-size: x-large
	letter-spacing: 0.1em;
	padding-top: 0.5%;
	padding-bottom: 3%;
}

#main .alignleft290 {
	display: inline;
	width: 24.1666%;
}

#main .alignleft590, #main .alignright590 {
	display: inline;
	width: 49.1666%;
}

#main #contents .items_box h3 {
	font-size:146.5%;
}

#main #contents .items_box img {
	margin:0 0 0 2.5%;
	float: right;
	width: 150px;
	height: 150px;
}

.items li .photo {
	width:150px;
	max-width: 49.1666%;
}
.items li .spec {
	max-width: 100%;
	height:auto;
}

.trimming {
	width: 150px;
	height: 150px;
}

#WideN_C {
	display: block;
	height: auto;
	margin-bottom: 5%;
	margin-left: 2%;
	margin-right: 2%;
}
#WideN_L {
	width: 47.0333%;
	float:left;
	position:relative;
}
#globalfooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#sideL {
	clear: both;
	width: 30%;
	float: left;
}

#sideR {
	width: 47%;
	float: right;
}

#sub {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.bothsideWF {
	margin: 1.5% 2%;
}
.RsideRWD {
	margin: 2% 1.5% 2% 52%;
	text-align: left;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {


.gridContainer {
	width: 80%;
	max-width: 1200px;
	padding: 1% 0.9% 0;
	margin: auto;
	background-image: url(../images/back_head.png);
	background-repeat: repeat-x;
	background-color: rgba(250,253,245,0.5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#65fafdf5,EndColorStr=#65fafdf5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#65fafdf5,EndColorStr=#65fafdf5)";
}
.gridContainer:not(:target){
    filter: none;
    -ms-filter: none;
}


#header nav .hNavSpTb {
	display: none;	
}

#gridContent #small,
#gridContent #small a{
	width: 290px;
	line-height:1.5;
	padding: 0;
}
#information {
	margin:5px 0 20px 5px;
	width: 290px;
	display: block;
}

#main #outline h2 {
	font-size: 277％;
	text-align: center;
}

#main #outline p {
	font-size: 1.25rem;
}

#main #contents #Wide-3style h2,
#main #contents h3 {
	font-size: 162.5%;
}

#brands hgroup h1  {
	font-size: 307.8%;
	letter-spacing: 0.1em;
	padding-top: 0.5%;
	padding-bottom: 3%;
}
#brands #contents h3 {
	font-size: 246%;
}

#WideN {
	width: 66%;
	left: 16%;
}
#WideN_C {
	width: 66%;
	margin-left: 17%;
}
#Wide-3style {
	clear: none;
	width: 47.0333%;
	float:left;
}

#main #contents .items_box img {
	margin:2.5% 0 0 2.5%;
	float: right;
	width: 35%;
	height: 35%;
}

#main #contents .items_box h3 {
	font-size:167%;
}

.trimming {
	width: 200px;
	height: 200px;
}

#img_trimming0 {
	max-width: 100%;
	max-height: 100%;
}

#sub {
	clear: none;
	margin-left: 1%;
	width: 29%;
	display: block;
	float: right;
}

#globalfooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

table#type-A {
	width: 47.5%;
	float: right;
	margin: 2% 1.5% 0 0;
}
table#type-A td{
	width:75%;
}

.bothsideWF {
	text-align: center;
}
.RsideRWD {
	margin: 2% 1.5% 2% 52%;
	text-align: left;
}

/* sidenavi */

/* sidenavi */
#sNavGroup {
	width: 20%;
	float: left;
}

#main #contents #sNavGroup nav h3{
	line-height:2;
	display: inline;
}

#main #contents #sNavGroup nav h3 img{
	margin: 0 0 0 -6px;
}

.sNav {
	margin-bottom: 15px;
}

.sNav a:hover {
	background-color: transparent;
	color: #8CC305;
	border-bottom: 1px solid #8CC305;
	vertical-align: middle;
}
}</pre></body></html>