@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	-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;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
a:hover img {
	/* [disabled]opacity: 0.7; */
	/* [disabled]filter: alpha(opacity=80); */
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 75%;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
span {
	font-weight: inherit;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	background-color:#FFFFFF;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
	font-size: 1em;
	-webkit-text-size-adjust: 100%;	
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
 
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

/* 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;
  /**/
}

/* Font Size Common */
.text10 {
	font-size:77%;
}
.text11 {
	font-size:85%;
}
.text12 {
	font-size:93%;
}
.text13 {
	font-size:100%;
}
.text14 {
	font-size:108%;
}
.text15 {
	font-size:116%;
}
.text16 {
	font-size:123.1%;
}
.text17 {
	font-size:131%;
}
.text18 {
	font-size:138.5%;
}
.text19 {
	font-size:146.5%;
}
.text20 {
	font-size:153.9%;
}
.text21 {
	font-size:161.6%;
}
.text22 {
	font-size:167%;
}
.text23 {
	font-size:174%;
}
.text24 {
	font-size:182%;
}
.text25 {
	font-size:189%;
}
.text26 {
	font-size:197%;
}
strong {
	font-weight: bold;
}

/* wrapper */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
	text-align: left;
	position: relative;
}

/* headerContents */
#headerContents {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	padding: 15px;
}
.topPage #headerContents {
	z-index: 100;
}
#headerContents h1 {
	text-align: center;
	margin-bottom: 30px;
}
.topPage #headerContents h1 {
	margin-bottom: 30px;
}
#headerContents h1 a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerContents h1 a img {
	height: 32px;
	width: auto;
	margin: 0 15px;
}
#headerContents h1 a img:first-child {
	height: 32px;
	width: auto;
	margin: 0 15px;
}
#headerContents h1 a img:last-child {
	display: none;
	height: 22px;
	width: auto;
	margin: 0 15px;
}
#headerContents .btnLogout {
	display: none;
}
.login #headerContents .btnLogout {
	display: block;
	position: absolute;
	right: 10px;
	top: 15px;
}
#headerContents .btnLogout a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/icon_logout.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px 16px;
	padding-left: 22px;
}

/* globalnaviArea */
#globalnaviArea {
	position: relative;
}
#globalnaviArea .nav-button {
	display: none;
}
#globalnaviArea .nav-button span {
	overflow: hidden;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}
#globalnaviArea .nav-wrap {
}
#globalnaviArea .nav-wrap .nav {
	height: 55px;
}
#globalnaviArea .nav-wrap .nav li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
	padding-right: 2.8em;
}
#globalnaviArea .nav-wrap .nav li:last-child {
	padding-right: 0;
}
#globalnaviArea .nav-wrap .nav li.small {
	line-height: 18px;
}
#globalnaviArea .nav-wrap .nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#globalnaviArea .nav-wrap .nav li.small a {
	font-size: 16px;
	line-height: 22px;
	display: block;
	width: 80px;
	height: 43px;
	color: transparent;
	user-select: none;
	background-image: url(../images/logo_itumen.png);
	background-repeat: no-repeat;
	background-size: 80px auto;
	overflow: hidden;
}
.topPage #globalnaviArea .nav-wrap .nav li {
	padding-right: 3.3em;
}
.topPage #globalnaviArea .nav-wrap .nav li:last-child {
	padding-right: 0;
}
.topPage #globalnaviArea .nav-wrap .nav li a {
	font-size: 16px;
	color: #FFF;
}
.topPage #globalnaviArea .nav-wrap .nav li.small a {
	font-size: 14px;
	line-height: 22px;
	display: block;
	width: 80px;
	height: 43px;
	color: transparent;
	user-select: none;
	background-image: url(../images/logo_itumen.png);
	background-repeat: no-repeat;
	background-size: 80px auto;
	overflow: hidden;
}
#globalnaviArea .nav-wrap .nav 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: 10px;
	display: block;
	line-height: 1.5em;
}
#globalnaviArea .nav-wrap.open {
  display: none;
}
#globalnaviArea .nav-wrap.close {
  display: none;
}


/* footerArea */
#footerArea {
	clear: both;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 80px;
	text-align: center;
}
#footerArea address img {
	width: 288px;
	height: 31px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.topPage #footerArea address img {
	width: 288px;
    height: 31px;
    margin-bottom: 5px;
}
#footerArea address {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}


.spOnly {
	display: none;
}
#gotoPageTop {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    bottom: 25px;
    display: block;
    height: 50px;
    position: fixed;
    right: 25px;
    text-align: left;
    text-indent: -9999px;
    width: 50px;
    z-index: 9999;
}
#gotoPageTop span {
    background-image: url("/images/gototop.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    height: 50px;
    opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
    padding: 0;
    width: 50px;
	cursor: pointer;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}






/* mainContents */
#mainContents {
	z-index: 20;
	min-height: 500px;
	position: relative;
}
.topPage #mainContents {
	margin-top: -80px;
	height: 750px;
}
#mainContents .titleArea {
	background-image: url(/images/titlearea_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 108px;
	width: 100%;
	position: relative;
}
#mainContents .titleAreaTop {
	background-image: url(/images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 470px;
	width: 100%;
	padding-top: 180px;
	position: relative;
}
#mainContents .titleArea h1 {
	font-size: 23px;
	font-weight: bold;
	line-height: 108px;
	text-align: center;
	max-width: 960px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#mainContents .titleArea.search h1 {
	text-align: left;
}
#mainContents .titleArea h1 img.distance {
	width: 720px;
	height: 32px;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 38px;
}
@media all and (-ms-high-contrast: none){
  #mainContents .titleArea h1 img.distance {
	top: 36px;
  }
}


/* SearchBtn */
#footerSearchBtn {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	background-color: #EAE6E2;
}
#footerSearchBtn.top {
	background-color: #FFF;
}
.searchMaker {
	text-align: center;
	height: 60px;
	width: 430px;
	display: inline-block;
	margin-right: 15px;
	margin-left: 0px;
	vertical-align:middle;
}
.searchTop .searchMaker {
	display: block;
	margin-right: auto;
	margin-left: auto;
	vertical-align:middle;
	margin-bottom: 15px;
}
.searchMaker a {
	display: block;
	line-height: 60px;
	height: 60px;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #cc0000;
	border: 1px solid rgba(255,162,162,1.00);
}
.searchMaker a:hover{
	border: 1px solid #cc0000;
}

.searchCarName {
	height: 60px;
	width: 430px;
	display: inline-block;
	position: relative;
	vertical-align:middle;
}
.searchTop .searchCarName {
	height: 60px;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	vertical-align:middle;
}
.titleArea.search .searchCarName {
	height: 60px;
	width: 430px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	margin: auto;
	vertical-align:middle;
}
.searchCarName form {
}
.searchCarName input[type="text"],
.searchCarName input[type="submit"] {
	display:inline-block;
	vertical-align:middle;
	font-family: "ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro W4","Hiragino Kaku Gothic Pro",Meiryo,Arial,verdana,"Trebuchet MS",Helvetica,sans-serif;
}
.searchCarName .searchText {
	border: 1px solid #FFF;
	background-color: #FFF;
	width: 290px;
	height: 60px;
	padding-left: 40px;
	background-image: url(/images/icon_search.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 21px 22px;
}
#footerSearchBtn.top .searchCarName .searchText {
	border: 1px solid #9F9BA1;
}
.searchCarName .searchBtn {
	border: 1px solid #9F9BA1;
	background-color: #9F9BA1;
	width: 140px;
	height: 60px;
	color: #FFF;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	padding-left: 40px;
	background-image: url(/images/icon_car.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 34px 13px;
	-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;
}
.titleArea.search .searchCarName .searchBtn {
	background-position: 30px center;
}
.searchCarName .searchBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* TOP_loginArea */
#loginArea {
	width: 100%;
	height: 750px;
	text-align: center;
	background-image: url(/images/login_bg.jpg);
	background-size:cover;
}
#loginArea .loginBox {
	position: relative;
	padding-top: 250px;
}
#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: 40px 60px;
}
#loginArea .loginFormBox img {
	height: auto;
	width: 163px;
	margin-bottom: 15px;
}
#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: #cc0000;
	border: none;
	padding-left: 40px;
	color: #FFFFFF;
	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;
	background-image: url(/images/icon_login.png);
	background-repeat: no-repeat;
	background-position: 130px center;
	background-size: 24px 20px;
	cursor: pointer;
}
#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;
}
#loginArea p a {
	color: #000;
}
#loginArea p a span {
	color: #3337da;
	text-decoration: underline;
}
#loginArea p a span:hover {
	text-decoration: none;
}


.topArticle{
	padding-top: 40px;
	padding-bottom: 20px;
	margin: auto;
	max-width: 1200px;
	min-height: 300px;
}
.subArticle {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	max-width: 960px;
	min-height: 300px;
}
.topArticle h1 {
	font-family: Arial Black,Arial,verdana,Helvetica,sans-serif;
	display: inline-block;
	width: 50%;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: bottom;
}
.topArticle h1.newsH1 {
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 15px;
	vertical-align: bottom;
	text-align: center;
}
.topArticle h1 a {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.topArticle h1.right1px {
	padding-right: 1px;
}
.topArticle h1.left1px {
	padding-left: 1px;
}
.topArticle h1 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.topArticle ul.newsList {
	max-width: 960px;
	margin: 0 auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.topArticle ul.newsList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 1px;
	width: 25%;
	margin-bottom: 20px;
	font-weight: bold;
	vertical-align: top;
}
.topArticle ul.newsList li a {
	color: #000000;
}
.topArticle ul.newsList li p {
	line-height: 1.5em;
	font-size:12px;
	font-weight: bold;
	padding: 0 10px;
}
.topArticle ul.newsList li span {
	font-size:10px;
}
.topArticle ul.newsList li img {
	width: 100%;
	height: auto;
}



.titleCarInfo {
	height: 54px;
	width: 100%;
	background-color: #cc0000;
}
.titleCarInfo h1 {
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 54px;
}
.subArticle h2 {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F9BA1;
	margin-bottom: 25px;
	margin-top: 40px;
}
.subArticle ul.makerList {
	margin: 0 auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle ul.makerList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 3px;
	width: 25%;
	margin-bottom: 20px;
	vertical-align: top;
	text-align: center;
}
.subArticle ul.makerList li a {
	display: block;
	width: 100%;
	height: 105px;
	border: 1px solid #C7C7C7;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	text-align: center;
}
.subArticle ul.makerList li a span {
	display: table-cell;
	width: 500px;
	height: 105px;
	vertical-align: middle;
}
.subArticle ul.makerList li a:hover {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
.subArticle .searchTable {
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px;
}
.subArticle .searchTable th {
	height: 60px;
	border: 1px solid #C7C7C7;
	background-color: #C7C7C7;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.subArticle .searchTable td {
	height: 60px;
	color: #000;
	text-align: center;
	padding: 0;
}
.subArticle .searchTable td a {
	display: block;
	width: 100%;
	border: 1px solid #C7C7C7;
	color: #000000;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	text-align: center;
	border-spacing: 0px;
}
.subArticle .searchTable td a span {
	display: table-cell;
	width: 500px;
	height: 60px;
	vertical-align: middle;
	margin: 0;
}
.subArticle .searchTable 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;
}
.subArticle .searchTable tr:hover {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
.subArticle .searchTable tr:hover a {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}
.subArticle .searchTable td a:hover {
	border: 1px solid #cc0000;
	background-color: #cc0000;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}








/* news */
.subArticle ul.newsList {
	max-width: 960px;
	margin: 40px auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle ul.newsList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 1px;
	width: 25%;
	margin-bottom: 20px;
	font-weight: bold;
	vertical-align: top;
}
.subArticle ul.newsList li a {
	color: #000000;
}
.subArticle ul.newsList li p {
	line-height: 1.5em;
	font-size:12px;
	font-weight: bold;
	padding: 0 10px;
}
.subArticle ul.newsList li span {
	font-size:10px;
}
.subArticle ul.newsList li img {
	width: 100%;
	height: auto;
}
.subArticle .newsDetail {
	max-width: 882px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
.subArticle .newsDetail img {
	max-width: 100%;
	height: auto;
	margin-bottom: -20px;
}
.subArticle .newsDetail h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 30px;
}
.subArticle .newsDetail h1 span {
	font-size: 22px;
}
.subArticle .newsDetail p {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.subArticle .newsDetail .directionBtn {
	margin-top: 40px;
	margin-bottom: 40px;
}
.subArticle .newsDetail .directionBtn ul {
	height: 30px;
	width: 100%;
	list-style: none;
	position: relative;
}
.subArticle .newsDetail .directionBtn ul li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 90px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.subArticle .newsDetail .directionBtn ul li a {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	width: 90px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.subArticle .newsDetail .directionBtn ul li.prev {
	right: auto;
}
.subArticle .newsDetail .directionBtn ul li.prev a:before {
	content: '< ';
}
.subArticle .newsDetail .directionBtn ul li.next {
	left: auto;
}
.subArticle .newsDetail .directionBtn ul li.next a:after {
	content: ' >';
}


/* infomation */
.subArticle ul.pdfList {
	max-width: 960px;
	margin: 40px auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle ul.pdfList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 0 60px;
	width: 33.3%;
	margin-bottom: 40px;
	font-weight: bold;
	vertical-align: top;
}
.subArticle ul.pdfList li a {
	color: #000000;
}
.subArticle ul.pdfList li p {
	line-height: 1.5em;
	font-size:12px;
	font-weight: bold;
	padding: 0 10px;
}
.subArticle ul.pdfList li span {
	font-size:10px;
}
.subArticle ul.pdfList li img {
	width: 100%;
	height: auto;
}


/* movie */
.subArticle .titleImg {
	display: block;
	margin: 40px auto -20px auto;
}
.subArticle ul.movieList {
	max-width: 960px;
	margin: 40px auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle ul.movieList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 0 30px;
	width: 50%;
	margin-bottom: 40px;
	font-weight: bold;
	vertical-align: top;
}
.subArticle ul.movieList li p {
	line-height: 1.5em;
	font-size:12px;
	font-weight: bold;
	padding: 0;
}
.subArticle ul.movieList li .youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.subArticle ul.movieList li .youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* product */
.subArticle .maxImg {
	display: block;
	width: 70%;
	height: auto;
	margin: 40px auto 0 auto;
}
.subArticle.product #anc01,
.subArticle.product #anc02,
.subArticle.product #anc03,
.subArticle.product #anc04,
.subArticle.product #anc05,
.subArticle.product #anc06 {
	margin-bottom: 80px;
}
.subArticle.product #anc01::after,
.subArticle.product #anc02::after,
.subArticle.product #anc03::after,
.subArticle.product #anc04::after,
.subArticle.product #anc05::after,
.subArticle.product #anc06::after {
	content: "";
	display: block;
	clear: both;
}
.subArticle.product ul.productList {
	max-width: 960px;
	margin: 40px auto 20px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle.product ul.productList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 1px 10px 1px 10px;
	width: 25%;
	margin-bottom: 30px;
	font-weight: bold;
	vertical-align: top;
}
.subArticle.product ul.productList li img.noLink {
	opacity: 0.4;
}
.subArticle.product ul.productList li a {
	color: #000000;
}
.subArticle.product ul.productList li h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #9F9BA1;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0;
	line-height: 1.5em;
}
.subArticle.product ul.productList li p {
	line-height: 1.5em;
	font-size:12px;
	font-weight: bold;
	padding: 0;
}
.subArticle.product ul.productList li img {
	width: 100%;
	height: auto;
	border: solid 1px #9F9BA1;
	padding: 5px;
}
.subArticle.product .mainIMG {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.subArticle.product .subIMG {
	max-width: 100%;
	height: auto;
	margin: 20px auto 30px auto;
	display: block;
}
.subArticle.product .subIMG.floatR {
	float: right;
	margin: 0px auto 30px auto;
	max-width: 250px;
}
.subArticle.product .subIMG.floatR + p {
	padding-right: 280px;
}
.subArticle.product .subIMG.floatR + p + p {
	padding-right: 280px;
}
.subArticle.product .subIMG.floatR.short {
	float: right;
	margin: 0px auto 30px auto;
	max-width: 170px;
}
.subArticle.product .subIMG.floatR.short + p {
	padding-right: 200px;
}
.subArticle.product .subIMG.floatR.short + p + p {
	padding-right: 200px;
}
.subArticle.product h3 {
	font-size: 120%;
	line-height: 1.5em;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	clear: both;
}
.subArticle.product h3 img {
	vertical-align: middle;
	margin-right: 10px;
}
.subArticle.product p {
	margin-bottom: 15px;
	word-break: break-all;
}
.subArticle.product ul.listBtn {
	list-style: none;
	margin: 30px 0 50px 0;
	text-align: center;
	font-size:0;
}
.subArticle.product ul.listBtn li {
	font-size: 16px;
	display: inline-block;
	padding: 8px 20px;
	vertical-align: middle;
	border-right: 1px solid #7B7B7B;
	line-height: 1.25em;
}
.subArticle.product ul.listBtn li:last-child {
	border-right: 0px solid #7B7B7B;
}
.subArticle.product ul.listBtn li a {
	font-weight: bold;
	color: #000000;
}
.subArticle.product ul.listBtn li a::before {
	display: inline-block;
	content: "∨";
	color: #777777;
	transform: scale(1.5, 0.8);
	margin-right: 10px;
}
.subArticle.product ul.listBtn li a span {
}
.subArticle.product ul.movieList {
	max-width: 100%;
	margin: 10px auto 30px auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.subArticle.product ul.movieList li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	padding: 0 10px;
	width: 50%;
	margin-bottom: 0px;
	font-weight: bold;
	vertical-align: top;
}
.subArticle.product .videoArea {
	max-width: 640px;
	margin: auto;
}
.subArticle.product .videoArea p.movieDL a {
	display: block;
	text-align: center;
	line-height: 42px;
	margin: 10px 0 15px auto;
	width: 200px;
	height: 42px;
	background-color: #cc0000;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.subArticle.product .videoArea video {
	width: 100%;
}
.subArticle.product .bgGray {
	background-color: #f4f4f4;
	padding: 30px;
	width: 80%;
	margin: 30px auto 50px auto;
	border-radius: 6px;
	text-align: center;
}
.subArticle.product .bgGray p.bigP {
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0;
	line-height: 40px;
}
.subArticle.product .bgGray p.bigP span {
	display: inline-block;
	border: 1px solid #FF0004;
	margin: 0 20px 0 5px;
}
.subArticle.product .bgGray ul.annotationList {
	list-style: none;
	margin-left: 1.25em;
}
.subArticle.product .bgGray ul.annotationList li {
	font-size: 14px;
	line-height: 1.25em;
	margin-bottom: 10px;
	text-align: left;
}
.subArticle.product .bgGray ul.annotationList li:last-child {
	margin-bottom: 0px;
}
.subArticle.product .bgGray ul.annotationList li::before {
	display: inline-block;
	width: 1.25em;
	content: "※";
	margin-left: -1.25em;
}
.subArticle.product .borderBox {
	border: 3px solid #FEA184;
	padding: 10px;
	width: 80%;
	margin: 30px auto 50px auto;
	text-align: center;
	position: relative;
}
.subArticle.product .borderBox p.iconTime {
	background-image: url(/images/product/icon_time.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 35px;
	padding-left: 45px;
	margin: 0;
	display: inline-block;
}
.subArticle.product .borderBox p.iconTime span {
	color: #FE6231;
	font-weight: bold;
	font-size: 20px;
}
.subArticle.product .borderBox p.small {
	position: absolute;
	right: 0px;
	bottom: -30px;
	margin: 0;
	font-size: 14px;
}
.subArticle.product ul.figureList {
	list-style: none;
	font-size: 0;
	margin: 30px auto;
}
.subArticle.product ul.figureList li {
	display: inline-block;
	font-size: 16px;
	width: 49%;
	margin-right: 2%;
	border: 1px solid #eee;
	border-radius: 6px;
}
.subArticle.product ul.figureList li:nth-child(even) {
	margin-right: 0%;
}
.subArticle.product ul.figureList li h3 {
	background-color: #eee;
	padding: 10px;
	margin-top: 0px;
}
.subArticle.product ul.figureList li p {
	margin: 10px;
}
.subArticle.product ul.figureList li img {
	display: block;
	width: 95%;
	height: auto;
	margin: 20px auto;
}
.subArticle.product .attentionBox {
	border: 2px solid #FCECEC;
	width: 80%;
	margin: 30px auto 50px auto;
	position: relative;
}
.subArticle.product .attentionBox h3 {
	color: #EB3939;
	background-color: #FCECEC;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
}
.subArticle.product .attentionBox h3::before {
	content: "";
	display: inline-block;
	width: 47px;
	height: 29px;
	background-image: url(/images/product/icon_car.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 29px;
	padding-left: 50px;
	vertical-align: middle;
}
.subArticle.product .attentionBox p {
	margin: 10px;
}
.subArticle.product .attentionBox ul {
	margin: 10px;
	padding-left: 2em;
}
.subArticle.product .attentionBox ul li {
	line-height: 1.25em;
	margin-bottom: 10px;
}





/* construction */
.subArticle.construction {
	width: 880px;
}
.subArticle.construction h3 {
	background-color: #e3e3e3;
	border-radius: 3px;
	font-size: 100%;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	clear: both;
}
.subArticle.construction h3.link {
	margin-top: 40px;
}
.subArticle.construction h3.h3Title {
	background-color: #e3e3e3;
	border-radius: 3px;
	font-size: 100%;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	margin-top: 3em;
	margin-bottom: 10px;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-left-width: 2.5em;
	border-left-style: solid;
	border-left-color: #666;
}
.subArticle.construction h3.h3Title span {
	display: block;
	position: absolute;
	left: -2.5em;
	top: 50%;
	width: 2.5em;
	text-align: center;
	color: #FFF;
	margin-top: -0.5em;
	line-height: 1em;
}
.subArticle.construction h3.h3Title span strong {
}
.subArticle.construction h3.group01 {
	background-color: #66CCCC;
	color: #FFF;
	font-size: 115%;
	padding: 3px;
	padding-left: 10px;
}
.subArticle.construction h3.group02 {
	background-color: #66CCFF;
	color: #FFF;
	font-size: 115%;
	padding: 3px;
	padding-left: 10px;
}
.subArticle.construction h3.group03 {
	background-color: #FFCC66;
	color: #FFF;
	font-size: 115%;
	padding: 3px;
	padding-left: 10px;
}
.subArticle.construction h4 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 1em;
	margin-top: 2em;
	position: relative;
}
.subArticle.construction h4 span {
	font-weight: bold;
	font-size: 80%;
	position: absolute;
	right: 0;
}
.subArticle.construction .imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom : 20px;
}
.subArticle.construction p {
	margin-bottom: 15px;
	word-break: break-all;
}
.subArticle.construction p.comments {
	padding-left: 1.5em;
}
.subArticle.construction p img {
	margin: auto;
	display: block;
	max-width: 500px;
}
.subArticle.construction p img.maxImg {
	max-width: 100%;
	width: 100%;
}
.subArticle.construction p img.floatImg {
	margin: 0 10px 40px 0;
	display: block;
	float: left;
}
.subArticle.construction p.bgGray {
	background-color: rgba(231,231,231,1);
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.subArticle.construction ol,
.subArticle.construction ul {
	font-size: 90%;
	margin-top: 1em;
	margin-left: 3em;
	margin-bottom: 1em;
}
.subArticle.construction ol li {
	margin-bottom: 10px;
	word-break: break-all;
}
.subArticle.construction ol li span.box {
	display: inline-block;
	padding: 10px;
	border: 1px solid rgba(204,204,204,1);
	margin: 0 10px 10px 0;
}
.subArticle.construction ol > h4,
.subArticle.construction ul > h4 {
	margin-bottom: 2em;
}
.subArticle.construction .bkBox {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	background-color: #333333;
	color: #FFFFFF;
}
.subArticle.construction .bkBox p {
	margin: 0px;
}
.subArticle.construction .bkBox p span {
	display: inline-block;
	width: 4.5em;
	padding: 5px;
	background-color: #CCCCCC;
	color: #000000;
	margin: 10px;
}
.subArticle.construction ul.movie {
	margin: 0;
	padding: 0;
}
.subArticle.construction ul.movie li {
	text-align: center;
	width: 48%;
	display: inline-block;
	margin: 0 0 30px 0;
}
.subArticle.construction ul.movie li:nth-child(odd) {
	margin-right: 4%;
}
.subArticle.construction ul.movie li .videoArea {
	margin-bottom: 0px;
}
.subArticle.construction ul.movie li .videoArea video {
	width: 100%;
}
.subArticle.construction ul.carcare {
	margin: 40px 0 0 0;
	padding: 0;
}
.subArticle.construction ul.carcare li {
	text-align: center;
	width: 28%;
	display: inline-block;
	margin: 0 2.5% 50px 2.5%;
	vertical-align: top;
}
.subArticle.construction ul.carcare li p {
	font-size: 14px;
}
.subArticle.construction ul.carcare li p span {
	font-size: 11px;
}
.subArticle.construction ul.carcare li img {
	width: 100%;
	height: auto;
	border: 4px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}
.subArticle.construction ul.carcare li a {
	color: #000000;
}
.subArticle.construction ul.carcare li a img:hover {
	border: 4px solid #666666;
}
.subArticle.construction ul.popinfo {
	margin: 40px 0 0 0;
	padding: 0;
}
.subArticle.construction ul.popinfo li {
	text-align: center;
	width: 45%;
	display: inline-block;
	margin: 0 2.5% 50px 2.5%;
	vertical-align: top;
}
.subArticle.construction ul.popinfo li p {
	font-size: 14px;
}
.subArticle.construction ul.popinfo li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.subArticle.construction ul.popinfo li p a.pdfDL {
	color: #FFF;
	background-color: #FF3300;
	display: block;
	margin-bottom: 15px;
	border-radius: 40px;
	line-height: 40px;
	font-size:18px;
	font-weight: bold;
}
.subArticle.construction ul.popinfo li p a.aiDL {
	color: #FFF;
	background-color: #F93;
	display: block;
	margin-bottom: 15px;
	border-radius: 40px;
	line-height: 40px;
	font-size:18px;
	font-weight: bold;
}
.subArticle.construction ul.popinfo li p a.pdfDL:hover,
.subArticle.construction ul.popinfo li p a.aiDL:hover {
	opacity: 0.6;
}
.subArticle.construction table.constTable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.5em;
}
.subArticle.construction table.constTable th {
	border: solid 1px #000;
	padding: 5px;
	background-color: #CCCCCC;
	text-align: center;
}
.subArticle.construction table.constTable td {
	border: solid 1px #000;
	padding: 5px;
}
.subArticle.construction table.constTable2 {
}
.subArticle.construction table.constTable2 th {
	white-space: nowrap;
}
.subArticle.construction table.constTable3 {
	table-layout: fixed;
}
.subArticle.construction table.constTable2 td,
.subArticle.construction table.constTable3 td {
	vertical-align: top;
}



/* result */
.titleCarInfo.result {
	height: auto;
	width: 100%;
	height: auto;
	background-color: #cc0000;
	position: relative;
	padding: 20px;
}
.titleCarInfo.result .resultInfo {
	width: 880px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.titleCarInfo.result .resultInfo h1 {
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	line-height: 1em;
}
.titleCarInfo.result .resultInfo:after {
	content: "";
	display: block;
	position: absolute;
	left: 160px;
	top: 0px;
	bottom: 0px;
	height:100%;
	width: 1px;
	background-color: #FFFFFF;
	-webkit-transform: skewX(155deg);
	-moz-transform: skewX(155deg);
	transform: skewX(155deg);
}
.titleCarInfo.result .resultInfo h2 {
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	padding-left: 200px;
	margin-bottom: 5px;
}
.titleCarInfo.result .resultInfo table {
	padding-left: 200px;
	width: 880px;
}
.titleCarInfo.result .resultInfo table tr {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	width: 49.5%;
}
.titleCarInfo.result .resultInfo table tr:nth-child(3) {
	display: block;
	clear: both;
}
.titleCarInfo.result .resultInfo table th {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
	padding: 10px 0 0 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.titleCarInfo.result .resultInfo table td {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	width: 200px;
	padding: 10px 0 0 1.2em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}
.titleCarInfo.result .resultInfo table td:before {
	content: ">";
	position: absolute;
	left:0;
}
.resultDataBox {
	margin-top: 40px;
	display: table;
	width: 100%;
}
.resultDataBox .resultTitleArea {
	display: table-cell;
	width: 242px;
	vertical-align: top;
	background: rgb(159,155,161);
	background: -moz-linear-gradient(top, rgb(159,155,161) 0%, rgb(209,207,211) 100%);
	background: -webkit-linear-gradient(top, rgb(159,155,161) 0%,rgb(209,207,211) 100%);
	background: linear-gradient(to bottom, rgb(159,155,161) 0%,rgb(209,207,211) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9ba1', endColorstr='#d1cfd3',GradientType=0 );
}
.resultDataBox .resultTitleArea h1 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	padding: 40px 0 30px 50px;
}
.resultDataBox .resultTitleArea h1 span {
	display: block;
	font-size: 26px;
	font-family: "Arial Black", Gadget, sans-serif;
	position: relative;
}
.resultDataBox .resultTitleArea h1 span:before {
	position: absolute;
	display: block;
	width: 26px;
	left: -20px;
	content: ">";
}
.resultDataBox .resultTitleArea img {
	display: block;
	margin: 0 auto;
	width: 117px;
	height: 92px;
}
.resultDataBox .resultDataArea {
	display: table-cell;
	vertical-align: top;
	padding-left: 40px;
}
.resultDataBox .resultDataArea h2 {
	margin-top: 3px;
	font-size: 22px;
}
.resultDataBox .resultDataArea table + h2 {
	margin-top: 40px;
	font-size: 22px;
}
.resultDataBox .resultDataArea .detailTable {
	width: 100%;
}
.resultDataBox .resultDataArea .detailTable th {
	font-size: 18px;
	font-weight: bold;
	color: #9F9BA1;
	text-align: right;
	width: 14em;
	padding: 3px;
	padding-right: 1.5em;
	position: relative;
}
.resultDataBox .resultDataArea .detailTable th:after {
	display: block;
	position: absolute;
	color: #cc0000;
	content: "　>";
	line-height: 1em;
	height: 1em;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
}
.resultDataBox .resultDataArea .detailTable td {
	padding: 3px 3px 3px 15px;
	font-size: 18px;
	font-weight: bold;
}
.resultDataBox .resultDataArea img {
	display: block;
	width: 95%;
	height: auto;
	margin: 15px auto 30px auto;
}
.resultDataBox .resultDataArea .youtubeBox {
	position: relative;
	width: 95%;
	padding-top: 56.25%;
	margin: 15px auto 30px auto;
}
.resultDataBox .resultDataArea .youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}






/* anshin */
.anshinTabel {
	margin-top: 60px;
	margin-bottom: 30px;
}
.anshinTabel table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.anshinTabel table th {
	padding: 15px;
	vertical-align: middle;
	font-size: 110%;
	font-weight: bold;
}
.anshinTabel table td {
	padding: 10px 15px 10px 15px;
	font-size: 100%;
	vertical-align: middle;
}
.anshinTabel table thead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9F9BA1;
	text-align: center;
	background-color: #F0F0F0;
}
.anshinTabel table thead th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECDCF;
}
.anshinTabel table thead th span {
	font-size: 90%;
	font-weight: normal;
	margin-left: 1em;
}
.anshinTabel table thead th:first-child {
	width: 250px;
}
.anshinTabel table thead th:last-child {
	border-right-width: 0px;
	width: 150px;
}
.anshinTabel table tbody {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECDCF;
}
.anshinTabel table tbody tr:nth-child(even) {
	background-color: #F8F8F8;
}
.anshinTabel table tbody th {
}
.anshinTabel table tbody td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECDCF;
}
.anshinTabel table tbody td:first-child {
	width: 250px;
}
.anshinTabel table tbody td:last-child {
	border-right-width: 0px;
	text-align: center;
	width: 150px;
}
.anshinTabel table tbody td img {
	width: 45px;
	height: 45px;
}
.anshinTabel table tbody td a {
	color: #000000;
	text-decoration: underline;
}
.anshinTabel table tbody td a:hover {
	text-decoration: none;
}


/* keeper */
.subArticle .keeper {
	max-width: 882px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
.subArticle .keeper p {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.keeperTabel {
	margin-top: 60px;
	margin-bottom: 30px;
}
.keeperTabel table {
	width: 100%;
	border-collapse: collapse;
}
.keeperTabel table th {
	padding: 15px;
	vertical-align: middle;
	font-size: 110%;
	font-weight: bold;
}
.keeperTabel table td {
	padding: 10px 15px 10px 15px;
	font-size: 100%;
	vertical-align: middle;
}
.keeperTabel table thead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9F9BA1;
	text-align: center;
	background-color: #F0F0F0;
}
.keeperTabel table thead th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECDCF;
}
.keeperTabel table tbody {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECDCF;
}
.keeperTabel table tbody tr:nth-child(even) {
	background-color: #F8F8F8;
}
.keeperTabel table tbody th {
}
.keeperTabel table tbody td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CECDCF;
}




.qrCodeArea {
	height: 100px;
	margin-top: -20px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}
.qrCodeArea img {
	width: 100px;
	height: 100px;
	margin-right: 30px;
	vertical-align: top;
}
.qrCodeArea p {
	display: inline-block;
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 15px;
}


#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: 680px;
	height: 400px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	padding: 25px;
}
#caution .textBox h2 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 10px;
}
#caution .textBox p {
	font-size: 13px;
	text-align: left;
	margin-bottom: 30px;
}
#caution .textBox p a {
	text-decoration: underline;
	color: #000;
}
#caution .textBox span.btnBox {
	display: block;
	line-height: 60px;
	height: 60px;
	width: 250px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #cc0000;
	text-align: center;
	cursor: pointer;
	margin: 40px auto 0 auto;
	-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 .textBox span.btnBox:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/* qrBox */
#mainContents .titleAreaTop.qrApp {
	padding-top: 100px;
}
#mainContents .titleAreaTop.qrApp .qrBox {
	text-align: center;
	width: 430px;
	height: 130px;
	display: block;
	margin: 15px auto auto auto;
	background-color: #cc0000;
	padding: 20px 0 20px 0;
}
#mainContents .titleAreaTop.qrApp .qrBox span.title {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn01,
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn02 {
	display: inline-block;
	width: 50%;
}
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn01 {
	border-right: 1px solid #FFFFFF;
}
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn01 a,
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn02 a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	display: block;
}
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn01 a img,
#mainContents .titleAreaTop.qrApp .qrBox span.linkBtn02 a img {
	width: 55px;
	height: 22px;
	display: block;
	margin: 0 auto 5px auto;
}

.videoArea {
	margin-bottom: 60px;
}
.videoArea video {
	width: 100%;
}

#popupBtn {
	display: block;
	line-height: 60px;
	height: 60px;
	width: 280px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #cc0000;
	text-align: center;
	cursor: pointer;
	margin: 40px auto 0 auto;
	-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;
	border: none;
	z-index: 1000000;
}
#popupBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#caution.search {
	cursor: pointer;
}
#caution.search .textBox {
	cursor: default;
	width: 90%;
	max-width: 550px;
	height: 600px;
}
#caution.search .textBox p {
	text-align: center;
	font-size: 100%;
	margin-bottom: 10px;
}
#caution.search .textBox .imageBox img {
	max-width: 100%;
	height: 150px;
}
#caution.search .textBox .logoEneos {
	width: 163px;
	height: auto;
	margin-bottom: 10px;
}
#caution.search .textBox .logoTekinavi {
	width: 109px;
	height: auto;
	margin-bottom: 20px;
}
#caution.search .textBox .imageBox {
	width: 340px;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 10px;
}
#caution.search .textBox .imageBox p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#caution.search .textBox dl {
	width: 340px;
	margin: 0 auto;
}
#caution.search .textBox dl dt {
	float: left;
	text-align: left;
	padding: 5px 20px;
}
#caution.search .textBox dl dd {
	text-align: right;
	padding: 5px 20px;
}
#caution.search .textBox dl dt.last {
	border-top: 1px solid #000000;
}
#caution.search .textBox dl dd.last {
	border-top: 1px solid #000000;
}
#caution.search .textBox #printBtn {
	margin-top: 10px;
}
