@charset "utf-8";
/* CSS Document */

@import url('https://www.optronics.co.jp/css/footer.css');

html {
	overflow-y: scroll
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inner-content {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.inner{
    min-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 1120px){
	.inner{
    	padding: 0 24px;
	}
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a{
    text-decoration: none;
    transition: all ease .3s;
}
a[href^="tel:"] {
	color: inherit;
}

td[align="left"]{
	text-align: left !important;
}
td[align="center"]{
	text-align: center !important;
}
td[align="right"]{
	text-align: right !important;
}
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* HeaderTop */

#languageSelect{
    font-size: 0;
	text-align: right;
    padding: 8px 0;
    background: #e5e5e5;
}
#languageSelect ul.language-chooser{
    display: inline-block;
}
#languageSelect li{
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    padding: 0 12px;
    border-left: solid 1px #999999;
}
#languageSelect ul li:first-child{
    margin-left: 0;
    padding-left: 0;
    border: none;
}
#languageSelect ul li.active{
	display: none;
}
#languageSelect li a{
	display: block;
    color: inherit;
}
#languageSelect li a:hover{
	opacity: 0.5;
}
#languageSelect .qtranxs_widget_end{
	display: none;
}
#snsList{
	display: inline-block;
	margin: 0;
    padding: 0;
    margin-left: 8px;
}
#languageSelect #snsList li{
    display: inline-block;
    float: none;
	vertical-align: middle;
    margin: 0 0 0 8px;
    padding: 0;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}
#languageSelect #snsList li:first-child{
	margin-left: 0;
}
#languageSelect #snsList li a{
	display: block;
}
#languageSelect #snsList li a:hover{
	opacity: 0.5;
}
#languageSelect #snsList li a img{
    width: 28px;
}

/* mainHeader */

#header.opie21{
    padding: 24px 0 0;
    background: #0b714c;
}
#header.opie21 .inner{
	width: 1040px;
}
#header.opie21 h1{
	width: 240px;
    float: left;
    margin: 0 0 24px;
    box-sizing: border-box;
}
#header.opie21 h1 a{
	display: block;
}
#header.opie21 h1 a:hover{
	opacity:0.5;
}
#header.opie21 .expoinfo{
    color: #ffffff;
	float: left;
    padding: 2px 0 4px 28px;
    margin-left: 28px;
    box-sizing: border-box;
    border-left: solid 1px #ffffff;
}
#header.opie21 .expoinfo p{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
#header.opie21 .expoinfo p.date{
    margin-bottom: 2px;
}
#header.opie21 .expoinfo p.access{
}
#header.opie21 .expoinfo p small{
	font-size: 13px;
}

#header.opie21 .headContact{
	width: 210px;
    float: right;
}
#header.opie21 .headContact p{
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}
#header.opie21 .headContact p b{
    display: inline-block;
    margin-bottom: 0.2em;
}
#header.opie21 .headContact a{
    color: #ffffff;
}

#headSpace{
    clear: both;
    padding-top: 0;
    padding-bottom: 8px;
}
#headSpace a{
    display: block;
}
#headSpace a:hover{
    opacity: 0.5;
}
#headSpace .le{
    width: 172px;
    float: left;
}
#headSpace ul.ja{
    width: calc(100% - 172px);
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
#headSpace ul.ja li{
    float: left;
    margin-left: 28px;
    margin-bottom: 8px;
}
#headSpace ul.ja li:nth-child(3){
    margin-left: 12px;
}
#headSpace ul.ja li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
#headSpace ul.ja li img{
    width: auto;
    height: 22px;
}

#headSpace ul.en{
}
#headSpace ul.en li{
    float: left;
    margin-left: 28px;
    margin-bottom: 14px;
}
#headSpace ul.en li:nth-child(1),
#headSpace ul.en li:nth-child(5){
    clear: both;
    margin-left: 0;
}
#headSpace ul.en li img{
    width: auto;
    height: 16px;
}



#globalnav{
	width: 100%;
    background: #121212;
    box-sizing: border-box;
}
#globalnav .inner{
	width: 1040px;
}
#globalnav>div>ul{
	display: table;
    width: 100%;
    font-size: 0;
    text-align: left;
    position: relative;
}
#globalnav>div>ul>li{
    display: table-cell;
    width: 16.6%;
    position: relative;
}
#globalnav>div>ul>li.menu-item-303{
	display: none;
}
#globalnav ul li.add:before{
    content: '▼';
    color: #ffffff;
    font-size: 9px;
    margin: 0 -5px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    right: 50%;
    opacity: 0.5;
}
#globalnav div>ul>li:first-child::before,
#globalnav div>ul>li:after {
    content: "";
    width: 1px;
    background: #999999;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
}
#globalnav div>ul>li:first-child::before {
    left: 0 !important;
}
#globalnav>div>ul>li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 20px 0 24px;
}
#globalnav>div>ul>li a:hover{
	opacity: 0.5;
}
#globalnav ul ul{
    display: none;
    width: 240px;
    position: absolute;
    left: -1px;
    top: 60px;
    z-index: 500;
}
#globalnav ul li:hover ul{
    display: block;
}
#globalnav ul ul li{
	padding: 3px 0 0;
}
#globalnav ul ul li:first-child{
}
#globalnav ul ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
    padding: 12px 16px;
    background: rgba(0,0,0,0.95);
}
#globalnav ul ul li a:hover{
	opacity: 1;
	color: #ffffff;
    background: #f39800 !important;
}

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

#sitemap{
	padding: 40px 0 28px !important;
}
#sitemap iframe{
    width: 960px;
    min-height: 520px;
    margin: 0 auto;
}

#footer {
    color: #424242;
    padding: 24px 0;
    margin: 80px auto 0;
    background: #ebebeb;
    border-top: solid 1px #c6c6c6;
}
#footNav li {
    height: 13px;
    float: left;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    padding: 0px 12px;
    border-left: 1px solid rgb(66, 66, 66);
}
#footNav li:first-child {
    border-left: none;
}
#footNav li a {
    color: #282828;
    text-decoration: none;
}

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

#pagetop{
	width: 40px;
    margin: 0 auto;
    position: fixed;
    right: 16px;
    bottom: 40px;
}
#pagetop a{
    display: block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #333333;
    border-radius: 7px;
    position: relative;
}
#pagetop a:before{
    content: "";
    width: 0;
    height: 0;
    margin: 0 -10px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: 12px;
    left: 50%;
    right: 50%;
}
#pagetop a:hover::before{
    top: 10px;
}

#footer{
}
#footer #copyright{
	color: #333333;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    text-align: center;
    padding: 24px;
    background: #f2f2f2;
}

/* -- .table -- */

.table table{
    width: 100%;
    line-height: 1.4;
    margin: 0 0 16px;
    background: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
}
.table table th,
.table table td{
	padding: 8px;
}
.table table th{
	background: #d8e7f6;
}
.table table td{
	background: #ffffff;
}

/* ----- li ----- */

ul.redTriangle li:before{
	content: "▼";
    color: #ff0000;
    font-size: 0.9em;
    margin: 0 4px 0 0;
}
ul.square li:before{
    content: "■";
    font-size: 0.9em;
    margin: 0 8px 0 0;
}
ul.diamond li:before{
    content: "◆";
    color: #999999;
    font-size: 0.9em;
    margin: 0 4px 0 0;
}


/* ----- sidebar ----- */

#sidebar{
	width: 200px;
	float: right;
    margin: 32px 0 0;
}
#sidebar aside.ads{
    margin: 0 0 16px;
}
#sidebar aside.ads h3{
	display: none;
}
#sidebar aside.ads iframe{
    height: 300px;
}
#sidebar aside div.secretariat{
    padding: 20px 16px;
    border: solid 4px #e5e5e5;
}
#sidebar aside div.secretariat p{
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}
#sidebar aside div.secretariat p b{
    display: inline-block;
    margin-bottom: 0.2em;
}

#sideAds_area{
}
#sideAds_area aside{
	margin: 0 0 16px;
}
#sideAds_area aside:first-child{
	margin-top: 0;
}

#sidebar #expoList{
	margin: 0 0 20px;
}
#sidebar #expoList li{
    margin: 8px 0 0;
}
#sidebar #expoList li:first-child{
	margin-top: 0;
}
#sidebar #expoList li a{
	display: block;
	overflow: hidden;
}
#sidebar #expoList li a:hover{
	opacity: 0.5;
}
#sidebar #expoList.en li a{
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
	padding: 0 0 0 24px !important;
	position: relative;
}
#sidebar #expoList.en li a:before{
	content: "◆";
	position: absolute;
	left: 0;
}
#sidebar #expoList.en li.laser a:before{
	color: #1a4a81;
}
#sidebar #expoList.en li.lens a:before{
	color: #0a7514;
}
#sidebar #expoList.en li.ir_uv a:before{
	color: #01959f;
}
#sidebar #expoList.en li.camera a:before{
	color: #e07900;
}
#sidebar #expoList.en li.mi a:before{
	color: #a40001;
}
#sidebar #expoList.en li.sa a:before{
	color: #df9f1b;
}
#sidebar #expoList.en li.positioning a:before{
	color: #491478;
}
#sidebar #expoList li.zone{
	position: relative;
    margin: 6px 0 10px 8px;
}
#sidebar #expoList li.zone a{
    color: #333333;
	font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 0 12px !important;
    text-decoration: none;
    text-indent: -0.8em;
}
#sidebar #expoList li.zone a:before{
    content: "-";
    color: #999999;
    font-weight: normal;
    margin: 0 6px 0 0;
}

/* ----- home ----- */

#mainimg{
    text-align: center;
	margin-bottom: 56px !important;
    background: #cccccc;
}
#homeContents,
#mainContents{
	width: 800px;
    float: left;
    margin: 32px 0 80px;
}
#homeContents .bnr{
	margin: 0 0 24px;
}
.homeCatchcopy{
    margin: 0 0 24px;
}
.homeCatchcopy p{
	font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
}
.homeCatchcopy>*:last-child{
	magrin-bottom: 0;
}
ul.halfBnrs{
	margin: 0 0 12px;
}
ul.halfBnrs li{
	width: 390px;
    float: left;
    margin: 0 0 20px 20px;
}
ul.halfBnrs li:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}

#homeContents .tab {
    padding: 0 10px;
    margin: 0 0 0;
    overflow: hidden;
}
#homeContents #homeTopTabs{
	padding: 24px 0 12px;
    margin: 0 0 40px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    box-sizing: border-box;
}
#homeContents #homeTopTabs .tabBtn{
	font-size: 0;
    padding: 0;
    margin: 0;
}
#homeContents #homeTopTabs .tabBtn li{
    width: 394px;
    float: left;
    font-size: 18px;
    font-weight: bold;
	color: #e5e5e5;
    text-align: center;
    letter-spacing: 0.03em;
    padding: 20px 0;
    margin: 0 0 0 12px;
    box-sizing: border-box;
    background: #cccccc;
	border-radius: 5px 5px 0 0;
    cursor: pointer;
    opacity: 1;
}
#homeContents #homeTopTabs .tabBtn li.visitors{
    background: #8eaec6;
}
#homeContents #homeTopTabs .tabBtn li.exhibitors{
	background: #8fb7a2;
}
#homeContents #homeTopTabs .tabBtn li:first-child{
    margin-left: 0;
}
#homeContents #homeTopTabs .tabBtn li.select{
    color: #ffffff;
}
#homeContents #homeTopTabs .tabBtn li.visitors.select{
    background: #0068b7;
}
#homeContents #homeTopTabs .tabBtn li.exhibitors.select{
    background: #038642;
}

#homeContents #homeTopTabs .box{
    border: solid 2px;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
}
#homeContents #homeTopTabs div.visitors {
    border-color: #0068b7;
}
#homeContents #homeTopTabs div.exhibitors {
    border-color: #038642;
}
#homeContents #homeTopTabs .box.hide{
	display: none;
}
#homeContents #homeTopTabs .box ul.btns{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#homeContents #homeTopTabs .box ul.btns li{
    float: left;
    margin: 0 0 12px 12px;
    border-radius: 0;
    overflow: hidden;
}
#homeContents #homeTopTabs .box ul.btns li a{
    display: block;
    height: 100%;
    padding: 48px 0;
    background: #000000;
}
#homeContents #homeTopTabs .box ul.btns li a p{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 0 0 4px #000000;
    position: relative;
    z-index: 20;
}
#homeContents #homeTopTabs .box ul.btns li a span.icon{
    display: block;
    margin: 0 auto;
    text-align: center;
	margin: 0 auto 16px;
    background: transparent;
    position: relative;
    z-index: 20;
}
#homeContents #homeTopTabs .box ul.btns li a span.icon img{
    width: auto;
    height: 40px;
}
#homeContents #homeTopTabs .box ul.btn02 li{
    width: 372px;
}
#homeContents #homeTopTabs .box ul.btn03 li{
    width: 244px;
}
#homeContents #homeTopTabs .box ul.btn04 li{
    width: 180px;
}
#homeContents #homeTopTabs .box ul.btn02 li:nth-child(2n+1),
#homeContents #homeTopTabs .box ul.btn03 li:nth-child(3n+1),
#homeContents #homeTopTabs .box ul.btn04 li:nth-child(4n+1){
	margin-left: 0;
}
#homeContents #homeTopTabs .box ul li.list a{
	background: url(../img/home/btnbg04.jpg) no-repeat center center;
}
#homeContents #homeTopTabs .box ul li.ex_merit a{
	background: url(../img/home/btnbg06.jpg) no-repeat center center;
}
#homeContents #homeTopTabs .box ul li.vi_merit a{
    background: url(../img/home/btnbg01.jpg) no-repeat center center;
}
#homeContents #homeTopTabs .box ul li.guide a{
    background: url(../img/home/btnbg03.jpg) no-repeat center center;
}
#homeContents #homeTopTabs .box ul li.event a{
	background: url(../img/home/btnbg05.jpg) no-repeat center center;
}
#homeContents #homeTopTabs .box ul li.access a{
    background: url(../img/home/btnbg02.jpg) no-repeat center center;
}
#homeContents #homeTopTabs .box ul li a{
    background-size: cover !important;
    position: relative;
}
#homeContents #homeTopTabs .box ul li a:before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
#homeContents #homeTopTabs .box.exhibitors ul li a:before{
    background: rgba(3,134,66,0.5);
}
#homeContents #homeTopTabs .box.visitors ul li a:before{
    background: rgba(0,104,183,0.4);
}
#homeContents #homeTopTabs .box ul li a:hover:before{
    background: rgba(51,51,51,0.5);
}

#report h3{
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 16px;
    margin: 0 0 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#report h4{
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 12px;
    margin: 0 0 16px;
    background: #f2f2f2;
}
#report p{
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 12px;
}
#report table{
}
#report th{
	background: #f2f2f2;
}
#report th,
#report td{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 8px 4px;
}

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

#homeInfo{
}
#homeInfo h3{
	font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 8px;
    border-bottom: solid 4px #0b714c;
}
#homeInfo #infoList{
    overflow-y: scroll;
    max-height: 340px;
    padding: 16px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#homeInfo #infoList li{
	padding: 12px 0;
    border-top: solid 1px #cccccc;
}
#homeInfo #infoList li:first-child{
    border-top: none;
    padding-top: 0;
}
#homeInfo #infoList li span.date{
	display: block;
    font-size: 14px;
    color: #787878;
    margin: 0 0 4px;
}
#homeInfo #infoList li p.title{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
#homeInfo #infoList li p.title a{
    color: inherit;
    text-decoration: underline;
}
#homeInfo #infoList li p.title a:hover{
	opacity: 0.5;
}

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

#sponsor{
}
/*
#sponsor h4{
	font-size: 16px;
    line-height: 1.4;
    padding: 8px 12px;
    margin: 0 0 16px;
    background: #f2f2f2;
}
*/
#sponsor .logotype01{
}
#sponsor .logotype01 figure{
    width: 188px;
    float: left;
    margin: 0 0 28px 16px;
}
#sponsor .logotype02 figure{
    width: 147px;
    float: left;
    margin: 0 0 8px 16px;
}
#sponsor .logotype01 figure:nth-child(4n+1),
#sponsor .logotype02 figure:nth-child(5n+1){
	clear: both;
    margin-left: 0;
}
#sponsor figure a{
    display: block;
	color: #333333;
	text-decoration: none;
}
#sponsor figure a:hover{
	opacity: 0.5;
}
#sponsor figure img{
    display: block;
    margin: 0 auto;
}
#sponsor .logotype01 .noimage{
    display: block;
    min-height: 58px;
    width: 100%;
}
#sponsor figure figcaption{
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    margin: 8px 0 0;
}

#sponsor .logotype03{
    margin: 0 0 20px;
}
#sponsor .logotype03 figure{
    width: 392px;
    float: left;
    margin: 0 0 8px 16px;
}
#sponsor .logotype03 figure:nth-child(2n+1){
	clear: both;
    margin-left: 0;
}
#sponsor .logotype03 .noimage{
    display: block;
    width: 100px;
    min-height: 72px;
    float: left;
    margin: 0 12px 0 0;
}
#sponsor .logotype03 figure img{
    float: left;
    margin: 0 12px 0 0;
}
#sponsor .logotype03 figure figcaption{
	text-align: left;
    padding: 8px 0 0;
    margin: 0;
}

/* ----- breadcrumb ----- */

#breadcrumb{
    margin: 0 0 32px;
    padding: 0 0 20px;
	border-bottom: solid 1px #999999;
}
#breadcrumb li{
	font-size: 14px;
    color: #666666;
    display: inline-block;
    margin-right: 4px;
}
#breadcrumb li a{
	color: #666666;
}
#breadcrumb li a, #breadcrumb li span, #breadcrumb li strong{
	word-wrap: break-word;
	word-break: break-all;
}

/* ----- mainContents ----- */

#page-header{
	padding: 20px 0 0;
    border-top: solid 5px #0b714c;
}
#page-header h2{
	font-size: 32px;
    letter-spacing: 0.02em;
    margin: 0 0 12px;
}

section{
	margin: 0 0 40px;
}
section h1{
    font-size: 19px;
    line-height: 1.5;
    padding: 12px 16px;
    margin: 0 0 24px;
    background: #f2f2f2;
    border-left: double 20px #0b714c;
    border-bottom: solid 1px #cccccc;
}
section h2{
    font-size: 17px;
    line-height: 1.4;
    padding: 0 0 8px;
    margin: 0 0 20px;
    border-bottom: solid 2px #ababab;
}
#mainContents section p+h2,
#mainContents section ul+h2,
#mainContents section ol+h2{
    margin-top: 40px;
}
section h3{
	font-size: 16px;
    line-height: 1.4;
    padding: 8px 12px;
    margin: 0 0 16px;
    background: #f2f2f2;
}
section h4{
    font-size: 17px;
    line-height: 1.4;
    padding: 0 0 4px;
    margin: 0 0 12px;
    border-bottom: solid 2px #cccccc;
}
section h5{
}
section h6{
}
section .noBg{
	padding: 0 !important;
	background: transparent !important;
}
section p,
section li{
	font-size: 15px;
    line-height: 1.8;
}
section p{
	margin: 0 0 20px;
}
section p.large{
	font-size: 20px;
	line-height: 1.5;
    margin: 32px 0;
}
section li{
    margin: 6px 0 0;
}
section li:first-child{
    margin-top: 0;
}
section ul{
    margin: 0 0 24px 1.2em;
}
section ol{
    margin: 0 0 24px 1.2em;
}
section ul li{
    list-style-type: square;
}
section ol li{
    list-style-type: decimal;
}
section .img{
    text-align: center;
    margin: 0 0 20px;
}

section dl.tableDl{
}
section dl.tableDl dt,
section dl.tableDl dd{
    font-size: 15px;
    line-height: 1.6;
    float: left;
    margin: 0 0 16px;
    box-sizing: border-box;
}
section dl.tableDl dt{
	width: 140px;
	clear: both;
    font-weight: bold;
    padding: 0 20px 0 0;
}
section dl.tableDl dd{
	width: 660px;
    padding: 0 0 0 20px;
    border-left: solid 1px #cccccc;
}
section dl.tableDl dd table{
}
section dl.tableDl dd small{
	display: block;
    color: #666666;
    font-size: 13px;
    margin: 2px 0 12px;
}

/* about */

section .academypack{
    padding: 16px 20px;
    margin: 16px 0 0;
    background: rgba(255,210,247,0.5);
}
section .academypack h4{
    margin: 0 0 4px;
    padding: 0;
	border: none;
}
section .academypack p{
	margin: 0;
}
section ul.kyousan_List{
    margin: 0 0 24px;
}
section ul.kyousan_List li{
    width: 222px;
    float: left;
    font-size: 14px;
    margin: 0 0 6px 16px;
    list-style-type: none;
}
section ul.kyousan_List li:nth-child(3n+1){
    clear: both;
    width: 324px;
    margin-left: 0;
}

/* feature */

#features{
}
#features #f_list{
}
#features #f_list li{
    font-size: 17px;
    font-weight: bold;
    margin: 16px 0;
}

#features .anq_img{
    width: 420px;
    float: right;
    margin: 0 0 0 24px;
}
#features .anq_img figure{
    margin: 0 0 24px;
}
#features #anq_list{
	margin: 0;
}
#features #anq_list li{
    font-size: 16px;
    margin: 0 0 24px;
	list-style-type: none;
}  

/* product */

section.product{
	padding: 40px 0 0;
	margin: 0;
}
#breadcrumb + section.product{
    padding: 0;
    margin: 0 0 -40px;
}
section #pageNavi{
	margin: 0 0 24px;
}
section #pageNavi li{
    float: left;
    margin: 0 0 12px 12px;
    list-style: none;
}
section #pageNavi li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
section #pageNavi li a{
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 20px;
    border: solid 1px #3498db;
    border-radius: 4px;
}
section #pageNavi li a:hover{
	color: #ffffff;
	background: #3498db;
}

section.product ul.halfList,
section.product ul.tripleList{
    margin: 0 0 0 1.2em;
}
section.product ul.halfList li,
section.product ul.tripleList li{
    float: left;
    margin: 0 0 4px 8px;
}
section.product ul.halfList li{
    width: 386px;
}
section.product ul.tripleList li{
	width: 254px;
}
section.product ul.halfList li:nth-child(2n+1),
section.product ul.tripleList li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
section.product ul li{
	font-weight: bold;
}
section.product ul li small{
    display: block;
    font-size: 13px;
	font-weight: normal;
    line-height: 1.7;
}

/* access */

section .map{
	margin: 0 0 24px;
}

/* exihibitor */

section#ex_merit h2{
    min-height: 37px;
    font-size: 20px;
    padding: 6px 0 0 10px;
    margin: 0 0 20px;
    border: none;
    background: url(../img/title_bg.jpg) no-repeat left top;
    box-sizing: border-box;
}


section#merit{
}
section#merit .thumb{
    width: 340px;
    float: right;
    margin: 0 0 24px 24px;
}
section#merit .textarea{
    width: 436px;
    float: left;
    margin: 0 0 24px;
}

/* cost */

section.cost h4{
    position: relative;
    padding: 0 0 4px 28px;
}
section.cost h4:before{
    content: "◆";
    position: absolute;
    top: 0;
    left: 2px;
    color: #cccccc;
}

section .cost_table{
    margin: 0 0 20px;
}
section .cost_table table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background: #cccccc;
}
section .cost_table table thead th{
	font-size: 16px;
    line-height: 1.5;
    padding: 8px;
    background: #f2f2f2;
}
section .cost_table table tbody th{
    width: 20%;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px;
    background: #f2f2f2;
}
section .cost_table table tbody td{
    width: 40%;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
    background: #ffffff;
}
section .cost_table table tbody td strong{
    font-size: 18px;
}

section .booth_img{
    width: 300px;
    float: right;
    margin: 0 0 16px 24px;
}

/* ----- schedule ----- */

#schedule{
}
#schedule .schedule_table{
}
#schedule .schedule_table table{
}
#schedule .schedule_table table thead th{
	background: #ccdae8;
}
#schedule .schedule_table table tbody tr td{
    font-size: 14px;
    line-height: 1.5;
    background: #FAFCC9;
}
#schedule .schedule_table table tbody tr td.gray{
	background: #f2f6f9;
}
#schedule .schedule_table table tbody tr td:nth-child(1),
#schedule .schedule_table table tbody tr td:nth-child(2),
#schedule .schedule_table table tbody tr td:nth-child(4){
	text-align: center;
}
#schedule .schedule_table table tbody tr td:nth-child(3){
}

/* ----- option ----- */

section#option{
}

section#option .ex_seminar{
    width: 396px;
    float: left;
    margin: 0 0 40px
}
section#option .ex_seminar_table{
    width: 380px;
    float: right;
    font-size: 14px;
    margin: 0 0 40px;
}
section#option .ex_seminar_table table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background: #cccccc;
    margin: 8px 0 12px;
}
section#option .ex_seminar_table thead th{
	font-size: 13px;
    line-height: 1.5;
    padding: 8px 0;
    background: #f2f2f2;
}
section#option .ex_seminar_table tbody th{
	font-size: 13px;
    line-height: 1.5;
    padding: 8px 0;
    background: #f2f2f2;
}
section#option .ex_seminar_table tbody td{
    font-size: 13px;
    line-height: 1.5;
    padding: 8px;
    background: #ffffff;
}
section#option .ex_seminar_table tbody td.pink{
    background: #ffc0cb;
}
section#option .ex_seminar_table p span.pink{
    display: inline-block;
    width: 64px;
    padding: 4px 0;
    margin: 0 12px 0 0;
    background: #ffc0cb;
}

section#option .optionImg{
    width: 320px;
    float: right;
    text-align: center;
    margin: 0 0 40px;
}
section#option .optionText{
	width: 456px;
    float: left;
    margin: 0 0 40px;
}

section#option .coffee_table{
    margin: 0 0 12px;
}
section#option .coffee_table table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background: #cccccc;
}
section#option .coffee_table table thead th{
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
}
section#option .coffee_table table tbody th{
}
section#option .coffee_table table tbody td{
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
    background: #ffffff;
}

section#option form .box{
	font-size: 15px;
	line-height: 1.5;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: solid 1px #cccccc;
}
section#option form .mwform-checkbox-field{
    margin: 12px 0 0;
}
section#option form .mwform-checkbox-field label{
}

/* ----- press ----- */

#press .logo_Table{
}
#press .logo_Table table{
}
#press .logo_Table table th{
    width: 360px;
    font-size: 14px;
    text-align: left;
    padding: 8px 8px 8px 16px;
    background: #f2f2f2;
}
#press .logo_Table table td{
	font-size: 14px;
    line-height: 1.5;
    padding: 8px 16px;
}
#press .logo_Table table td a{
}

/* ----- entry ----- */

.entryform .title{
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 12px;
    margin: 16px 0 10px;
    border-left: 8px solid #ffae00;
}
.entryform dl dd .title:first-child{
	margin-top: 0;
}
.entryform dl .kakukoma{
    padding: 8px 16px;
    margin: 12px 0 8px;
    background: #d6ecff;
}
.entryform dl small.kakukoma_text {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-indent: -1em;
    margin: 0 0 0 1em;
}



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

p.red.error{
    padding: 8px 12px;
    border: solid 2px #ff0000;
}
.entryform{
}
.entryform dl{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0 0 24px;
    background: #f2f2f2;
    border-bottom: solid 1px #cccccc;
}
.entryform dl dt,
.entryform dl dd{
    float: left;
    font-size: 14px;
    line-height: 1.4;
    padding: 12px;
    margin: 0 !important;
    box-sizing: border-box;
    border-top: solid 1px #cccccc;
}
.entryform dl dt{
    width: 220px !important;
    clear: both;
    font-weight: bold;
    background: #f2f2f2;
}
.entryform dl dd{
    width: 580px !important;
    background: #ffffff;
	padding: 8px 12px;
}
.entryform dl dd.typeSelect{
}
.entryform dl dd.typeSelect span.mwform-radio-field:nth-child(2n){
    padding: 0 0 8px;
    margin: 5px 0 8px;
    border-bottom: dashed 1px #cccccc;
}
span.req,
span.rq{
    color: #ff3300;
    margin: 0 0 0 4px;
}
.entryform dl dt small{
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 8px 0 0;
}
.entryform dl dd .error{
    color: #ff3300;
    display: block;
	font-size: 14px;
    margin: 6px 0 0;
}
.entryform .mustcheck{
    text-align: center;
    padding: 20px 0;
    margin: 0 0 24px;
    background: #feffa3;
}
.entryform .mustcheck label{
    font-size: 15px;
	font-weight: bold;
}
.entryform .mustcheck small{
    display: block;
    font-size: 14px;
    margin: 12px 0 0;
}
.entryform .mustcheck small a{
    display: block;
    width: 240px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.02em;
    margin: 0 auto;
    padding: 10px 0;
    background: #FF8A00;
	border: solid 2px #FF8A00;
    border-radius: 4px;
}
.entryform .mustcheck small a:hover{
    color: #FF8A00;
    background: #ffffff;
}
.confirmPage .entryform .confirmNone{
	display: none;
}
.entryform .confirmDisp{
	display: none;
}
.confirmPage .entryform .confirmDisp{
	display: inline-block !important;
}
.entryform .grayBg{
    padding: 16px;
    margin: 0 0 24px;
    border: solid 1px #cccccc;
}
.entryform .grayBg .box:last-child{
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.entryform dl dd span.trial{
}
.entryform dl dd span.trial .horizontal-item{
    display: inline-block;
    width: 100%;
    padding: 8px 12px;
    margin: 12px 0 0;
    background: #FFFF00;
    box-sizing: border-box;
}
.confirmPage .entryform dl dd span.trial .horizontal-item{
}
.confirmPage .entryform dl dd span.trial{
}
.entryform dl dd input{
	font-size: 15px;
    line-height: 1.6;
	padding: 0 2px;
}
.entryform dl dd input[type="text"]{
    margin-top: 4px;
    margin-bottom: 4px;
}
.entryform dl dd textarea{
	font-size: 15px;
    line-height: 1.6;
	padding: 0 2px;
}
.entryform dl dd select{
	font-size: 15px;
    line-height: 1.6;
}
.entryform .btn_area{
    text-align: center;
    margin: 0 auto;
}
.entryform .btn_area input[type="submit"]{
    display: inline-block;
    width: 220px;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 0;
    margin: 0 12px;
    border-radius: 4px;
    background: #333333;
    border: solid 2px #333333;
    cursor: pointer;
}
.entryform .btn_area input[type="submit"]:hover{
    color: #333333;
    background: #ffffff;
}

/* ----- fair detail ----- */

article.fairDetail{
}
article.fairDetail>h1{
    text-align: center;
    margin: 16px 0 40px;
}
article.fairDetail h1 .new{
	display: block;
    color: #ffffff;
    width: 80px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.3em;
    margin: 0 auto 12px;
    padding: 2px 8px 4px 12px;
    background: #ff0000;
    border-radius: 2px;
}
article.fairDetail h1 .mainTitle{
	font-size: 26px;
}
article#zone.fairDetail h1 .mainTitle{
    color: #007a7c;
}
article.fairDetail h1 .supporter{
    display: block;
    font-size: 16px;
    margin: 16px 0 0;
}
article.fairDetail h1 .supporter.kyosan{
	font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin: 16px 0 0;
}
article.fairDetail h1 .supporter .border{
	font-weight: bold;
    padding: 1px 12px 2px;
    margin: 0 8px 0 0;
    border: solid 1px #666666;
}
article.fairDetail h1 .supporter a{
	color: #333333;
	display: inline-block;
	padding: 2px;
}
article.fairDetail h1 .supporter a:hover{
	opacity: 0.5;
}


/* ----- 404 ----- */

.page404{
	padding: 80px 0 !important;
}
.page404 .text404{
	color: #cccccc;
	font-size: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.page404 .title{
	color: #cccccc;
	font-size: 64px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
.page404 .toptext p{
	color: #999999;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}
.page404 .subtext{
	margin: 40px 0;
}
.page404 .subtext p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 24px;
}
.page404 .solution{
	text-align: center;
}
.page404 .solution p.empha{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 16px;
}
.page404 .solution p{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 24px;
}

/* パスワード保護 */

#passwordPage{
    padding: 24px;
    margin: 0 0 24px;
    border: solid 1px #e5e5e5;
	background: #f2f2f2;
}
#passwordPage form>p:first-child{
    margin-bottom: 0.75em;
}
#passwordPage form p{
    font-size: 15px;
    line-height: 1.6;
}
#passwordPage form p label{
}
#passwordPage form p input[name="post_password"]{
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
    padding: 0.15em 0.5em;
    border: solid 1px #cccccc;
    margin-left: 0.5em;
}
#passwordPage form p input[name="Submit"]{
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    padding: 0.4em 2em;
    border: none;
    background: #333333;
    border-radius: 2px;
}