@charset "utf-8";
/*
Theme Name: aipr
Author: aipr
*/

/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900&subset=japanese');
body {
	margin: 0;
	padding: 0;
	font-size: 93.8%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
li,
dt,
dd {
	line-height: 1.5;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
form,
input,
select {
	font-size: 100%;
}
a {
	outline: none;
	text-decoration: underline;
}
a:link,
a:visited {
	color: #00285E;
	background-color: transparent;
}
a:hover,
a:active {
	color: #C50018;
	background-color: transparent;
	text-decoration: none;
}
.sp_only {
	display: none;
}
body,
#contents input[type="submit"],
#contents input[type="button"],
#contents input[type="text"],
#contents textarea,
#contents select,
body.mceContentBody {
	font-family: "Noto Sans JP", sans-serif, arial, helvetica;
}
/* ==================================================
layout
================================================== */
#wrap_header,
#wrap_title,
#wrap_pnavi,
#wrap_main,
#wrap_custompage_src,
#wrap_top_slide,
#wrap_top_information,
#wrap_top_main,
#wrap_top_news,
#wrap_top_products,
#wrap_top_recommended,
#wrap_top_special,
#wrap_top_sns,
#wrap_fnavi,
#wrap_footer,
#wrap_copy {
	width: 100%;
	min-width: 1100px;
	clear: both;
}
#title,
#pnavi,
#main,
#top_slide,
#top_information,
#top_news,
#top_recommended,
#top_sns,
#fnavi,
#footer,
#copy {
	width: 1080px;
	margin: 0 auto;
}
/* ==================================================
animation
================================================== */
.animation_top {
	opacity: 0;
	-webkit-transform: translate3d(0, -75px, 0);
	transform: translate3d(0, -75px, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease-out;
}
.animation_bottom {
	opacity: 0;
	-webkit-transform: translate3d(0, 75px, 0);
	transform: translate3d(0, 75px, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease-out;
}
.animation_left {
	opacity: 0;
	-webkit-transform: translate3d(-75px, 0, 0);
	transform: translate3d(-75px, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease-out;
}
.animation_right {
	opacity: 0;
	-webkit-transform: translate3d(75px, 0, 0);
	transform: translate3d(75px, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease-out;
}
.animation_fade {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease-out;
}
.animation_top.active,
.animation_bottom.active,
.animation_left.active,
.animation_right.active,
.animation_fade.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ==================================================
header
================================================== */
#wrap_header {
	padding: 0 0 90px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: table;
	width: 100%;
	min-width: 1100px;
	background-color: rgba(255,255,255,0.95);
	box-sizing: border-box;
	padding: 10px 15px;
}
#hlogo {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 25px;
}
#hlogo h1,
#hlogo p {
	font-size: 100%;
}
#hinfo {
	display: table-cell;
	vertical-align: middle;
	width: 610px;
}
#google_translate_element {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
}
#google_translate_element .goog-te-gadget-simple {
	float: right;
}
#hnavi {
	display: table-cell;
	vertical-align: middle;
	width: 440px;
}
#hnavi ul {
	display: table;
	list-style: none;
}
#hnavi li {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
	padding: 0 0 0 20px;
}
#hnavi li a {
	display: block;
}
#hnavi li a img {
	width: 40px;
	height: 40px;
	transition-duration: 0.3s;
}
#hnavi li a:hover img {
	opacity: 0.5;
}
#hnavi li:last-child {
	width: 200px;
}
#hnavi li:last-child a {
	padding: 7px;
	font-size: 110%;
	color: #ffffff;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #000033;
	background-color: #000033;
	text-decoration: none;
	transition-duration: 0.3s;
}
#hnavi li:last-child a:hover {
	color: #000033;
	background-color: #ffffff;
}
#sp_menu {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	z-index: 20;
}
#sp_menu button.drawer-hamburger {
	position: absolute;
	width: 44px;
	padding: 15px 13px 43px;
}
#sp_menu p {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	font-weight: 900;
	font-size: 86.7%;
	text-align: center;
}
/* ==================================================
gnavi
================================================== */
#wrap_gnavi {
	background-color: rgba(0,0,0,0.7);
	z-index: 300;
}
#gnavi ul {
	width: 100%;
	height: 100%;
	display: table;
	list-style: none;
}
#gnavi li a {
	display: block;
	color: #333333;
	background-color: #ffffff;
	font-size: 113.3%;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.4;
	border-top: 1px solid #dddddd;
	padding: 10px 20px;
	transition-duration: 0.3s;
}
#gnavi li.child a {
	position: relative;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	border: none;
	padding: 12px 40px;
}
#gnavi li.child a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 23px;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 1px #888888;
	border-right: solid 1px #888888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnavi li a.obl {
	background-color: #ccddff;
}
#gnavi li a.obl::after {
	content: url(img/header/exlink.png);
	margin-left: 10px;
	transition-duration: 0.3s;
}
#gnavi li.home a {
	font-size: 120%;
	font-weight: 900;
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
	padding: 12px 20px;
}
#gnavi li.close a {
	color: #ffffff;
	background-color: #000000;
}
#gnavi li a:hover {
	color: #ffffff;
	background-color: #000033;
}
#gnavi li a span {
	display: block;
	font-weight: normal;
	font-size: 70%;
	color: #406591;
	transition-duration: 0.3s;
}
#gnavi li.home a span {
	color: #ffffff;
}
#gnavi li.child a span {
	display: none;
}
#gnavi li a:hover span {
	color: #ffffff;
}
/* ==================================================
title
================================================== */
#wrap_title {
	background-color: #5a5a5a;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	animation-duration: 1s;
	animation-name: fadeIn;
}
#wrap_title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
#title {
	position: relative;
	z-index: 2;
}
#title h1,
#title p.ttl {
	color: #ffffff;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 130px 0;
	text-shadow: #000000 0px 0px 3px, #000000 0px 0px 3px, #000000 0px 0px 3px;
}
#title h1 span,
#title p.ttl span {
	display: block;
	font-size: 200%;
	font-weight: 500;
}
/* ==================================================
pnavi
================================================== */
#wrap_pnavi {
	padding: 10px 0;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding: 0 0 50px;
}
/* ==================================================
fnavi
================================================== */
#wrap_fnavi {
	background-color: #000033;
}
#fnavi {
	padding: 5px 0;
}
#fnavi ul {
	list-style: none;
	text-align: center;
}
#fnavi li {
	margin: 5px 20px;
	display: inline-block;
}
#fnavi li a {
	padding: 0 0 0 15px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
#fnavi li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fnavi li a:hover {
	text-decoration: underline;
}
/* ==================================================
footer
================================================== */
#footer {
	display: table;
	padding: 40px 0;
}
#footer div.left {
	display: table-cell;
	vertical-align: middle;
	width: 175px;
	padding: 0 25px 0 0;
}
#footer div.center {
	display: table-cell;
	width: 335px;
	vertical-align: middle;
	padding: 0 30px 0 0;
}
#footer div.right {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#footer div.right ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	font-size: 0;
}
#footer div.right li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	width: 157px;
	margin: 5px 0 5px 10px;
	background-color: #000000;
}
#footer div.right li a {
	position: relative;
	display: block;
	width: 155px;
	height: 50px;
	font-weight: 900;
	color: #000033;
	text-align: left;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #000033;
	transition-duration: 0.3s;
}
#footer div.right li a:hover {
	opacity: 0.5;
}
#footer div.right p.ttl {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 5;
	font-size: 75%;
	line-height: 1.3;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 56px;
	height: 56px;
	padding: 20px 0 0;
	box-sizing: border-box;
	background-color: #c50018;
	border: #fff 1px solid;
	text-align: center;
	opacity: 0.6;
	transition-duration: 0.3s;
}
#pagetop a:hover {
	opacity: 1;
}
/* ==================================================
copy
================================================== */
#wrap_copy {
	background-color: #eeeeee;
}
#copy {
	padding: 15px 0;
}
#copy p {
	font-size: 93.3%;
	text-align: center;
}
/* ==================================================
contents
================================================== */
#wrap_contents {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#contents {
	width: 1080px;
	overflow: hidden;
}
#contents a[target="_blank"]::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: middle;
	line-height: 0.1;
}
#top_information a.icon_link::after,
#contents a.icon_link::after {
	margin: 0 5px;
	content: url(img/admin/link.png);
	vertical-align: middle;
	line-height: 0.1;
}
#top_information a.icon_pdf::after,
#contents a.icon_pdf::after,
#contents a[href$=".pdf"]::after {
	margin: 0 5px;
	content: url(img/admin/pdf.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".xlsx"]::after,
#contents a[href$=".xls"]::after {
	margin: 0 5px;
	content: url(img/admin/xls.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".docx"]::after,
#contents a[href$=".doc"]::after {
	margin: 0 5px;
	content: url(img/admin/doc.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents img {
	max-width: 1080px;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin: 0 0 30px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents h1 {
	clear: both;
	margin: 0 0 0.8em;
	padding: 0;
	line-height: 1.3;
	font-size: 250%;
	font-weight: 500;
	text-align: center;
}
#contents p.update {
	margin-bottom: 0.6em;
	color: #888888;
}
#contents h2 {
	clear: both;
	margin: 1.6em 0 0.8em;
	padding: 10px 15px;
	font-weight: normal;
	line-height: 1.3;
	font-size: 180%;
	background: linear-gradient(90deg, rgba(220,220,220,1.0) 30%, rgba(255,255,255,1.0) 50%);
}
#contents h3 {
	clear: both;
	margin: 1.6em 0 0.8em;
	font-weight: 500;
	line-height: 1.3;
	font-size: 150%;
	position: relative;
	z-index: 2;
}
#contents h3::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 12%;
	height: 15px;
	left: 0;
	bottom: 0;
	background-color: #ffff66;
}
#contents h4 {
	margin: 1.6em 0 0.8em;
	font-size: 130%;
	font-weight: bold;
	color: #000033;
}
#contents h2.img,
#contents h3.img,
#contents h4.img {
	padding: 0;
	background: none;
	border: none;
}
#contents ul {
	margin: 0 0 0.8em 1.5em;
	list-style: none;
	list-style-image: url(img/contents/list_icon.gif);
}
#contents ol {
	margin: 0 0 0.8em 1.5em;
	list-style-image: none;
}
#contents ul li,
#contents ol li {
	margin: 0.4em 0;
}
#contents ul ul,
#contents ol ol {
	margin: 0 0 0 1em;
}
#contents ol ol,
#contents ol ol ol {
	margin: 0;
	list-style: none;
	counter-reset: cnt;
}
#contents ol ol li,
#contents ol ol ol li {
	counter-increment: cnt;
	padding-left: 1.5em;
	position: relative;
}
#contents ol ol li::before {
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
	content: "(" counter(cnt) ") ";
	line-height: 1;
}
#contents ol ol ol li::before {
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	left: 3px;
	top: 4px;
	content: counter(cnt);
	border: #211613 1px solid;
	border-radius: 50%;
	font-size: 70%;
	text-align: center;
	line-height: 1.2;
}
#contents input[type="submit"],
#contents input[type="button"] {
	margin: 0 5px;
	padding: 10px 100px;
	border-style: none;
	background-color: #333333;
	color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: none;
}
#contents input[type="submit"]:hover,
#contents input[type="button"]:hover {
	background-color: #777777;
}
#contents input[type="text"],
#contents textarea,
#contents select {
	font-size: 100%;
	border: #ccc 1px solid;
	padding: 5px;
	box-sizing: border-box;
}
/* table
--------------------------- */
#contents table {
	margin: 1.5em 0;
}
#contents table th,
#contents table td {
	padding: 10px;
	vertical-align: top;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
#contents table th {
	background-color: #eeeeee;
	text-align: left;
	font-weight: bold;
}
#contents table p,
#contents table ul,
#contents table ol,
#contents table ul li,
#contents table ol li {
	margin-top: 0;
	margin-bottom: 0;
}
#contents table.layout_table > tbody > tr > td > p,
#contents table.layout_table > tbody > tr > td > ul,
#contents table.layout_table > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.layout_table > tbody > tr > td > ul li,
#contents table.layout_table > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* form_table
--------------------------- */
#contents table.form_table {
	width: 100%;
}
#contents table.form_table th {
	width: 30%;
}
#contents table.form_table th span::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}
#contents table.form_table textarea {
	width: 90%;
}
#contents table.form_table input[type="checkbox"],
#contents table.form_table input[type="radio"] {
	margin-right: 5px;
}
#contents table.form_table label {
	margin-right: 30px;
}
/* form_btn
--------------------------- */
#contents .form_btn {
	margin: 30px 0;
	text-align: center;
}
/* h1 ttl
--------------------------- */
#contents h1.ttl {
	font-size: 100%;
	text-align: center;
	padding: 0;
	background: none;
}
#contents h1.ttl span {
	display: block;
	font-size: 250%;
}
/* h2 ttl
--------------------------- */
#contents h2.ttl {
	font-size: 100%;
	text-align: center;
	margin: 2em 0 1.7em;
	padding: 0;
	background: none;
}
#contents h2.ttl span {
	display: block;
	font-size: 250%;
	font-weight: 500;
}
#contents h2.ttl span p {
	margin-bottom: 0;
}
/* backblog
--------------------------- */
#contents .backblog {
	clear: both;
	margin: 50px 0 0;
	padding: 20px 0;
	border-top: #CCCCCC 1px solid;
	text-align: center;
}
#contents .backblog a {
	display: inline-block;
	text-decoration: none;
	background-color: #333333;
	color: #FFFFFF;
	margin: 0 5px;
	padding: 5px 20px;
	border-radius: 3px;
}
#contents .backblog a:hover {
	background-color: #777777;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 20px 0;
	list-style-image: none;
	list-style: none;
}
#contents ul.archive_list li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-bottom: #CCCCCC 1px dotted;
}
#contents ul.archive_list li p.date {
	display: table-cell;
	width: 1%;
	padding: 0 20px 0 0;
	vertical-align: top;
	white-space: nowrap;
}
#contents ul.archive_list li p.ttl {
	display: table-cell;
	vertical-align: top;
}
/* link_list
--------------------------- */
#contents ul.link_list,
#contents ul.link_list ul {
	margin: 0;
	list-style-image: none;
	list-style: none;
}
#contents ul.link_list li {
	padding-left: 20px;
}
#contents ul.link_list li.child {
	padding-left: 40px;
}
#contents ul.link_list li a {
	display: inline-block;
	padding: 0 0 0 15px;
	position: relative;
}
#contents ul.link_list li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* menu_list
--------------------------- */
#contents ul.menu_list {
	margin: 0;
	font-size: 0;
}
#contents ul.menu_list li {
	display: inline-block;
	font-size: 1rem;
	width: 50%;
	box-sizing: border-box;
	border-color: #ffffff;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: relative;
}
#contents ul.menu_list li:nth-child(2n) {
	border-right: none;
}
#contents ul.menu_list li a {
	display: block;
	font-size: 93.8%;
	color: #ffffff;
	background: none;
	padding: 0;
}
#contents ul.menu_list li p.img {
	width: 100%;
	height: 200px;
	border: none;
	overflow: hidden;
	background-color: #eeeeee;
	position: relative;
	margin-bottom: 0;
}
#contents ul.menu_list li p.img::before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	transition-duration: 0.2s;
}
#contents ul.menu_list li p.img img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}
#contents ul.menu_list li p.ttl {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: #000000 0px 0px 3px, #000000 0px 0px 3px, #000000 0px 0px 3px;
	margin: auto;
	width: 95%;
	font-weight: 500;
	font-size: 220%;
	text-align: center;
	margin-bottom: 0;
	transition-duration: 0.2s;
}
#contents ul.menu_list li a:hover p.ttl {
	font-size: 240%;
}
#contents ul.menu_list li a:hover p.img::before {
	background-color: rgba(0,0,0,0.3);
}
/* スライドイメージ
--------------------------- */
#contents div.slide_main {
	width: 100%;
	height: 669px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
#contents div.slide_main ul {
	margin: 0;
	list-style: none;
}
#contents div.slide_main ul li {
	width: 100%;
	margin: 0;
	text-align: center;
}
#contents div.slide_main ul li img {
	border: 1px solid #cccccc;
	width: auto;
	height: 667px;
}
#contents div.slide_navi {
	margin-bottom: 30px;
}
#contents div.slide_navi ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#contents div.slide_navi ul li {
	margin: 2px;
	display: inline-block;
	border: 1px solid #cccccc;
	background-color: #000;
	width: 88px;
	height: 88px;
	overflow: hidden;
	position: relative;
}
#contents div.slide_navi ul li img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
	max-width: inherit;
	cursor: pointer;
	transition-duration: 0.3s;
}
#contents div.slide_navi ul li img:hover {
	opacity: 0.7;
}
/* スペシャルコンテンツ
--------------------------- */
#special_contents #title {
	width: 100%;
	position: relative;
	background-color: #000000;
}
#special_contents #title p.img {
	position: relative;
	min-height: 150px;
	opacity: 0.7;
}
#special_contents #title h1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}
#special_contents #title h1 img {
	width: 100%;
	height: auto;
}
/* 製品情報
--------------------------- */
/* 製品情報一覧 */
#contents ul.products_itemlist {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#contents ul.products_itemlist li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #aaaaaa;
	margin: 0;
}
#contents ul.products_itemlist li:nth-child(-n+2) {
	border-top: 1px solid #aaaaaa;
}
#contents ul.products_itemlist li a {
	display: table;
	width: 100%;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents ul.products_itemlist li:hover a {
	background-color: #eeeef3;
	color: #c50018;
}
#contents ul.products_itemlist p.img {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: #f0f0f0;
	width: 230px;
	height: 154px;
	box-sizing: border-box;
	overflow: hidden;
	transition-duration: 0.3s;
	margin-bottom: 0;
	position: relative;
}
#contents ul.products_itemlist p.img::before {
	display: block;
	content: "No Image";
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 100%;
	font-weight:  500;
	color: #888888;
}
#contents ul.products_itemlist li:hover p.img {
	background-color: #ffffff;
	opacity: 0.7;
}
#contents ul.products_itemlist p.img img {
	position: relative;
	width: 100%;
	height: auto;
}
#contents ul.products_itemlist div.txt {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 15px;
}
#contents ul.products_itemlist div.txt p.ttl {
	font-size: 120%;
	font-weight: 500;
	margin: 5px 0;
}
#contents ul.products_itemlist div.txt p.listtxt {
	font-size: 70%;
	margin: 5px 0;
}
/* 製品情報末端 */
#contents.products {
	position: relative;
}
#contents.products p.category {
	display: inline-block;
	font-size: 80%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 2px;
	padding: 5px 20px;
}
#contents.products div.linkbtn {
	text-align: center;
	margin: 30px 0;
}
#contents.products p.stocks {
	display: block;
	text-align: center;
	margin: 0 5px;
}
#contents.products p.stocks a {
	display: inline-block;
	font-size: 110%;
	color: #ffffff;
	background-color: #008C00;
	border: 1px solid #008C00;
	border-radius: 2px;
	padding: 7px;
	width: 200px;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents.products p.stocks a::after {
	display: none;
}
#contents.products p.stocks a:hover {
	color: #008C00;
	background-color: #ffffff;
}
#contents.products p.shopping {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
}
#contents.products p.shopping a {
	display: inline-block;
	font-size: 110%;
	color: #ffffff;
	background-color: #8C0000;
	border: 1px solid #8C0000;
	border-radius: 2px;
	padding: 7px;
	width: 200px;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents.products p.shopping a::after {
	display: none;
}
#contents.products p.shopping a:hover {
	color: #8C0000;
	background-color: #ffffff;
}
#contents.products p.fitting {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
}
#contents.products p.fitting a {
	display: inline-block;
	font-size: 110%;
	color: #ffffff;
	background-color: #00285E;
	border: 1px solid #00285E;
	border-radius: 2px;
	padding: 7px;
	width: 200px;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents.products p.fitting a::after {
	display: none;
}
#contents.products p.fitting a:hover {
	color: #00285E;
	background-color: #ffffff;
}
#contents.products div.wrap_cars_data {
	margin-bottom: 70px;
}
#contents.products div.cars_data {
	background-color: #eeeeee;
}
#contents.products div.cars_data {
	background-color: #eeeeee;
}
#contents.products div.cars_data .data {
	padding: 5px 15px 15px;
	display: none;
}
#contents.products div.cars_data.active .data {
	display: block;
}
#contents.products ul.cars_list {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#contents.products ul.cars_list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.1;
	color: #ffffff;
	margin: 0 0 0.4em;
}
#contents.products ul.cars_list li:nth-child(2n) {
	border-width: 0 0 1px 0;
}
#contents.products ul.cars_list li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
#contents.products ul.cars_list li a {
	display: inline-block;
	font-size: 93.8%;
	padding: 0 20px;
	position: relative;
}
#contents.products ul.cars_list li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0.7em;
	top: 1em;
	left: 4px;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents.products div.price p {
	color: #c50018;
	font-size: 250%;
	line-height: 1;
}
#contents.products div.price p span {
	font-size: 50%;
}
#contents.products div.data_fitting {
	margin-bottom: 30px;
}
#contents.products div.data_fitting ul {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#contents.products div.data_fitting ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	margin: 0 10px 10px 0;
}
#contents.products div.data_fitting ul li:nth-child(4n) {
	margin-right: 0;
}
#contents.products div.data_fitting ul li:nth-last-child(-n+4) {
	margin-bottom: 0;
}
#contents.products div.data_fitting ul li img {
	width: 262px;
	height: auto;
	transition-duration: 0.3s;
}
#contents.products div.data_fitting ul li img:hover {
	opacity: 0.5;
}
#contents.products div.cars_data {
	background-color: #eeeeee;
}
#contents.products div.cars_data .data {
	padding: 5px 15px 15px;
	display: none;
}
#contents.products div.cars_data.active .data {
	display: block;
}
#contents.products div.cars_data h3 {
	position: relative;
	font-size: 130%;
	color: #ffffff;
	padding: 5px 10px;
	margin: 15px 0;
	background-color: #777777;
	transition-duration: 0.3s;
}
#contents.products div.cars_data h3:hover {
	opacity: 0.6;
}
#contents.products div.cars_data h3::before {
	display: block;
	content: "▼";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 75%;
}
#contents.products div.cars_data.active h3::before {
	content: "▲";
}
#contents.products div.cars_data h3::after {
	display: none;
}
/* 末端 ホイール */
#contents.products div.wheels_color ul {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#contents.products div.wheels_color ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	margin: 0 10px 10px 0;
}
#contents.products div.wheels_color ul li img {
	width: 300px;
	height: auto;
}
#contents.products div.wheels_color ul li p {
	font-size: 93.8%;
	text-align: center;
	margin: 5px 0;
}
#contents.products div.wheels_color ul li a {
	transition-duration: 0.3s;
}
#contents.products div.wheels_color ul li a:hover {
	opacity: 0.5;
}
/* マフラー・その他排気系
--------------------------- */
.exhaustitems #title h1,
.exhaustitems #title p.ttl {
	padding: 30px 0;
	font-size: 200%;
}
.exhaustitems #contents.products p.top {
	clear: both;
	margin: 0 0 2em;
	padding: 0;
	line-height: 1.3;
	font-size: 120%;
	text-align: center;
}
.exhaustitems #contents.products h1 {
	margin-bottom: 0;
}
.exhaustitems #contents.products table {
	width: 100%;
	margin: 1em 0 1.5em;
}
.exhaustitems #contents.products table th {
	width: 20%;
}
#contents div.exhaust_carslist table {
	width: 100%;
}
#contents div.exhaust_carslist table a {
	display: inline-block;
	padding: 0 0 0 14px;
	position: relative;
}
#contents div.exhaust_carslist table a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin: -3px 0 0 0;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* レース活動
--------------------------- */
/* レース活動トップ */
#contents div.race {
	display: table;
	width: 100%;
}
#contents div.race_left {
	display: table-cell;
	vertical-align: top;
}
#contents div.race_right {
	display: table-cell;
	vertical-align: top;
	width: 310px;
	padding: 0 0 0 40px;
}
#contents div.race_right h2 {
	font-size: 150%;
	font-weight: bold;
	background: none;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 5px;
	margin: 0;
}
#wrap_title.race::before {
	background: none;
}
#wrap_title.race #title h1 {
	font-size: 180%;
	text-shadow: #000000 0px 0px 3px, #000000 0px 0px 3px, #000000 0px 0px 3px;
	padding: 220px 0;
}
#wrap_title.race #title h1 span {
	font-size: 220%;
}
.race #contents ul.menu_list li {
	width: 100%;
	border-right: none;
}
.race #contents ul.menu_list li div.txt {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: #000000 0px 0px 3px, #000000 0px 0px 3px, #000000 0px 0px 3px;
	margin: auto;
	width: 95%;
}
.race #contents ul.menu_list li div.txt p.ttl {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}
.race #contents ul.menu_list li div.txt p.desc {
	text-align: center;
	margin-bottom: 0;
}
.race #contents div.right_schedule {
	padding: 5px 0;
	border-bottom: 1px solid #dddddd;
	margin: 0;
}
.race #contents div.right_schedule h3.ttl {
	font-size: 120%;
	font-weight: 500;
	margin: 5px 0;
}
.race #contents div.right_schedule h3.ttl::after {
	display: none;
}
.race #contents ul.menu_list li.race_schedule {
	display: none;
}
/* レース活動一覧 */
#contents ul.race_itemlist {
	font-size: 0;
	margin: 0;
}
#contents ul.race_itemlist li {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	width: 535px;
	margin: 0 10px 15px 0;
	background-color: #333333;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	transition-duration: 0.3s;
}
#contents ul.race_itemlist li:nth-child(2n) {
	margin: 0 0 15px;
}
#contents ul.race_itemlist li:hover {
	background-color: #eeeef3;
}
#contents ul.race_itemlist li a {
	display: table;
	width: 100%;
	font-size: 93.8%;
	color: #ffffff;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents ul.race_itemlist li:hover a {
	color: #c50018;
}
#contents ul.race_itemlist li p.img {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: #eeeeee;
	width: 230px;
	height: 154px;
	box-sizing: border-box;
	overflow: hidden;
	transition-duration: 0.3s;
	margin-bottom: 0;
	position: relative;
}
#contents ul.race_itemlist li p.img::before {
	display: block;
	content: "No Image";
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 100%;
	font-weight:  500;
	color: #888888;
}
#contents ul.race_itemlist li a:hover p.img {
	background-color: #ffffff;
	opacity: 0.7;
}
#contents ul.race_itemlist li p.img img {
	position: relative;
	width: 100%;
	height: auto;
}
#contents ul.race_itemlist li div.txt {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 15px;
}
#contents ul.race_itemlist li p.date {
	font-size: 86.7%;
	color: #ffffff;
	margin-bottom: 0;
	transition-duration: 0.3s;
}
#contents ul.race_itemlist li:hover p.date {
	color: #c50018;
}
#contents ul.race_itemlist li p.ttl {
	font-size: 100%;
	font-weight: 500;
	padding: 0 0 5px;
	margin-bottom: 0;
}
#contents ul.race_itemlist li p.listtxt {
	font-size: 85%;
	padding: 5px 0 0;
	margin-bottom: 0;
}
/* 一覧 チーム情報 */
.race_cat_team #contents p.team_mainttl {
	font-size: 180%;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 0.8em;
}
.race_cat_team #contents p.team_subttl {
	font-size: 150%;
	line-height: 1.3;
	margin: 0 0 0.7em;
}
/*レース活動 末端 */
#race_team {
	margin-bottom: 30px;
}
#contents.race p.img {
	text-align: center;
	margin-bottom: 50px;
}
#contents.race p.img img {
	border: 1px solid #cccccc;
	width: auto;
	height: 667px;
}
/* 末端 チーム情報 */
#contents div.wrap_race_team {
	margin-bottom: 50px;
}
#contents div.race_team_image {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
#contents div.race_team_image_left {
	display: table-cell;
	vertical-align: top;
	width: 600px;
	padding: 0 30px 0 0;
}
#contents div.race_team_image_left p.mainimg {
	margin-bottom: 8px;
}
#contents div.race_team_image_left p.mainimg img {
	width: 100%;
	height: auto;
}
#contents div.race_team_image_left ul.subimg {
	list-style: none;
	list-style-image: none;
	font-size: 0;
	margin: 0;
}
#contents div.race_team_image_left ul.subimg li {
	display: inline-block;
	font-size: 1rem;
	margin: 0 8px 0 0;
	width: 144px;
	height: 120px;
	overflow: hidden;
}
#contents div.race_team_image_left ul.subimg li:last-child {
	margin-right: 0;
}
#contents div.race_team_image_left ul.subimg li img {
	width: auto;
	height: 120px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#contents div.race_team_image_right {
	display: table-cell;
	vertical-align: top;
}
#contents div.race_team_image_right div.txt {
	margin-bottom: 30px;
}
#contents div.race_team_introduction h2 {
	font-size: 150%;
	background: none;
	padding: 0;
	margin: 0 0 0.7em;
}
#contents div.race_team_introduction table {
	width: 100%;
	margin: 0;
}
#contents div.race_team_introduction table th {
	width: 35%;
}
#contents div.race_team_machine {
	margin-bottom: 20px;
}
#contents div.race_team_machine h2 {
	font-size: 150%;
	background: none;
	padding: 0;
	margin: 0 0 0.7em;
}
#contents div.race_team_machine table {
	width: 100%;
	margin: 0;
}
#contents div.race_team_machine table th {
	width: 25%;
	padding: 10px;
}
#contents div.race_team_machine table td {
	padding: 10px;
}
#contents div.race_team_drivers h2 {
	font-size: 150%;
	background: none;
	padding: 0;
	margin: 0 0 0.7em;
}
#contents div.drivers_data {
	display: table;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#contents div.drivers_data:last-child {
	margin-bottom: 0;
}
#contents div.race_team_drivers p.img {
	display: table-cell;
	vertical-align: top;
	width: 250px;
	padding: 0 40px 0 0;
}
#contents div.race_team_drivers p.img img {
	width: 100%;
	height: auto;
}
#contents div.race_team_drivers div.txt {
	display: table-cell;
	vertical-align: top;
}
#contents div.race_team_drivers div.txt h5 {
	font-size: 140%;
	margin-bottom: 1em;
}
#contents div.race_team_free a > img:hover{
	opacity:0.7;
}
/* 末端 フォトギャラリー */
#contents div.race_photo_cnt {
	margin-bottom: 30px;
}
#contents div.race_photo_cnt ul {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#contents div.race_photo_cnt ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	margin: 0 10px 10px 0;
}
#contents div.race_photo_cnt ul li:nth-child(4n) {
	margin-right: 0;
}
#contents div.race_photo_cnt ul li:nth-last-child(-n+4) {
	margin-bottom: 0;
}
#contents div.race_photo_cnt ul li img {
	width: 262px;
	height: auto;
	transition-duration: 0.3s;
}
#contents div.race_photo_cnt ul li img:hover {
	opacity: 0.5;
}
/* レース用品
--------------------------- */
/* レース用品一覧 */
.racinggear #contents ul.menu_list li {
	width: 100%;
	border-right: none;
}
#contents ul.racinggear_itemlist {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#contents ul.racinggear_itemlist li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #aaaaaa;
	margin: 0;
}
#contents ul.racinggear_itemlist li:nth-child(-n+2) {
	border-top: 1px solid #aaaaaa;
}
#contents ul.racinggear_itemlist li a {
	display: table;
	width: 100%;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents ul.racinggear_itemlist li:hover a {
	background-color: #eeeef3;
	color: #c50018;
}
#contents ul.racinggear_itemlist p.img {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: #f0f0f0;
	width: 230px;
	height: 154px;
	box-sizing: border-box;
	overflow: hidden;
	transition-duration: 0.3s;
	margin-bottom: 0;
	position: relative;
}
#contents ul.racinggear_itemlist p.img::before {
	display: block;
	content: "No Image";
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 100%;
	font-weight:  500;
	color: #888888;
}
#contents ul.racinggear_itemlist li:hover p.img {
	background-color: #ffffff;
	opacity: 0.7;
}
#contents ul.racinggear_itemlist p.img img {
	position: relative;
	width: 100%;
	height: auto;
}
#contents ul.racinggear_itemlist div.txt {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 15px;
}
#contents ul.racinggear_itemlist div.txt p.ttl {
	font-size: 120%;
	font-weight: 500;
	margin: 5px 0;
}
#contents ul.racinggear_itemlist div.txt p.listtxt {
	font-size: 70%;
	margin: 5px 0;
}
/* レース用品末端 */
.racinggear #contents {
	position: relative;
}
.racinggear #contents p.category {
	display: inline-block;
	font-size: 80%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 2px;
	padding: 5px 20px;
}
.racinggear #contents div.linkbtn {
	text-align: center;
	margin: 30px 0;
}
.racinggear #contents p.stocks {
	text-align: center;
	margin: 0 5px;
}
.racinggear #contents p.stocks a {
	display: inline-block;
	font-size: 110%;
	color: #ffffff;
	background-color: #008C00;
	border: 1px solid #008C00;
	border-radius: 2px;
	padding: 7px 50px;
	text-decoration: none;
	transition-duration: 0.3s;
}
.racinggear #contents p.stocks a::after {
	display: none;
}
.racinggear #contents p.stocks a:hover {
	color: #008C00;
	background-color: #ffffff;
}
.racinggear #contents p.shopping {
	display: inline-block; 
	text-align: center;
	margin: 0 5px;
}
.racinggear #contents p.shopping a {
	display: inline-block;
	font-size: 110%;
	color: #ffffff;
	background-color: #8C0000;
	border: 1px solid #8C0000;
	border-radius: 2px;
	padding: 7px 50px;
	text-decoration: none;
	transition-duration: 0.3s;
}
.racinggear #contents p.shopping a::after {
	display: none;
}
.racinggear #contents p.shopping a:hover {
	color: #8C0000;
	background-color: #ffffff;
}
.racinggear #contents div.price p {
	color: #c50018;
	font-size: 250%;
	line-height: 1;
}
.racinggear #contents div.price p span {
	font-size: 50%;
}
/* お知らせ
--------------------------- */
#contents ul.information_list {
	list-style: none;
	list-style-image: none;
	border-top: 1px solid #cccccc;
	margin: 0;
}
#contents ul.information_list li {
	display: table;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}
#contents ul.information_list li p.date {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	padding: 0 20px 0 0;
	white-space: nowrap;
}
#contents ul.information_list li p.cat {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	padding: 0 15px 0 0;
}
#contents ul.information_list li p.cat span {
	display: block;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	font-size: 86.7%;
}
#contents ul.information_list li p.ttl {
	display: table-cell;
	vertical-align: middle;
}
#contents div.information_cnt {
	position: relative;
}
#contents div.information_cnt p.cat {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
#contents div.information_cnt p.cat {
	padding: 5px 20px;
	font-size: 80%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 2px;
}
/* 新着情報
--------------------------- */
#contents ul.news_list {
	list-style: none;
	list-style-image: none;
	margin: 0;
	font-size: 0;
}
#contents ul.news_list li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	width: 255px;
	margin: 0 20px 20px 0;
	background-color: #eeeef3;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
#contents ul.news_list li:nth-child(4n) {
	margin: 0 0 20px;
}
#contents ul.news_list li a {
	font-size: 93.8%;
	color: #333333;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents ul.news_list li a:hover {
	color: #c50018;
}
#contents ul.news_list li p.img {
	width: 255px;
	height: 160px;
	overflow: hidden;
	background-color: #cccccc;
	transition-duration: 0.3s;
	margin-bottom: 0;
	position: relative;
}
#contents ul.news_list li p.img::before {
	display: block;
	content: "No Image";
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 100%;
	font-weight:  500;
	color: #888888;
}
#contents ul.news_list li a:hover p.img {
	background-color: #ffffff;
	opacity: 0.5;
}
#contents ul.news_list li p.img img {
	position: relative;
	width: 255px;
	height: auto;
}
#contents ul.news_list li p.date {
	font-size: 86.7%;
	color: #555555;
	padding: 8px 10px 0;
	margin-bottom: 0;
	transition-duration: 0.3s;
}
#contents ul.news_list li a:hover p.date {
	color: #c50018;
}
#contents ul.news_list li p.ttl {
	padding: 0 10px 10px;
	margin-bottom: 0;
}
#contents div.news_cnt h1 {
	margin-bottom: 1em;
}
#contents div.news_cnt p.img {
	text-align: center;
	margin-bottom: 50px;
}
#contents div.news_cnt p.img img {
	border: 1px solid #cccccc;
	width: auto;
	height: 667px;
}
/* 車種別マフラー検索
--------------------------- */
#exhaustsearch_choice div.wrap_search {
	display: table;
	width: 100%;
	padding-bottom: 20px;
}
#exhaustsearch_choice h3 {
	font-size: 120%;
	margin: 10px 0 5px;
}
#exhaustsearch_choice h3::after {
	display: none;
}
#exhaustsearch_choice div.search1 {
	display: table-cell;
	padding: 0 30px 0 0;
	width: 300px;
}
#exhaustsearch_choice div.search1 select {
	height: 300px;
}
#exhaustsearch_choice div.search2 {
	display: table-cell;
	padding: 0 30px 0 0;
}
#exhaustsearch_choice div.search2 select {
	height: 300px;
}
#exhaustsearch_choice div.search3 {
	display: table-cell;
	padding: 0 0 0 0;
	width: 300px;
}
#exhaustsearch_choice div.search3 select.type {
	height: 132px;
}
#exhaustsearch_choice div.search3 select.year {
	height: 130px;
}
#exhaustsearch_choice select {
	width: 100%;
	margin: 0;
}
#exhaustsearch_choice p.btn {
	text-align: center;
	margin: 0;
}
#exhaustsearch_choice p.btn input {
	font-size: 110%;
	text-align: center;
	padding: 5px 80px;
	color: #ffffff;
	background-color: #000033;
	border: 1px solid #000033;
	border-radius: 2px;
	text-decoration: none;
	position: relative;
	transition-duration: 0.3s;
}
#exhaustsearch_choice p.btn input:hover {
	color: #000033;
	background-color: #ffffff;
}
#exhaustsearch_result h3 {
	margin: 0 0 0.8em;
}
#exhaustsearch_result p.more {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	z-index: 3;
}
#exhaustsearch_result table {
	width: 100%;
}
#exhaustsearch_result table a {
	display: inline-block;
	padding: 0 0 0 14px;
	position: relative;
}
#exhaustsearch_result table a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin: -3px 0 0 0;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 開発車両募集
--------------------------- */
.cooperation #contents table.form_table td input {
	margin: 1px 0;
}
.cooperation #contents table.form_table td span {
	display: inline-block;
	min-width: 120px;
}
.cooperation #contents table.form_table td span.required::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}

/* スペシャルコンテンツ
--------------------------- */
.special #contents ul.special_list {
	list-style: none;
	list-style-image: none;
	margin: 0;
	font-size: 0;
	text-align: center;
}
.special #contents ul.special_list li {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	width: 346px;
	margin: 0 7px 14px;
}
.special #contents ul.special_list li a {
	display: block;
	position: relative;
}
.special #contents ul.special_list li p.img {
	width: 344px;
	height: 133px;
	background-color: #cccccc;
	border: 1px solid #999999;
	margin-bottom: 0;
	transition-duration: 0.3s;
	position: relative;
}
.special #contents ul.special_list li a:hover p.img {
	background-color: #ffffff;
}
.special #contents ul.special_list li p.img img {
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
.special #contents ul.special_list li a:hover p.img img {
	opacity: 0.5;
}
.special #contents ul.special_list li p.ttl {
	position: absolute;
	width: 94%;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 130%;
	font-weight: 500;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	text-shadow: #000000 1px 1px 2px, #000000 1px -1px 2px, #000000 -1px 1px 2px, #000000 -1px -1px 2px;
}
/* ==================================================
Google Translate
================================================== */
html.translated-ltr #header {
	padding-top: 50px;
}
html.translated-ltr #wrap_gnavi {
	padding-top: 40px;
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table {
	width: 100%;
	margin: 0;
}
#contents table.layout_table > tbody > tr > td {
	padding: 0 10px;
	background: none;
	border: none;
}
#contents table.layout_table > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table > tbody > tr > td:last-child {
	padding-right: 0;
}
#contents table.layout_table td h2:first-child,
#contents table.layout_table td h3:first-child {
	margin-top: 0.8em;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	position: relative;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #333333;
	background-color: #555555;
	padding: 5px 13px 5px 25px;
	margin: 5px;
	transition-duration: 0.3s;
}
#contents table.layout_table a.link_btn {
	margin: 5px 0;
	display: block;
}
#contents a.link_btn::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-duration: 0.3s;
}
#contents a.link_btn:hover {
	color: #333333;
	background-color: #ffffff;
}
#contents a.link_btn:hover::before {
	border-color: #333333;
}
/* side_list
--------------------------- */
#contents ul.side_list {
	list-style: none;
	list-style-image: none;
	margin: 15px 0;
}
#contents ul.side_list li {
	display: inline-block;
	color: #ffffff;
	background-color: #333333;
	border-radius: 2px;
	margin: 2px 1px;
	padding: 2px 10px;
}
#contents ul.side_list li a {
	color: #ffffff;
}
/* border_box
--------------------------- */
#contents .border_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	border: #406591 3px solid;
}
/* fill_box
--------------------------- */
#contents .fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	background-color: #ccddff;
}
/* faq_table
--------------------------- */
#contents table.faq_table {
	width: 100%;
}
#contents table.faq_table th {
	border: none;
	background-color: inherit;
	font-weight: normal;
	font-size: 165%;
	padding: 35px 0 15px 60px;
	margin: 0;
	position: relative;
}
#contents table.faq_table th::before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 15px;
	font-family: "Noto Serif JP", serif;
	font-size: 175%;
	color: #00285E;
}
#contents table.faq_table td {
	padding: 22px 0 40px 60px;
	border-bottom: dotted #cccccc;
	border-width: 0 0 1px;
	position: relative;
}
#contents table.faq_table td::before {
	content: "A";
	position: absolute;
	left: 4px;
	top: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 300%;
	font-weight: bold;
	color: #C50018;
}
#contents table.faq_table td p {
	margin-bottom: 0.8em;
}
/* table_scr
--------------------------- */
#contents ul.table_scr {
	width: 100%;
	overflow-x: auto;
    margin: 0;
	list-style: none;
	list-style-image: none;
}
#contents ul.table_scr li {
	margin: 0;
}
#contents ul.table_scr table {
	width: 1080px;
	margin: 0 0 10px;
}
/* ==================================================
top
================================================== */
/* スライド
--------------------------- */
#top_slide {
	width: 100%;
}
#top_slide ul {
	margin: 0;
	list-style: none;
}
#top_slide ul li {
	position: relative;
}
#top_slide p.img {
	position: relative;
	z-index: 5;
}
#top_slide p.img img {
	position: relative;
	width: 100%;
	height: auto;
}
#top_slide div.wrap_txt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 10;
}
#top_slide p.txt {
	padding: 20px 40px;
	font-size: 225%;
	font-weight: 800;
	text-shadow: #000000 1px 1px 3px, #000000 1px -1px 3px, #000000 -1px 1px 3px, #000000 -1px -1px 3px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.3;
}
#top_slide p.link {
	padding: 0 40px 20px;
}
#top_slide p.link a {
	position: relative;
	display: inline-block;
	padding: 8px 30px 8px 40px;
	background-color: #c50018;
	font-size: 110%;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	border-radius: 2px;
	transition-duration: 0.3s;
}
#top_slide p.link a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 5px;
	height: 5px;
	margin: -5px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top_slide p.link a:hover {
	color: #000033;
	background-color: #ffffff;
	border-color: #000033;
}
#top_slide p.link a:hover::before {
	border-color: #000033;
}
#top_slide ul.navi {
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 15px;
	text-align: center;
}
#top_slide ul.navi li {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	cursor: pointer;
	transition-duration: 1s;
}
#top_slide ul.navi li.slick-active {
	color: #333333;
}
#top_slide ul.navi li button {
	display: none;
}
#top_slide ul.navi li::before {
	content: '●';
	font-size: 150%;
	text-shadow: #ffffff 1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px 1px 0px, #ffffff -1px -1px 0px;
}

/* コンテンツエリア
--------------------------- */
#top_main {
	margin: 0;
	padding: 0;
}
/* top_contents */
div.top_contents:nth-child(odd) {
	background-color: #ffffff;
}
div.top_contents:nth-child(even) {
	background-color: #eeeeee;
}
/* お知らせ
--------------------------- */
#wrap_top_information {
	background-color: #000033;
	padding: 30px 0;
}
#top_information {
	display: table;
}
#top_information div.top_information_ttl {
	display: table-cell;
	vertical-align: top;
	width: 265px;
	padding: 0 40px 0 0;
}
#top_information ul.top_information_cnt {
	display: table-cell;
	vertical-align: middle;
	list-style: none;
	list-style-image: none;
	margin: 0;
}
#top_information h2 {
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 30px;
}
#top_information h2 span {
	display: block;
	font-size: 250%;
	font-weight: 500;
}
#top_information p.btn a {
	display: block;
	font-size: 110%;
	text-align: center;
	padding: 5px 35px;
	color: #000033;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 2px;
	text-decoration: none;
	position: relative;
	transition-duration: 0.3s;
}
#top_information p.btn a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin: -6px 0 0 0;
	border-top: solid 2px #000033;
	border-right: solid 2px #000033;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top_information p.btn a:hover {
	color: #ffffff;
	background-color: #000033;
}
#top_information p.btn a:hover::before {
	border-color: #ffffff;
}
#top_information li {
	display: table;
	width: 100%;
	padding: 7px 0;
}
#top_information li p.date {
	display: table-cell;
	width: 1%;
	padding: 0 15px 0 0;
	vertical-align: top;
	white-space: nowrap;
	color: #ffffff;
}
#top_information li p.cat {
	display: table-cell;
	vertical-align: top;
	width: 100px;
	padding: 0 10px 0 0;
}
#top_information li p.cat span {
	display: block;
	background-color: #ffffff;
	text-align: center;
	font-size: 86.7%;
	font-weight: bold;
}
#top_information li p.ttl {
	display: table-cell;
	vertical-align: top;
}
#top_information li p.ttl a {
	color: #ffffff;
}
/* 新着情報
--------------------------- */
#wrap_top_news {
	padding: 50px 0;
}
#top_news div.top_news_ttl {
	padding: 0 0 40px;
	position: relative;
}
#top_news h2 {
	color: #000033;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}
#top_news h2 span {
	display: block;
	font-size: 250%;
	font-weight: 500;
}
#top_news p.btn {
	display: inline-block;
	position: absolute;
	bottom: 40px;
	right: 0;
}
#top_news p.btn a {
	display: block;
	font-size: 110%;
	text-align: center;
	padding: 5px 80px;
	color: #ffffff;
	background-color: #000033;
	border: 1px solid #000033;
	border-radius: 2px;
	text-decoration: none;
	position: relative;
	transition-duration: 0.3s;
}
#top_news p.btn a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin: -6px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top_news p.btn a:hover {
	color: #000033;
	background-color: #ffffff;
}
#top_news p.btn a:hover::before {
	border-color: #000033;
}
#top_news ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	font-size: 0;
}
#top_news li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	width: 255px;
	margin: 0 20px 20px 0;
	background-color: #ffffff;
}
#top_news li:nth-child(4) {
	margin: 0 0 20px;
}
#top_news li a {
	font-size: 93.8%;
	color: #333333;
	text-decoration: none;
	transition-duration: 0.3s;
}
#top_news li a:hover {
	color: #c50018;
}
#top_news li p.img {
	width: 255px;
	height: 160px;
	overflow: hidden;
	background-color: #cccccc;
	transition-duration: 0.3s;
	position: relative;
}
#top_news li p.img::before {
	display: block;
	content: "No Image";
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 100%;
	font-weight:  500;
	color: #888888;
}
#top_news li a:hover p.img {
	opacity: 0.5;
	background-color: #ffffff;
}
#top_news li p.img img {
	position: relative;
	width: 255px;
	height: auto;
	transition-duration: 0.3s;
}
#top_news li p.date {
	font-size: 86.7%;
	color: #555555;
	padding: 8px 10px 0;
	transition-duration: 0.3s;
}
#top_news li a:hover p.date {
	color: #c50018;
}
#top_news li p.ttl {
	padding: 0 10px 10px;
}
/* 製品情報
--------------------------- */
#top_products {
	padding: 50px 0;
}
#top_products div.top_products_ttl {
	padding: 0 0 40px;
}
#top_products h2 {
	color: #000033;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}
#top_products h2 span {
	display: block;
	font-size: 250%;
	font-weight: 500;
}
#top_products ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
}
#top_products ul.top_products_cnt {
	font-size: 0;
	text-align: center;
	padding: 0 0 20px;
}
#top_products ul.top_products_cnt li {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	width: 46.9%;
	margin: 0 2% 2% 2%;
}
#top_products ul.top_products_cnt li:nth-child(odd) {
	margin: 0 2% 2% 0;
}
#top_products ul.top_products_cnt li:nth-child(1),
#top_products ul.top_products_cnt li:nth-child(2) {
	width: 30.6%;
	margin: 0 0 2% 2%;
}
#top_products ul.top_products_cnt li:nth-child(3) {
	width: 30.6%;
	margin: 0 2% 2% 2%;
}
#top_products ul.top_products_cnt li a {
	display: table;
	width: 100%;
	border: 1px solid #cccccc;
	background: linear-gradient(rgba(250,250,255,1.0) 0%, rgba(218,218,228,1.0) 100%);
	text-decoration: none;
	transition-duration: 0.3s;
}
#top_products ul.top_products_cnt li a:hover {
	opacity: 0.5;
}
#top_products ul.top_products_cnt li p.img {
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	padding: 15px 30px;
	transition-duration: 0.3s;
}
#top_products ul.top_products_cnt li a:hover p.img {
	opacity: 0.5;
}
#top_products ul.top_products_cnt li p.img img {
	max-width: 240px;
	max-height: 120px;
}
#top_products ul.top_products_cnt li p.ttl {
	display: table-cell;
	width: 70%;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	color: #222222;
	line-height: 1.2;
	margin: 0;
	padding: 20px 15px 20px 0;
}
#top_products ul.top_products_cnt li p.ttl span {
	display: block;
	font-size: 140%;
	font-weight: 500;
}
#top_products ul.top_products_cnt li:nth-child(1) p.img,
#top_products ul.top_products_cnt li:nth-child(2) p.img,
#top_products ul.top_products_cnt li:nth-child(3) p.img {
	display: block;
	height: 160px;
	padding: 20px 5px 15px;
	transition-duration: 0.3s;
}
#top_products ul.top_products_cnt li:nth-child(1) p.img img,
#top_products ul.top_products_cnt li:nth-child(2) p.img img,
#top_products ul.top_products_cnt li:nth-child(3) p.img img {
	max-width: 325px;
	max-height: 160px;
}
#top_products ul.top_products_cnt li:nth-child(1) p.ttl,
#top_products ul.top_products_cnt li:nth-child(2) p.ttl,
#top_products ul.top_products_cnt li:nth-child(3) p.ttl {
	display: block;
	width: 100%;
	padding: 0 5px 20px;
}

#top_products div.top_products_exhaustsearch {
	width: 1080px;
	margin: 0 auto;
	padding: 40px 40px 45px;
	box-sizing: border-box;
	background-color: #000033;
}
#top_products div.top_products_exhaustsearch h3 {
	text-align: center;
	font-size: 140%;
	font-weight: normal;
	color: #ffffff;
	padding: 0 0 30px;
}
#top_products div.top_products_exhaustsearch form div {
	display: inline-block;
}
#top_products div.top_products_exhaustsearch form p {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}
#top_products div.top_products_exhaustsearch form p:nth-child(1) {
	width: 85px;
	text-align: right;
	padding: 0 10px 0 0;
}
#top_products div.top_products_exhaustsearch form p:nth-child(2) {
	width: 340px;
	padding: 0 10px 0 0;
}
#top_products div.top_products_exhaustsearch form p select {
	width: 100%;
	padding: 3px 10px;
	font-family: "Noto Sans JP", sans-serif, arial, helvetica;
}
#top_products div.top_products_exhaustsearch form p input {
	padding: 5px 10px;
	width: 100%;
	background-color: #ffffff;
	border: none;
	font-family: "Noto Sans JP", sans-serif, arial, helvetica;
}
/* オススメ製品
--------------------------- */
#top_recommended {
	padding: 50px 0 20px;
}
#top_recommended div.top_recommended_ttl {
	padding: 0 0 40px;
}
#top_recommended h2 {
	color: #000033;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}
#top_recommended h2 span {
	display: block;
	font-size: 250%;
	font-weight: 500;
}
#top_recommended ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	font-size: 0;
}
#top_recommended li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	width: 340px;
	margin: 0 30px 30px 0;
}
#top_recommended li:nth-child(3n+3) {
	margin-right: 0;
}
#top_recommended li a {
	width: 340px;
	height: 160px;
	overflow: hidden;
	display: block;
	position: relative;
}
#top_recommended li p.img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background-color: #333333;
	transition-duration: 0.3s;
}
#top_recommended li p.img img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition-duration: 0.3s;
}
#top_recommended li a:hover p.img {
	background-color: #000000;
}
#top_recommended li a:hover p.img img {
	opacity: 0.3;
}
#top_recommended li p.ttl {
	position: absolute;
	width: 94%;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 140%;
	font-weight: 500;
	text-align: center;
	text-shadow: #000000 1px 1px 2px, #000000 1px -1px 2px, #000000 -1px 1px 2px, #000000 -1px -1px 2px;
	color: #ffffff;
}
/* スペシャルコンテンツ
--------------------------- */
#wrap_top_special {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
}
#wrap_top_special::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,10,0.70);
	z-index: 1;
}
#top_special {
	position: relative;
	z-index: 10;
	padding: 50px 0 35px;
}
#top_special div.top_special_ttl {
	padding: 0 0 40px;
}
#top_special h2 {
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}
#top_special h2 span {
	display: block;
	font-size: 250%;
	font-weight: 500;
}
#top_special ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	font-size: 0;
	text-align: center;
}
#top_special li {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	width: 352px;
	margin: 0 7px 14px;
}
#top_special li a {
	display: block;
	position: relative;
}
#top_special li p.img {
	width: 350px;
	height: 135px;
	background-color: #cccccc;
	border: 1px solid #999999;
	transition-duration: 0.3s;
	position: relative;
}
#top_special li a:hover p.img {
	background-color: #ffffff;
}
#top_special li p.img img {
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
#top_special li a:hover p.img img {
	opacity: 0.5;
}
#top_special li p.ttl {
	position: absolute;
	width: 94%;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 130%;
	font-weight: 500;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	color: #ffffff;
	text-shadow: #000000 1px 1px 2px, #000000 1px -1px 2px, #000000 -1px 1px 2px, #000000 -1px -1px 2px;
}
/* sns
--------------------------- */
#top_sns {
	padding: 50px 0;
}
#top_sns div.top_sns_ttl {
	padding: 0 0 40px;
}
#top_sns h2 {
	font-size: 250%;
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
	margin: 0;
}
#top_sns div.top_sns_cnt {
	display: table;
	width: 100%;
}
#top_sns div.top_sns_cnt div.left {
	display: table-cell;
}
#top_sns div.top_sns_cnt div.center {
	display: table-cell;
	width: 300px;
	padding-left: 15px;
}
#top_sns div.top_sns_cnt div.right {
	display: table-cell;
	width: 300px;
	padding-left: 15px;
}
#top_sns div.top_sns_cnt h3 {
	font-size: 140%;
	font-weight: 500;
	color: #000033;
	margin: 0 0 0.6em;
}
#top_sns div.top_sns_cnt div.instagram {
	height: 300px;
	margin-bottom: 20px;
}
#top_sns div.top_sns_cnt p.youtube a {
	display: block;
	background-color: #ffffff;
}
#top_sns div.top_sns_cnt p.youtube a img {
	transition-duration: 0.3s;
}
#top_sns div.top_sns_cnt p.youtube a:hover img {
	opacity: 0.7;
}
/* ==================================================
align
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 20px 0;
}
img.alignright {
	margin: 0 0 20px 30px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	clear: both;
	margin: 50px 0 0;
	padding: 20px 0;
	border-top: #CCCCCC 1px solid;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	background-color: #888888;
	color: #FFFFFF;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #555555;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1080px !important;
	max-width: none !important;
}
body.mceContentBody {
	overflow: visible !important;
	background-image: none !important;
	background-color: #FFFFFF !important;
}
body.mceContentBody div {
	border: #80FF80 1px dashed;
}
body.mceContentBody p {
	border: #80FFFF 1px dashed;
}
body.mceContentBody th,
body.mceContentBody td {
	font-size: 100%;
}
body.mceContentBody table.layout_table > tr > th,
body.mceContentBody table.layout_table > tr > td {
	border: #C0C0C0 1px dashed !important;
}
body.mceContentBody .mce-resize-bar {
	display: none !important;
}
/* ==================================================
clearfix
================================================== */
#gnavi ul::after,
#main::after,
#fnavi ul::after,
#footer::after,
#contents::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
