@charset "utf-8";


.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}
body {
}
body.sub {
	background-image: url(/css/images/sub_bg.png);
	background-position: left 102px;
	background-size: 550px auto;
	background-repeat: no-repeat;
}
#wrapper {
	min-width: 320px;
}
body.top #wrapper {
	height: auto;
}
.inner {
	width: 100%;
}
body.top .inner {
	width: 100%;
	min-width: 100%;
}

/* header___________________________________________________________________________________________________ */
header {
	width: 100%;
	min-width: 100%;
	height: auto;
	border-bottom: 4px solid #FED130;
}
header h1 {
	padding: 10px 10px;
	line-height: 1em;
}
header h1 span {
	font-size: 12px;
}
header h1 a {
	background-size: 70px 40px;
	padding-left: 80px;
}
header h1 a:hover {
}
header ul {
	position: relative;
	right: auto;
	top: auto;
	width: 70%;
	max-width: 380px;
	margin: auto auto 10px auto;
}
header ul li {
}
header ul li a {
	width: 100%;
	height: 48px;
	font-size: 16px;
	padding: 8px 30px;
	line-height: 1em;
}
header ul li a span {
	font-size: 12px;
	line-height: 1em;
}
header ul li a:hover {
}
header ul li a::before {
	left: 10px;
}
header ul li a::after {
	background-size: 132px 48px;
	width: 132px;
	height: 48px;
}



/* footer___________________________________________________________________________________________________ */
footer {
	width: 100%;
	min-width: 100%;
	padding-bottom: 60px;
}
footer .inner {
	padding: 10px 10px;
}
body.top footer {
	position: relative !important;
	bottom: auto !important;
	right: auto !important;
	z-index: 4;
	margin-top: 0 !important;
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
}
footer .copyright {
	text-align: center;
}
body.top footer .copyright {
	color: #FFF;
	text-shadow: 0px 0px 3px #000000;
}



#gotoTopBtn {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	background-image: url(images/btn_gototop.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 900;
	opacity: 1;
}
#gotoTopBtn:hover {
	opacity: 1;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}



/* contents___________________________________________________________________________________________________ */
#contents {
	min-height: 340px;
}
.sub #contents .inner {
	padding: 20px 10px;
}
#contents h1 {
}
#contents h2 {
}
#contents h3 {
}
#contents p {
}
#contents .leftArea {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#contents .leftArea h2 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 35px;
}
#contents .leftArea h2 span {
}
#contents .leftArea h2::after {
	width: 23px;
	height: 36px;
	background-size: 23px 36px;
	right: auto;
	left: 0;
}
#contents .leftArea .search {
	padding: 10px;
}
#contents .leftArea .btnBack a {
	display: none;
}
#contents .leftArea .btnBack a::before {
}
#contents .leftArea .btnBack a:hover {
}
#contents .leftArea .btnBack a:hover::before {
}
#contents .leftArea .search h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
#contents .leftArea .search .searchText {
	width: 85%;
}
#contents .leftArea .search .searchBtn {
}
#contents .leftArea .search .searchBtn:hover {
}
#contents .rightArea {
	width: 100%;
	margin-bottom: 20px;
}
#contents .rightArea .whiteBG {
	padding-bottom: 10px;
}
#contents .rightArea .whiteBG:last-child {
}
#contents .rightArea .search {
	padding: 10px;
	margin: 0px;
	text-align: left;
}
#contents .rightArea .search .searchText {
	width: 85%;
}
#contents .rightArea .search .searchBtn {
}
#contents .rightArea .search .searchBtn:hover {
}
#contents .rightArea .whiteBG h2 {
	font-size: 18px;
	padding: 10px;
	border-bottom: 4px solid #FED130;
	margin-bottom: 10px;
}
#contents .rightArea .whiteBG h2 span {
	display: block;
	font-size: 15px;
	margin-left: 0em;
	margin-top: 5px;
	font-weight: bold;
}
#contents .rightArea .whiteBG h3.subtitle {
	font-size: 15px;
	color: #333333;
	padding: 0px 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
#contents .rightArea .whiteBG p.description {
	font-size: 15px;
	color: #333333;
	padding: 0px 10px;
	margin-bottom: 10px;
}
#contents .rightArea .whiteBG .detailBox img.mainPic {
	display: block;
	margin: 20px auto;
	max-height: 280px;
	max-width: 280px;
}
#contents .rightArea .whiteBG .detailBox .detailTable {
	margin: 10px;
}
#contents .rightArea .whiteBG .detailBox .detailTable h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents .rightArea .whiteBG .detailBox .detailTable h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents .rightArea .whiteBG .detailBox .detailTable p {
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
	white-space: pre-wrap;
}
#contents .rightArea .whiteBG .detailBox .detailTable table {
	width: 100%;
    border-spacing: 0;
    color: #000;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
#contents .rightArea .whiteBG .detailBox .detailTable table th {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding: 5px;
	width: 120px;
	text-align: left;
	background-color: #EEEEEE;
}
#contents .rightArea .whiteBG .detailBox .detailTable table td {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding: 5px;
}
#contents .rightArea .whiteBG .detailBox .detailTable table td a.pdf {
	font-weight: inherit;
	background-image: url(images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 20px;
	padding-right: 25px;
}
#contents .rightArea .whiteBG dl {
	font-size: 16px;
	line-height: 1.25em;
	margin: auto 10px;
}
#contents .rightArea .whiteBG dl dt {
	clear: both;
	float: none;
	font-size: 16px;
	padding-bottom: 5px;
	width: 100%;
}
#contents .rightArea .whiteBG dl dd {
	font-size: 16px;
	padding-bottom: 20px;
	padding-left: 0;
}
#contents .rightArea .whiteBG dl dd img {
	width: 100%;
	height: auto;
}
#contents .rightArea .whiteBG .detailBox {
	margin: auto;
	width: 100%;
}
#contents .rightArea .whiteBG ul.oilList {
}
#contents .rightArea .whiteBG ul.oilList li {
	width: 50%;
	margin: 0px;
	padding: 10px;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 150px;
}
#contents .rightArea .whiteBG ul.oilList.noborder li {
	border: none;
}
#contents .rightArea .whiteBG ul.oilList li:hover {
}
#contents .rightArea .whiteBG ul.oilList li p {
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#contents .rightArea .whiteBG ul.oilList li p span {
	font-size: 14px;
}
#contents .rightArea .whiteBG ul.oilList li p::before {
	left: 10px;
	top: 12px;
	width: 24px;
	height: 30px;
	background-size: 24px 30px;
}
#contents .rightArea .whiteBG ul.oilList li img {
	max-height: 120px;
	max-width: 120px;
}
#contents .rightArea .whiteBG ul.oilList li a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#contents .rightArea .whiteBG ul.oilList li a img {
	max-height: 120px;
	max-width: 120px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -50px;
}
#contents .rightArea .whiteBG ul.oilList li a img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
#contents .rightArea .whiteBG ul.oilList li a:hover img {
	-webkit-transform: rotate(0) scale(1.1);
	transform: rotate(0) scale(1.1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	opacity: 1;
}
#contents .rightArea .whiteBG ul.makerList {
}
#contents .rightArea .whiteBG ul.makerList li {
	padding: 10px;
	width: 100%;
}
#contents .rightArea .whiteBG ul.makerList li a {
	min-height: 70px;
	font-size: 16px;
}
#contents .rightArea .whiteBG ul.makerList li a span {
	width: 100%;
	height: 70px;
}
#contents .rightArea .whiteBG ul.makerList li a:hover {
}
#contents .rightArea .whiteBG ul.makerList li a::before {
}
#contents .rightArea .whiteBG ul.makerList li a:hover::before {
}
#contents .rightArea table.resultTable {
	width: 100%;
	font-size: 16px;
	margin-bottom: -10px;
}
#contents .rightArea table.resultTable.main {
	height: auto;
	margin-bottom: 0px;
}
#contents .rightArea table.resultTable th {
	display: inline-block;
	width: 100%;
}
#contents .rightArea table.resultTable td {
	display: inline-block;
	width: 100%;
}
#contents .rightArea table.searchTable,
#contents .rightArea table.searchTable2 {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: -10px;
}
#contents .rightArea table.searchTable tr,
#contents .rightArea table.searchTable2 tr {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-bottom: 4px solid #C9C0C0;
}
#contents .rightArea table.searchTable tr:first-child,
#contents .rightArea table.searchTable2 tr:first-child,
#contents .rightArea table.searchTable tr:last-child,
#contents .rightArea table.searchTable2 tr:last-child {
	border-bottom: none;
}
#contents .rightArea table.searchTable th {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 100%;
	background-color: #FED130;
	display: inline-block;
}
#contents .rightArea table.searchTable th:first-child {
	padding: 5px;
	width: 100%;
}
#contents .rightArea table.searchTable2 th {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 100%;
	background-color: #FED130;
	display: inline-block;
}
#contents .rightArea table.searchTable2 th:first-child {
	padding: 5px;
	width: 100%;
}
#contents .rightArea table.searchTable td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #C9C0C0;
	width: 100%;
	display: inline-block;
	position: relative;
}
#contents .rightArea table.searchTable td:first-child {
	padding: 5px;
	width: 100%;
	display: inline-block;
}
#contents .rightArea table.searchTable2 td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #C9C0C0;
	width: 100%;
	display: inline-block;
	position: relative;
}
#contents .rightArea table.searchTable2 td:first-child {
	padding: 5px;
	width: 100%;
	display: inline-block;
}
#contents .rightArea table.searchTable td:first-child::before,
#contents .rightArea table.searchTable2 td:first-child::before {
	display: none;
}
#contents .rightArea table.searchTable td a,
#contents .rightArea table.searchTable2 td a {
	text-decoration: none;
	display: block;
}
#contents .rightArea table.searchTable td a:hover,
#contents .rightArea table.searchTable2 td a:hover {
	text-decoration: none;
}
#contents .rightArea table.detailTable {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
}
#contents .rightArea table.detailTable th {
	width: 100%; 
	text-align: left;
	padding: 3px 10px 0px 10px;
	display: inline-block;
}
#contents .rightArea table.detailTable td {
	width: 100%; 
	padding: 0px 10px 3px 35px;
	display: inline-block;
	border-bottom: 1px solid #C9C0C0;
	position: relative;
}
#contents .rightArea table.detailTable td::before {
	display: block;
	position: absolute;
	left: 15px;
	top: 3px;
	width: 13px;
	height: 16px;
	content: "";
	background-image: url(images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 13px 16px;
}
#contents .rightArea p.small {
	font-size: 12px;
	margin: 0 10px;
}





/* toppage___________________________________________________________________________________________________ */
.topContents {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right:  auto !important;
	height: auto !important;
	min-height: 380px;
	z-index: 5;
}
.topContents h1 {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	max-width: 320px;
	height: 230px;
	background-image: url(images/top_bg.png);
	background-position: left top;
	background-size: cover;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 0 0 15px;
	font-family:  Arial, Helvetica, "sans-serif";
	line-height: 1em;
}
.topContents .newsArea {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	padding: 10px;
	background-color: rgba(0,0,0,0.6);
}
.topContents h2 {
	color: #FED130;
	font-size: 22px;
	font-weight: bold;
	font-family:  Arial, Helvetica, "sans-serif";
	margin-bottom: 5px;
	padding: 10px;
	width: auto;
}
.topContents h2::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #FED130;
	margin-left: 10px;
}
.topContents p {
	position: absolute;
	color: #FED130;
	top: 85px;
	left: 15px;
	right:15px;
	font-size: 12px;
	line-height: 1.75em;
	font-weight: bold;
	width: auto;
	text-shadow: 0px 0px 4px #000000;
}
.topContents p.small {
	top: 150px;
	left: 15px;
	right:15px;
	font-size: 10px;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	width: auto;
}
.topContents dl {
	color: #fff;
	width: 100%;
	margin: 0 auto 10px auto;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	text-shadow: none;
}
.topContents dl dt {
	clear: both;
	float: none;
	font-size: 12px;
	padding: 10px 10px 5px 10px;
	width: 100%;
	font-weight: bold;
	text-align: left;
}
.topContents dl dd {
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
}
.topContents dl a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
.topContents ul {
	list-style: none;
	position: relative !important;
	right: auto !important;
	left: auto !important;
	bottom: auto;
	width: 100%;
	text-align: center;
	margin: -30px auto 20px auto;
}
.topContents ul li {
	display: inline-block;
	position: relative;
	line-height: 1.75em;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.topContents ul li a {
	display: block;
	color: #333333;
	width: 300px;
	height: 90px;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 10px 20px 40px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, "sans-serif";
	background-image: url(images/btn_hover.png);
	background-position: left top;
	background-size: auto 0%;
	background-repeat: no-repeat;
}
.topContents ul li a span.yellow {
	color: #FED130;
}
.topContents ul li a span.jTxt {
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 22px;
}
.topContents ul li a:hover {
	text-decoration: none;
	background-size: auto 100%;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.8);
}
.topContents ul li a::before {
	content: "";
	background-image: url(images/btn_arrow.png);
	background-size: 8px 16px;
	display: block;
	width: 8px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -8px;
}
#caution {
}
#caution .textBox {
	width: 90%;
	padding: 15px;
}
#caution .textBox h2 {
}
#caution .textBox h2 span {
}
#caution .textBox p {
}
#caution .textBox span {
}
#caution .btn {
}
#caution .btn:hover {
}

/* TOP_loginArea */
#loginArea {
	width: 90%;
	height: auto;
	text-align: center;
	margin: -130px auto 40px auto;
}
#loginArea .loginBox {
	position: relative;
	padding-top: 0px;
}
#loginArea .loginBox .frame {
	height: 265px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
#loginArea .loginFormBox {
	height: 100%;
	width: 100%;
	padding: 15px 20px 10px 20px;
}
#loginArea .loginFormBox img {
	height: auto;
	width: 97px;
	margin-bottom: 8px;
}
#loginArea .pass {
	border: 1px solid #C7C7C7;
	background-color: #FFF;
	width: 100%;
	height: 58px;
	padding: 4px;
	margin-bottom: 10px;
}
#loginArea .loginSubmit {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	height: 58px;
	background-color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
	cursor: pointer;
	border: 7px solid #FED130;
}
#loginArea .loginSubmit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#loginArea input {
	vertical-align:middle;
}
#loginArea p {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000;
	position: relative;
	top: auto;
	left: auto;
	text-shadow: none;
	padding-left: 15px;
}
#loginArea p a {
	color: #000;
}
#loginArea p a span {
	color: #3337da;
	text-decoration: underline;
}
#loginArea p a span:hover {
	text-decoration: none;
}

