<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #1a1a1a;
	width: 100%;
	min-width: 323px;
	-webkit-text-size-adjust:100%;/*iphone*/
	font-family:DefaultRegular, Arial, Helvetica, sans-serif;
	overflow-y: scroll;
	}
body.ja {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}	

/*start screen*/

body#search{
	background: #000;
}
	
body.top {
	background: #060001;
	width:100%;
	height:100%;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
}



.model_title {
	margin-top:30px;
}

/*330_add*/
.model_title span{
	padding-left:0.5em;
}
/*330_add*/

.lead_movie {
	top:150px;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	width:100%;
	text-align:center;
}

#lead_movie2 {
	max-width:700px;
}

body.top .view {
	display: block;
	margin: 1em auto 0 auto;
	width: 100%;
	max-width: 1000px;
	z-index:-1;
}

.start_bn {
	width:100%;
	text-align:center;
}

.start_bn p {
	display:inline-block;
	cursor: pointer;
	cursor: hand;
	margin-top:1.1em;
	margin-bottom:0;
	color:#fff;
	font-size:1.8em;
}

div.start_bn p img {
	width:18%;
	max-width:160px;
	min-width:110px;
}

#manual {
	max-width:250px;
	min-width:150px;
	width:30%;
	/*height:25px;     0630 delete*/
	padding-top:5px;
	//width: 35%\9;
    //max-width: 100%\9;
    //height: auto\9;
}


/*****************for es*************************/
body.es #manual {
	max-width:400px;
	min-width:240px;
	width:50%;
}
/*****************for es*************************/
/*****************for fr*************************/
body.fr #manual {
	max-width:400px;
	min-width:240px;
	width:50%;
}
/*****************for fr*************************/
/*****************for js*************************/
body.js #manual {
	max-width:150px;
}
/*****************for js*************************/



br.kai {
    //display:none;
    margin:0;
    padding:0;
    height:0;
    line-height:5px;
}

/*
img.enter_hover{
	display:none;
}

.start_bn p:hover &gt; .enter_hover {
	display:inline-block;
}

.start_bn p:hover &gt; .enter_off{
	display:none;
}

start screen*/
a {
	text-decoration: none;
}
a img {
	border: none;
}

body.top #header&gt;div {
    text-align:center;
}

body.top #header&gt;div p {
    width:100%;
    display:inline-block;
}

img.carname {
    width:65%;
    max-width:420px;
    //width: 50%\9;
    //max-width: 100%\9;
    //height: auto\9;
}

/*Matsudarogo of menu*/
#header {
	top:0px;
	left:0px;
	width: 100%;
	background-color: #1a1a1a;
	position: fixed;
	background-image: url(../img/top_img_01.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-size: 280px;
	z-index: 999;
	min-width: 300px;
}

.top #header {
	position:relative;
}

/*Global menu*/

/*330_add start_screen logo*/
body.top div.header {
	background-position: 0px -2.0px;
}
/*330_add start_screen logo*/




/*to be overridden by theme */
.ui-tooltip {
	font-size: 0.6em;
	width: 300px;
	text-align: center;
	word-wrap: break-word;
	background-color:#404040;
	background-image: none;
	border:none;
	color: rgb(175,176,176);
	box-shadow: 0px 0px;
}


/*Character reset such link*/
#header a:link, #header a:visited, #header a:active {
	color:#999;
	cursor:pointer;
	cursor: hand;
}

/*0404_add*/
#header a:link {
	
}

/*0404_add*/

/*#header a:hover {
	color:white;
	cursor: auto;
	}
#header a:hover .on {
	display: inline;
}
#header a:hover .off {
	display: none;
}
*/
#header a .on{
	display: none;
}

#header a .off{
	display: inline;
}
#visual #header .gmenu_visual a .on, #scene #header .gmenu_scene a .on, #search #header .gmenu_word a .on, #movie #header .gmenu_movie a .on {
	display: inline;
}
#visual #header .gmenu_visual a .off, #scene #header .gmenu_scene a .off, #search #header .gmenu_word a .off, #movie #header .gmenu_movie a .off {
	display: none;
}

#header .line_title {
	margin-top: 0;
}

div.A2 {
	position: fixed; 
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
	background-color: #000000;
}



/*********************/
/***Menu at the top***/
/********************/
div.A2-1 {
	display: table;
	width: 90%;     
	margin: 25px auto 0 auto;
}

/*********left(dummy)**********/
div.A2-1-1 {
	display: table-cell;
	width: 20%;
	vertical-align: top;
}

div.A2-1-1 img {
	width: 214px;
}

/***********center(car_logo)************/
div.A2-1-2 {
	display: table-cell;
	width: 60%;
	padding-left: 0%;
	text-align: center;
	margin: 0 auto;
	vertical-align:bottom
}

/*for pc*/
div.A2-1-2 .menu_title img {
	vertical-align: middle;
	width:461px;
	min-width:333px;
	height: 22px;
}

/*****************for es*************************/
body.es div.A2-1-2 .menu_title img {
	width:565px;
}
/*****************for es*************************/
/*****************for fr*************************/
body.fr div.A2-1-2 .menu_title img {
	width:592px;
}
/*****************for es*************************/


/*for smart_phone*/
div.A2-1-2 .menu_title img+img {
	vertical-align: middle;
	width:461px;
	//min-width:333px;
	height: 30px;
	display:none;
}

/***********right(read_first)************/
div.A2-1-3 {
	display: table-cell;
	width: 20%;
}

div.A2-1-3 .menu_title2 {
	color:#999;
	font-size:12px;
	text-align: center;
	background-color: #333333;
	width:170px;   //330_change
	margin-top:10px;
	margin-right: 0;
	margin-left: auto;
	padding:4px 0px;
}
div.A2-1-3 .menu_title2 a img {
	vertical-align: middle;
	padding-right: 4px;
	width: 17px;
	height: 17px;
}

div.A2-1-3 p.menu_title2 a {
	text-decoration: underline;
	color: #FFFFFF;
}

.menu_title2 a:hover {
	color:#ffffff;
}







/**********************************/
/***Menu at the top (groval_menu)***/
/**********************************/

/*The bottom of the menu*/
.gmenu {
	position:relative;   /*0810 add*/
	width : 100%;
	color: #999;
	margin-top:30px;
	clear:both;
}

/*The bottom of the menu Setting the width and the like of the entire menu */
.menu {
	position: relative;
	color:#999;
	margin:0 auto; 
	padding:0; 
	height:45px; 
	width:100%; 
	max-width:820px;
	text-align: center;    /*Align Center the text of each menu */
}

		
/*The bottom of the menu Icon size */
.gmenu img {
 	height:25px;
 	width:100%;
 	bottom:12px;
 	left:0;
 	align: middle;
 	//vertical-align:middle;
 	//margin:0 auto;
}








.menu_title { 
    margin:0 auto;
}

.menu li a {
	padding-left:0px; 
	font-size:12px; 
	cursor:pointer;
	cursor: hand;
}
.menu li a span {
	/*position: absolute;*/
	/*right:5px;*/
}



/*Decide the width of each menu*/
.menu li {
 position: relative;
 width:150px;
 list-style:none;
 display: inline-block;  /*Each menu in-line elements (to the left and right center )*/
 color:#999;
 height:25px;
}




.gmenu_scene,.gmenu_word,.gmenu_movie,.gmenu_inquiry { 

    background:url("../img/kugiri_line.png");
    background-repeat:no-repeat;
    margin-left:-4px;
}



.gmenu_visual_chi,.gmenu_scene_chi,.gmenu_word_chi,.gmenu_movie_chi,.gmenu_inquiry_chi {
	position: relative;
	height:35px;  /*Need bottom adjustment of spacing img menus and blue lines*/
	margin:0 auto;
	width:140px;
	overflow:hidden;
	color:tranparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


/*********************************************************/

body.es li.gmenu_visual {
	width:150px;
}
body.es .gmenu_visual_chi {
	width:140px;
}
body.es .gmenu div.gmenu_visual_chi img {
	width:130px;
}

body.es li.gmenu_scene {
	width:170px;
}
body.es .gmenu_scene_chi {
	width:160px;
}
body.es .gmenu div.gmenu_scene_chi img {
	width:150px;
}

body.es li.gmenu_word {
	width:90px;
}
body.es .gmenu_word_chi {
	width:80px;
}
body.es .gmenu div.gmenu_word_chi img {
	width:70px;
}

body.es li.gmenu_movie {
	width:108px;
}
body.es .gmenu_movie_chi {
	width:98px;
}
body.es .gmenu div.gmenu_movie_chi img {
	width: 88px;
	height: 25px;
}

body.es li.gmenu_inquiry {
	width:110px;
}
body.es .gmenu_inquiry_chi {
	width:100px;
}
body.es .gmenu div.gmenu_inquiry_chi img {
	width: 90px;
}

/*********************************************************/

/*********************************************************/

body.fr li.gmenu_visual {
	width:162px;
}
.gmenu_visual_chi {
	width:152px;
}
body.fr .gmenu div.gmenu_visual_chi img {
	width:142px;
}

body.fr li.gmenu_scene {
	width:190px;
}
body.fr .gmenu_scene_chi {
	width:180px;
}
body.fr .gmenu div.gmenu_scene_chi img {
	width:170px;
}

body.fr li.gmenu_word {
	width:88px;
}
body.fr .gmenu_word_chi {
	width:78px;
}
body.fr .gmenu div.gmenu_word_chi img {
	width:68px;
}

body.fr li.gmenu_movie {
	width:140px;
}
body.fr .gmenu_movie_chi {
	width:130px;
}
body.fr .gmenu div.gmenu_movie_chi img {
	width: 120px;
	height: 25px;
}

body.fr li.gmenu_inquiry {
	width:140px;
}
body.fr .gmenu_inquiry_chi {
	width:130px;
}
body.fr .gmenu div.gmenu_inquiry_chi img {
	width: 120px;
}

/*********************************************************/



/*
.gmenu_visual_chi:hover,.gmenu_scene_chi:hover,.gmenu_word_chi:hover,.gmenu_movie_chi:hover,.gmenu_inquiry_chi:hover {
	border-bottom: 3px solid #0086d3;
}
*/

#visual .gmenu_visual_chi, #scene .gmenu_scene_chi, #search .gmenu_word_chi, #movie .gmenu_movie_chi {
	border-bottom: 3px solid #0086d3;
}

/*
.gmenu_visual_chi:hover &gt; a,.gmenu_scene_chi:hover &gt; a,.gmenu_word_chi:hover &gt; a,.gmenu_movie_chi:hover &gt; a,.gmenu_inquiry_chi:hover &gt; a {
	color:#ffffff;
}*/










/*Footer*/

#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: 0.9em;
	background: #333333;/* Old browsers */
}

#footer table{
	width: 80%;
	margin: 0 auto;
}
#footer a{
	color: #9F9F9F;
	//opacity: 0.6;  330_add
}


#footer a .on {
	display: none;
}
#footer a .off {
	display: inline;
}

/*330_add*/
#footer .page_prev{
	text-align: left;
	width:25%;

}
/*330_add*/

#footer .page_top{
	text-align: center;
	width:50%;  //330_add

}
#footer .page_next{
	text-align: right;
	width:25%;  //330_add
}


#footer a:hover {
	color:#FFFFFF;
	}

/*330_del	
#footer a:hover .on {
	display: inline;
}
#footer a:hover .off {
	display: none;
}
330_del*/

/*Footer*/

select {
	height: 45px;
	font-size: 100%;
	padding-left: 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	text-indent: .01px;
	text-overflow: "";
}
.v_box {
	width:100%;
	margin:0 0 auto;
	overflow-x:hidden;
}

#container, #container_v {
	background: none;
	//margin-top: 165px;
	/*margin-bottom: 38px;*/
	margin-bottom: 65px;
}





#load_container {
	display: none;
}
#container_v {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div.A1 {
	heigh: 5%;
}






div.A2-2 {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: 5px 0px 0px 0px;
}
div p.m1, div p.m2, div p.m3, div p.m4, div p.m5, div p.m6 ,
#m1, #m2, #m3, #m4, #m5, #m6{
	display: table-cell;
	width: 12.5%;
	cursor: pointer;
	cursor: hand;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e),
		color-stop(0.5, #575757), to(#3e3e3e));
	background: -moz-linear-gradient(top, #3e3e3e, #575757 50%, #3e3e3e);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#575757', GradientType=0)";
	background: -ms-linear-gradient(top, #3e3e3e, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e',
		endColorstr='#575757', GradientType=0); /* IE7,8,9 */
	white-space: nowrap;
	margin-bottom: 5px;
}
div.A2-2 div p.m_active {
	display: table-cell;
	width: 12.5%;
	cursor: pointer;
	cursor: hand;
	background: -webkit-gradient(linear, left top, left bottom, from(#880000),
		color-stop(0.5, #ac1223), to(#880000));
	background: -moz-linear-gradient(top, #880000, #ac1223 50%, #880000);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#880000', endColorstr='#ac1223', GradientType=0)";
	background: -ms-linear-gradient(top, #880000, #ac1223);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#880000',
		endColorstr='#ac1223', GradientType=0); /* IE7,8,9 */
	white-space: nowrap;
}
span.h_menu_text {
	margin-top: -10px;
}
.line_title {
	text-align:center;
	color: #FFFFFF;
	font-size: 120%;
	padding: 0 10px;
	white-space: nowrap;
	margin:10px 0
}
.kakubu {
	display: block;
	width: 755px;
	color: #FFFFFF;
	font-size: 28px;
	padding: 15px;
	margin-bottom: 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 38, 53,
		0.7)), to(rgba(176, 38, 53, 0.7)));
	background: -moz-linear-gradient(top, rgba(176, 38, 53, 0.7), #000000);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#007CE7', endColorstr='#000000', GradientType=1)";
	background: linear-gradient(to bottom, rgba(176, 38, 53, 0.7), #000000);
}

div.sec_menu {
	display: block;
	height: 140px;
	width: 500px;
	background-color: #FFFFFF;
	margin: 10px;
	float: left;
}
div.show {
	display: block;
	z-index: 100;
	padding: 0px 50px;
	width: 100%;
}
div.bar01 {
	background-color: rgba(214, 163, 20, 0.7);
}
div.bar02 {
	position: relative;
	bottom: 50px;
	background-color: rgba(147, 104, 169, 0.7);
}
div.bar03 {
	position: relative;
	bottom: 50px;
	background-color: rgba(24, 73, 157, 0.7);
}
div.bar04 {
	position: relative;
	bottom: 50px;
	background-color: rgba(121, 188, 43, 0.7);
}
div.bar05 {
	position: relative;
	bottom: 50px;
	background-color: rgba(179, 29, 36, 0.7);
}
.centered div.sec {
	position: relative;
	margin-left: 10px;
	padding: 5px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
}
body.ja .centered div.sec {
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}

p.sec {
	/*position: relative;*/
	/*padding: 6px 5px 6px 15px;*/
	margin: 0px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	/*float: left;*/
}
body.ja p.sec{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}

div.sec_card_sort{
	float: right;
	padding: 7px 20px;
}
div.sec_card_sort select{
	height: 26px;
}
.sort_select_bg{
	color: #FFFFFF;
	background: #3E3A39;
}
div.sec_title_bar01 p.sec,
div.sec_title_bar02 p.sec,
div.sec_title_bar03 p.sec,
div.sec_title_bar04 p.sec,
div.sec_title_bar05 p.sec
{
	padding: 10px 5px 8px 15px;
	float: left;
	margin: 0px;
}
div.sec_title_bar01,
div.sec_title_bar02,
div.sec_title_bar03,
div.sec_title_bar04,
div.sec_title_bar05
{
	display: table;
	width: 100%;
}
div.sec_title_bar01 {
	padding: 0px;
	background-color: rgba(214, 163, 20, 0.7);
}
div.sec_title_bar02 {
	height: 42px;
	margin-top: 5px;
	position: relative;
	bottom: 0px;
	background-color: rgba(147, 104, 169, 0.7);
}
div.sec_title_bar03 {
	height: 42px;
	margin-top: 5px;
	position: relative;
	bottom: 0px;
	background-color: rgba(24, 73, 157, 0.7);
}
div.sec_title_bar04 {
	height: 42px;
	margin-top: 5px;
	position: relative;
	bottom: 0px;
	background-color: rgba(121, 188, 43, 0.7);
}
div.sec_title_bar05 {
	height: 42px;
	margin-top: 5px;
	position: relative;
	bottom: 0px;
	background-color: rgba(179, 29, 36, 0.7);
}
div.search_result, div.dealer_result {
	/*height: 30px;*/
	margin: 10px 0px;
	padding: 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e),
		color-stop(0.5, #575757), to(#3e3e3e));
	background: -moz-linear-gradient(top, #3e3e3e, #575757 50%, #3e3e3e);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#575757', GradientType=0)";
	background: -ms-linear-gradient(top, #3e3e3e, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e',
		endColorstr='#575757', GradientType=0); /* IE7,8,9 */
}
ul.accordion ul {
	display: none;
}
div.card {
	width: 240px;
	height: 160px;
}
div.card_hide {
	width: 240px;
	height: 180px;
	border: solid 0px #FFFFFF;
	margin: -1px;
	position: absolute;
	display: none;
}
div.menu_0 {
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 160px;
	color: #000000;
	border: solid 0px #FFFFFF;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	overflow-y:hidden;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.menu_1 {
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 160px;
	color: #FFFFFF;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	overflow-y:hidden;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.menu_2 {
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 160px;
	color: #FFFFFF;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
div.menu_3 {
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 160px;
	color: #FFFFFF;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
div.menu_4 {
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 160px;
	color: #FFFFFF;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
div.menu_5 {
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 160px;
	color: #FFFFFF;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
div.menu_6 {
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 180px;
	color: #FFFFFF;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 4px 4px 3px 3px/4px 4px 3px 3px;
	-moz-border-radius: 4px 4px 3px 3px/4px 4px 3px 3px;
	border-radius: 4px 4px 3px 3px/4px 4px 3px 3px;
}
div.menu_7 {
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 170px;
	color: #FFFFFF;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}

div.menu_8 { /* contact */
	cursor: pointer;
	cursor: hand;
	width: 240px;
	height: 170px;
	color: #FFFFFF;
	position: absolute;
	background: #118fbf;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
div.menu_dealer {
	display: block;
	width: 600px;
	height: 280px;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
div.menu_prefucture,
div.menu_keyword{
	display: block;
	width: 600px;
	margin: 1.5px;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
img.menu_icon {
	position: absolute;
	height: 1.5em;
	margin-left: -2.5em;
	margin-top: -0.25em;
}
p.menu {
	color: #FFFFFF;
	margin: 5px 0px;
	padding: 0.5em 0em;
	text-align: center; //
	background: -webkit-gradient(linear, left top, right top, from(#3867A8),
		to(#001133)); //
	background: -moz-linear-gradient(left, #3867A8, #001133); //
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3867A8', endColorstr='#001133', GradientType=0)";
	//
	background: linear-gradient(to right, #3867A8, #001133);
}
#searchform2 {
	position: relative;
}
#keywords2 {
	width: 165px;
	height: 16px;
	background: #FFF;
	border: none;
	padding: 4px;
	color: #000;
}
#searchBtn2 {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 175px;
}
p.menu_title {
	color: #FFFFFF;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
body.ja p.menu_title{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}

p.menu_title2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
}
body.ja p.menu_title2{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}

div.menu_0 .card_title {
	font-size: 80%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#23466E));
	background: -moz-linear-gradient(left, #010101, #23466E);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#23466E', GradientType=1)";
	background: linear-gradient(to right, #010101, #23466E);
}
div.menu_1 .card_title {
	font-size: 80%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#23466E));
	background: -moz-linear-gradient(left, #010101, #23466E);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#23466E', GradientType=1)";
	background: linear-gradient(to right, #010101, #23466E);
}
div.menu_2 .card_title {
	font-size: 90%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#6C5776));
	background: -moz-linear-gradient(left, #010101, #6C5776);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#6C5776', GradientType=1)";
	background: linear-gradient(to right, #010101, #6C5776);
}
div.menu_3 .card_title {
	font-size: 90%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#499475));
	background: -moz-linear-gradient(left, #010101, #499475);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#499475', GradientType=1)";
	background: linear-gradient(to right, #010101, #499475);
}
div.menu_4 .card_title {
	font-size: 90%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#A44682));
	background: -moz-linear-gradient(left, #010101, #A44682);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#A44682', GradientType=1)";
	background: linear-gradient(to right, #010101, #A44682);
}
div.menu_5 .card_title {
	font-size: 90%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#77AAD7));
	background: -moz-linear-gradient(left, #010101, #77AAD7);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#77AAD7', GradientType=1)";
	background: linear-gradient(to right, #010101, #77AAD7);
}
div.menu_6 .card_title {
	font-size: 90%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#57646D));
	background: -moz-linear-gradient(left, #010101, #57646D);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#57646D', GradientType=1)";
	background: linear-gradient(to right, #010101, #57646D);
}
div.menu_7 .card_title {
	font-size: 90%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#aaaaaa));
	background: -moz-linear-gradient(left, #010101, #aaaaaa);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#010101', endColorstr='#aaaaaa', GradientType=1)";
	background: linear-gradient(to right, #010101, #aaaaaa);
}
div.menu_8 .card_title {
	font-size: 90%;
	margin: 2px 2px 0px 2px;
	padding: 5px 5px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#010101),
		to(#cccccc));
}
div.movie_link a:link {
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00a0e8;
	vertical-align: super;
}
body.ja div.movie_link a:link {
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}

p.card_text0 {
	font-size: 90%;
	padding: 0px 0px;
	margin: 0px;
	word-break: break-all;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	display: table-cell;
	line-height: 1.5em;
	width: 240px;
	height: 162px;
	top: 0px;
}
body.ja p.card_text0{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}


.card_text{
	padding: 43px 10px 10px 10px;
	line-height: 18px;
}
p.card_text {
	font-size: 90%;
	margin: 0px;
	word-break: break-all;
	vertical-align: middle;
	display: inline-block;
}
div.card_text0 {
	font-size: 15px;
	position: absolute;
	top: 0px;
	text-align: center;
	width: 240px;
	height: 50px;
	background: #FBA414;
	vertical-align: middle;
	border-radius: 3px;
}
div.card_text_movie {
	font-size: 15px;
	position: absolute;
	top: 0px;
	text-align: left;
	width: 240px;
	height: 45px;
	background: #3e3a39;
	vertical-align: top;
	border-radius: 3px;
	-webkit-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	overflow-y: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.card_text_dealer {
	position: absolute;
	top: 0px;
	text-align: left;
	width: 240px;
	height: 50px;
	background: #118fbf;
	vertical-align: top;
	-webkit-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
}
div.card_text_dealer0 {
	top: 0px;
	text-align: left;
	width: 100%;
	height: auto;
	background: #118fbf;
	vertical-align: top;
	-webkit-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
}
div.card_text_dealer_etc {
	position: absolute;
	top: 0px;
	text-align: left;
	width: 240px;
	height: 180px;
	background: #118fbf;
	vertical-align: middle;
	border-radius: 3px;
}
div.card_text01 p, div.card_text02 p, div.card_text03 p, div.card_text04 p,
	div.card_text05 p, div.card_text_movie p, div.card_text_dealer p, div.card_text_dealer0 p
	{
	margin: 5px 10px;
	margin-top: 5px;
	padding: 0;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 120%;
}
body.ja div.card_text01 p, body.ja div.card_text02 p, body.ja div.card_text03 p, body.ja div.card_text04 p,
	body.ja div.card_text05 p, body.ja div.card_text_movie p, body.ja div.card_text_dealer p, body.ja div.card_text_dealer0 p
	{
 	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}


div.card_text_dealer0 p {
	margin: 0 5px;
	padding: 8px;
}
div.card_text_dealer_etc p {
	font-size: 150%;
	text-align: center;
	margin: 50px 10px;
	padding: 0;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 120%;
}
body.ja div.card_text_dealer_etc p{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}


div.menu_7 p.dealer_text {
	margin-top: 53px;
}
p.tel_big {
	color: #00a0e8;
	font-size: 200%;
	padding: 5px 10px;
	margin: 0px;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
body.ja p.tel_big{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}


p.tel_text {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px 10px;
	white-space: nowrap;
}

p.dealer_text {
	margin: 0px;
	padding: 0px 10px;
	line-height: 24px;
	color:#000000;
}

.phone_number p.dealer_text {
	padding: 0px 20px;
}

.shop_map img {
	width: 100%;
}
p.dealer_text a {
	color: #00a0e8;
}
div.dealer_box {
	margin: 10px;
}
div.dealer_box div {
	vertical-align: top;
	display: table-cell;
}
div.dealer_box div.phone_number{
	width:40%;
}
.shop_info{
	font-size: 16px;
}
.shop_info {
	padding: 5px 5px;
	line-height: 24px;
}
/* setting */
div.set {
	margin-left: 50px;
}
div.set div {
	text-align: left;
	width: 100%;
}
div.set td img {
	border: none;
}
div.fontsize {
	margin-top: 30px;
}
div.fontsize div {
	width: 26%; display : inline-block;
	vertical-align: top;
	display: inline-block;
}
div.uicolor {
	margin-top: 30px;
}
div.uicolor div {
	width: 26%; display : inline-block;
	vertical-align: top;
	display: inline-block;
}
div.set div div.change_fontsize {
	width: 50px;
}
div.set div div.change_uicolor {
	width: auto;
}
div.set div div.change_fontsize, div.set div div.change_uicolor {
	font-size: 150%;
	text-align: center;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#3e3e3e),
		color-stop(0.5, #575757), to(#3e3e3e));
	background: -moz-linear-gradient(left, #3e3e3e, #575757 50%, #3e3e3e);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#575757', GradientType=0)";
	background: -ms-linear-gradient(left, #3e3e3e, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e',
		endColorstr='#575757', GradientType=0); /* IE7,8,9 */
	border: 1px solid #FFFFFF;
	position: inherit;
}
div.set div div.active {
	font-size: 150%;
	text-align: center;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, right top, from(#158eb3),
		color-stop(0.5, #33a0db), to(#158eb3));
	background: -moz-linear-gradient(left, #158eb3, #33a0db 50%, #158eb3);
	background: -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#158eb3', endColorstr='#33a0db', GradientType=0)";
	background: -ms-linear-gradient(left, #158eb3, #33a0db);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#158eb3',
		endColorstr='#33a0db', GradientType=0); /* IE7,8,9 */
	border: 1px solid #FFFFFF;
}
div.set div div.change_fontsize {
	padding: 5px 10px;
	display: inline-block;
}
div.set div div.change_fontsize a {
	color: #FFFFFF;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
}
body.ja div.set div div.change_fontsize a{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}


div.set div div img {
	padding: 0px 10px;
}
div.set td ul li a {
	padding: 10px;
}
div.set p {
	margin: 0px;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}
body.ja div.set p{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}


div.set p.set_text {
	font-size: 25px;
}
#foot {
	position: absolute;
	bottom: 0;
	width: 366px;
}
img#foot_logo {
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
div.content {
	position: absolute;
	height: 100%;
	left: 240px;
	top: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}
#b_img {
	position: fixed;
	right: 0;
	top: 0px;
	z-index: -1;
	min-width: 1800px;
	width: 100%;
}
header {
	display: none;
}
.slidemenu {
	display: none;
}
#edge2 {
	display: none;
}
.modal {
	display: none;
}
.modalBody {
	position: fixed;
	z-index: 1000;
	width: 70%;
	background-color: #FFFFFF;
	top: 15px;
	height: 100px;
	border: solid 2px #B02635;
	border-radius: 7px;
	margin: 0px 15%;
	padding: 0 0 20px 0;
}
p.close {
	text-align: right;
	background: #B02635;
	color: white;
	width: 100%;
	margin: 0px;
	padding: 3px 0px;
}
#close_area {
	cursor: pointer;
}
#close_area_2 {
	cursor: pointer;
}

/* visual serch */
#visual .box {
	height: 522px;
	width: 880px;
}

#visual .visual {
	width: 100%;
	height: 100%;
}

#visual .switch {
	margin-top:5em;
	height: 100px;
}
#visual .switch&gt;a {
	display: block;
	width: 180px;  /*330_change*/
	margin: auto;
	height: 100%;
	cursor: pointer;
	cursor: hand;
}


#visual .box iframe {
	width: 100%;
	height: 100%;
	border:none;
}

/* search form */
body#search div#container {
	margin-top: 230px;
}
#searchBg  {
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;	
}

.searchForm {
	background: none;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	z-index: 5;
}
.searchForm ul.movie_search {
	padding: 0px;
	margin: 0 auto;
}
#searchform1 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
#searchform1 div {
	display: inline-table;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}
div.movie_search {
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
div.searchText {
	display: inline-block;
	vertical-align: middle;
	width: 36%;
}
#keywords1 {
	height: 36px;
	border: 0px;
	padding: 0px 10px;
	width: 100%;
	vertical-align: middle;
	font-family:DefaultRegular, Arial, Helvetica, sans-serif;
	font-size:15px;
}
body.ja #keywords1{
	font-family:Arial, Helvetica, sans-serif;
}

input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0;
}
#ajaxLoader {
	display: none;
	background-image: url("../img/load.gif");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	width: 7%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
ul.movie_search li div.onload {
	background: #595959;
	color: #B0B0B0;
}



/* movie*/
.movie_search li {
	list-style: none;
	vertical-align: bottom;
}
ul.movie_search input.movie_search_bt {
	line-height: 35px;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 0 22px;
	background-color: #118fbf;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-style: none;
	display: inline-table;
	margin-left: 15px;
	vertical-align: middle;
	height: 36px;
	cursor: pointer;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	display:inline;
	vertical-align:middle;
	letter-spacing: 4px;
	font-family: DefaultBold, Arial, Helvetica, sans-serif;
	font-size:13px; 
	width: 7%;
	padding: 0px 13px;
	letter-spacing:1px;
}
body.ja ul.movie_search input.movie_search_bt {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.movie_search_bt p {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	display: table-cell;
}
.ul.movie_search input.movie_search_bt:hover {
	background-color: #00ACED;
}
.movie_cap {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.movie_cap img {
	margin: 0px 15px;
	padding: 0px;
	margin-bottom: 5px;
	width: 190px;
	height: 100px;
	bottom: 0;
}
.scene_cap img {
	margin: 0px 15px;
	padding: 5px 0px;
	width: 190px;
	height: 100px;
	bottom: 0;
	position: absolute;
}
.scene_movie_cap {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.scene_movie_cap img {
	padding: 0 20px;
	width: 190px;
	height: 100px;
	margin-top: 53px;
}
.movie_link {
	padding-left: 11px;
}
/* card common style */
div.col3 {
	margin: 10px;
}
/* ClearFix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* global menu */
li a:link {
	color: #FFFFFF;
}
div.A2-2 p.menu img {
	height: 40px;
}
div.A2-2 div {
	border: 1px solid #717171;
	display: table-cell;
	width: 15%;
}
div.A2-2 div:hover {
	border: 1px solid #ac1223;
}
.centered {
	margin: 0 auto;
}
/* scene Chapter*/
div.col2 {
	position:absolute;
	display:block;
	margin: 5px 10px;
	width: 316px;
	height:295px;
	background:#292929;
	top:-100px;
	left:-500px;
}
div.col2 div {
	display:block;
	position:relative;
	width:100%;
	//bottom:0;  /**********/
	top:0px;   /**********/
	vertical-align:top;
	/padding-left: 5px;
}
div.col2 div:first-child {
	position:relative;
	top:160px;  /*****/
}

div.col2 div img {
	//position:absolute;
	right:0;
	//bottom:0; /*********/
	width:100%;
	height:160px;
}
div.col2 div  p {
	margin:0 10px 5px 15px;;
	color:#afb0b0;
	font-size:80%;
}
 #scene p.sectitle {
	display:table;
	padding:15px 0 0px;
	font-size:100%;
	width: 286px;
	margin-bottom:7px;
	padding-bottom:5px;
}
#scene #container &gt; div:first-child p.sectitle {
	border-bottom:solid 1px #96c6d4;
}
#scene #container &gt; div:first-child + div p.sectitle {
	border-bottom:solid 1px #8fbfa1;
}
#scene #container &gt; div:first-child + div + div p.sectitle {
	border-bottom:solid 1px #cfdaa9;
}
#scene #container &gt; div:first-child + div + div + div p.sectitle {
	border-bottom:solid 1px #e1c471;
}
#scene #container &gt; div:first-child + div + div + div + div p.sectitle {
	border-bottom:solid 1px #cb7350;
}
#scene #container &gt; div:first-child + div + div + div + div + div p.sectitle {
	border-bottom:solid 1px #ce7b81;
}
#scene #container &gt; div:first-child + div + div + div + div + div + div p.sectitle {
	border-bottom:solid 1px #d4b3d1;
}
#scene #container &gt; div:first-child + div + div + div + div + div + div + div p.sectitle {
	border-bottom:solid 1px #bc9a7b;
}


/* scene_big */
div.colm1 {
	position:absolute;
	display:block;
	margin: 5px 10px;
	//padding-bottom:10px;
	width: 316px;
	height:295px;
	top:-100px;
	left:-500px;
	overflow:hidden;
	background:#292929;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div.colm2 {
	display:block;
	margin: 5px 10px;
	padding-bottom:10px;
	width: 316px;   /*0702 change*/
	height:295px;   /*0702 change*/
	overflow:hidden;
	background:#292929;
}
div.colm1.filler {
	background: transparent;
}
div.colm2 img.colm1 {
	width:100%;
	height:160px;
}

div.colm2 div {
	//columns:316px auto;  /*0702 change*/
	//-moz-columns: 316px auto;
	//-webkit-columns: 316px auto;
	//-o-columns: 316px auto;
	//-ms-columns: 316px auto;
	height: 87px;
	float:none;
	
}
div.colm1 div p, div.colm2 div p {
	margin:0 10px;
	color:#666666;
	font-size:80%;
	line-height:140%;
	padding:1px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div.colm1 div p a, div.colm2 div p a {
	color:#afb0b0;
}
div.colm1 div p a:after, div.colm2 div p a:after, div.howto_back_bt a:after {
	content: url(../img/arrow.png); 
	color:#0086d3;
}
div.colm2 div.boxcol1 {
	//float: left;
	width: 100%;  /*0702 change*/
	height: 100px;  /*0702 change*/
	overflow:hidden;
}

/*0702 add*/
div.colm1 div.menu_btn {
	position: absolute;
	bottom: 0;
	width:100%;
	height:50px;
	//background:-webkit-gradient(linear, left top, left bottom,from(rgba(41,41,41,0.1)),to(rgba(41,41,41,0.9)));
	//background-image:url("../img/aco_closed.svg") no-repeat center;
	//background: -moz-linear-gradient(top, rgba(41,41,41,0.5), #292929);
	cursor:pointer;
	background:url("../img/aco_closed.png") no-repeat center;
}

/*0702 add*/


/*0702delete

div.colm2 div.boxcol2 {
	float: right;
	width: 50%;
	height: 40%;
}

*/

#search div.box p.enable&gt;a{
	color: #afb0b0;
	cursor: pointer;
}
#search div.box p &gt; a {
	cursor: text;
	color: #666666;
}
#search div.box p.enable &gt; a:after{
	content: url(../img/arrow.png);
	color: #0086d3;
}
#search div.box p &gt; a:after{
	content: none;
}
/*movie*/
a img {
    border-style:none;
}
a{
	outline: none;
}
a:focus{
	outline: none;
}
#container_v div.colm1 {
	display:block;
	margin: 5px 5px;
	padding-bottom:10px;
	width: 316px;
	height:295px;
	overflow:hidden;
	background:#292929;
}
#container_v div.colm2 {
	display:block;
	margin: 5px 5px;
	padding-bottom:10px;
	width: 642px;
	height:295px;
	overflow:hidden;
	background:#292929;
}
#container_v div.colm3 {
	display:block;
	margin: 5px 5px;
	padding-bottom:10px;
	width: 642px;
	height:610px;
	overflow:hidden;
	background:#292929;
}
#container_v p.l1 {
	margin: 5px 10px;  /*0404_change*/
	color:#f1f1f1;
	font-size:1.1em;     /*0404_add*/
	height:52px;      /*0404_add*/
}
#container_v div. #container_v colm1 img.colm1 {
	width:316px;
	height:177px;
}
#container_v div.colm2 img.colm2, #container_v div.colm3 img.colm2 {
	width:652px;
	height:360px;
}

#container_v div.colm2 img.colm1, #container_v div.colm3 img.colm1 {
	display:none;
}
#container_v div.colm2 div, #container_v div.colm3 div {
	columns:316px auto;
	-moz-columns: 316px auto;
	-webkit-columns: 316px auto;
	-o-columns: 316px auto;
	-ms-columns: 316px auto;
}
#container_v div.colm1 div p, #container_v div.colm2 div p, #container_v div.colm3 div p {
	margin:0 10px;
	/*color:#666666;
	font-size:80%;
	line-height:140%; */
}
#container_v div.colm1 div p a, #container_v div.colm2 div p a, #container_v div.colm3 div p a {
	/*color:#afb0b0;*/
}
#container_v div.colm2 div.boxcol1, #container_v div.colm3 div.boxcol1 {
	float: left;
	width: 50%;
	height: 40%;
}
#container_v div.colm2 div.boxcol2, #container_v div.colm3 div.boxcol2 {
	float: right;
	width: 50%;
	height: 40%;
}
#container_v div.box div.boxcol a p.video_link {
	position:absolute;         /*0404_change*/
	bottom:0em;
	color: #0086d3;
	font-size: 1em;
	right:0px;  /*0404_add*/
}
.colm1 img.video_cap {
	float:left;
}
.colm1 img.video_cap+img {
	margin:4em 0 0 -12em;
	width:54px;
}
.colm3 img.video_cap {
	float:left;
}

.colm3 img.video_cap+img {
	margin:8em 0 0 -24em;
}

p.video_link {
	clear:both;
}

div.video-container{
max-width:100%;
height:auto;
}
 
div.video{
position:relative;
margin:0 0 0 0;
padding-bottom:57.25%;
height:0;
overflow:hidden;
}
 
div.video iframe,
div.video object,
div.video embed{
position:absolute;
top:1em;
left:2em;
width:90%;
height:90%;
}

img.youtube_cap {
	margin-top:1em;
	margin-left:2em;
	width:90%;
	heigt:90%;
	display:block;
}

img.yt_play {
	margin:-36% 0 0 43%;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, img.yt_play { margin-bottom:9em } /* IE11 */	
}
html&gt;/**/body img.yt_play {
     margin-bottom:9em;
}


.scene01 p.line_title {
	color:#96c6d4;
}
.scene02 p.line_title {
	color:#8fbfa1;
}
.scene03 p.line_title {
	color:#cfdaa9;
}
.scene04 p.line_title {
	color:#e1c471;
}
.scene05 p.line_title {
	color:#cb7350;
}
.scene06 p.line_title {
	color:#ce7b81;
}
.scene07 p.line_title {
	color:#d4b3d1;
}
.scene08 p.line_title {
	color:#bc9a7b;
}


p.l01 {
	margin: 5px 10px 2px;
	color:#96c6d4;
}
p.l02 {
	margin: 5px 10px 2px;
	color:#8fbfa1;
}
p.l03 {
	margin: 5px 10px 2px;
	color:#cfdaa9;
}
p.l04 {
	margin: 5px 10px 2px;
	color:#e1c471;
}
p.l05 {
	margin: 5px 10px 2px;
	color:#cb7350;
}
p.l06 {
	margin: 5px 10px 2px;
	color:#ce7b81;
}
p.l07 {
	margin: 5px 10px 2px;
	color:#d4b3d1;
}
p.l08 {
	margin: 5px 10px 2px;
	color:#bc9a7b;
}




p.l01,p.l02,p.l03,p.l04,p.l05,p.l06,p.l07,p.l08,p.l09{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}






.scene_cap{
	color: #333333;
}

.scene_cap p,
.movie_cap p,
.movie_link p {
	margin: 0px;
	font-weight: normal;
}
div.menu_1 div.scene_cap,
div.menu_0 div.scene_cap {
	height: 100px;
	overflow-y: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.menu_0 div.scene_subtitle,
div.menu_1 div.scene_subtitle,
div.menu_6 div.scene_subtitle {
	font-size: 15px;
	top: 0px;
	text-align: left;
	width: 240px;
	height: 45px;
	-webkit-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px/3px 3px 0px 0px;
	z-index: 500;
	overflow-y: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.menu_0 div.scene_subtitle p,
div.menu_1 div.scene_subtitle p,
div.menu_6 div.scene_subtitle p {
	padding: 5px 10px;
	margin: 0px;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
}
body.ja div.menu_0 div.scene_subtitle p,body.ja div.menu_1 div.scene_subtitle p, body.ja div.menu_6 div.scene_subtitle p{
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}

div.menu_6 div.scene_subtitle {
	background: #3e3a39;
}
div.menu_0 div p,
div.menu_1 div p,
div.menu_6 div p {
	font-size: 15px;
	line-height: 19px;
	padding: 5px 10px;
	z-index: 600;
	word-break: break-all;
}
div.menu_0 div.scene_card_01 {
	height: 41px;
	color: #FBA414;
	border-bottom: 4px solid #FBA414;
}
div.menu_0 div.scene_card_02 {
	height: 41px;
	color: #9468AA;
	border-bottom: 4px solid #9468AA;
}
div.menu_0 div.scene_card_03 {
	height: 41px;
	color: #18499E;
	border-bottom: 4px solid #18499E;
}
div.menu_0 div.scene_card_04 {
	height: 41px;
	color: #79BD2B;
	border-bottom: 4px solid #79BD2B;
}
div.menu_0 div.scene_card_05 {
	height: 41px;
	color: #B41D24;
	border-bottom: 4px solid #B41D24;
}
div.menu_1 div.scene_card_01 {
	background: #FBA414;
	vertical-align: top;
}
div.menu_1 div.scene_card_02{
	background: #9468AA;
	vertical-align: top;
}
div.menu_1 div.scene_card_03{
	background: #18499E;
	vertical-align: top;
}
div.menu_1 div.scene_card_04{
	background: #79BD2B;
	vertical-align: top;
}
div.menu_1 div.scene_card_05{
	background: #B41D24;
	vertical-align: top;
}
div.card_m {
	width: 240px;
	height: 185px;
}
div.card_c {
	width: 240px;
	height: 180px;
}
div.card_d {
	width: 528px;
}
div.card_e {
	width: 600px;
	height: auto;
}
#container.show {
	-webkit-transform: translate3d(240px, 0px, 1px);
	min-width: 320px;
}
#slidemenu.show {
	height: 100%;
	visibility: visible;
	z-index: 1;
	-webkit-transition: z-index 0s linear .2s;
}
#slidemenu_contents {
	display: none;
	height: 100%;
	position: relative;
	width: 240px;
}
#slidemenu {
	background-color: #555;
	left: 0;
	top: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: visibility 0s linear .2s;
}
/* contact */
div.dealer_box div.shop_map {
	text-align: center;
	width: 500px;
	height: 500px;
	padding: 20px 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
div.shop_search_ken {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.shop_search_key{
	text-align: center;
	margin: 48px 0px 20px 0px;
}
div.shop_search_key input[type="text"] {
	height: 36px;
	font-size: 20px;
	width: 60%;
	border: 1px solid #B3B3B3;
	padding: 0px 10px;
}
div.shop_search_key div{
	width: 100%;
	text-align: right;
	float: right;
	margin: 43px 25px 21px 0px;
}
div.shop_search_ken input {
	float: right;
	padding: 0 22px;
	margin: 43px 25px 21px 0px;
}
div.shop_search_ken select {
	width: 60%;
	height: 41px;
	margin: 45px 0px 0px 0px;
}
/* google map */
.shop_map {
	width: 520px;
	height: 424px;
	margin: 20px auto;
}

.dealer_result p.sec {
	line-height: 1.5em;
	padding-left:10px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:DefaultBold, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body.ja .dealer_result p.sec {
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}

.dealer_memo{
	color: #fff;
	margin: 5px 7%;
	line-height: 1.4em;
}

/* welcome movie */
.wmovie_dialog{
	border-style:none;
	border-radius: 0;
	padding: 0;
}
.wmovie_dialog .ui-dialog-content{
	overflow: hidden;
}
.wmovie_dialog .ui-dialog-titlebar{
	display:none;
}
.wmovie_dialog .ui-dialog-content{
	padding:0;
}
.wmovie_skip{
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	background-color: #555;
	padding: 5px 10px;
	cursor: pointer;
	cursor: hand;
	z-index:200;
}
.model_title {
	color:#ffffff;
	text-align:center;
    font-size:1.2em;
    font-weight:bold;
    font-family:DefaultBold, Arial, Helvetica, sans-serif; 
}
body.ja .model_title {
    font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
}

.model_title span{
	padding-left:0.5em;
}

.lead {
	color:#ffffff;
	text-align:center;
}
.enter_box {
	cursor:pointer;
	display:block;
	position: relative;
	top:450px;
	left: 0;
	right: 0;
	margin: auto;
}


/* read the first */
.ui-widget-overlay {
	z-index: 1000;
}

.ui-dialog {
	z-index: 1001;
	max-width: 800px;
	margin: auto;
	border: none;
	background: #1a1a1a;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed; //330_add
}

.ui-dialog .ui-widget-content {
	border: none;
	background-color: transparent;
}
.ui-dialog .ui-dialog-content {
	max-width: 730px;
	margin: 0 35px;
	padding: 0;
	word-wrap:break-word;
}
.ui-state-default .ui-icon, .ui-dialog-titlebar .ui-dialog-titlebar-close {
	border: none;
	background-color: transparent;
	background-image: url(../img/close_dialog.png);
}
.ui-dialog .ui-dialog-buttonpane button {
	border-radius: 10px;
	border:none;
	background-color: #333333;
}
.ui-dialog .ui-widget-header {
	background: none;
	border: none;
}
.ui-dialog .ui-button:focus {
	outline: 0;
}

.ui-dialog iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}


/* Suggest */
.ui-autocomplete {
	z-index: 1000;
}

/*Visual search tool chip*/

div.ext1,div.ext2 {
	display:inline-block;
	float:left;
	width:90px;  /*330_change*/	
	height: 77.5px;
	z-index:1000;
}
div#searchBg div#noresult{
	display: none;
	color: #F1F1F1;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 240px;
}
#noVisual{
	display: none;
	height: 300px;
	width: 320px;
	color: #F1F1F1;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: #333333;
}
#noVisual div {
	padding: 35% 15% 0% 15%;

}



div.ggskin_button {
		cursor: pointer !important;
}

.caption {
	position:absolute;
	right:0;
	color:#ffffff;
}
.caption {
	position:absolute;
	right:0;
	color:#ffffff;
}

.line_title_box{
	width:100%;
	margin:0 auto;
}

.line_title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


sup.sup {
	 height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    bottom: 0.4em;
	
}

p.last_menu {
	visibility:hidden;
}

/*except japan*/
html[lang="en"] #search p.index_title, 
html[lang="en"] #search form.searchForm,
html[lang="en"] #search #container,
html[lang="en"] #search #load_container,
html[lang="en"] #search #searchBg {
	display:none;
}
html[lang="es"] #search p.index_title, 
html[lang="es"] #search form.searchForm,
html[lang="es"] #search #container,
html[lang="es"] #search #load_container,
html[lang="es"] #search #searchBg {
	display:none;
}
html[lang="fr"] #search p.index_title, 
html[lang="fr"] #search form.searchForm,
html[lang="fr"] #search #container,
html[lang="fr"] #search #load_container,
html[lang="fr"] #search #searchBg {
	display:none;
}
/*except japan*/




.menu li a {
	font-size:0px;
}

div.colm1 div.menu_btn.opened {
	height:20px;
}


</pre></body></html>