@charset "UTF-8";
/* CSS Document for TAS2017 */



/* -------------- 'Exo 2' from Googlefonts -------------- */
@import 'https://fonts.googleapis.com/css?family=Exo+2:300,300i,400,400i,500,500i,600,600i,700,700i';
/* -------------- 'Exo 2' from Google fonts -------------- */




/* -------------- basic tag -------------- */
html {
height: 100%;
overflow: auto;
}

body {
min-height: 100%;
font-family: 'Exo 2',Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
font-size: 13px;
line-height: 1.5;
font-weight: normal;
text-align:center;
color: #444;
background-color:#fff;

-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-ms-text-size-adjust: 100%;
}
.mac body,
.ios body {
font-family: /*'-apple-system','BlinkMacSystemFont','.SF NS Display',*/'Exo 2',Verdana,'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
font-weight: 300;
}


input, textarea, keygen, select, button {
	font-size: 93%;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
}
.mac input, .mac textarea, .mac keygen, .mac select, .mac button,
.ios input, .ios textarea, .ios keygen, .ios select, .ios button {
	font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display',Verdana,'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}


a {
color: #111;
text-decoration: none;
-webkit-tap-highlight-color: rgba(220,0,0,.3);
-webkit-transition-duration: 200ms;
-moz-transition-duration: 200ms;
-o-transition-duration: 200ms;
-ms-transition-duration: 200ms;
transition-duration: 200ms;
}
a:visited { color: #555; text-decoration: none; }
:focus { outline-style: none; -moz-outline-style: none; }
a:hover,
a:active { color: #e00; text-decoration: underline; outline: none; }

a.nolink,
a.nolink:visited,
a.nolink:hover,
a.nolink:active { color: #444; text-decoration: none; outline: none; cursor: default;}

a.underline,
a.underline:visited {text-decoration: underline;}

a.ared,
a.ared:visited { color: #d00;}
a.ared:hover,
a.ared:active { color: #f22;}

a.awht,
a.awht:visited { color: #ddd;}
a.awht:hover,
a.awht:active { color: #fff;}

a img,
a:hover img,
a:active img {
	text-decoration: none;
	background-color:transparent;
	border: none;
}

a.opac {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
a.opac:hover,
a.opac:active {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.extlink {
	position: relative;
	padding-left: 1.2em;
}

.extlink:before {
	position: absolute;
	left: 0;
	top: -.2em;
	width: 1.0em;
	font-family: FontAwesome;
	font-size: 1em;
	text-align: center;
	content:"\f138";
}

.extlink.button {
	display: inline-block;
	margin: .25em 0;
	padding: .4em 1.2em .4em 2em;
	height: auto;
	line-height: 1.3;
}
.extlink.button:before {
	left: .6em;
	top: .4em;
}
.extlink.button:hover,
.extlink.button:active {
	border-color: #e00;
}

.twilink:before {
	content:"\f099";
}
.grllink:before {
	content:"\f004";
}


.cfx:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearleft { clear: left; }
.clearright { clear: right;}


em { font-weight:bold; font-style:normal; }
strong { font-weight:bold;}
	.mac em,.ios em,
	.mac strong,.ios strong { font-weight:600;}
.normal { font-weight:normal;}
	.mac normal,.ios normal { font-weight:300;}

.block{
	display: block;
}
.iblock{
	display: inline-block;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}


.valigntop {
	vertical-align: top;
}


.floatl {
	float: left;
}

.floatr {
	float: right;
}


table.layoutfix {
	table-layout: fixed;
}

table.auto {
	width: auto;
}

table.autoc {
	margin: 0 auto;
	width: auto;
}

table.dcenter th,
table.dcenter td {
text-align: center;
}

.table-container {
	width: 100%;
	overflow: auto;
}


.caution {
	color: #d00;
}

.red { color: #d00; }
.black { color: #111; }
.grey { color: #666; }
.white { color: #fff; }

.bg_f0 { background-color: #f0f0f0; }

.bd_ccc { border: 1px solid #ccc; }


.fsize_s {font-size: 93%;}
.fsize_xs {font-size: 85%;}
.fsize_xxs {font-size: 77%;}
.fsize_l { font-size: 108%;}
.fsize_xl { font-size: 116%;}

.fsize77 { font-size: 77%;}
.fsize85 { font-size: 85%;}
.fsize93 { font-size: 93%;}
.fsize100 { font-size: 100%;}
.fsize108 { font-size: 108%;}
.fsize116 { font-size: 116%;}
.fsize123 { font-size: 123.1%;}

.lheight10 { line-height: 1.0;}
.lheight12 { line-height: 1.25;}
.lheight13 { line-height: 1.33;}
.lheight15 { line-height: 1.5;}
.lheight16 { line-height: 1.6;}
.lheight18 { line-height: 1.8;}
.lheight20 { line-height: 2.0;}


.mt00 { margin-top: 0; }
.mt05 { margin-top: .5em; }
.mt10 { margin-top: 1.0em; }
.mt15 { margin-top: 1.5em; }
.mt20 { margin-top: 2.0em; }
.mt30 { margin-top: 3.0em; }

.mb00 { margin-bottom: 0; }
.mb05 { margin-bottom: .5em; }
.mb10 { margin-bottom: 1.0em; }
.mb15 { margin-bottom: 1.5em; }
.mb20 { margin-bottom: 2.0em; }
.mb30 { margin-bottom: 3.0em; }
.mb40 { margin-bottom: 4.0em; }

.mr02 { margin-right: .25em; }
.mr05 { margin-right: .5em; }
.mr10 { margin-right: 1.0em; }

.ml05 { margin-left: .5em; }
.ml10 { margin-left: 1.0em; }

.pad05 { padding: .5em; }
.pad10 { padding: 1.0em; }

.pt00 { padding-top: 0; }
.pt05 { padding-top: .5em; }
.pt10 { padding-top: 1.0em; }

.pb00 { padding-bottom: 0; }
.pb05 { padding-bottom: .5em; }
.pb10 { padding-bottom: 1.0em; }

.pr10 { padding-right: 1.0em; }


.txtj {
font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
}

.mac .txtj,
.ios .txtj {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}





/* ------------------------------------------------------------
	button color
------------------------------------------------------------- */
.button.btn-blue {
  color: rgba(255, 255, 255, 0.9);
  background: #2575ed;
}
.button.btn-blue:focus, .button.btn-blue:hover {
	color: rgba(255, 255, 255, 0.6);
}
.button.btn-blue:focus:disabled, .button.btn-blue:focus.disabled, .button.btn-blue:hover:disabled, .button.btn-blue:hover.disabled {
	color: #fff;
	background: #2575ed;
}
.button.btn-blue.outline:hover {
	color: rgba(37, 117, 237, 0.6);
	border-color: rgba(37, 117, 237, 0.4);
}
.button.btn-blue.outline, .button.btn-blue.outline:disabled:hover, .button.btn-blue.outline.disabled:hover {
	color: #2575ed;
	border-color: #2575ed;
	background: none;
}

.button.btn-red {
	color: rgba(255, 255, 255, 0.9);
	background: #de2c3b;
}
.button.btn-red:focus, .button.btn-red:hover {
	color: rgba(255, 255, 255, 0.6);
}
.button.btn-red:focus:disabled, .button.btn-red:focus.disabled, .button.btn-red:hover:disabled, .button.btn-red:hover.disabled {
	color: #fff;
	background: #de2c3b;
}
.button.btn-red.outline:hover {
	color: rgba(222, 44, 59, 0.6);
	border-color: rgba(222, 44, 59, 0.4);
}
.button.btn-red.outline, .button.btn-red.outline:disabled:hover, .button.btn-red.outline.disabled:hover {
	color: #de2c3b;
	border-color: #de2c3b;
	background: none;
}

.button.btn-green {
	color: rgba(255, 255, 255, 0.9);
	background: #2c9f42;
}
.button.btn-green:focus, .button.btn-green:hover {
	color: rgba(255, 255, 255, 0.6);
}
.button.btn-green:focus:disabled, .button.btn-green:focus.disabled, .button.btn-green:hover:disabled, .button.btn-green:hover.disabled {
	color: #fff;
	background: #2c9f42;
}
.button.btn-green.outline:hover {
	color: rgba(44, 159, 66, 0.6);
	border-color: rgba(44, 159, 66, 0.4);
}
.button.btn-green.outline, .button.btn-green.outline:disabled:hover, .button.btn-green.outline.disabled:hover {
	color: #2c9f42;
	border-color: #2c9f42;
	background: none;
}

.button.btn-yellow {
	color: rgba(255, 255, 255, 0.9);
	background: #cca000;
}
.button.btn-yellow:focus, .button.btn-yellow:hover {
	color: rgba(255, 255, 255, 0.6);
}
.button.btn-yellow:focus:disabled, .button.btn-yellow:focus.disabled, .button.btn-yellow:hover:disabled, .button.btn-yellow:hover.disabled {
	color: #fff;
	background: #cca000;
}
.button.btn-yellow.outline:hover {
	color: rgba(204, 160, 0, 0.6);
	border-color: rgba(204, 160, 0, 0.4);
}
.button.btn-yellow.outline, .button.btn-yellow.outline:disabled:hover, .button.btn-yellow.outline.disabled:hover {
	color: #cca000;
	border-color: #cca000;
	background: none;
}





/* ------------------------------------------------------------
	base
------------------------------------------------------------- */
#wrapper {
	position: relative;
	margin:0 auto;
	width: auto;
	min-height: 100%;
	text-align: left;
}


article {
	position: relative;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
}
article.fullwide {
	max-width: 100%;
}

.main_article {
	margin-top: 3.0em;
}
.top_article {
	margin-top: 1.66em;
}

section {
	padding: 0 16px;
}
section:after {
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both;
	visibility: hidden;
}



.main_article h2 {
	position: relative;
	padding-left: 1.5em;
	font-size: 18px;
	line-height: 2.36;
	color: #ddd;
	font-weight: 300;
	background-color: #333;
	overflow: hidden;
}

.main_article h2 .h2inner {
	display: inline-block;
	padding: .4em 0 0;
	line-height: 1.3;
}

.main_article h2 strong {
	font-weight: 500;
	color: #fff;
}

.main_article h2:before {
	position: absolute;
	left: .4em;
	top: 0.3em;
	content: '';
	width: .6em;
	height: 2.5em;
	background-color: #d00;
}

.main_article h2 .h2en {
	font-size: 1.2em;
	line-height: 1;
	vertical-align: -.06em;
}


.main_article h2 a {
	display: block;
	color: #ddd;
}
.main_article h2 a strong {
-webkit-transition-duration: 200ms;
-moz-transition-duration: 200ms;
-o-transition-duration: 200ms;
-ms-transition-duration: 200ms;
transition-duration: 200ms;
}

.main_article h2 a:hover,
.main_article h2 a:active,
.main_article h2 a:hover strong,
.main_article h2 a:active strong {
	text-decoration: none;
	color: #e00;
-webkit-transition-duration: 200ms;
-moz-transition-duration: 200ms;
-o-transition-duration: 200ms;
-ms-transition-duration: 200ms;
transition-duration: 200ms;
}


.main_article .body_section h2 {
	margin-bottom: 1.6em;
	color: #f0f0f0;
	background-color: #444;
}


.tasbody h3,
.exhibitors h3 {
	position: relative;
	margin-bottom: 1.0em;
	padding-left: 1.4em;
	font-size: 16px;
	line-height: 2.25;
	color: #fafafa;
	font-weight: 300;
	background-color: #606060;
	overflow: hidden;
}
.tasbody h3:before,
.exhibitors h3:before {
	position: absolute;
	left: .4em;
	top: 0.3em;
	content: '';
	width: .4em;
	height: 3.0em;
	background-color: #e00;
}


.tasbody h4,
.exhibitors h4 {
	position: relative;
	margin-bottom: 1.0em;
	padding-left: .75em;
	line-height: 2.25;
	color: #fafafa;
	font-weight: 500;
	background-color: #606060;
	border-left: 4px solid #e00;
	overflow: hidden;
}


.tasbody h5,
.exhibitors h5 {
	position: relative;
	margin-bottom: 1.0em;
	padding-left: .75em;
	line-height: 2.25;
	color: #303030;
	font-weight: 500;
	background-color: #e0e0e0;
	border-left: 4px solid #e00;
	overflow: hidden;
}

.tasbody h5.h5fri {
	background-color: #e0e0e0;
	border-left-color: #666;
}
.tasbody h5.h5sat {
	background-color: #c0daee;
	border-left-color: #08d;
}
.tasbody h5.h5sun {
	background-color: #f6d6d6;
	border-left-color: #e00;
}


#submenu {
	margin: -.6em 0 2.0em;
	text-align:center;
	letter-spacing: -.4em;
}

#submenu li {
	display:inline-block;
	font-size: 1.1em;
	line-height: 2.66em;
	letter-spacing: 0;
}

#submenu.smenu3 li {
	width: 30%;
}

#submenu li a,
#submenu li a:visited {
	display: block;
	margin: 0 1px;
	text-align:center;
	color: #fff;
	background-color: #888;
}

#submenu li a:hover,
#submenu li a:active {
	text-decoration: none;
	background-color: #d00;
}

#submenu li a.curr,
#submenu li a.curr:visited,
#submenu li a.curr:hover,
#submenu li a.curr:active {
	background-color: #d00;
	cursor: default;
}

#submenu li a.nolink,
#submenu li a.nolink:visited,
#submenu li a.nolink:hover,
#submenu li a.nolink:active {
	color: #bbb;
	background-color: #888;
	cursor: default;
}




/* ------------------------------------------------------------
	form parts
------------------------------------------------------------- */

.form-item {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.form-item-80 {
	width: 80%;
}

input.errord[type="email"], input.errord[type="number"],
input.errord[type="search"], input.errord[type="text"],
input.errord[type="date"], input.errord[type="tel"],
input.errord[type="url"], input.errord[type="password"] {
	background: #fefef0;
	border: 1px solid #b00;
}


.input_text {
	display: inline-block;
	padding: 8px 10px;
	vertical-align: middle;
	-webkit-appearance: none;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
span.input_text {
min-height: 33px;
}

.input_area {
	display: block;
	padding: 8px 10px;
	min-height: 7em;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}

#form2 {
margin-top: 1.33em;
}





/* ------------------------------------------------------------
	footer
------------------------------------------------------------- */

#footerspace {
	width: 100%;
	height: 108px;
}

#footer {
	position: absolute;
	bottom: 0;
	padding: 0 0;
	width: 100%;
	background-color: #505050;
	border-bottom: 50px solid #404040;
}

#footer_inner {
	position: relative;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	font-size: 12px;
	line-height: 1.0;
}

.footer_menu {
	padding: 20px 0;
	line-height: 1.33;
	text-align: center;
}

.footer_menu a {
	position: relative;
	display: inline-block;
	margin: .2em 1.0em;
	padding: 0.1em .5em;
	padding-left: .8em;
}
.footer_menu a:before {
	position: absolute;
	left: 0;
	top: -.05em;
	display:block;
	width: .5em;
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: left;
	content:"\f105";
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.footer_menu a,
.footer_menu a:visited { color: #ddd;}
.footer_menu a:hover,
.footer_menu a:active { color: #f00;}


.footer_copyright {
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	color: #999;
}

.footer_copyright p {
	font-size: 90%;
}



/* ------------------------------------------------------------
	top navi
------------------------------------------------------------- */
#hmenu {
	width: 100%;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: -.2em;
	text-align: right;
	color: #fff;
	background-color: #111;
	overflow: hidden;
}

#hmenu h1 {
	display:inline-block;
	padding-top: 32px;
	height: 32px;
	overflow: hidden;
}
#hmenu h1 a {letter-spacing: -1em;}

#hmenu a,
#hmenu a:visited {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #ccc;
	letter-spacing: 0;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
#hmenu a:hover,
#hmenu a:active {
	color: #fff;
	text-decoration: none;
}

#hmenu .soicn {
	width: 36px;
	font-size: 20px;
}

#hmenu .soicn .fa {
	line-height: 32px;
}

#hmenu .sotxt {
	padding: 0 10px;
}

#hmenu .solng,
#hmenu .solng:visited {
	margin-left: 4px;
	padding: 0 8px;
	color: #333;
	background-color: #ccc;
}
#hmenu .solng:hover,
#hmenu .solng:active {
	color: #d00;
	text-decoration: none;
	background-color: #fff;
}

#hmenu .solng span {
	display: inline-block;
	vertical-align: top;
}

#hmenu .solng .lng_flag {
	width: 32px;
	height: 32px;
	font-size: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
#hmenu .english .lng_flag {
	background-image: url(../images/flag/uk_flag-32-black.png);
}
#hmenu .japanese {
	font-size: 11px;
}
#hmenu .japanese .lng_flag {
	background-image: url(../images/flag/jp_flag-32.png);
}

#hmenu .solng .lng_text {
	padding: 0 4px 0 0;
}


#hmenu a.nolink,
#hmenu a.nolink:visited,
#hmenu a.nolink:hover,
#hmenu a.nolink:active {
	color: #999;
	cursor: default;
}





/* ------------------------------------------------------------
	gloval navi
------------------------------------------------------------- */

#gmenu {
	position: relative;
	min-height: 0%;
	background-color: #303030;
	background-color: #505050;
	border-top: 1px solid #404040;
	z-index: 1;
	overflow: auto;
}

#gmenu ul {
	display:table;
	margin: 0 auto;
	padding: 0 16px;
	font-size: 19px;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
	z-index: 100;
	overflow: hidden;
}


#gmenu li {
	position: relative;
	display: table-cell;
	padding-top: .2em;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	overflow: hidden;
}

#gmenu li a,
#gmenu li a:visited {
	display: block;
	margin-bottom: 0;
	padding: 0 .94em .45em;
	vertical-align: top;
	color: #ddd;
	background-color: transparent;
	border-left: 1px solid #444;
}

#gmenu li a:hover,
#gmenu li a:active {
	text-decoration: none;
	background-color: #d00;
}

#gmenu li a span {
	display: block;
}

#gmenu li a .gmen,
#gmenu li a:visited .gmen {
	padding: .3em 0 .2em;
	font-size: 100.0%;
	font-weight: 400;
	color: #e0e0e0;
}
.eng #gmenu li a .gmen,
.eng #gmenu li a:visited .gmen {
	padding-bottom: .1em;
	line-height: 1.5;
}

#gmenu li a:hover .gmen,
#gmenu li a:active .gmen {
	color: #f0f0f0;
}
.eng #gmenu li a:hover .gmen,
.eng #gmenu li a:active .gmen {
	color: #fff;
}

#gmenu li a .gmjp,
#gmenu li a:visited .gmjp {
	font-size: 10px;
	font-weight: 300;
	color: #a0a0a0;

/*
	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
*/
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#gmenu li a:hover .gmjp,
#gmenu li a:active .gmjp {
	color: #fff;
}


#gmenu li a.gm_current,
#gmenu li a.gm_current:visited,
#gmenu li a.gm_current:hover,
#gmenu li a.gm_current:active {
	background-color: #fff;
	cursor: default;
}

#gmenu li a.gm_current .gmen,
#gmenu li a.gm_current:visited .gmen,
#gmenu li a.gm_current:hover .gmen,
#gmenu li a.gm_current:active .gmen,
#gmenu li a.gm_current .gmjp,
#gmenu li a.gm_current:visited .gmjp,
#gmenu li a.gm_current:hover .gmjp,
#gmenu li a.gm_current:active .gmjp {
	color: #d00;
}


#gmenu li a.nolink,
#gmenu li a.nolink:visited,
#gmenu li a.nolink:hover,
#gmenu li a.nolink:active {
	cursor: default;
	background-color: transparent;
}

#gmenu li a.nolink .gmen,
#gmenu li a.nolink:visited .gmen,
#gmenu li a.nolink:hover .gmen,
#gmenu li a.nolink:active .gmen,
#gmenu li a.nolink .gmjp,
#gmenu li a.nolink:visited .gmjp,
#gmenu li a.nolink:hover .gmjp,
#gmenu li a.nolink:active .gmjp {
	color: #808080;
}
#gmenu li a.nolink .gmen {
	font-weight: 300;
}





/* ------------------------------------------------------------
	Breadcrumb
------------------------------------------------------------- */

.bcrumb {
	margin: 0 0 1em;
	padding: .1em .8em;
	font-size: 93%;
	line-height: 1;
	background-color: #eee;
}

.bcrumb a {
	position: relative;
	display: inline-block;
	margin-right: .4em;
	padding: .7em 1.2em;
	padding-left: 0;
}

.bcrumb a:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
	font-family: FontAwesome;
	font-size: 1.5em;
	text-align: right;
	color: #999;
	content:"\f105";
}

.bcrumb a:last-child:after {
/*	display: none;*/
}


.backto {
	margin: 0 0 1em;
	padding: .1em .8em;
	font-size: 93%;
	line-height: 1;
	background-color: #eee;
}

.backto a {
	position: relative;
	display: inline-block;
	margin-right: .4em;
	padding: .7em 1.2em;
}

.backto a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
	font-family: FontAwesome;
	font-size: 1.5em;
	text-align: left;
	color: #999;
	content:"\f104";
}





/* ------------------------------------------------------------
	main visual
------------------------------------------------------------- */

.imgwall {
	position: relative;
}

/* TOP */
#mainvisual {
	text-align:center;
	background:#000 url(../images/top/main_pc.jpg) center center no-repeat;
	background-size:cover;
}
.girls #mainvisual {
	background:#fff url(../images/girls/main_pc.jpg) center center no-repeat;
}

.img_pc {display: inline;}
.img_sp {display: none;}

#logovideo_pc {display: inline;}
#logovideo_sp {display: none;}


.hddate {	/*	display:none;	*/
	position: absolute;
	bottom: 0;
	padding-bottom: .7em;
	width: 100%;
	font-size: 48px;
	font-family: 'Exo 2', sans-serif;
	line-height: 1;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 10px rgba(0,0,0,0.9);
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=0,offy=1)";
}

.hddate .hdsmall {
	padding: 0 .1em;
	font-size: 45%;
	font-weight: 400;
	letter-spacing: .01em;
}

.hddate .hdsmall1 {
	padding: 0 .1em;
	font-size: 60%;
	font-weight: 300;
}

.hddate .hdtriangle {
	padding: 0 .1em;
	font-size: 45%;
	font-style: normal;
	vertical-align: 20%;
	color: #888;
}

.hddate .hdmesse {
	display: block;
	padding-top: .05em;
	font-size: 73%;
	font-weight: 400;
	letter-spacing: -.01em;
}



#tastitle {
	position: relative;
	background:#444 url(../images/common/patt_carbon.png) center center repeat;
}

#tastitle h1 a {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#tastitle .hddate {
	position: relative;
	bottom: auto;
	padding-top: .2em;
	padding-bottom: .5em;
	font-size: 44px;
}

.home #tastitle,
.girls #tastitle {
	display: none;
}


#toptitleimg {
	position: relative;
}

#topmovie {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	text-align: center;
	background-color: #fff;
}




/* ------------------------------------------------------------
	TOP page
------------------------------------------------------------- */

#partners-top,
#tas_cont_block {
	position: relative;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	min-height: 2.0em;
}


#top-contmenu {
	padding-bottom: .8em;
}

#tas_cont_block {
}

#tas_cont_block ul {
	margin-left: -1px;
	line-height: 1;
}

#tas_cont_block ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: bottom;
}

#tas_cont_block ul li a {
	position: relative;
	display: block;
/*	padding-top: 23px;*/
	margin-left: 1px;
	border: 1px solid #c0c0c0;
	background-color: #333;
}

#tas_cont_block ul li a img {
	vertical-align: top;
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

#tas_cont_block ul li a h4 {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 13px;
	height: 2em;
	line-height: 2.0;
	color: #fff;
	background-color: #c00;
	background-color: rgba(220,0,0,0.8);
}

#tas_cont_block ul li a h4:before {
	position: absolute;
	right: 1em;
	top: 0;
	width: .5em;
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: left;
	content:"\f105";
	display:none;
}

#tas_cont_block ul li a:hover,
#tas_cont_block ul li a:active {
	border-color: #e00;
}

#tas_cont_block ul li a:hover img,
#tas_cont_block ul li a:active img {
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#tas_cont_block ul li a:hover h4,
#tas_cont_block ul li a:active h4 {
	background-color: #e00;
}


#tas_cont_block ul li a.nolink:hover,
#tas_cont_block ul li a.nolink:active {
	border-color: #999;
	cursor: default;
}

#tas_cont_block ul li a.nolink:hover img,
#tas_cont_block ul li a.nolink:active img {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

#tas_cont_block ul li a.nolink h4,
#tas_cont_block ul li a.nolink:hover h4,
#tas_cont_block ul li a.nolink:active h4 {
	color: #909090;
	background-color: #808080;
	background-color: rgba(60,60,60,0.8);
}



#top_sns_space {
	position: relative;
	padding-right: 274px;
}






/* ------------------------------------------------------------
	news
------------------------------------------------------------- */

/* News List */

.news_list {
	margin-top: 2.0em;
}

#news_list_top {
}

.news_list li {
	margin-bottom: 2.0em;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 1.1;
	border-bottom: none;
}

.news_list li a.news-link {
	display: block;
}

.news_list li .news-image {
	position: relative;
	margin-bottom: .3em;
}

.news_list li .news-image img {
	border: 1px solid #ccc;
}

.news_list li .news-text {
	position: relative;
}

.news_list li .news-date {
	padding-bottom: .25em;
	font-size: .71em;
	color: #888;
}
.news_list li .news-date.new:after {
	padding-left: .5em;
	font-weight: 500;
	color: #e00;
	content: "NEW";
}

.news_list li .news-title {
	padding-bottom: .1em;
	font-weight: 600;
	line-height: 1.4;
}

.news_list li .news-lead {
	font-size: .85em;
	line-height: 1.5;
/*	color: #555;*/
}

.news_list li .news-image i {
	position: absolute;
	bottom: .2em;
	right: .3em;
	font-size: 2.0em;
	color: #fff;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}


.news_list li a.news-link:hover,
.news_list li a.news-link:active {
	text-decoration: none;
}

.news_list li a.news-link:hover .news-image img {
	border: 1px solid #d00;
}


.news_list li .news-image:before {
	position: absolute;
	left: .25em;
	bottom: .10em;
	font-family: FontAwesome;
	font-size: 3em;
	text-align: center;
	color: #fff;
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.news_list li .news-image.gallery:before {
	content:"\f030";
}
.news_list li .news-image.movie:before {
	content:"\f16a";
}


.gallery_list li .news-image {
}
.gallery_list li .news-image:before {
	left: .25em;
	top: .15em;
	bottom: auto;
/*	font-size: 4em;*/
	font-size: 3.3rem;
	content:"\f030";
}
.gallery_list li .news-image.movie:before {
	content:"\f16a";
}

.gallery_list li a.news-link:hover .news-image {
}
.gallery_list li a.news-link:hover .news-image:before {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}




.snsbox {
	margin: 0 0;
	padding: .33em 0;
	text-align: right;

	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);

	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-o-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.snsbox iframe {
	vertical-align: top;
}

.snsbox .tw-btn {
	display: inline-block;
	margin-bottom: .33em;
	vertical-align: top;
}
.snsbox .fb_iframe_widget {
	margin-bottom: .33em;
	margin-left: .66em;
	vertical-align: top;
}


.newslist-link {
	margin: .5em auto;
	text-align: center;
}

.newslist-link a {
	max-width: 800px;
	font-size: 93%;
}
.newslist-link .button.outline {
	height: auto;
	line-height: 3.0em;
	color: #707070;
	background: #e9e9e9;
	border-color: #fff;
}
.newslist-link .button.outline:hover {
	color: #fff;
	background: #999;
	border-color: #999;
}



#news_list_blockall .newslist-link {
	display: none;
}


#news_list_blockall .news_list li {
	margin-bottom: 2.0em;
}

#news_list_blockall .news_list li a.news-link {
	border-top: 1px solid #aaa;
/*	display: table;
	table-layout: fixed;*/

display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#news_list_blockall .news_list li .news-image,
#news_list_blockall .news_list li .news-text {
/*	display: table-cell;*/
	padding-top: .6em;
	vertical-align: top;

-ms-flex-grow: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-basis: 0;
flex-basis: 0;
max-width: 100%;
}

#news_list_blockall .news_list li .news-image {
flex-basis: 35%;
max-width: 35%;
	width: 35%;
}
#news_list_blockall .news_list li .news-text {
	padding-left: 1em;
flex-basis: 65%;
max-width: 65%;
	width: 65%;
}

#news_list_blockall .news_list li .news-image:before {
	font-size: 2em;
}


.news_item {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

body.news .news_item {
	padding-bottom: 2.0em;
}

.main_article .news_repo .newshead {
    position: relative;
	margin-bottom: 1.0em;
    padding-left: 1.5em;
	font-size: 1.3em;
    line-height: 2.2;
    font-weight: 300;
	color: #f0f0f0;
	background-color: #444;
    overflow: hidden;
}
.main_article .news_repo .newshead a {
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
.main_article .news_repo .newshead a:hover {
	color: #d00;
	text-decoration: none;
}

.main_article .news_repo .newshead:before {
    position: absolute;
    left: .4em;
    top: 0.3em;
    content: '';
    width: .6em;
    height: 2.5em;
    background-color: #d00;
}

.main_article .news_repo h2 {
	padding: 0 .1em .3em;
	font-size: 1.6em;
	line-height: 1.33;
	font-weight: 400;
	color: #444;
	background-color: transparent;
	border-bottom: 1px dotted #aaa;
}

.main_article .news_repo h2:before {
	display: none;
}

.main_article .news_repo .news_text h2 {
display: none;
}


/*
.main_article .news_item h2 {
	font-size: 14px;
}

.main_article .body_section.news_item h2 {
	margin-bottom: 1.0em;
}

.news_item .news-title {
	padding: 0 .1em .3em;
	font-size: 1.5em;
	line-height: 1.33;
	border-bottom: 1px dotted #aaa;
}
*/

.newstitle {
	padding: 0 0 1.5em;
}

.newstitle p {
	font-size: 116%;
	font-weight: 600;
}

.news_item .date {
	margin: .66em 0 .66em;
	font-size: 85%;
	text-align: right;
}
.newstitle p.date {
	font-weight: 400;
}

.txt {
	line-height: 1.66;
}


.txt .aleft {
	float: left;
	display: inline;
	margin: 0px 20px 2px 0px;
	padding: 2px 0 0;
	font-size: 85%;
	line-height: 1.5;
	text-align: left;
}

.txt .aright {
	float: right;
	display: inline;
	margin: 0px 0px 2px 20px;
	padding: 2px 0 0;
	font-size: 85%;
	line-height: 1.5;
	text-align: right;
}

.txt .acenter {
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
	line-height: 1.5;
	text-align: center;
}

.txt .acenterbox {
	display: block;
	margin: 0 auto 1em;
	font-size: 85%;
	line-height: 1.5;
	text-align: center;
}

.txt .acenterbox .acenter {
	display: inline-block;
	width: auto;
	max-width: 45%;
	font-size: 100%;
}

.txt .aleft img,
.txt .aright img,
.txt .acenter img {
margin: 2px 0;
}


.rd_title {
	padding: 2.5em 0 0;
}

.rd_title h4 {
	position: relative;
	margin-bottom: 1.0em;
	padding: .5em .1em;
	padding-left: .75em;
	font-size: 116%;
	line-height: 1.5;
	color: #fafafa;
	font-weight: 500;
	background-color: #606060;
	border-left: 4px solid #e00;
	overflow: hidden;
}

.rd_topics {display:none;}

.rd_txt {
	margin-bottom: 3.0em;
}




/* ------------------------------------------------------------
	contents page
------------------------------------------------------------- */
.body_section {
	font-size: 14px;
	line-height: 1.1;
}

.tasbody {
	margin: 0 auto;
	padding: 0 0 1em;
	width: 100%;
}

.body800 {
	max-width: 800px;
}

.body600 {
	max-width: 600px;
}



.body_section dl {
}

.body_section dl dt,
.body_section dl dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: .5em 0;
}

.body_section dl dt {
	float: left;
	margin-left: 0;
	margin-right: 1.0em;
	padding-left: 0;
	width: 20%;
	text-align: right;
	background-color: transparent;
	border: none;
	white-space: nowrap;
}

.body_section dl dd {
	margin-left: 0.2em;
	padding-left: 1.0em;
	border-left: 2px solid #ccc;
	overflow: auto;
	zoom: 1;
}



	/*	開催概要	*/
.body_section dl.outline dt,
.body_section dl.outline dd {
	line-height: 1.6;
}

.body_section dl.outline dt {
	font-weight: 600;
}

.body_section dl.outline dd {
}


	/*	オートサロンとは	*/
.body_section dl.asarchive dt {
	width: 15%;
}

.body_section dl.asarchive dt {
	font-size: 123.1%;
	font-weight: 500;
}

.body_section dl.asarchive dd {
	letter-spacing: -.4em;
}

.body_section dl.asarchive dd a {
	display: inline-block;
	margin: 0 .5em .5em 0;
	letter-spacing: 0;
}

	/*	会場アクセス	*/
.body_section dl.access dt {
	width: 10%;
}

.body_section dl.access dd {
	border-left: none;
}




	/*	チケット情報	*/
.body_section dl.ticket dt,
.body_section dl.ticket dd {
	line-height: 1.6;
}

.body_section dl.ticket dt {
	font-weight: 600;
}

.ticketsell {
clear: left;
	padding: 0 0 2.0em;
/*	border-bottom: 1px dotted #ddd;*/
}

.ticketsell + .ticketsell {
	margin-top: 1.66em;
}

.ticketsell:last-child {
	padding-bottom: 0;
}

.ticketsell h4 {
	font-size: 93%;
	line-height: 1.5;
	font-weight: 600;
	background-color: transparent;
	border-left: none;
}

.ticketsell table {
	border-bottom: 1px solid #eee;
}
.eng .ticketsell table {
	border-bottom: none;
}


.ticketsell table.table-simple th,
.ticketsell table.table-simple td {
	padding: 0.825em 1.0999999999999999em;
	font-size: 93%;
	line-height: 1.5;
	vertical-align: middle;
}

.ticketsell table th {
	padding-left: 0.1em;
	text-align: right;
	white-space: nowrap;
}

.ticketsell table .button {
	padding-left: 0;
	padding-right: 0;
	min-width: 200px;
	width: 70%;
	font-size: 108%;
	text-align: center;
}

.ticketsell table .nolink,
.ticketsell table .nolink:hover {
	padding-left: 0;
	padding-right: 0;
	min-width: 200px;
	width: 50%;
	color: #999;
	background: #e0e3e5;
	cursor: default;
}

.ticketsell table .ticketbtn td {
	padding-left: 0.1em;
}

.ticketsell table .ticketcode th,
.ticketsell table .ticketcode td {
	border-top: 1px solid #eee;
}

.ticketsell table .ticketcode td i {
	font-style: normal;
}

.ticketsell table .ticketstor th,
.ticketsell table .ticketstor td {
	border-top: 1px solid #eee;
}

.ticketsell table .ticketstor td p {
	margin-bottom: .8em;
}

.ticketsell table .ticketstor a,
.ticketsell table .ticketstor .nobtn {
	float: left;
	margin: 0.25em 0;
	padding-right: 1%;
	width: 25%;
}

.ticketsell table .ticketstor a img,
.ticketsell table .ticketstor a:visited img,
.ticketsell table .ticketstor .nobtn img {
	border: 1px solid #ddd;
}

.ticketsell table .ticketstor a:hover img,
.ticketsell table .ticketstor a:active img {
	border: 1px solid #444;
}




	/*	お問い合わせ	*/
.body_section dl.inquiry dt {
	float: none;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 1.0em;
	width: 100%;
	text-align: left;
	border-left: 2px solid #e66;
	background-color: #f0f0f0;
}
.body_section dl.inquiry dt span {
	padding-left: 1.0em;
	font-size: 93%;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.body_section dl.inquiry dd {
	margin-left: 0;
	margin-bottom: 2em;
	padding-top: 1em;
}

.form-btns {
	margin-bottom: .5em;
	text-align: center;
}

.form-btns button {
	padding: .5em 0;
	width: 45%;
	max-width: 240px;
	height: auto;
	line-height: 1.5;
}
.form-btns button + button {
	margin-left: 3%;
}

.form-btns button span {
	display: inline-block;
	width: 90%;
	line-height: 1;
	height: 1em;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.okmsg {
	margin-bottom: 1.0em;
	font-size: 93%;
	text-align: center;
}

.errormsg {
	margin-bottom: .5em;
	font-size: 93%;
	color: #d00;
}


.notes {
	padding: .8em .5em;
	line-height: 1.6;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.notes.red {
	border-color: #d00;
}






	/*	イメージガール	*/

.girls-nlist {
	margin-bottom: 1.5em;
}

.girls-row {
	margin: 2.0em 0;
}

.girls-col {
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
}

.girls-row a {
	display: block;
	height: 100%;
}

.girls-row a:hover,
.girls-row a:active {
	text-decoration: none;
}

.girls-row .gtop-text {
	padding-top: 40%;
}

.girls-row .gtop-text h5 {
	font-size: 108%;
	line-height: 1.8;
	font-weight: 600;

	margin-bottom: 0;
	padding-left: 0;
	line-height: 2.25;
	background-color: #fff;
	border-left: none;
}

.girls-row .gtop-text p {
	font-size: 93%;
	margin-bottom: .6em;
}

.girls-row .col-left .gtop-text {
	text-align: right;
}

.girls-row .col-right .gtop-text {
	text-align: left;
}

.girls-row .gtop-image {
	max-width: 364px;
	width: 60%;
}

.girls-row .col-left .gtop-image {
	float: right;
	margin-left: 1em;
	text-align: right;
}

.girls-row .col-right .gtop-image {
	float: left;
	margin-right: 1em;
	text-align: left;
}

.gtop-prof {
	display: inline-block;
	padding: 0 .8em;
	font-size: 85%;
	line-height: 1.8;
	font-weight: 300;
	vertical-align: middle;
	border-radius: 3px;
	color: #fff;
	background-color: #888;
}

.girls-row a img {
	border: 2px solid #ddd;
}

.girls-row a:hover img,
.girls-row a:active img {
	border: 2px solid #d00;
}

.girls-row a:hover .gtop-prof,
.girls-row a:active .gtop-prof {
	background-color: #d00;
}


.ghistory {}

.ghistory table tr td {
	padding-bottom: 1.5em;
}

.ghistory table tr td:nth-child(even) {
	text-align: right;
}


.profbase {
	float: right;
	margin: 2em 0 1em;
	width: 48%;
}

.profimage {
	float: left;
	width: 52%;
	text-align: center;
}

.proftext {
	float: right;
	width: 48%;
	text-align: center;
}

.profbase h5 {
	padding: 0 .55em;
	font-size: 130%;
	line-height: 2;
	text-align: left;
	color: #fff;
	background-color: #d00;
}

.profbase p {
	padding: .33em .66em;
	line-height: 1.5;
	text-align: left;
}


.proftext table {
	margin-bottom: 1em;
	border-bottom: 1px solid #fee;
}

.proftext table td {
	padding: .66em;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	color: #767070;
}

.proftext table tr:nth-child(odd) td {
	background-color: #fee;
}

.proftext table tr td:nth-child(even) {
	padding-left: 1em;
	width: 66%;
	color: #612;
	border-left: 1px solid #fff;
}

.proftext a.button {
	min-width: 280px;
	width: 60%;
}




/* ------------------------------------------------------------
	出展者一覧
------------------------------------------------------------- */

ul.blocks-3 {
	margin-left: -3%;
	letter-spacing: -.4em;
}

ul.blocks-3 li {
	display: inline-block;
	margin-left: 3%;
	height: auto;
	width: 30.333333333333332%;
	letter-spacing: 0;
	vertical-align: top;
}


#exhibitor_nav {
	margin: 0 0 1.1em;
	letter-spacing: -.4em;
}

#exhibitor_nav li {
	display: inline-block;
	width: 12.5%;
	letter-spacing: 0;
}

#exhibitor_nav li.unit-20 {
	width: 20.0%;
}

#exhibitor_nav li a {
	display: block;
	padding: .6em 0;
	font-size: 108%;
	text-align: center;
	color: #fff;
	background-color: #aaa;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#exhibitor_nav li a:hover,
#exhibitor_nav li a:active {
	text-decoration: none;
	background-color: #666;
}

#exhibitor_nav li.ui-state-active a {
	background-color: #d00;
}


h4.exhibit_list_sort {
	margin: 0 0 .25em;
}


ul.exhibit_list {
	margin-bottom: 1.5em;
}

ul.exhibit_list li {
	border-bottom: 1px solid #eee;
}

ul.exhibit_list li a {
	display: block;
	padding: 1.0em .2em;
	line-height: 1.33;
	background-color: transparent;
	word-break: break-all;
}

ul.exhibit_list li a:hover,
ul.exhibit_list li a:active {
	background-color: #eee;
}
ul.exhibit_list li a.nolink:hover,
ul.exhibit_list li a.nolink:active {
	background-color: transparent;
	cursor: default;
}

ul.exhibit_list li p {
	padding: 0 .22em .9em;
	font-size: 93%;
	line-height: 1.1;
	color: #505659;
}




/* ------------------------------------------------------------
	出展者 for App
------------------------------------------------------------- */

.exhibitors .main_article {
font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
}
.mac .exhibitors .main_article,
.ios .exhibitors .main_article {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}

.exhibitors .main_article h2 {
	margin-bottom: 1.0em;
	color: #f0f0f0;
}


#exhibitor_nav li a.current,
#exhibitor_nav li a.current:hover {
	background-color: #d00;
	cursor: default;
}


.exhibitor_guide {
	margin: 0 0;
	padding-bottom: 1.0em;
	letter-spacing: -.4em;
}

.exhibitor_guide_left,
.exhibitor_guide_right {
	display: inline-block;
	margin: 0 0 1.0em;
	vertical-align: top;
	letter-spacing: 0;
}

.exhibitor_guide_left {
	margin-right: 3%;
	width: 42%;
	text-align: center;
}

.cars_list_item .exhibitor_guide_left img {
	max-height: 200px;
}

.exhibitor_guide_right {
	min-width: 54%;
	max-width: 55%;
}


.exhibitor_guide h4 {
	font-size: 1.1em;
	font-weight: 400;
	color: #444;
	background-color: #e8e8e8;
	border-left: 4px solid #e00;
	letter-spacing: 0;
}

.exhibitor_guide_data {
	width: 100%;
}
.exhibitor_guide_data:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.exhibitor_guide_data dt,
.exhibitor_guide_data dd {
}

.exhibitor_guide_data dt {
	clear: left;
	float: left;
	margin-bottom: .5em;
	padding-top: .2em;
	width: 30%;
	color: #305060;
	white-space: nowrap;
}

.exhibitor_guide_data dd {
	margin-left: 0.3em;
	margin-bottom: .5em;
	padding-top: .2em;
	padding-left: 1.0em;
	padding-bottom: .2em;
	min-height: 3.0em;
	font-weight: 400;
	color: #303030;
	border-left: 1px solid #ccc;
	overflow: auto;
	zoom: 1;
}


.cars_list {
	margin-left: -3%;
	padding-top: 1.0em;
	letter-spacing: -.4em;
}

.cars_list_item {
	display: inline-block;
	margin-left: 3%;
	padding-bottom: 1.0em;
	width: 47%;
}


.car_detail_btn {
	padding: 1.0em 0;
	text-align: center;
}

.car_detail_btn a {
	width: 80%;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
line-height: 2.666;
height: 2.85em;
padding: 0 2em;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
color: #fff;
/*  background-color: #e00;*/
color: #d00;
border: 1px solid #e00;
  border-radius: 4px;
}

.car_detail_btn a:hover {
  outline: none;
  text-decoration: none;
color: #fff;
  box-shadow: inset 0 0 0 30px rgba(220, 0, 0, 0.99);
}


.car_detail {
	padding: 1.25em 0 0;
}

.car_detail_table {}

.car_detail_table th,
.car_detail_table td {
	padding: .8em .1em;
	padding-left: .8em;
	font-size: 93%;
	border-bottom: 1px solid #f0f0f0;
}

.car_detail_table th {
	color: #305060;
}

.car_detail_table td {
	color: #303030;
}

.car_detail_table th.thgroup {
	padding-left: .6em;
	font-weight: 500;
	color: #444;
	background-color: #eee;
	border-left: .2em solid #888;
}






/* ------------------------------------------------------------
	Exhibitors info
------------------------------------------------------------- */

.exinfo_list {
	margin-top: 1em;
	margin-bottom: 2em;
}

.exinfo_list.row {
	margin-left: 0;
}

.exinfo_list li {
	display: block;
	margin-bottom: .8em;
	padding-left: 0;
	padding-bottom: .8em;
	min-width: 100%;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;

	-ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
}
.exinfo_list li a {
	padding-left: 132px;
	letter-spacing: -.4em;
}


.exinfo_list li .news-date,
.exinfo_list li .news-image,
.exinfo_list li .news-text {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: 0;
	vertical-align: top;
}

.exinfo_list li .news-date {
	float: left;
	margin-left: -130px;
	padding-top: .1em;
	font-size: .85em;
	color: #666;
}

.exinfo_list li .news-image {
	position: relative;
	margin-right: 2%;
	width: 20%;
}

.exinfo_list li .news-text {
	position: relative;
	padding-top: .1em;
	width: 78%;
}

.exinfo_list li .news-title {
	padding-bottom: 0;
	font-weight: 400;
}


.maker_banner {
	margin: 0 5% 3%;
}

.maker_banner .row.centered .col {
	margin-bottom: 1.0em;
}

.maker_banner .row.centered .col img {
	border: 1px solid #ccc;
}
.maker_banner .row.centered .col img.nobdr {
	border: none;
}







/* ------------------------------------------------------------
	gallery
------------------------------------------------------------- */

.movie_back {
	margin: 2% 0 8%;
	background-color: #111;
}

.movie_frame {
	margin: 0 auto;
	padding: 2px;
/*	max-width: 1024px;*/
}

.moviebox {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.map-box {}

.moviebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}







/* ------------------------------------------------------------
	goods
------------------------------------------------------------- */

.goods-row {
}

.goods-row h5 {
	margin-bottom: .6em;
	padding: .395em .1em;
	padding-left: .75em;
	line-height: 1.425;
}

.goods-row li .news-image {
	padding-top: .5em;
	margin-bottom: .1em;
}

.goods-row .news-image img {
	border: 1px solid #e0e0e0;
}

.goods-row .button.g-btn {
	margin-bottom: .5em;
	padding: .1em 1em;
	height: auto;
	font-size: 77%;
	line-height: 1.66;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	background: #695B8E;
}

.goods-row .button.btn-reserv {
	background: #de1c1b;
}
.goods-row .button.btn-out {
	background: #9a9a9a;
}

.goods-row .button.g-btn:hover {
	box-shadow: none;
	cursor: default;
}

.goods-row .news-text {
}

.goods-row .news-text p {
	font-size: 93%;
	line-height: 1.6;
}

.goods-row .news-text p.g-price {
	padding: .4em 0 .2em;
	color: #E53C35;
}
.goods-row .news-text p.g-price strong {
	font-size: 116%;
}

.goods-row .news-text p.g-detail {
	margin-bottom: 1em;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	font-size: 85%;
	color: #666;
}
.mac .goods-row .news-text p.g-detail,
.ios .goods-row .news-text p.g-detail {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}


.goods-row .news-text p.g-check {
	padding: 0 0 1em;
}

.goods-row .news-text p.g-check .button {
	padding: 0 0;
	width: 50%;
	height: 2.2em;
	line-height: 2;
}






/* ------------------------------------------------------------
	present
------------------------------------------------------------- */

.form_contest_note {
	text-align: center;
}

.form_contest_note .button {
	width: 90%;
	max-width: 480px;
}

.form_contest_note .endmsg {
	display: inline-block;
	padding: 1em;
	width: 90%;
	max-width: 480px;
	line-height: 1.4;
	color: #808080;
	background-color: #e0e0e0;
}


.present-row {
	margin-top: 1.3em;
	margin-bottom: .5em;
}

.present-row li {
	margin-bottom: 1.25em;
}

.present-row p {
	font-size: 85%;
	line-height: 1.5;
	text-align: center;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
}
.mac .present-row p,
.ios .present-row p {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}


.present-row .prenum {
	font-family: 'Exo 2',Verdana,sans-serif;
	font-size: 108%;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
	background-color: #d00;
	border: 1px solid #d00;
}

.present-row .preimg {
	border: 1px solid #ddd;
}

.present-row .pretxt {
	padding: .33em 0 .2em;
	font-weight: bold;
}

.present-row .prewin,
.present-row .precom {
}


.present-car {
	margin-bottom: 3.0em;
}

.present-car .present-car-item {
	padding: 6px;
	font-size: 108%;
	background-color: #efd079;
}

.present-car .preimg {
	border: 4px outset #e00;
}

.present-car .pretxt {
	font-size: 100%;
}

.present-car .prewin,
.present-car .precom {
}


.present_list {}

.present_nav {
	text-align: center;
}

.present_nav li {
	display: inline-block;
	width: 15%;
}

.present_nav li a {
	display: block;
	padding: .55em .1em;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #bbb;
}

.present_nav li a:hover,
.present_nav li a:active {
	text-decoration: none;
	border: 1px solid #d00;
	cursor: pointer;
}


.present_nav li.current a,
.present_nav li.current a:hover,
.present_nav li.current a:active {
	text-decoration: none;
	color: #d00;
	border: 1px solid #d00;
	cursor: default;
}




/* ===== surveylance ===== */

.body_section dl.presentsurvey dt,
.body_section dl.presentsurvey dd {
}

.body_section dl.presentsurvey dt {
width: 30%;
margin-right: 0;
padding: 0 0 1em;
text-align: left;
white-space: normal;
}

.body_section .tasbody dl.presentsurvey h4 {
padding: .5em;
padding-left: .75em;
line-height: 1.5;
background-color: #c00;
border-left: none;
}

.body_section .tasbody dl.presentsurvey h4 i {
	margin-right: .25em;
}

.body_section dl.presentsurvey dt p {
	margin: 0 1em .5em .5em;
}

.body_section dl.presentsurvey dd {
	margin-left: 0;
	margin-bottom: 2.5em;
	padding-top: .2em;
	padding-left: 1.0em;
	border-left: 1px solid #c00;
}

.body_section .tasbody dl.presentsurvey h5 {
	padding: .5em;
	line-height: 1.5;
	background-color: #eaeaea;
	border-left: 3px solid #444;
}

.body_section .tasbody dl.presentsurvey h5 .h5sub {
	display: block;
	padding-bottom: .2em;
	font-size: 93%;
}

.body_section .tasbody dl.presentsurvey h5 a {
	display: inline-block;
	font-size: 93%;
	font-weight: 300;
	color: #047;
}

.body_section .tasbody dl.presentsurvey h5 a:hover,
.body_section .tasbody dl.presentsurvey h5 a:active {
	color: #d00;
}


.presentsurvey dd .formbox {
	margin: 0 0 .5em 1.0em;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	font-size: 93%;
	line-height: 1.5;
	font-weight: 400;
}

.mac .presentsurvey dd .formbox,
.ios .presentsurvey dd .formbox {
	font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display',Verdana,'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', sans-serif;
}


.presentsurvey dd .formbox + h5 {
	margin-top: 2.25em;
}


.presentsurvey dd .formbox label {
	display: inline-block;
	margin-right: 1em;
}

.presentsurvey dd .formbox label.block {
	display: block;
	width: 100%;
}

.presentsurvey dd .formbox li {
	padding: .2em 0;
}

.presentsurvey dd .formbox.forms-inline-list li {
	display: inline-block;
	padding-right: 1em;
	white-space: nowrap;
}

.presentsurvey dd .formbox.forms-inline-list li.list-block {
	display: block;
	padding-right: 0;
}

.presentsurvey dd .formbox.col-list li {
	min-width: 30%;
}
.presentsurvey dd .formbox.col-list li.list-block {
	width: 100%;
}


.presentsurvey dd .formbox a {
	display: inline-block;
	padding: 0 2px;
	color: #c00;
}

.presentsurvey dd .formbox a:hover,
.presentsurvey dd .formbox a:active {
	color: #f00;
}

.presentsurvey dd .formtblbox {
	padding-left: 0;
	overflow: auto;
}

#form_survey input {
	font-size: 100%;
}

#form_survey select {
	display: inline-block;
}

#form_survey textarea:focus,
#form_survey select:focus,
#form_survey input:focus {
	border-color: #e99;
}


#form_survey .input-prepend,
#form_survey .input-append,
#form_survey .input-upper {
	display: inline-block;
	font-size: 93%;
	color: #50565c;
}

#form_survey .input-prepend {
	margin-right: 1em;
}

#form_survey .input-upper {
	display: block;
	padding-bottom: .3em;
}

#form_survey .input-append {
	margin-left: 1em;
}

#form_survey .digit02 {
	width: 3.0em;
}

#form_survey .digit03 {
	width: 4.0em;
}

#form_survey .digit04 {
	width: 5.0em;
}

#form_survey .width-20,
#form_survey .width-30,
#form_survey .width-40 {
	min-width: 140px;
}

#form_survey .surveytable {}

#form_survey .surveytable th,
#form_survey .surveytable td {
	font-size: 93%;
	line-height: 1.5;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}

#form_survey .surveytable th {
	padding: .4em .1em;
	padding-left: .5em;
	color: #eee;
	background-color: #888;
	border-left: 1px solid #fff;
}
#form_survey .surveytable th:first-child {
	border-left: none;
}

#form_survey .surveytable td {
	padding: .6em .5em;
	vertical-align: top;
}

#form_survey .surveytable.tdwrap td,
#form_survey .surveytable td.wrap {
	white-space: normal;
}

#form_survey .surveytable .row1 td {
	border-bottom: 1px solid #eee;
}

#form_survey .surveytable .row2 td {
	font-size: 85%;
	line-height: 1.6;
}


.formbtns {
	text-align: center;
}

.formbtns .button {
	padding: 0 0;
	width: 48%;
	max-width: 300px;
}

.formbtns #resetbtn {
	margin-right: 5%;
	width: 30%;
	max-width: 250px;
}






/* ------------------------------------------------------------
	contest
------------------------------------------------------------- */

#form_contest {
	margin: 2.0em 0;
}

.body_section #form_contest dl dt {
	margin-right: 0;
	padding: 0 0;
	text-align: left;
	white-space: normal;
}

.body_section #form_contest dl dd {
	padding-top: 0;
	margin-bottom: 2.5em;
}

.tasbody #form_contest h5 {
	padding: .5em 0;
	padding-left: .75em;
	line-height: 1.66;
}

#form_contest li {
	margin-bottom: .66em;
	text-align:center;
}

#form_contest .unit01 {
	flex-basis: 40%;
	max-width: 40%;
	width: 40%;
}

#form_contest .unit02 {
	flex-basis: 30%;
	max-width: 30%;
	width: 30%;
}

#form_contest li a {
	display: block;
	margin: 3px 0 0;
	padding: 2px;
	border: 2px solid #ddd;
}

#form_contest li a:hover,
#form_contest li a:active {
	border-color: #d00;
}

#form_contest th,
#form_contest td {
	padding: .4em .1em;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	font-size: 85%;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}

.mac #form_contest th,
.ios #form_contest td {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}

#eng-page #form_contest th,
#eng-page #form_contest td {
	padding: .6em .1em;
	line-height: 1.33;
}


#form_contest th {
	text-align: right;
	color: #808389;
	white-space: nowrap;
}


#form_contest ul.grandprixcars {
	margin-left: -2%;
	letter-spacing: -.4em;
}

#form_contest ul.grandprixcars li {
	display: inline-block;
	margin: 1.0em 0 2.0em;
	margin-left: 2%;
	width: 23%;
	letter-spacing: 0;
	vertical-align: top;
}

#form_contest ul.grandprixcars li .category {
	padding: .5em 0;
	font-weight: 500;
	color: #fff;
	background-color: #d00;
}

#form_contest ul.grandprixcars li table {
	margin-bottom: 1.0em;
}

#form_contest ul.grandprixcars li .button {
	padding: 0 0;
	min-width: 80%;
}


.gpcar {
	margin-left: auto;
	margin-right: auto;
	max-width:600px;
}

.gpcar h6 {
	padding: .5em 0;
	font-weight: bold;
	color: #fff;
	background-color: #d00;
}

.gpcar a {
	display: block;
	margin: 3px 0;
	padding: 2px;
	border: 2px solid #ddd;
}

.gpcar a:hover,
.gpcar a:active {
	border-color: #d00;
}

.gpcar th,
.gpcar td {
	padding: .66em .1em;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	font-size: 93%;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}

.mac .gpcar th,
.ios .gpcar td {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}

#eng-page .gpcar th,
#eng-page .gpcar td {
	padding: .7em .1em;
	line-height: 1.33;
}

.gpcar th {
	text-align: right;
	color: #808389;
	white-space: nowrap;
}

.gpcar td.gpcategory {
	background-color: #ddd;
}





/* ------------------------------------------------------------
	event
------------------------------------------------------------- */

.row_arts2 .col-4 img {
	border: 1px solid #ececec;
}


#submenu.event_smenu {
	margin: 0 0 2.0em;
}

#submenu.event_smenu li {
	line-height: 3.0em;
	font-size: 100%;
}

#submenu.event_smenu li {
    width: 33.2%;
}

#submenu.event_smenu li a strong {
	font-size: 150.0%;
}


.event_mapbtn {
	text-align: center;
}
.event_mapbtn a {
	min-width: 240px;
	width: 60%;
}


.event_hdate {
	margin: 1.0em 0;
}

.event_hdate.fri {
	color: #222;
}
.event_hdate.sat {
	color: #06d;
}
.event_hdate.sun {
	color: #d00;
}

.event_hdate span {
/*	color: #666;*/
}

.event_hdate strong {
	padding-right: .1em;
	font-size: 180%;
}


.schedule_tablebox {
	position: relative;
	margin: 1.1em auto 4.1em;
	max-width: 800px;
}

.schedule_table {
	min-width: 730px;
}

.schedule_table thead th,
.schedule_table thead td,
.schedule_table tfoot td {
	padding: .5em .1em;
	text-align: center;
	font-size: 108%;
	line-height: 1.66em;
	font-weight: 600;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.schedule_table tfoot td {
	font-size: 93%;
	border-bottom: none;
}

.schedule_table .tt_timec {
	width: 4.5%;
	white-space: nowrap;
	border-top: none;
	border-left: none;
}

.schedule_table .tt_estage {
	width: 52%;
	background-color: #e970a5;
}
.schedule_table .tt_ostage {
	width: 39%;
	background-color: #8FC232;
}


.schedule_table tbody th,
.schedule_table tbody td {
	padding: 0 0;
	vertical-align: top;
	white-space: nowrap;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.schedule_table tbody .tt_time {
	padding-top: 0;
	padding-right: .3em;
	padding-left: 0;
}
.schedule_table tbody .tt_timeright {
	padding-right: 0;
	padding-left: .3em;
	border-right: none;
}


.schedule_table tbody .tt_time p {
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 30px;
	font-weight: 400;
	text-align: right;
	color: #111;
}

.schedule_table tbody .tt_time p:last-child {
	margin-bottom: 20px;
}


.schedule_table tbody .tt_daytime {
	padding: 0 .4em;
	white-space: nowrap;
}

.tt_dayblock {
	position: relative;
	width: 100%;
}
.tt_day1block { height: 750px;}
.tt_day2block { height: 1360px;}
.tt_day3block { height: 990px;}

.tt_dayblock .tt_space {
	display: block;
	height: 1.0em;
	line-height: 1000em;
	overflow: hidden;
}

.tt_dayblock .eventbox {
	position: absolute;
	width: 100%;
	font-size: 12px;
	line-height: 20px;/* 10min */
	text-align: center;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	color: #fff;
	background-color: #999;
}

.mac .tt_dayblock .eventbox,
.ios .tt_dayblock .eventbox {
	font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display',Verdana,'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', sans-serif;
}

.tt_dayblock .eventbox0 {
	background-color: transparent;
}
.tt_dayblock .ebox1 {
	background-color: #d11;
}
.tt_dayblock .ebox_c1 {
	color: #333;
	background-color: #fda;
}
.tt_dayblock .ebox_avex {
	background-color: #0ae;
}
.tt_dayblock .ebox_live {
	background-color: #247;
}
.tt_dayblock .ebox_slive {
	background-color: #811;
}
.tt_dayblock .ebox_gtspo {
	background-color: #444;
}

.tt_dayblock .ebox_msdr {
	background-color: #6b2;
}
.tt_dayblock .ebox_msdr2 {
	background-color: #0a7;
}

.tt_dayblock .ebox_mnmo {
	color: #333;
	background-color: #bdb;
}

.tt_dayblock .ebox_ccar {
	color: #111;
	background-color: #fc5;
}

.tt_dayblock .ebox_toyo {
	background-color: #06b;
}

.tt_dayblock .eventbox p {
	padding: 1px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
}

.tt_dayblock .eventbox p.tt_eventl {
	font-size: 15px;
	line-height: 18px;
}
.tt_dayblock .eventbox p.tt_events {
	padding: 0 1px;
	font-size: 12px;
	line-height: 17px;
}

.tt_dayblock .eventbox p.tt_eventsp {
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
}

.tt_dayblock .eventbox .tt_gatet {
	display: inline-block;
	padding: 1px 13px;
	width: auto;
	min-width: 80%;
	font-weight: 400;
	color: #444;
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 10px;
}


.event .tasbody h3.eventschedule:before {
	background-color: #d00000;
}

.event .tasbody h3:before {
	background-color: #e970a5;
}

.event .tasbody h3.ostage:before {
	background-color: #8FC232;
}


.eventtime {
	border-top: 1px solid #aaa;
	width: auto;
}
.eventtime td {
	padding: .8em .5em;
	font-size: 85%;
	border-bottom: 1px solid #aaa;
}

.event .tasbody h4 {
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 116%;
	line-height: 1.5;
	color: #fafafa;
	background-color: #e970a5;
	border-left: 4px solid #d00;
}

.event .tasbody h4.ostage {
	background-color: #8FC232;
	border-left: 4px solid #480;
}









/* ------------------------------------------------------------
	media
------------------------------------------------------------- */

.release_ul {
	margin-top: -.8em;
	margin-bottom: 2em;
	border-top: 1px solid #eee;
}

.release_ul li {
	padding: .5em .1em;
	border-bottom: 1px solid #eee;
}

.release_ul li a {
	display: block;
	display: table;
	width: 100%;
}

.release_ul li a:hover,
.release_ul li a:active {
	text-decoration: none;
	color: #3c74d9;
}

.release_ul li a .itext,
.release_ul li a .ibtn {
	display: block;
	display: table-cell;
	vertical-align: top;
	line-height: 1.6;
}

.release_ul li a .itext {
	padding-right: 1em;
	width: 80%;
	white-space: normal;
}

.release_ul li a .ibtn {
	width: 20%;
	line-height: 2.66;
	text-align: center;
	color: #3c74d9;
	border: 1px solid #3c74d9;
	white-space: nowrap;
}
.release_ul li a:hover .ibtn,
.release_ul li a:active .ibtn {
	color: #fff;
	background-color: #3c74d9;
}


.release_ul li a .idate.
.release_ul li a .ititle {
	display: block;
}

.release_ul li a .idate {
	float: left;
	padding-right: 1.0em;
}

.release_ul li a .ititle {
	overflow: auto;
	font-weight: 600;
}

.release_ul li a .ititle span {
	display: inline-block;
	padding-left: .2em;
	font-weight: 300;
}


.row.splice.downloadph_ul {
	margin-left: -2px;
	margin-right: -2px;
}

.downloadph_ul li {
}

.downloadph_ul li a {
	position: relative;
	display: block;
	padding: 2px;
	color: #333;
}

.downloadph_ul li a img {
	position: relative;
	padding: 2px;
	vertical-align: bottom;
	border: 1px solid #e0e0e0;
	opacity: 1;
	-ms-filter: none;
	filter: none;
	z-index: 1;
}

.downloadph_ul li a:hover,
.downloadph_ul li a:active {
	text-decoration: none;
	color: #3c74d9;
}

.downloadph_ul li a:hover img,
.downloadph_ul li a:active img {
	border-color: #3c74d9;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.downloadph_ul li a i {
	position: absolute;
	top: .5em;
	left: .5em;
	font-size: 150%;
	color: #fff;
	color: #e0e0e0;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	z-index: 10;
}
.downloadph_ul li a:hover i,
.downloadph_ul li a:active i {
	color: #3c74d9;
	color: #fff;
	opacity:1.0;
	-ms-filter: none;
	filter: alpha(opacity=100);
}

.downloadph_ul li p {
	padding: .33em 0;
	text-align:center;
	font-size: 85%;
	line-height: 1.5;
	font-weight: 400;
}


span.mediabtn,
a.mediabtn,
a:visited.mediabtn {
	margin: .5em 0;
	border-radius: .5em;
	min-width: 60%;
}

a:hover.mediabtn,
a:active.mediabtn,
a:hover.mediabtn.button,
a:active.mediabtn.button {
/*	color: #3c74d9;
	background-color: transparent;
	border-color: #3c74d9;*/

	color: rgba(255, 255, 255, 0.8);
	background-color: #2d57a3;
	background-color: #777;
}



#loginForm {}

#loginForm label {
	display: inline-block;
	padding: .5em 0;
	font-size: 93%;
}


.media_note {
	margin: -.5em 0 2.0em;
	text-align:center;
	line-height: 1.6;
}





/* ---------------------------------------------------------- */
.indent {
	clear: left;
	padding-left: 1.1em;
}
.indent .marker {
	float: left;
	margin-left: -1.1em;
}


.circle {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}


.c_icon{
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	background-color: #444;
}


a .fa-chevron-circle-right {
	margin-right: .25em;
}


.ol_number {
	margin-left: 1.5em;
}
.ol_number,
.ol_number li {
list-style-type: decimal
}

.disc-list {
	margin-left: 1.5em;
}

.disc-list,
.disc-list li {
list-style-type: disc;
}


::-moz-selection {
	background-color: #555;
	color: #eee;
}
::selection {
	background-color: #555;
	color: #eee;
}





/* ------------------------------------------------------------
	sponsor banners
------------------------------------------------------------- */

.partnerstop {
	margin: 1em auto;
	margin: .75em auto;
	width: 75%;
	width: 90%;
}

.partnerstop li {
	text-align: center;
}
.partnerstop li.col-25 {
	flex-basis: 14.00%;
	max-width: 14.00%;
	width: 14.00%;
}

.partnerstop li img {
	width: 100%;
	max-width: 136px;
}

.partnerstop li a {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
}

.partnerstop li a:hover,
.partnerstop li a:active {
/*	background-color: #aaa;*/
}

.partnerstop li a img {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.partnerstop li a:hover img,
.partnerstop li a:active img {
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}


.banner_article {
	margin: 3.0em auto 1.666em;
	font-size: 100%;
}

.banner_article .partners1 {
	margin-bottom: .5em;
	padding-top: 1.666em;
	border-top: 1px solid #eee;
}

.banner_article .relations {
	padding-top: 1.33em;
	border-top: 1px solid #eee;
}

.partners1 ul {
	width: 100%;
}

.partners1 li {
	margin-bottom: 1.5em;
/*	max-width: 180px;*/
	text-align: center;
}
.partners1 li.col-25 {
	flex-basis: 14.00%;
	max-width: 14.00%;
	width: 14.00%;
}

.partners1 li img {
	border: 1px solid #ddd;
	border-radius: .5em;
}

.partners1 li a {
	display: block;
	text-align: center;
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.partners1 li a:hover,
.partners1 li a:active {
}

.partners1 li a img {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.partners1 li a:hover img,
.partners1 li a:active img {
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	border: 1px solid #bbb;
}


.sanei-banner {
	margin: 0 auto;
	width: 90%;
	width: 100%;
	max-width: 1200px;
}

.sanei-banner li {
	margin-bottom: 1.0em;
}

.sanei-banner li a,
.sanei-banner li a:visited {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.sanei-banner li a:hover,
.sanei-banner li a:active {
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

/*
.eng .sanei-banner {
	width: 95%;
	max-width: 1100px;
}
.eng .sanei-banner .col-2 {
	flex-basis: 20%;
	max-width: 20%;
	width: 20%;
}
*/




/* ------------------------------------------------------------
	sns
------------------------------------------------------------- */

.sns_col {
	position: relative;
	float: right;
	margin-right: -274px;
	width: 244px;
}

.sns_col p {
	margin: 0 0;
	padding: .5em .9em;
	font-size: 12px;
	letter-spacing: .05em;
	color: #fff;
	background-color: #ddd;
}

.sns_col p.sns_facebook {
	background-color: #4c69ba;/*FB*/
}
.sns_col p.sns_twitter {
	background-color: #1b95e0;/*TW*/
}

.sns_col p i {
	margin-right: .3em;
}

.sns_col .top_fbblock {
	padding-top: -1px;
	width: 100%;
	height: 70px;
	overflow: hidden;
}

.sns_col .top_fbbtn {
	margin-top: -1px;
	margin-bottom: 1.0em;
	padding: 6px 1px;
	padding-right: 10px;
	text-align: right;
	border: 1px solid #e9eaed;
	background: #f6f7f8;
}

.sns_col .top_twblock {
	width: 100%;
	height: 600px;/* at Start */
	height: 700px;/* full */
	border: 1px solid #e9eaed;
}


.sns_bar {
	display: none;
	margin-bottom: 2.0em;
}

.sns_bar p {
	display: inline-block;
	width: 50%;
	font-size: 11px;
	text-align: center;
}

.sns_bar p a,
.sns_bar p a:hover,
.sns_bar p a:visited,
.sns_bar p a:active {
	display: block;
	margin: 0 1px;
	padding: .66em .1em;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
}

.sns_bar .btn_fb a {
	background-color: #4c69ba;/*FB*/
}
.sns_bar .btn_tw a {
	background-color: #1b95e0;/*TW*/
}

.sns_bar p a i {
	margin-right: .5em;
}



.fri {
	color: #222;
}
.sat {
	color: #06d;
}
.sun {
	color: #d00;
}

.nowrap {
	white-space: nowrap;
}







/* =============================================================
  Media Query

============================================================= */


@media screen and (max-width: 1024px) {

#gmenu ul {
	font-size: 18px;
}
#gmenu li a .gmjp,
#gmenu li a:visited .gmjp {
	margin-right: -1em;
	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
}

.hddate {
	font-size: 44px;
}
#tastitle .hddate {
	font-size: 40px;
}


}
/* /// max-width: 1024px /// */




@media screen and (max-width: 900px) {

.hddate {
	font-size: 40px;
}
#tastitle .hddate {
	font-size: 38px;
}


.news_list .col-4 {
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
}

.news_list {
	margin-top: 1.33em;
}

.news_list li {
	font-size: 13px;
}

.body_section {
	font-size: 13px;
}


#exhibitor_nav li {
	width: 25.0%;
}

#exhibitor_nav li.unit-20 {
	width: 25.0%;
}

.cars_list {
	margin-left: 0;
	letter-spacing: 0;
}

.cars_list_item {
	display: block;
	margin-left: 0;
	width: 100%;
}


}
/* /// max-width: 900px /// */




@media screen and (max-width: 800px) {

#footer_inner {
	font-size: 11px;
}

#gmenu ul {
	font-size: 17px;
}

.hddate {
	font-size: 36px;
	padding-bottom: .4em;
}
#tastitle .hddate {
	font-size: 30px;
}


.orientation_portrait #mainvisual {
		background:#000 url(../images/top/main_sp.jpg) center center no-repeat;
		background-size:cover;
	}
.orientation_portrait .img_pc {display: none;}
.orientation_portrait .img_sp {display: inline;}

.orientation_portrait #logovideo_pc {display: none;}
.orientation_portrait #logovideo_sp {display: inline;}


.orientation_portrait .hddate {
	padding-bottom: 1.5em;
	font-size: 40px;
}
.orientation_portrait #tastitle .hddate {
	font-size: 40px;
}


.main_article .news_repo .newshead {
	font-size: 1.1em;
}

.main_article .news_repo h2 {
	font-size: 1.5em;
}


#tas_cont_block ul li a h4 {
	font-size: 11px;
}


#exhibitor_nav li a {
	padding: .7em 0;
	font-size: 100%;
}


.partners1 li {
	margin-bottom: 1.2em;
}
.sanei-banner li {
	margin-bottom: .66em;
}


}
/* /// max-width: 800px /// */



@media screen and (max-width: 767px) {

#top-contmenu {
	padding-bottom: 0;
}

#top_sns_space {padding-right: 0;}
.sns_col {display: none;}
.sns_bar {display: block;}


ul.blocks-3 li {
	width: 47.0%;
}


.profbase {
	float: none;
	margin: 0 0 1em;
	width: 100%;
}

.profimage {
	float: none;
	width: 100%;
}

.proftext {
	float: none;
	width: 100%;
}

.profbase h5 {
	text-align: center;
}

.profbase p {
	text-align: center;
}


.present_nav li {
	width: 22%;
}


.body_section dl.presentsurvey dt,
.body_section dl.presentsurvey dd {
	float: none;
	width: 100%;
}

.body_section dl.presentsurvey dt {
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	border-left: none;
	background-color: transparent;
}



}
/* /// max-width: 767px /// */




@media screen and (max-width: 700px) {

.hddate {
	font-size: 32px;
}
#tastitle .hddate {
	font-size: 30px;
}


#exhibitor_nav li.unit-20 {
	width: 33.3333332%;
}

.exhibitor_guide_left,
.exhibitor_guide_right {
	display: block;
	max-width: 100%;
	width: 100%;
}

.exhibitor_guide_left img {
	max-height: 240px;
}


.girls-row .gtop-text {
	padding-top: 0;
}

.girls-row .col-left .gtop-text,
.girls-row .col-right .gtop-text {
	text-align: center;
}

.girls-row .gtop-image {
	width: 100%;
}

.girls-row .col-left .gtop-image,
.girls-row .col-right .gtop-image {
	float: none;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}


#form_contest ul.grandprixcars li {
	width: 48%;
}


}
/* /// max-width: 700px /// */




@media screen and (max-width: 600px) {

.main_article {
	margin-top: 1.2em;
}
.top_article {
	margin-top: 1.0em;
}

.main_article h2 {
	font-size: 15px;
	line-height: 2.4;
}

.tasbody h3 {
	font-size: 14px;
}

.footer_menu {
	padding: 10px 0;
}

#hmenu {
	font-size: 11px;
}

#hmenu .soicn {
	width: 32px;
	font-size: 18px;
}

#hmenu .sotxt {
	padding: 0 8px;
}

#hmenu .solng,
#hmenu .solng:visited {
	padding: 0 4px;
}

#hmenu .solng .lng_text {
	display: none;
}

#gmenu ul {
	font-size: 16px;
}

.hddate {
	font-size: 28px;
	padding-bottom: .33em;
}
#tastitle .hddate {
	font-size: 22px;
}
.orientation_portrait .hddate {
	padding-bottom: 1.6em;
	font-size: 33px;
}
.orientation_portrait #tastitle .hddate {
	font-size: 30px;
}


#tas_cont_block ul li {
	width: 50%;
}

#tas_cont_block ul li a {
	padding-top: 36px;
	margin-bottom: 1px;
	background-color: #aaa;
	border-color: #fff;
}

#tas_cont_block ul li a img {
	display: none;
}

#tas_cont_block ul li a h4 {
	padding-left: 1.1em;
	font-size: 11px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	text-align: left;
}

#tas_cont_block ul li a h4:before {
	display:block;
}


.body_section dl dt {
	float: none;
	margin-left: 0.2em;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 1.0em;
	width: 100%;
	text-align: left;
	white-space: normal;
	border-left: 2px solid #e66;
	background-color: #f0f0f0;
}

.body_section dl dd {
	margin-bottom: 1.66em;
}

.body_section dl.access dt,
.body_section dl.asarchive dt {
	width: 100%;
	background-color: transparent;
}


	/* News List 1row */
.news_list.row {
	margin-top: 1.0em;
	margin-left: 0;
}

.news_list .col,
.news_list .col-4 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

.news_list .col {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
}

.news_list li {
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}

.exinfo_list li {
	margin-bottom: .8em;
	padding-bottom: .8em;
}

.news_list li a.news-link {
	display: table;
}
.exinfo_list li a.news-link {
	display: block;
}

.news_list li .news-image,
.news_list li .news-text {
	display: table-cell;
	vertical-align: top;
}
.exinfo_list li .news-image,
.exinfo_list li .news-text {
	display: inline-block;
}

.news_list li .news-image {
	width: 35%;
}
.news_list li .news-text {
	padding-left: 1em;
	width: 65%;
}
.exinfo_list li .news-image {
	width: 20%;
}

.goods-row li .news-image {
	display: block;
	width: 100%;
	margin-bottom: .2em;
}

.goods-row li .news-text {
	display: block;
	width: 100%;
	padding-left: 0;
}


.tasbody .row.present-row {
	margin-left: -2.12766%;
}

.tasbody .present-row .col-3,
.tasbody .present-row .col-4 {
	padding-left: 2.12766%;
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
}


.release_ul li a {
	display: block;
}

.release_ul li a .itext,
.release_ul li a .ibtn {
	display: block;
}

.release_ul li a .itext {
	width: 100%;
}
.release_ul li a .ibtn {
	margin: .5em auto 0;
	width: 60%;
	line-height: 2.2;
}


.main_article .news_repo h2 {
	font-size: 1.4em;
}


#exhibitor_nav li a {
	padding: .6em 0;
	font-size: 93%;
}

#exhibitor_nav li.unit-20 {
	width: 50.0%;
}

.exinfo_list li a {
	padding-left: 2px;
}

.exinfo_list li .news-date {
	float: none;
	display: block;
	margin-left: 0;
	width: 100%;
	padding-top: .1em;
	padding-bottom: .33em;
	font-size: .85em;
	color: #666;
}


.presentsurvey dd .formbox.col-list li {
	min-width: 49%;
}


.sns_bar {
	margin-bottom: 1.1em;
}


.partnerstop {
	margin: 1em auto .6em;
	width: 85%;
}

.partners1 ul {
/*	width: 80%;*/
}

.partners1 li {
	margin-bottom: .9em;
}
.sanei-banner li {
	margin-bottom: .5em;
}


}
/* /// max-width: 600px /// */



@media screen and (max-width: 500px) {

#footer_inner {
	font-size: 10px;
}

.hddate {
	font-size: 24px;
}
#tastitle .hddate {
	font-size: 20px;
}

.orientation_portrait .hddate {
	padding-bottom: 1.3em;
	font-size: 30px;
}
.orientation_portrait #tastitle .hddate {
	font-size: 24px;
}


.tasbody .row {
	margin-left: 0;
}
.tasbody .col,
.tasbody .col-6 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}
.tasbody .col {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
}

.tasbody .row.present-car {
	margin-left: 0;
}

.row_arts2 .col-4 img {
	max-width: 80%;
}


.exinfo_list {
	margin-bottom: 1em;
}

.maker_banner {
	margin: 0 2% 0;
}

.maker_banner .row.centered .col {
	margin-bottom: .5em;
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
}

.tasbody .maker_banner .col-25 {
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
}


.tasbody .girls-row {
	margin-left: -2.12766%;
}
.tasbody .girls-col {
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
	padding-left: 2.12766%;
}

.tasbody .downloadph_ul .col,
.tasbody .downloadph_ul .col-3,
.tasbody .downloadph_ul .col-4 {
flex-basis: 50%;
max-width: 50%;
width: 50%;
}


.body_section {
	font-size: 12px;
}


ul.blocks-3 {
	margin-left: 0;
}

ul.blocks-3 li {
	display: block;
	margin-left: 0;
	width: 100%;
}


.news_list li .news-image:before {
	font-size: 2em;
}

.gallery_list li .news-image:before {
	font-size: 2em;
}


.snsbox {
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);
}


#news_list_blockall .news_list li {
	margin-bottom: 1.5em;
}

#news_list_blockall .news_list li a.news-link {
	border-top: none;
}

#news_list_blockall .news_list li .news-image,
#news_list_blockall .news_list li .news-text {
	padding-top: 0;
}

#news_list_blockall .news_list li .news-image {
	width: 35%;
}
#news_list_blockall .news_list li .news-text {
	width: 65%;
}


.main_article .news_repo h2 {
	font-size: 1.3em;
}

.goods-row .news-text p.g-check .button {
	width: 80%;
}

.event-thimg {
	max-width: 50%;
}


#form_contest .unit01 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

#form_contest .unit02 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

#form_contest .unit02 a {
	margin-left: 6%;
	margin-right: 6%;
}


}
/* /// max-width: 500px /// */



@media screen and (max-width: 400px) {

#hmenu .sotxt {
	padding: 0 5px;
}

#hmenu .solng,
#hmenu .solng:visited {
	margin-left: 2px;
}

#gmenu ul {
	font-size: 15px;
}
#gmenu li a .gmjp,
#gmenu li a:visited .gmjp {
	margin-right: -2em;
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);
}

.hddate {
	font-size: 18px;
}
#tastitle .hddate {
	font-size: 14px;
}

.orientation_portrait .hddate {
	padding-bottom: 1.5em;
	font-size: 24px;
}
.orientation_portrait #tastitle .hddate {
	font-size: 22px;
}


.main_article .news_repo .newshead {
	font-size: .9em;
}

.main_article .news_repo h2 {
	font-size: 1.1em;
}


#tas_cont_block ul li a h4 {
	font-size: 10px;
}


.body_section dl.asarchive dd a {
	max-width: 46%;
}


#exhibitor_nav li {
	width: 33.33333332%;
}


.exhibitor_guide_data dt {
	float: none;
	display: block;

}


#form_contest ul.grandprixcars,
#form_contest ul.grandprixcars li {
	margin-left: 0;
	width: 100%;
}


.partnerstop {
	width: 90%;
}

.partners1 ul {
/*	width: 90%;*/
}

.partners1 li {
	margin-bottom: .7em;
}
.sanei-banner li {
	margin-bottom: .33em;
}


}
/* /// max-width: 400px /// */




@media screen and (max-width: 360px) {

.orientation_portrait .hddate {
	padding-bottom: 1.4em;
	font-size: 22px;
}
.orientation_portrait #tastitle .hddate {
	font-size: 18px;
}


.btn360 {
	padding: 0 0;
	width: 100%;
}

}
/* /// max-width: 360px /// */



/*
.testinfo {
	margin: 2%;
	width: 95%;
}

.testinfo th,
.testinfo td {
	padding: .5em .8em;
	border: 1px solid #ddd;
}
.testinfo th {
	font-weight: 600;
}
*/

