@charset "UTF-8";
* html body {
    padding-left: 1px;
}
*:first-child+html body {
    padding-left: 1px;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	text-align: center;
    color: #666;
    font-size: 75%;
    font-family: Verdana, �q���M�m�p�S Pro W3, /*�l�r �o�S�V�b�N,*/ sans-serif, Osaka, ���C���I;
}

#bg {
	height: auto;
	margin: 0 auto;
	/*background-image: url(../../images/bg_02.gif);
    background-position: 0 top;
    background-repeat: repeat-y;*/ 
    background-color: #d3d3d3;
}
#container {
    max-width: 836px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    padding: 25px 46px 26px 46px;
}
a {
	text-decoration: underline;
}
a:link {
	color: #666 
} 
a:visited {
	color: #666;
}
a:hover {
	color: #c8b82b;
}

.clearfix {
    display: inline-block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}	
/* --------------------- header --------------------- */
#header {
    max-width: 836px;
    width: 100%;
    height: 110px;
    position: relative;
}


#header .logo {
	float: left;
	width: 189px;
	padding-bottom: 25px;
	display: inline;
}
.sNav {
    float: right;
    width: 100%;
    text-align: right;
}
.sNav li{
	display: inline;
}
.gNav {
    max-width: 836px;
    width: 100%;
    clear: both;
    float: left;
    border-bottom: 1px solid #C9C9CA;
    padding-bottom: 15px;
    display: block;
}
.menuBtn {
    display: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    text-align: right;   /* ← 右寄せ */
}

.gNav li {
	float: left;
}

.gNav img {
    max-width: 100%;
    height: auto;
}


/* --------------------- contents --------------------- */
#contents {
    max-width: 836px;
    width: 100%;
    overflow: hidden;
}
.copy {
	margin: 0 auto;
	width: 814px;
	height: 31px;
	margin-top: 21px;
	margin-bottom: 20px;
}
.mainImg {
	margin: 20px auto 20px;
	width: 836px;
}
.caution {
	margin: 0px 0px 10px 0px;
	color: #4682b4;
}
#mainContents,
.mainImg,
.copy {
    max-width: 836px;
    width: 100%;
}
#leftColomn {
	width: 665px;
	float: left;
}

#leftColomn .oilcolor .product {
	position: relative;
	height: 100%;
}
#leftColomn .oilcolor .product .productImg {
	width: 200px;
	margin: 0 17px 20px 0;
	float: left;
	padding: 1px;
	border: 1px solid #C9C9CA;
}
#leftColomn .oilcolor .product .productRightColumn {
	position: relative;
	width: 443px;
	float: right;
}
#leftColomn .oilcolor .product .productRightColumn .c_chart {
	text-align: right;
	margin: 5px 0px 0px 0px;
}

#leftColomn p {
	margin-bottom: 10px;
}
#leftColomn .picture {
	border: solid 1px #C9C9CB;
	padding: 2px;
	float: left;
	margin: 0 50px 0 0;
}
#leftColomn h2 {
	background-image: url(../../images/h2_bg.gif);
	height: 27px;
	padding-left: 23px;
	font-size: 16px;
	font-weight: bold;
	/*font-family: serif;*/
	margin-bottom: 15px;
}
#leftColomn h3 {
	font-size: 14px;
	margin: 10px 0px;
	border-top: 1px dotted #C9C9CA;
	border-bottom: 1px dotted #C9C9CA;
	background-color: #F7F7F7;
	padding: 10px 0px 10px 10px;
	font-weight: bold;
	/*font-family: serif;*/
}
#leftColomn h3 a {
	text-decoration: underline;
}
#leftColomn h4 {
	
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color:#FF9900;
}
#leftColomn span {
	color: #ff4500;
}
.topics {
	margin: 10px 0px 20px 0px;
}
.topics dt {
	background: url(../../images/yajirushi_03.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
.topics dd#new {
	background: url(../../images/new_3.gif) no-repeat 20px 4px; 
	padding-left: 50px;
}
.topics dd.line {	
	border-bottom: dotted 1px #c9c9c9;
	padding-bottom: 5px;
}
.information {
 	margin: 10px 0px 20px 0px;
}
.information dt {
	background: url(../../images/yajirushi_03.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
#leftColomn dd {
	padding-left: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
#rightColumn {
	width: 160px;
	float: right;
	margin: 0px 0px 20px 0px;
}
#rightColumn li {
	margin: 0px 0px 5px 0px;
}
.pageTop {
	margin: 0px 0px 10px 0px;
	text-align: right;
	/*background: url(../../images/arrowTop.gif) no-repeat 538px 2px;*/
	padding-left: 10px;
}
.linkImg {
	width: 154px;
	margin: 0 10px 10px 0;
	float: left;
}
.linkImg .linkTitle {
	text-align: center;
	margin-bottom: 5px;
}
.linkSubImg {
	padding: 1px;
	border: 1px solid #C9C9CA;
}
.linkSubImg a:hover * {
	filter: alpha(style=0; opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


@media (max-width: 768px) {
	#container {
        padding: 9px;
    }
	#contents,
    .copy,
    .mainImg,
    #mainContents,
    #leftColomn {
        width: 100%;
        max-width: 100%;
        padding: 0 9px;
        box-sizing: border-box;
    }
	

    #rightColumn {
        display: none;
    }

    #leftColomn {
        float: none;
        width: 100%;
		max-width: 100%;
    }
	#leftColomn h2 {
        height: auto;
        padding: 4px 6px;
        font-size: 18px;
        background-size: cover;
    }
    #leftColomn .oilcolor .product .productImg,
    #leftColomn .oilcolor .product .productRightColumn {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
	* {
        box-sizing: border-box;
    }
	body {
        font-size: 16px;
    }
	img {
    max-width: 100%;
    height: auto;
	}
	
	.gNav {
        display: none;
        position: absolute;
        top: 60px;          /* MENU ボタンの下に配置 */
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 9999;      /* ← 最前面に出す */
        border-bottom: 1px solid #ccc;
    }

    .gNav li {
        float: none;
        display: block;
        margin: 10px 0;
        text-align: right;
    }

    .menuBtn {
        display: block;
    }
}


@media (max-width: 900px) {
    #contents,
    #mainContents {
        width: 100% !important;
        max-width: 100% !important;
    }
	#rightColumn {
        display: none !important;
        width: 0 !important;
        float: none !important;
    }
	#leftColomn {
        width: 100% !important;
        float: none !important;
    }

}

/* --------------------- footer --------------------- */
#footer {
	clear: both;
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #C9C9CA;	
}
.txtNav {
	margin: 5px 0px 5px 0px
}
.txtNav li {
	display: inline;
}
.cp {
	text-align: center;
}