@charset "utf-8";


	/* css reset
	------------------------------------------------*/
	body, div, p,
	h1, h2, h3, h4, h5, h6,
	dl, dt, dd, ul, ol, li,
	caption,
	form, fieldset, input, textarea, select,
	pre, address, blockquote,
	embed, object{
	margin: 0px;
	padding: 0px;
	background-position: 0 0;
}

	/* font family
	------------------------------------------------*/
	body,form textarea, div, p {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica;
	}


	/* body
	------------------------------------------------*/
	body{
		color:#333333;
		background:#000;
		font-size:62.5%;
	}

	/* font size
	------------------------------------------------*/
	/*universal class > font size > ftMedium*/
	h1, h2, h3, h4, h5, h6,
	p, dt, dd, li,
	caption,
	fieldset,
	pre, address, blockquote{font-size:1.0em; line-height:1.6em;}

	/*universal class > font size > ftMedium*/
	ul li ul li{font-size:1.0em;}
	table td table td{font-size:1.0em;}
	dl dd ul li{font-size:1.0em;}
	dl dd p{font-size:1.0em;}

	/* tags base setting
	------------------------------------------------*/

		/*h*/
		h1, h2, h3,h4, h5, h6{font-weight:bold;}

		/*p*/
		p{font-weight:normal;}

		/*em || strong*/
		em, strong{font-style:normal;font-weight:bold;}

		/*ul || ol*/
		ul, ol{line-height:0px;}
		ul    {list-style:none;}
		li 		{display:list-item;}
		li img{vertical-align:bottom;}

		/*dl*/
		dl{line-height:0px;}
		dt img, dd img{vertical-align:bottom;}

		/*table*/
		table{
			border-collapse:separate;
			border-spacing:0;
			empty-cells:show;
		}

		/*img*/
		img{border:0px;}

		/*form*/
		form {font-weight:normal;}
		input{}
		input, select{}
		textarea     {}

	/* float clear
	------------------------------------------------*/
	br.clearFloat,
	img.clearFloat {clear:both;height:0px;}
	div.clearFloat {clear:both;font-size:0px;line-height:0px;height:0px;width:0px;}

	.clearfix {zoom:1;}
	.clearfix:after {
	  content: "";
	  display: block;
	  clear: both;
	}



/* -- reset -------------------------------------- */

*{
    margin: 0;
    padding: 0;
}

/* -- grade select ------------------------------- */

#gradeWrapper p {
    font-weight: bold;
    margin-left: 10px;
}

#gradeWrapper {
    width: 200px;
    margin-top: 10px;

}

button {
    height : 40px;
    width : 70px;
    background-color: #eee;
    border: solid 1px #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.25)),to(rgba(0,0,0,0.25)));
    font-weight: bold;
    font-size: 0.8rem;
    margin: 10px;
}

#config {
    -webkit-animation-name: 'anime';
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes anime {
    0% {opacity:0;}
    100% {opacity:1;}
}

img.drawTarget
{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#loadingIndicator {
    z-index: 100;
    position: absolute;
    opacity: 0.7;
}

.loadingTargetHide
{
    display: none;
}

#exteriorStage{
    background-color: #f4f4f4;
}

#interiorStage {
    background-color: #f4f4f4;
    display: none;
	overflow: hidden;
	position:relative;
}


#stageWrapper
{
	background-color: #C8C6C3;
/*	margin:0px 20px;	*/
	position:relative;
	overflow: hidden;
}

/* ============ fps ========== */
#func-point,
#test-drive {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10050;
}

#fp-positions span {
	box-shadow: 2px 2px 0 0 rgba(0, 49, 69, .3);
	  position: absolute;
    display: block;
    width: 21px;
    height: 21px;
	background-image: url(../assets/image/fp_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor:pointer;
}

#fp-descriptions,
#test-drive-descriptions {
    position: absolute;
    top : 0px;
    left: 0px;
}

#fp-descriptions div.description,
#test-drive-descriptions div.description {
		position: absolute;
		height: 430px;
    width: 1094px;
    background-color: #fff;
	/* box-shadow:5px 5px rgba(0,0,0,0.1); */
}

#fp-descriptions .fp-closeBtn,
#test-drive-descriptions .test-drive-closeBtn {
	background:url(../assets/image/fp_close_btn.png) no-repeat;
	background-size: contain;
	bottom: 15px;
	cursor:pointer;
	height:24px;
	position: absolute;
	right: 6px;
	width:68px;
	z-index: 1;
}

#fp-descriptions .fp-thumb {
	/* height: 430px;
	width: 763px; */
}

#fp-descriptions .fp-thumb img,
#fp-descriptions .fp-thumb video,
#test-drive-descriptions .test-drive-thumb video {
		height: 430px;
	width: 764px;
}

#fp-descriptions .fp-text,
#test-drive-descriptions .test-drive-text {
	right: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	width: 270px;
}

#fp-descriptions .fp-text .fp-label {
	font-size: 1.8em;
}

#fp-descriptions .fp-text .fp-description,
#test-drive-descriptions .test-drive-text .test-drive-description {
	font-size: 1.2em;
	margin-top: 16px;
}

#GRD dd.GRD div.gradeCaption .fs-xlarge,
#fp-descriptions .fp-text .fp-label .fs-xlarge,
#fp-descriptions .fp-text .fp-description .fs-xlarge,
/* #test-drive-descriptions .test-drive-text .test-drive-label .fs-xlarge, */
#test-drive-descriptions .test-drive-text .test-drive-description .fs-xlarge {
font-weight: normal;
font-size: 125%;
margin-top: -10px;
}

#GRD dd.GRD div.gradeCaption .fs-large,
#fp-descriptions .fp-text .fp-label .fs-large,
#fp-descriptions .fp-text .fp-description .fs-large,
/* #test-drive-descriptions .test-drive-text .test-drive-label .fs-large, */
#test-drive-descriptions .test-drive-text .test-drive-description .fs-large {
font-weight: normal;
font-size: 110%;
margin-top: -10px;
}

#GRD dd.GRD div.gradeCaption .fs-normal,
#fp-descriptions .fp-text .fp-label .fs-normal,
#fp-descriptions .fp-text .fp-description .fs-normal,
/* #test-drive-descriptions .test-drive-text .test-drive-label .fs-normal, */
#test-drive-descriptions .test-drive-text .test-drive-description .fs-normal {
font-weight: normal;
font-size: 105%;
margin-top: -10px;
}

#GRD dd.GRD div.gradeCaption .fs-small,
#fp-descriptions .fp-text .fp-label .fs-small,
#fp-descriptions .fp-text .fp-description .fs-small,
/* #test-drive-descriptions .test-drive-text .test-drive-label .fs-small, */
#test-drive-descriptions .test-drive-text .test-drive-description .fs-small {
font-weight: normal;
font-size: 86%;
margin-top: -10px;
}

#GRD dd.GRD div.gradeCaption .fs-notes,
#fp-descriptions .fp-text .fp-label .fs-notes,
#fp-descriptions .fp-text .fp-description .fs-notes,
/* #test-drive-descriptions .test-drive-text .test-drive-label .fs-notes, */
#test-drive-descriptions .test-drive-text .test-drive-description .fs-notes {
font-weight: normal;
font-size: 95%;
margin-top: -8px;
font-family: "Meiryo UI";
}

#test-drive-descriptions .test-drive-text .test-drive-label table {
	width: 100%;
}

#test-drive-descriptions .test-drive-text .test-drive-label tr td {
	background-color: #f2f0eb;
}

#test-drive-descriptions .test-drive-text .test-drive-label tr td {
	border-top: 5px solid #fff;
}

#test-drive-descriptions .test-drive-text .test-drive-label tr:first-child td {
	border-top: 0 none;
}

#test-drive-descriptions .test-drive-text .test-drive-label td {
	font-size: 1.2em;
}

#test-drive-descriptions .test-drive-text .test-drive-label td.sec {
	background-image: url(../large/image/ic_play_movie.png);
	background-position: 12px center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	/* border-right: 1px #d9d7d2 solid; */
	color: #003145;
	height: 32px;
	padding: 12px 0 12px 56px;
	position: relative;
	width: 56px;
}

#test-drive-descriptions .test-drive-text .test-drive-label td.label {
	background-image: url(../large/image/bg_play_movie.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 1px 32px;
	padding: 12px 12px 12px 16px;
}

/* ============ select menu ========== */

#selectMenu
{
	height: 255px;
	margin: 8px 20px 0 20px;
    z-index: 100;
}

dt,dd
{
    display: block;
    list-style-type:none;
    height: 27px;
    background-color: #eee;
}

dd p.itemLabel {
	font-size: 1.2em;
	margin:5px 5px 0px;
	white-space: normal;
	line-height: 1.2em;
}

dd p.itemDescription {
	font-size: 1.1em;
	margin:2px 5px;
	white-space: normal;
	line-height: 1.2em;
	color:#999999;
}



#selectMenu dd {
    height: 78px;
    width: 143px;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	background-color:#FFF;
	position:relative;
}

#selectMenu dd div.itemIcon{
    height: 70px;
    width: 135px;
	padding:1px;
	background-color:#FFF;
	border:solid 3px #FFF;
}

#selectMenu #GRADE_LIST > .wrap > .slideAreaWrap {
	height: 148px;
}

#selectMenu #GRD dd {
	height: 148px;
	width: 114px;
}

#selectMenu #GRD dd div.itemIcon {
	height: 140px;
	width: 106px
}

#selectMenu #GRD dd div.gradeCaption {
	background-color: #fff;
	background-image: url(../large/image/ic_grade_caption.png);
	background-position: 14px 14px;
	background-repeat: no-repeat;
	border: 1px #bdbdbd solid;
	bottom: 153px;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
	display: none;
	font-size: 1.2em;
	font-weight: bold;
	left: -6px;
	line-height: 1.8;
	padding: 44px 18px 20px 18px;
	position: absolute;
	width: 380px;
	white-space: normal;
	z-index: 10;
}

#selectMenu #GRD dd div.gradeCaption::before {
	background-color: #fff;
	border: 1px #bdbdbd solid;
	bottom: -8px;
	content: " ";
	height: 14px;
	left: 52px;
	position: absolute;
	transform: rotate(45deg);
	width: 14px;
}

#selectMenu #GRD dd div.gradeCaption::after {
	background-color: #fff;
	bottom: 0;
	content: " ";
	height: 12px;
	left: 48px;
	position: absolute;
	width: 23px;
}

#selectMenu #GRD dd div.gradeCaption .fs-xlarge,
#selectMenu #GRD dd div.gradeCaption .fs-large,
#selectMenu #GRD dd div.gradeCaption .fs-normal,
#selectMenu #GRD dd div.gradeCaption .fs-small,
#selectMenu #GRD dd div.gradeCaption .fs-notes {
	margin-top: 0;
}

#selectMenu #GRD dd div.gradeCaption button {
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
	height: 18px;
	margin: 0;
	outline: none;
	padding: 2px;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 18px;
}

#selectMenu #GRD dd div.gradeCaption button img {
	height: 14px;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	width: 14px;
}

#selectMenu #GRD dd img.iconGradeCaption_s {
	bottom: 5px;
	height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	width: 16px;
}

#selectMenu #GRD dd .ic-interior {
	background-image: url(../large/image/ic_interior.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: calc(1360 / 1920 * 16px);
	position: absolute;
	overflow: hidden;
	right: 6px;
	text-indent: 100%;
	top: 7px;
	white-space: nowrap;
	width: calc(1360 / 1920 * 46px);
}

#selectMenu #EXT_DS + #EXT_TRANSMISSION {
	margin-top: 12px;
}

#selectMenu #EXT_TRANSMISSION .slideAreaWrap,
#selectMenu #EXT_DS .slideAreaWrap {
	height: auto;
}

#selectMenu #EXT_TRANSMISSION .slideAreaWrap .category_label,
#selectMenu #EXT_DS .slideAreaWrap .category_label {
	font-size: 1.2em;
}

#selectMenu #EXT_TRANSMISSION .slideAreaWrap .category_label + dl,
#selectMenu #EXT_DS .slideAreaWrap .category_label + dl {
	margin-top: 4px;
}

#selectMenu #EXT_TRANSMISSION dl,
#selectMenu #EXT_DS dl {
	align-items: center;
	display: flex;
}

#selectMenu #EXT_TRANSMISSION dt,
#selectMenu #EXT_TRANSMISSION dd,
#selectMenu #EXT_DS dt,
#selectMenu #EXT_DS dd {
	height: auto;
}

#selectMenu #EXT_TRANSMISSION dt,
#selectMenu #EXT_DS dt {
	width: 64px;
}

#selectMenu #EXT_TRANSMISSION dd,
#selectMenu #EXT_DS dd {
	height: 40px;
	margin-right: 10px;
	width: 81px;
}

#selectMenu #EXT_TRANSMISSION dd div.itemIcon,
#selectMenu #EXT_DS dd div.itemIcon{
	background-color: #d9d7d2;
	border-color: #d9d7d2;
	color: #000;
	display: table-cell;
	height: 34px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 75px;
}

#selectMenu #EXT_TRANSMISSION dd.selected div.itemIcon,
#selectMenu #EXT_DS dd.selected div.itemIcon {
	border-color: #D62C2C;
}

#selectMenu #EXT_BODY_COLOR .slideAreaWrap {
	position: relative;
}

#selectMenu #EXT_BODY_COLOR dd {
	height: 70px;
	/* margin-right: 1px; */
	width: 148px;
}

#selectMenu #EXT_BODY_COLOR dd div.itemIcon{
	height: 62px;
	width: 140px;
}

#selectMenu dd.selected div.itemIcon,
#selectMenu dd:hover.selected div.itemIcon,
#selectMenu dd.selected.noConfig div.itemIcon,
#selectMenu dd:hover.selected.noConfig div.itemIcon {
	border:solid 3px #D62C2C;
}

#selectMenu dd:hover div.itemIcon,
#selectMenu dd:hover.noConfig div.itemIcon {
	border:solid 3px transparent;
}

@media screen and (min-width: 768px) {
	#selectMenu dd:hover div.itemIcon,
	#selectMenu dd:hover.noConfig div.itemIcon {
		border:solid 3px #C4C5C7;
	}
}

#selectMenu dd div.itemIcon div.infoIcon{
	width:100%;
	height:100%;
}

#selectMenu dd a.info {
	display: block;
	position: absolute;
	top: 10vw;
	left: 22.6vw;
	width: 16px;
	height: 16px;
	background: url(../assets/image/thumb_icon_info_sp.png) no-repeat;
	background-size: contain;
}

#selectMenu dd.infoview a.info:after {
	content: '';
	position: absolute;
	top: -12.4vw;
	left: -21vw;
	width: 5vw;
	height: 4vw;
	background: url(../assets/image/info_arrow_sp.png) no-repeat;
	background-size: contain;
	z-index: 100;
}

#selectMenu #GRADE_LIST dd a.info {
	top: 22vw;
	left: 15.6vw;
}

#selectMenu #GRADE_LIST dd.infoview a.info:after {
	top: -24.4vw;
	left: -14vw;
}

#selectMenu #EXT_BODY_COLOR dd a.info {
	top: 8.4vw;
	left: 23vw;
}

#selectMenu #EXT_BODY_COLOR dd.infoview a.info:after {
	top: -10.8vw;
	left: -21vw;
}

#selectMenu dd .box {
	display: none;
}

#selectMenu dd.infoview .box {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: white;
	width: 56.8vw;
	z-index: 99;
	box-shadow: 1.5vw 1.5vw rgba(0,0,0,0.1);
	border: 1px solid #bdbdbd;
	font-size: 2.6vw;
	line-height: 3.9vw;
	color: #333333;
	white-space: normal;
}

#selectMenu dd.infoview .box img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#selectMenu dd.infoview .box .title {
	padding: 1em;
	padding-bottom: 0.6em;
}

#selectMenu dd.infoview .box p {
	padding: 0.1em 1em;
}

#selectMenu dd.infoview .box .price{
	padding: 0 1em 2em 1em;
}

#selectMenu dd.infoview .box .close {
	position: absolute;
	right: 2vw;
	bottom: 2vw;
	width: 4vw;
	height: 4vw;
	background: url(../assets/image/icon_close.png) no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 200%;
	font-size: 0;
}

@media screen and (min-width: 768px) {
	#selectMenu dd a.info {
		top: 55px;
		left: 120px;
		width: 16px;
		height: 16px;
		background: url(../assets/image/thumb_icon_info.png) no-repeat;
		background-size: contain;
	}

	#selectMenu dd.infoview a.info:after {
    top: -64px;
    left: -114px;
		width: 25px;
		height: 25px;
		background: url(../assets/image/info_arrow_sp.png) no-repeat;
		background-size: contain;
	}

	#selectMenu #GRADE_LIST dd a.info {
		top: 126px;
		left: 90px;
	}

	#selectMenu #GRADE_LIST dd.infoview a.info:after {
		top: -135px;
		left: -82px;
	}

	#selectMenu #EXT_BODY_COLOR dd a.info {
		top: 38px;
		left: 106px;
	}

	#selectMenu #EXT_BODY_COLOR dd.infoview a.info:after {
		top: -47px;
		left: -100px;
	}

	#selectMenu dd.infoview .box {
		top: 0;
		left: 0;
		width: 291px;
		box-shadow: 4px 4px rgba(0,0,0,0.1);
		border: 1px solid #bdbdbd;
		font-size: 13px;
		line-height: 19px;
	}
	
	#selectMenu dd.infoview .box .close {
		right: 14px;
		bottom: 14px;
		width: 14px;
		height: 14px;
	}
}

#selectMenu #EXT_OPTION_ACCESSORY dd:hover div.itemIcon div.infoIcon{
	background:url(../assets/image/thumb_icon_add.png) no-repeat right bottom;
}

#selectMenu #EXT_OPTION_ACCESSORY dd.selected.checkType:hover div.itemIcon div.infoIcon,
#selectMenu #EXT_OPTION_ACCESSORY dd.selected.mixType:hover div.itemIcon div.infoIcon{
	background:url(../assets/image/thumb_icon_remove.png) no-repeat right bottom;
}

#selectMenu dd.noConfig div.itemIcon div.infoIcon,
#selectMenu dd.noConfig:hover div.itemIcon div.infoIcon{
	background-image:url(../assets/image/thumb_icon_noconfig.png) !important;
	background-repeat: no-repeat !important;
	background-position: 3% 95% !important;
	background-size: 16px !important;
}

#selectMenu dd.selected.radioType:hover div.itemIcon div.infoIcon{
	background:none;
}

#selectMenu .slideAreaWrap{
	/* overflow: hidden; */
	white-space: nowrap;
	height:140px;
}

#selectMenu .slideAreaWrap dl{
	display: inline-block;
	vertical-align: top;
}

#selectMenu .slideNavi{
	text-align: center;
	height:20px;
}

#selectMenu .slideNavi .slideL,
#selectMenu .slideNavi .slideR {
	background-color: #f1f1f1;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100px auto;
	border-left: 1px #dcdcdc solid;
	cursor:pointer;
	display: inline-block;
	height:85px;
	position: absolute;
	right: 0;
	width:39px;
}

#selectMenu .menuList-GRD .slideNavi .slideL,
#selectMenu .menuList-GRD .slideNavi .slideR {
right: 300px;
}

#selectMenu .slideNavi .slideL.disabled,
#selectMenu .slideNavi .slideR.disabled {
	background-position: -61px 0;
	cursor: default;
}

#selectMenu .slideNavi .slideL {
	bottom: 0;
	background-image: url(../assets/image/slide_nav_left.png);
}

#selectMenu .slideNavi .slideR {
	background-image:url(../assets/image/slide_nav_right.png);
	top: 0;
}

#selectMenu .slideNavi ul.pageIndicator{
	position:relative;
	display: inline-block;
	margin: 6px 8px;
	vertical-align: top;
}

#selectMenu .slideNavi ul.pageIndicator li{
	width:8px;
	height:8px;
	margin:0px 6px;
	text-indent: -9999px;
	background:url(../assets/image/slide_nav_indicator.png) no-repeat;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
}

#selectMenu .slideNavi ul.pageIndicator li.on{
	background-position:0px -8px;
}


.subMenu>div {
	height: 15px;
	width: 15px;
	float: left;
	margin:0px 5px 5px 0px;
}


#selectMenu .selectNotice {
    border-color: red;
}

#selectMenu dd img
{
    height: 28px;
    padding-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

#selectMenu .menuList-SMR .slideAreaWrap{
	white-space:normal;
	height:173px;
	overflow:auto;
}

#selectMenu .summaryBlockLeft,
#selectMenu .summaryBlockRight{
	vertical-align:top;
}

#selectMenu .summaryBlockLeft dt{
	margin-top:5px;
	padding:2px 5px 0px 5px;
	background-color:#ECECEC;
	height:auto;
	font-weight:bold;
}

#selectMenu .summaryBlockLeft dd{
	padding:2px 5px 0px 5px;
	background-color:#FFFFFF;
	height:auto;
	float: none;
}

#selectMenu .summaryBlockRight dt{
	margin-top:5px;
	padding:2px 5px 0px 5px;
	background-color:#ECECEC;
	height:auto;
	font-weight:bold;
}

#selectMenu .summaryBlockRight dd{
	padding:2px 5px 0px 5px;
	background-color:#FFFFFF;
	height:auto;
	float: none;
	border-top: 1px solid #ECECEC;
}

#selectMenu .summaryBlockRight dd:after {
	content: "";
	display: block;
	clear: both;
}

#selectMenu .summaryBlockRight dd span.itemLabel {
	display:block;
	width:70%;
	float:left;
	margin: 0px;
}

#selectMenu .summaryBlockRight dd span.itemDescription {
	display:block;
	width:30%;
	float:right;
	color:#999999;
	margin: 0px;
	text-align: right;
}

#exteriorItems .selectMenuWrapper{
	height: 170px;
	/* overflow: hidden; */
}

#exteriorItems .selectMenuWrapper::before,
#exteriorItems .selectMenuWrapper::after {
	background-color: #C8C6C3;
	content: "";
	height: 170px;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 20px;
	z-index: 1;
}

#exteriorItems .selectMenuWrapper::before {
	left: -20px;
}
#exteriorItems .selectMenuWrapper::after {
	right: -20px;
}

#exteriorItems .selectMenuWrapper > div {
	background-color: #fff;
	display: flex;
	height:170px;
	position:relative;
}

#exteriorItems .selectMenuWrapper > div > .wrap {
  padding: 11px 0 11px 11px;
  width: calc(100% - 11px);
}

#exteriorItems .selectMenuWrapper > div > .wrap.wrap-ds_transmission {
	border-left: 1px #e0ded7 solid;
	padding-left: 19px;
}

#exteriorItems .selectMenuWrapper #GRADE_LIST > .wrap {
	width: 1009px;
}

#exteriorItems .selectMenuWrapper #GRADE_LIST > .wrap:last-of-type {
	background-color: #f2f0eb;
	width: 280px;
	z-index: 1;
}

#exteriorItems .selectMenuWrapper .itemIcon{
	background-size: calc(100% - 2px) !important;
	cursor:pointer;
}

#exteriorItems .selectMenuWrapper dd.noConfig .itemIcon{
	cursor:default;
}

.subMenu{
	width:86px;
	height:78px;
	background:url(../assets/image/subcolor_base.png) no-repeat;
	padding-top:8px;
	padding-left:8px;
	position: absolute;
    top: -77px;
    left: 5px;
}

.subMenu div.itemIcon{
	height: 13px !important;
    width: 13px !important;
	padding:0px !important;
	border:solid 1px #C6C6C6 !important;
}

.subMenu div.selected div.itemIcon{
	border-color:#003145 !important;
}

.noSimulationTooltip{
	width:145px;
	height:35px;
	background-image: url(../assets/image/nosimulation_base.png);
	background-repeat: no-repeat;
	background-size: 145px;
	position: absolute;
	top: -28px;
	left: 0px;
}

#GRD dd .itemLabel,
#GRD dd .itemDescription,
#BC dd .itemLabel,
#BC dd .itemDescription,
.subMenu .itemLabel,
.subMenu .itemDescription{
	display:none;
}

#modeSelect{
	position:absolute;
	left:20px;
	z-index:10010;
}
#modeSelect>span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor:pointer;
}

#modeSelect #EXTERIOR.selected,
#modeSelect #INTERIOR.selected{
	display:none;
}

.subMenuBtn {
	width: 70px;
	height: 30px;
	text-align: center;
	background-color: #000;
	font-weight: bold;
	color: #fff;
	margin: 10px;
	display:none;

}


#indicator{
	position:absolute;
	width:100%;
	height:14px;
	z-index:10000;
	text-align:center;
}

#indicator ul{
	position:relative;
}

#indicator ul li{
	width:13px;
	height:14px;
	text-indent: -9999px;
	background:url(../assets/image/indicator.png) no-repeat;
	background-size: 10px auto;
	display:inline-block;
	/* *display:inline;
	*zoom:1; */
	overflow:hidden;
	position: relative;
}

#indicator ul li.loaded{
	background-position:0px -13px;
}

#indicator ul li.loaded.on{
	background-position:0px bottom;
}

#gradeName{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index:10000;
}

#gradeName th, #gradeName p {
	color:#FFFFFF;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
}

#gradeName th {
	padding-right: 1em;
	position: relative;
}

#gradeName th::after {
	content: "：";
	position: absolute;
	right: 0;
	top: 0;
}

#exteriorItems{
	position:relative;
	height: 255px;
	z-index:10040;
}

#exteriorItems ul.menuTab {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 910px;
}

#exteriorItems ul.menuTab li {
	height: 40px;
	padding-top: 10px;
	width: 220px;
}

#exteriorItems ul.menuTab li a,
#exteriorItems ul.menuTab li span {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

/* #exteriorItems ul.menuTab{
	position:relative;
	height:50px;
	top: 178px;
}

#exteriorItems ul.menuTab li{
	height: 50px;
	margin: 0 5px;
	text-indent: -9999px;  タブメニュー表示確認のため、一時的にCSSを無効化 タブ内に確認用テキストを表示させる
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
}

#exteriorItems ul.menuTab li a{
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;  タブメニュー表示確認のため、一時的にCSSを無効化 タブ内に確認用テキストを表示させる
} */


/**
 * Indicator
 */
#floatingBarsG{
position:relative;
width:40px;
height:50px;
top: 10px;
z-index:1000;
margin: 0 auto;
}

.blockG{
position:absolute;
background-color:#FFFFFF;
width:6px;
height:16px;
-moz-border-radius:6px 6px 0 0;
-webkit-border-radius:6px 6px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:0.88s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:0.88s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
border-radius:6px 6px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:0.88s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:0.88s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
}

#rotateG_01{
left:0;
top:18px;
-webkit-animation-delay:0.33s;
-webkit-transform:rotate(-90deg);
-moz-animation-delay:0.33s;
-moz-transform:rotate(-90deg);
-o-animation-delay:0.33s;
-o-transform:rotate(-90deg);
-ms-animation-delay:0.33s;
-ms-transform:rotate(-90deg);
}

#rotateG_02{
left:5px;
top:6px;
-webkit-animation-delay:0.44s;
-webkit-transform:rotate(-45deg);
-moz-animation-delay:0.44s;
-moz-transform:rotate(-45deg);
-o-animation-delay:0.44s;
-o-transform:rotate(-45deg);
-ms-animation-delay:0.44s;
-ms-transform:rotate(-45deg);
}

#rotateG_03{
left:17px;
top:2px;
-webkit-animation-delay:0.55s;
-webkit-transform:rotate(0deg);
-moz-animation-delay:0.55s;
-moz-transform:rotate(0deg);
-o-animation-delay:0.55s;
-o-transform:rotate(0deg);
-ms-animation-delay:0.55s;
-ms-transform:rotate(0deg);
}

#rotateG_04{
right:5px;
top:6px;
-webkit-animation-delay:0.66s;
-webkit-transform:rotate(45deg);
-moz-animation-delay:0.66s;
-moz-transform:rotate(45deg);
-o-animation-delay:0.66s;
-o-transform:rotate(45deg);
-ms-animation-delay:0.66s;
-ms-transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:18px;
-webkit-animation-delay:0.77s;
-webkit-transform:rotate(90deg);
-moz-animation-delay:0.77s;
-moz-transform:rotate(90deg);
-o-animation-delay:0.77s;
-o-transform:rotate(90deg);
-ms-animation-delay:0.77s;
-ms-transform:rotate(90deg);
}

#rotateG_06{
right:5px;
bottom:5px;
-webkit-animation-delay:0.88s;
-webkit-transform:rotate(135deg);
-moz-animation-delay:0.88s;
-moz-transform:rotate(135deg);
-o-animation-delay:0.88s;
-o-transform:rotate(135deg);
-ms-animation-delay:0.88s;
-ms-transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:17px;
-webkit-animation-delay:0.99s;
-webkit-transform:rotate(180deg);
-moz-animation-delay:0.99s;
-moz-transform:rotate(180deg);
-o-animation-delay:0.99s;
-o-transform:rotate(180deg);
-ms-animation-delay:0.99s;
-ms-transform:rotate(180deg);
}

#rotateG_08{
left:5px;
bottom:5px;
-webkit-animation-delay:1.1s;
-webkit-transform:rotate(-135deg);
-moz-animation-delay:1.1s;
-moz-transform:rotate(-135deg);
-o-animation-delay:1.1s;
-o-transform:rotate(-135deg);
-ms-animation-delay:1.1s;
-ms-transform:rotate(-135deg);
}

@-webkit-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-moz-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

#header{
	height:40px;
	margin:10px 20px 0px;
	position:relative;
}

#header .closeBtn{
	position:absolute;
	right:0px;
	top:0px;
	width:25px;
	height:40px;
	background:url(../assets/image/close_btn.gif) no-repeat;
}

#header .closeBtn a{
	width:25px;
	height:40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


#featuresSwitch
{
	position:absolute;
	top: 490px;
	right: 20px;
	z-index:10001;
}

#featuresSwitch .fpSwitchBtn{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor:pointer;
}

#INT_BOX_WRAP1 {
    position: absolute;
    width: 1280px;
    height: 1280px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}

#INT_BOX_WRAP2 {
    width: 1280px;
    height: 1280px;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX {
    width: 1280px;
    height: 1280px;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX div {
    position: absolute;
    width: 1280px;
    height: 1280px;
	background-size:contain !important;
    -webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX #INT_BOX_Z1 {
	-webkit-transform: translateZ(-639px);
	-moz-transform: translateZ(-639px);
}
#INT_BOX #INT_BOX_Z2 {
    -webkit-transform: translateZ(639px) rotateY(180deg);
	-moz-transform: translateZ(639px) rotateY(180deg);
}
#INT_BOX #INT_BOX_X2 {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
    left: 639px;
}
#INT_BOX #INT_BOX_X1 {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
    left: -639px;
}
#INT_BOX #INT_BOX_Y1 {
	-webkit-transform: rotateX(-90deg) rotateZ(180deg);
	-moz-transform: rotateX(-90deg) rotateZ(180deg);
    top: -639px;
}
#INT_BOX #INT_BOX_Y2 {
    -webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
    top: 639px;
}

#INT_BOX div img {
	position:absolute;
	top: 0px;
	left: 0px;
}
