@charset "utf-8";

/* formattingstyle
------------------------------*/

* {
	font-style: normal;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	overflow: scroll;
}

h2 {
	font-size: medium;
}

hr.style01 {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #534741;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.style02 {
	width: 96%;
	min-width: 1050px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #534741;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	float: left;
}

hr.style03 {
	width: 96%;
	min-width: 1900px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #534741;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	float: left;
}

hr.style04 {
	width: 96%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #534741;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 40px;
}

hr.style05 {
	width: 96%;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #534741;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

hr.style06 {
	width: 713px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #534741;
	height: 1px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

#wrapper {
	min-height: 800px;
	background-color: #ffffff;
}

#heightspace {
	min-height: 300px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/* link style
------------------------------*/

a {
	text-decoration: none;
}

a img {
	border-style: none;
}

a:link {
	color: #808080;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #FF8F33;
	text-decoration: underline;
}

/* header
------------------------------*/

#header {
	width: 980px;
	height: 55px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 20px;
	position: relative;
}

#header h1 {
	float: left;
/*	width: 376px;
	height: 43px;*/
}

#header-navi {
	position: absolute;
	right: 0;
	width: auto;
}

#header-navi li {
	display: block;
	float: left;
}

#header-navi li:not(:first-child):before {
	content: '|';
	padding: 0 .5em;
}

/* search
------------------------------*/

#search {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
}

#search img {
	vertical-align: -13px;
	margin-left: 6px;
}

#categorySelect {
	width: 295px;
	font-size: 16px;
	padding: 6px;
}

.text-select {
	width: 363px;
	font-size: 16px;
	padding: 6px;
	margin-left: 10px;
}

#result {
	width: 980px;
	height: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.watermark {
	color: #C0C0C0;
}

/* access_center
------------------------------*/

#accessCenter {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}

#accessCenter a {
	display: block;
	margin: 10px 0;
}

.access-center {
	/*display: none !important;*/
}

/* topmain
------------------------------*/

#topmain {
	width: 96%;
	min-width: 1050px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
}

/* category-list
------------------------------*/

#category-list {
	width: 738px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 50px;
	float: left;
}

.category-icon {
	width: 120px;
	height: 110px;
	text-align : center;
	float: left;
}

.category-icon a {
	cursor: pointer;
}

.category-top_border {
	width: 738px;
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#category-kaden {
	width: 738px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

#category-vtr {
	width: 738px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

#category-gasoil {
	width: 738px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}

/* keyword
------------------------------*/
#keyword {
	width: 300px;
}

form p {
	position: relative;
	margin: 10px 0;
}

form p label {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 13px;
}

form p br {
	display: none;
}

table, td, th {
	border: 1px #000000 solid;
	border-collapse: collapse;
}

/* rightColumn
------------------------------*/

#rightColumn {
	width: 260px;
	float: left;
}

#rightColumn h2 {
	font-size: 20px;
}

/* old_product
------------------------------*/

#old_product {
	width: 260px;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	overflow: hidden;
	border: 1px solid #999999;
	background-color: #f2f2f2;
}

#old_product p {
	width: 240px;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	float: left;
}

.old_product_category-icon_left {
	width: 80px;
	height: 110px;
	padding-left: 25px;
	padding-right: 25px;
	text-align : center;
	float: left;
}

.old_product_category-icon_left a {
	cursor: pointer;
}

.old_product_category-icon_right {
	width: 80px;
	height: 110px;
	padding-left: 25px;
	padding-right: 25px;
	text-align : center;
	float: left;
}

.old_product_category-icon_right a {
	cursor: pointer;
}

/* whatsnew
------------------------------*/

#whatsnew {
	width: 260px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 50px;
	float: left;
	overflow: hidden;
}

/* frontguide
------------------------------*/

#frontguide-main {
	width: 96%;
	min-width: 1050px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
}

#frontguide-navi {
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

#frontguide-text {
	width: 740px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 40px;
	padding-bottom: 80px;
	float: left;
	overflow: hidden;
}

#frontguide-text h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
}

#frontguide-text h4 {
	margin-bottom: 10px;
	font-size: 15px;
	width: 700px;
	padding-top: 2px;
	padding-left: 0.4em;
	border: 1px #231815 solid;
	background-color: #CBEAFA;
	display: block
}

#frontguide-text h5 {
	margin-top: 1em;
	font-weight: bold;
	font-size: 15px;
}

#frontguide-text p {
	margin-bottom: 10px;
	width: 700px;
}

#frontguide-text dt {
	color: #F0864D;
	font-weight: bold;
	margin-bottom: 5px;
}

#frontguide-text dd {
	margin-bottom: 5px;
	width: 700px;
}

#frontguide-text span {
	margin-left: 50px;
	margin-bottom: 15px;
	text-decoration: underline;
	display: block
}

#flash-div {
	width: 700px;
	height: 110px;
}

#flash-text {
	width: 440px;
	height: 100px;
	float: left;
}

#flash-img {
	margin-bottom: 10px;
	width: 250px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px #231815 solid;
	float: right;
}

#icon-div {
	width: 700px;
	height: 70px;
	margin-top: 20px;
	padding-bottom: 20px;
}

#icon-img {
	width: 233px;
	height: 69px;
	float: left;
}

#icon-text {
	width: 440px;
	height: 70px;
	padding-left: 27px;
	float: right;
}

.frontguide-text-table {
	width: 700px;
}

.frontguide-text-table-left {
	width: 30px;
	vertical-align: top;
	padding-bottom: 5px;
	float: left;
}

.frontguide-text-table-right {
	width: 670px;
	padding-bottom: 5px;
	float: right;
}

/* catdl
------------------------------*/

.latest-container {
    display: -webkit-flex;
    -webkit-justify-content: left;

    display: flex;
    justify-content: left;
}

.latest-container li {
	background: #80b0e2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 1em;
	width: 280px;
	height: 40px;
}

.latest-container li:last-child {
	background: #ff8f33;
}

.latest-container li + li {
	margin-top: 10px;
}

.latest-container li a:link,
.latest-container li a:visited,
.latest-container li a:active,
.latest-container li a:hover {
    color: #fff;
    display: block;
    text-decoration: none;
}

.latest-pdf-image {
	margin-right: 30px;
	width: 180px;
}

.latest-pdf-image img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}



#catalog-latest h4 {
	background: none;
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
}

#catalog-latest span {
	display: inline-block;
	margin: 0 0 0 1em;
	padding: 0;
	text-decoration: none;
}

#catalog-backnumber {
	border-top: solid 1px #534741;
	margin-top: 15px;
	padding-top: 15px;
}

#catalog-backnumber ul {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -webkit-justify-content: left;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: left;
}

#catalog-backnumber ul li {
    margin-right: 46px;
    width: 118px;
    margin-bottom: 25px;
}

#catalog-backnumber a {
    display: block;
}

#catalog-backnumber a:link,
#catalog-backnumber a:visited,
#catalog-backnumber a:active,
#catalog-backnumber a:hover {
    color: #000;
    text-decoration: none;
}

#catalog-backnumber img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

#catalog-backnumber li h4 {
	background: none;
	border: none;
	display: block
	margin: 0;
	padding: 0;
	width: auto;
}

#catalog-backnumber li span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 5px 0px 5px 25px;
    background-image: url(../images/frontguide/icon_btn.png);
    background-repeat: no-repeat;
    background-position: left center;
    letter-spacing: -0.05em;
    line-height: 24px;
    margin: 0;
    text-decoration: none;
}

/* frontguide-menu
------------------------------*/

#frontguide-navi ul {

}

#frontguide-navi li {
	background-color: #ffffff;
	border-top: 1px #231815 solid;
	display: block;
	font-size: 14px;
	padding: 3px 0;
	padding-left: .4em;
	width: 180px;
}

#frontguide-navi li:last-child {
	border-bottom: 1px #231815 solid;
}

#frontguide-navi a:link,
#frontguide-navi a:visited,
#frontguide-navi a:active,
#frontguide-navi a:hover {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	text-decoration: none;
}

#frontguide-navi a:active,
#frontguide-navi a:hover {
	color: #FF8F33;
}

#frontguide-navi .current {
	background-color: #CBEAFA;
}

#frontguide-navi .current a {
	cursor: default;
}

#frontguide-navi .current span {
	color: #808080;
}

/*.about_menu {
	font-size: 14px;
	width: 180px;
	padding-top: 2px;
	padding-left: 0.4em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #ffffff;
	display: block;
}

#sidebar_left_top a {
	display: block;
	width: 160px;
}

#sidebar_left_top a:hover {
	text-decoration: none;
}

#sidebar_left_top li:hover {
	display: block;
}

.policy_menu {
	font-size: 14px;
	width: 180px;
	padding-top: 2px;
	padding-left: 0.4em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #ffffff;
	display: block;
}

.policy_menu_on {
	font-size: 14px;
	width: 180px;
	padding-top: 2px;
	padding-left: 0.4em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #CBEAFA;
	display: block;
}

.about_menu {
	font-size: 14px;
	width: 180px;
	padding-top: 2px;
	padding-left: 0.4em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #ffffff;
	display: block;
}

.about_menu_on {
	font-size: 14px;
	width: 180px;
	padding-top: 2px;
	padding-left: 0.4em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #CBEAFA;
	display: block;
}

.hint_menu {
	font-size: 14px;
	width: 180px;
	padding-top: 2px;
	padding-left: 0.4em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #ffffff;
	display: block;
}

.hint_menu_on {
	font-size: 14px;
	width: 180px;
	padding-top: 2px;
	padding-left: 0.4em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #CBEAFA;
	display: block;
}

.rate_menu {
	font-size: 14px;
	width: 166px;
	padding-top: 2px;
	padding-left: 1.4em;
	text-indent: -1em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: 1px #231815 solid;
	background-color: #ffffff;
	display: block;
}

.rate_menu_on {
	font-size: 14px;
	width: 166px;
	padding-top: 2px;
	padding-left: 1.4em;
	text-indent: -1em;
	border-top: 1px #231815 solid;
	border-left: none;
	border-right: none;
	border-bottom: 1px #231815 solid;
	background-color: #CBEAFA;
	display: block;
}*/

.gray {
	color: #808080;
}

.orange {
	color: #FF8F33;
}

.rate_category {
	width: 700px;
	margin-bottom: 40px;
}

.rate_category table {
	margin-top: 15px;
}

.rate_category th {
	width: 330px;
	font-size: 14px;
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	border-color: #000000;
}

.rate_category td {
	width: 330px;
	font-size: 14px;
	text-align: left;
	padding: 5px 10px;
	border-color: #000000;
}

/* guide
------------------------------*/

#guide {
	width: 938px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 50px;
	float: left;
}

#guide-left {
	width: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#guide-right {
	width: 858px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#guide-right h2 {
	padding-left: 1em;
}

#guide-right p {
	padding-left: 1.5em;
}

/* table
------------------------------*/

table {
	border-style: none;
	border-collapse: collapse;
	font-size: 11px;
	white-space: nowrap;
	text-align: center;
}

table a {
	text-decoration: underline;
}

table th {
	background-color: #f2f2f2;
	border: 1px #cccccc solid;
	padding: 10px;
	vertical-align: bottom;
	font-weight: bold;
}

table td {
	border: 1px #cccccc solid;
	padding: 5px;
}

.tableborder-non {
	border-style: none;
	background-color: #ffffff;
}

.footer {
	background-color: #f2f2f2;
	font-size: 14px;
}

td.footer {
	height: 22px;
}

th.tableTab {
	padding: 6px;
}

#totalLabel {
	margin-left: 20px;
	margin-right: 30px;
	vertical-align: 6px;
}

.eco_green {
	color: #009245;
}

.eco_orange {
	color: #ffba54;
}

.sltCol {
	background-color: #cdf7ff;
}

.vrcell {
	background-color: #fadbda;
}

/* footer
------------------------------*/

#footerbg {
	width: 100%;
	min-width: 1100px;
	background-color: #f2f2f2;
	float: left;
}

#footerbg-search {
	width: 100%;
	min-width: 1950px;
	background-color: #f2f2f2;
	float: left;
}

#footer {
	width: 100%;
	min-width: 1100px;
	background-color: #f2f2f2;
}

#footer-search {
	width: 100%;
	min-width: 1950px;
	background-color: #f2f2f2;
}

#sitemap {
	width: 900px;
	background-color: #f2f2f2;
	margin-left: 200px;
	margin-right: -200px;
}

#sitemap-home {
	width: 70px;
	float: left;
}

#sitemap-guide {
	width: 180px;
	float: left;
}

#sitemap-link {
	width: 270px;
	float: left;
}

#sitemap-other {
	width: 280px;
	float: left;
}

#sitemap h3 {
	margin-top: 1em;
	font-size: 1em;
}

.sitemap-mail {
	margin-left: 0.5em;
	margin-top: 1em;
	font-size: 1em;
}

.span-gray {
	color: #808080;
}

#sitemap p {
	padding-left: 1em;
	font-size: 0.8em;
	margin-top: 5px;
}

#sitemap li {
	padding-left: 0.5em;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#copyright {
	width: 100%;
	min-width: 1000px;
	background-color: #f2f2f2;
	margin-top: 30px;
	margin-bottom: 10px;
	float: left;
}

#copyright-search {
	width: 100%;
	min-width: 1000px;
	background-color: #f2f2f2;
	margin-top: 30px;
	margin-bottom: 10px;
	float: left;
}

#copyright p {
	margin-left: 30px;
	padding-left: 1em;
}

#copyright-search p {
	margin-left: 30px;
	padding-left: 1em;
}

#veri {
	display: none;
	margin-top: 140px;
}

.veri_table tr td {
	border-style: none;
}

.indent1em {
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 1em;
}


/* banner
------------------------------*/

.mb-10 {
	margin-bottom: 10px;
}

.banner {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 55%, #ededed 56%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 55%,#ededed 56%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 55%,#ededed 56%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

    border: 1px solid #999;
    border-radius: 30px;

    box-sizing: border-box;
    display: block;
    position: relative;
    width: 230px;
    height: 60px;
}

.banner:link,
.banner:visited,
.banner:active,
.banner:hover {
    color: #333;
    text-decoration: none;
}

.banner:active,
.banner:hover {
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.banner .banner-icon {
    float: left;
    font-size: 30px;
    line-height: 60px;
    margin: 0 0 0 20px;
}

.banner .banner-text {
    box-sizing: border-box;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin: auto !important;
    padding: 0 0 0 72px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 228px !important;
    height: 32px;
}

.banner .banner-text span {
    color: #f93;
    display: inline-block;
    padding: 0 1em;
    text-align: center;
}


/* mobile
------------------------------*/

.mbr {
	display: none;
}

#view-type {
	width: 100%;
}

#view-type a {
	background: #ccc;
	display: inline-block;
	padding: 1em 0;
	text-align: center;
	width: 50%;
	height: 100%;
}
