@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	max-height: 999999px;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.transition {
	-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;
}
.transparent {
	opacity: 0.05;
}
a {
	color: #231815;
	-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;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a img {
	-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;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 75%;
	font-weight: inherit;
}
sup {
	bottom: 1ex;
	font-weight: inherit;
}
sub {
	top: .5ex;
	font-weight: inherit;
}
span {
	font-weight: inherit;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #ccc;
	-webkit-text-size-adjust: 100%;
}
body.sub {
	background-image: url(/css/images/sub_bg.png);
	background-position: left 102px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

/* Common */
.clearBoth {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.textindent {
	text-indent: -9999px;
}
.displaynone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
strong {
	font-weight: bold;
}
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 1200px;
}
body.top #wrapper {
	height: 97vh;
}
.inner {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
body.top .inner {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.grayBg {
	background-color: #EFF0F0;
}
.whiteBg {
	background-color: #FFFFFF;
}
.pcOnly {
}
.spOnly {
	display: none;
}

/* header___________________________________________________________________________________________________ */
header {
	width: 100%;
	min-width: 1200px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #333333;
	border-bottom: 6px solid #FED130;
}
header h1 {
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding: 25px 30px;
	font-family:  Arial, Helvetica, "sans-serif";
	line-height: 1.25em;
}
header h1 span {
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15px;
}
header h1 a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	background-image: url(/css/images/pennzoil_logo.png);
	background-repeat: no-repeat;
	background-size: 97px 55px;
	padding-left: 110px;
}
header h1 a:hover {
	opacity: 0.7;
	text-decoration: none;
}
header ul {
	list-style: none;
	position: absolute;
	right: 30px;
	top: 17px;
}
header ul li {
	position: relative;
	line-height: 1.25em;
}
header ul li a {
	display: block;
	width: 400px;
	height: 64px;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 40px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, "sans-serif";
	background-image: url(/css/images/btn_hover.png);
	background-position: left top;
	background-size: auto 0%;
	background-repeat: no-repeat;
}
header ul li a span {
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15px;
}
header ul li a:hover {
	text-decoration: none;
	background-size: auto 100%;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.8);
}
header ul li a::before {
	content: "";
	background-image: url(/css/images/btn_arrow.png);
	background-size: 8px 16px;
	display: block;
	width: 8px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -8px;
}
header ul li a::after {
	content: "";
	background-image: url(/css/images/header_btn_bg.png);
	background-size: 176px 64px;
	display: block;
	width: 176px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
}



/* footer___________________________________________________________________________________________________ */
footer {
	width: 100%;
	min-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
footer .inner {
	padding: 10px 30px;
}
body.top footer {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 4;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.71) 100%);
}
footer .copyright {
	color: #000;
	font-size: 12px;
	text-align: right;
}
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(/css/images/btn_gototop.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 900;
	opacity: 0.3;
}
#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: 590px;
}
.sub #contents .inner {
	padding: 40px 20px;
}
#contents h1 {
}
#contents h2 {
}
#contents h3 {
}
#contents p {
}
#contents .leftArea {
	clear: both;
	float: left;
	width: 240px;
	margin-bottom: 20px;
}
#contents .leftArea h2 {
	position: relative;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 80px;
	color: #FFF;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 1em;
	padding-right: 44px;
}
#contents .leftArea h2 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FED130;
	font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro W4", "Hiragino Kaku Gothic Pro", Meiryo, Arial, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	line-height: 12px;
}
#contents .leftArea h2::after {
	display: block;
	content: "";
	width: 44px;
	height: 70px;
	padding: 0px;
	background-image: url(/css/images/h2_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px 70px;
	position: absolute;
	right: 0;
	top: 0;
}
#contents .leftArea .search {
	border: 1px solid #FFF;
	width: 100%;
	padding: 20px;
	background-color: #000;
	margin-bottom: 15px;
	color: #fff;
}
#contents .leftArea .btnBack a {
	display: block;
	border: 1px solid #FFF;
	width: 100%;
	padding: 20px;
	background-color: #000;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#contents .leftArea .btnBack a::before {
	display: inline-block;
	content: "";
	width: 26px;
	height: 33px;
	padding: 0px;
	background-image: url(/css/images/btn_arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px 33px;
	transform: scale(-1, 1);
	vertical-align: middle;
	margin-right: 30px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#contents .leftArea .btnBack a:hover {
	text-decoration: none;
}
#contents .leftArea .btnBack a:hover::before {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#contents .leftArea .search h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contents .leftArea .search .searchText {
	width: 155px;
	height: 33px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-right: 15px;
}
#contents .leftArea .search .searchBtn {
	border: none;
	background-color: transparent;
	width: 26px;
	height: 33px;
	padding: 0px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	background-image: url(/css/images/btn_arrow_yellow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px 33px;
	text-indent: -9999px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#contents .leftArea .search .searchBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#contents .rightArea {
	float: right;
	width: 890px;
	margin-bottom: 20px;
}
#contents .rightArea .whiteBG {
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#contents .rightArea .whiteBG:last-child {
	margin-bottom: 0px;
}
#contents .rightArea .search {
	padding: 50px;
	margin: 20px 60px 20px 20px;
	text-align: center;
}
#contents .rightArea .search .searchText {
	width: 350px;
	height: 43px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-right: 15px;
}
#contents .rightArea .search .searchBtn {
	border: none;
	background-color: transparent;
	width: 34px;
	height: 43px;
	padding: 0px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	background-image: url(/css/images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 34px 43px;
	text-indent: -9999px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#contents .rightArea .search .searchBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#contents .rightArea .whiteBG h2 {
	font-size: 19px;
	color: #333333;
	padding: 20px;
	border-bottom: 6px solid #FED130;
	margin-bottom: 20px;
	font-weight: bold;
}
#contents .rightArea .whiteBG h2 span {
	font-size: 16px;
	margin-left: 2em;
	font-weight: bold;
}
#contents .rightArea .whiteBG h3.subtitle {
	font-size: 17px;
	color: #333333;
	padding: 0px 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
#contents .rightArea .whiteBG p.description {
	font-size: 16px;
	color: #333333;
	padding: 0px 20px;
	margin-bottom: 20px;
}
#contents .rightArea .whiteBG .detailBox img.mainPic {
	display: block;
	margin: 40px auto;
	max-height: 350px;
	max-width: 350px;
}
#contents .rightArea .whiteBG .detailBox .detailTable {
	margin: 60px;
}
#contents .rightArea .whiteBG .detailBox .detailTable h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contents .rightArea .whiteBG .detailBox .detailTable h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contents .rightArea .whiteBG .detailBox .detailTable p {
	font-size: 16px;
	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;
	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: 8px;
	width: 170px;
	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: 8px;
}
#contents .rightArea .whiteBG .detailBox .detailTable table td a.pdf {
	font-weight: inherit;
	background-image: url(/css/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: 18px;
	line-height: 1.5em;
	margin: auto 20px;
}
#contents .rightArea .whiteBG dl dt {
	clear: left;
	float: left;
	font-size: 18px;
	padding-bottom: 15px;
	width: 130px;
	text-align: left;
}
#contents .rightArea .whiteBG dl dd {
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 130px;
	text-align: left;
}
#contents .rightArea .whiteBG .detailBox {
	margin: auto;
	width: 850px;
}
#contents .rightArea .whiteBG ul.oilList {
	list-style: none;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#contents .rightArea .whiteBG ul.oilList li {
	display: inline-block;
	width: 30.9%;
	margin: 10px;
	position: relative;
	padding: 15px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	vertical-align: top;
	border: solid 1px #C9C0C0;
	padding-bottom: 185px;
}
#contents .rightArea .whiteBG ul.oilList.noborder li {
	border: none;
}
#contents .rightArea .whiteBG ul.oilList li:hover {
	background-color: #FFFFDE;
}
#contents .rightArea .whiteBG ul.oilList li p {
	font-size: 18px;
	font-weight: bold;
	padding-left: 34px;
	line-height: 1.25em;
	text-align:  left;
	font-family:  Arial, Helvetica, "sans-serif";
	margin-bottom: 15px;
}
#contents .rightArea .whiteBG ul.oilList li p span {
	color: #FED130;
	font-weight: bold;
	display: block;
	font-size: 18px;
}
#contents .rightArea .whiteBG ul.oilList li p::before {
	display: block;
	position: absolute;
	left: 10px;
	top: 15px;
	width: 34px;
	height: 43px;
	content: "";
	background-image: url(/css/images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 34px 43px;
}
#contents .rightArea .whiteBG ul.oilList li img {
	display: block;
	margin: 0 auto;
	max-height: 150px;
	max-width: 150px;
}
#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: 150px;
	max-width: 150px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -55px;
}
#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.2);
	transform: rotate(0) scale(1.2);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	opacity: 1;
}
#contents .rightArea .whiteBG ul.makerList {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
#contents .rightArea .whiteBG ul.makerList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 10px;
	width: 25%;
	vertical-align: top;
	text-align: center;
}
#contents .rightArea .whiteBG ul.makerList li a {
	display: block;
	width: 100%;
	min-height: 85px;
	border: 1px solid #C9C0C0;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	text-align: left;
	padding-left: 45px;
	padding-right: 15px;
}
#contents .rightArea .whiteBG ul.makerList li a span {
	display: table-cell;
	width: 500px;
	height: 85px;
	vertical-align: middle;
}
#contents .rightArea .whiteBG ul.makerList li a:hover {
	border: 1px solid #FED130;
	background-color: #FED130;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
#contents .rightArea .whiteBG ul.makerList li a::before {
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -13px;
	width: 21px;
	height: 27px;
	content: "";
	background-image: url(/css/images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 21px 27px;
	-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;
}
#contents .rightArea .whiteBG ul.makerList li a:hover::before {
     -webkit-filter: contrast(250%);
     -moz-filter: contrast(250%);
     -o-filter: contrast(250%);
     -ms-filter: contrast(250%);
     filter: contrast(250%);
}
.tableBox {
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#contents .rightArea table.resultTable {
	width: 50%;
	font-size: 18px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: -20px;
}
#contents .rightArea table.resultTable.main {
	height: 8.45em;
}
#contents .rightArea table.resultTable.main th,
#contents .rightArea table.resultTable.main td {
	vertical-align: top;
}
#contents .rightArea table.resultTable th {
	background-color: #FED130;
	padding: 7px 10px;
	text-align: left;
	width: 15%;
	font-weight: bold;
}
#contents .rightArea table.resultTable td {
	padding: 7px 10px;
	text-align: left;
	width: 35%;
	font-weight: bold;
}
#contents .rightArea table.searchTable,
#contents .rightArea table.searchTable2 {
	width: 100%;
	font-size: 18px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: -20px;
}
#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;
}
#contents .rightArea table.searchTable th {
	padding: 20px 15px;
	text-align: left;
	border-bottom: 6px solid #FED130;
	width: 23%;
}
#contents .rightArea table.searchTable th:first-child {
	padding: 10px 15px 10px 45px;
	width: 31%;
}
#contents .rightArea table.searchTable2 th {
	padding: 20px 15px;
	text-align: left;
	border-bottom: 3px solid #FED130;
	width: 19%;
}
#contents .rightArea table.searchTable2 th:first-child {
	padding: 10px 15px 10px 45px;
	width: 24%;
}
#contents .rightArea table.searchTable td {
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #C9C0C0;
	width: 23%;
	position: relative;
}
#contents .rightArea table.searchTable td:first-child {
	padding: 10px 15px 10px 45px;
	width: 31%;
}
#contents .rightArea table.searchTable2 td {
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #C9C0C0;
	width: 19%;
	position: relative;
}
#contents .rightArea table.searchTable2 td:first-child {
	padding: 10px 15px 10px 45px;
	width: 24%;
}
#contents .rightArea table.searchTable td:first-child::before,
#contents .rightArea table.searchTable2 td:first-child::before {
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -13px;
	width: 21px;
	height: 27px;
	content: "";
	background-image: url(/css/images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 21px 27px;
	-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;
}
#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: 18px;
	width: 100%;
	margin-bottom: 20px;
}
#contents .rightArea table.detailTable th {
	width:30%; 
	text-align: left;
	padding: 3px;
	font-weight: bold;
}
#contents .rightArea table.detailTable td {
	padding: 3px;
	font-weight: bold;
}
#contents .rightArea p.small {
	font-size: 12px;
	line-height: 1.5em;
}





/* toppage___________________________________________________________________________________________________ */
.topContents {
	position: absolute;
	top: 104px;
	bottom: 0;
	left: 0;
	right:  0;
	height: auto;
	z-index: 5;
}
.topContents h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 470px;
	background-image: url(/css/images/top_bg.png);
	background-position: left top;
	background-size: cover;
	color: #FFFFFF;
	font-size: 60px;
	font-weight: bold;
	padding: 50px 0 0 30px;
	font-family:  Arial, Helvetica, "sans-serif";
	line-height: 1em;
}
.topContents .newsArea {
	position: absolute;
	left: 30px;
	bottom: 25px;
	width: 350px;
}
.topContents h2 {
	color: #FED130;
	font-size: 60px;
	font-weight: bold;
	font-family:  Arial, Helvetica, "sans-serif";
	margin-bottom: 30px;
}
.topContents h2::after {
	content: "";
	display: inline-block;
	width: 54px;
	height: 1px;
	background-color: #FED130;
	margin-left: 10px;
}
.topContents p {
	position: absolute;
	color: #FED130;
	top: 170px;
	left: 30px;
	font-size: 12px;
	line-height: 1.75em;
	font-weight: bold;
	width: 640px;
}
.topContents p.small {
	top: 215px;
	left: 0px;
	font-size: 10px;
	width: 640px;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}
.topContents dl {
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000000;
}
.topContents dl dt {
	clear: left;
	float: left;
	font-size: 12px;
	padding-bottom: 5px;
	width: 90px;
	font-weight: bold;
	text-align: left;
}
.topContents dl dd {
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 90px;
	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: absolute;
	right: 30px;
	bottom: 30px;
}
.topContents ul li {
	display: inline-block;
	position: relative;
	line-height: 1.75em;
	margin-left: 5px
}
.topContents ul li a {
	display: block;
	color: #333333;
	width: 380px;
	height: 110px;
	font-size: 33px;
	font-weight: bold;
	padding: 30px 20px 30px 40px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, "sans-serif";
	background-image: url(/css/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(/css/images/btn_arrow.png);
	background-size: 8px 16px;
	display: block;
	width: 8px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -8px;
}
#caution {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2000;
    background-color: rgba(0, 0, 0, 0.3);
}
#caution .textBox {
	width: 570px;
	height: 390px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	padding: 30px;
}
#caution .textBox h2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}
#caution .textBox h2 span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.25em !important;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
#caution .textBox p {
	font-size: 14px;
	text-align: left;
	height: 270px;
	overflow: auto;
}
#caution .textBox span {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#caution .btn {
	border: 7px solid #FED130;
	width: 210px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#caution .btn:hover {
	opacity: 0.7;
}

/* TOP_loginArea */
#loginArea {
	width: 100%;
	height: 500px;
	text-align: center;
}
#loginArea .loginBox {
	position: relative;
	padding-top: 200px;
}
#loginArea .loginBox .frame {
	height: 300px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
#loginArea .loginFormBox {
	height: 100%;
	width: 100%;
	padding: 20px 60px 40px 60px;
}
#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;
}
#loginArea p a {
	color: #000;
}
#loginArea p a span {
	color: #3337da;
	text-decoration: underline;
}
#loginArea p a span:hover {
	text-decoration: none;
}

	
