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

*{
margin: 0px;
padding: 0px;
}

body{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
line-height: 1.6em;
color:#000;
font-size:90%;
font-size-adjust: none;
-webkit-font-size-adjust: none;
font-family: RodinPro-M;
}

html, body {
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}
.bg-switcher {
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	background-attachment: fixed;
	position: relative;
	z-index: -99;
}
.bg-switcher h2{
	display: block;
	background: url(//makers-jp.com/site/mks2019/data/logo_k2.png) no-repeat;
	width: 580px;
	height: 330px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
}

img{
border:0;
outline:none;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
}

a:link{color:#eb6264;}
a:visited{color:#eb6264;}
a:hover{color:#d6a0a1;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px;}
#page-top a{display: block; width: 48px; height: 39px; border-radius: 24px; text-align: center; background: #000; color: #fff !important; text-decoration: none; padding-top: 9px;}
#page-top a i{margin: 0 !important;}
@media (max-width: 767px) {
#page-top{text-align: right; right: 12px; border: 15px;}
#page-top img{width: 60%;}
}


img{
border:0;
outline:none;
}

em, i {font-style: normal;}


.sp-only{display: none !important;}
@media (max-width: 767px) {
.sp-only{display: block !important;}
.pc-only{display: none !important;}
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{width:800px; margin: 0 auto; padding: 0;}
.contents-first{padding-top: 100px !important;}

.contents-bgw{background: #fff;}
.contents-bgw > div{width: 800px; margin: 0 auto; padding: 40px 0;}

@media (max-width: 767px) {
.contents-area{width:85%; margin: 0 auto; padding: 0;}
.contents-first{padding-top: 30px !important;}
.contents-bgw > div{width: 100%; margin: 0 auto; padding: 30px 0;}    
}


/*==================================================
パンくずリスト
================================================== */


.breadcrumbs{
    font-size: 12px;
    background: #f7f5eb;
    padding: 5px 10px;
}


/*==================================================
タイトル
================================================== */

.title-basic{display: block; margin-bottom: 50px; font-size: 28px; line-height: 1.7; text-align: center; font-weight: normal; font-family: RodinPro-DB;}
.title-basic span{display: block; font-size: 18px; padding-top: 10px;}
.title-page {
    height: 80px;
    vertical-align: middle;
    line-height: 80px;
    font-size: 22px;
    margin-bottom: 40px;
    font-family: RodinPro-DB;
}

.title-contents{border-top:4px solid #000; padding:20px 10px; margin-bottom:10px; font-size:18px; font-family: RodinPro-DB;}
.title-contents span{font-size: 14px;}
.title-contents-sub{background:#ecece6; padding:12px 20px; margin-bottom:30px; font-size:110%; font-family: RodinPro-DB;}

@media (max-width: 767px) {
	
.title-basic{margin-bottom: 30px; font-size: 18px; text-align: center; font-weight: 600; line-height: 1.5;}
.title-page {
	display: block;
    height: auto;
    vertical-align: middle;
    line-height: inherit;
    font-size: 20px;
	margin: 10px 0 20px;
    font-family: "ゴシックMB101 M";
}
}

@media (max-width: 320px) {
.title-basic{font-size: 16px;}
}


/*==================================================
header
================================================== */

header.pc-only{width:100%; height: 80px; background:#fff; position: fixed; z-index: 99;}
header.pc-only .header-contents{width: 1000px; margin: 0 auto; height: 80px; position: relative;}
header.pc-only h1{display: block; width: 60px; text-align: center; position: absolute; top:15px; left: 0; }
header.pc-only h1 img{width: 100%;}
.header-menuarea{height: 80px; margin-left:240px;}
/*.header-menuarea ul{list-style: none; height: 80px;}
.header-menuarea li{float: left;}
.header-menuarea li a{display: block; border-radius: 4px; background: #000; border:1px solid #000; font-size: 12px; line-height: 1.2; padding: 8px 10px; margin: 20px 4px; color: #fff !important; text-decoration: none;}
.header-menuarea li a:hover{background-color: transparent; color: #111 !important;}*/
header.pc-only a.header-btn{display: inline-block; vertical-align: middle; height: auto; padding: 7px 0; border-radius: 4px; text-decoration: none; font-size: 12px; position: absolute; text-align: center;}
header.pc-only a.menu-btn{background:#000; color: #fff; line-height: 1.2; padding-top: 6px; border:1px solid #000;}
header.pc-only a.menu-btn:hover{color: #000; background: #fff; line-height: 1.2; padding-top: 6px;}
.m-award{padding: 7px 10px !important;}
.m-entry{padding: 7px 10px !important;}
.m-contact{padding: 7px 10px !important;}
header.pc-only a.header-btn i{font-size: 14px; margin-right: 3px !important;}
header.pc-only .sns-btn{width: 32px; padding:1px 0 !important;}
header.pc-only .sns-btn img{width: 54%; vertical-align: top;}
header.pc-only .sns-btn span{display: inline-block; padding-top:6px; vertical-align: middle;}
header.pc-only .btn-f{background: #3b5998; top:20px; right: 70px;}
header.pc-only .btn-t{background: #55acee; top:20px; right: 32px;}

@media (max-width: 767px) {
header.sp-only{height: 65px;}
/*div.header-contents{height: 65px; width: 100%; position: relative; background:#fff;}*/
header h1{display: block; width: 12%; text-align: center; position: absolute; top:15px; left: 15px; }
header h1 img{width: 44px;}
header h2{display: block; text-align: center; font-size: 12px; padding: 40px 0 0; letter-spacing: 0.2em;}
header h3{display: block; width: 94%; box-sizing: border-box; text-align: center; font-size: 12px; padding: 30px 0 20px; letter-spacing: 0.1em; color: #898989; font-weight: normal; margin: 0 auto;}
	
a.header-btn{display: inline-block; vertical-align: middle; width: 40px; height: 40px; border-radius: 4px; text-decoration: none; font-size: 12px; position: absolute; text-align: center;}
a.menu-btn{background:#000; color: #fff; line-height: 1.2; padding-top: 6px; height: 34px;}
.m-gaiyou{top:10px; left: 100px;}
.m-guide{top:10px; left: 150px;}
.sns-btn img{width: 56%; vertical-align: middle;}
.sns-btn span{display: inline-block; padding-top:6px; vertical-align: middle;}
.btn-f{background: #3b5998; top:10px; left: 220px;}
.btn-t{background: #55acee; top:10px; left: 270px;}
}

@media (max-width: 320px) {
header h1{display: block; width: 13%; text-align: center; position: absolute; top:15px; left: 10px;}
.m-gaiyou{left: 70px;}
.m-guide{left: 120px;}
.btn-f{left: 170px;}
.btn-t{left: 220px;}
}

@media screen and (orientation: landscape) { 
header h1{width: 7%; }
a.header-btn{width: 44px; height: 44px;}
a.menu-btn{padding-top: 7px; height: 38px;}
} 


/*==================================================
ナビゲーションメニュー
================================================== */


@media (max-width: 767px) {
.mainmenu{margin: 0 0 20px; list-style: none; text-align: center;}
.mainmenu li{display:block; width: 47%; float: left; margin: 7px 5px;}
.mainmenu li a{display: block; border-radius: 4px; border:1px solid #fff; text-decoration: none; font-size: 12px; height: 34px; line-height: 34px; color: #fff; }
.mainmenu li a:hover{background:#fff; color: #333;}
a.btn-mainmenu{display: block; width: 96%; margin: 0 auto 10px; border-radius: 4px; background:#fff; border:1px solid #fff; color: #333; text-decoration: none; padding:10px 0; text-align: center; font-size: 14px;}
a.btn-mainmenu i{font-size: 16px;}
}

@media (max-width: 320px) {
.mainmenu{margin: 5px 0 10px; }    
.mainmenu li{width: 46.6%; margin: 5px;}
.mainmenu li a{height: 30px; line-height: 30px;}   
a.btn-mainmenu{margin: 0 auto 5px; padding:7px 0; text-align: center; font-size: 13px;} 
}

/*==================================================
footer
================================================== */
footer{background:#f7f5eb; padding:20px 15px; margin-top: 60px;}
#footer{width: 1000px; margin: 0 auto;}
.footer-column{width: 200px; float: left; padding-right: 50px;}
.title-footer{display: block; font-size: 14px; font-weight: normal; margin-bottom: 15px;}
.footer-normal{margin: 0; list-style: none; text-align: center;}
.footer-normal li{display:block; width: 100%; margin:0 0 10px;}
.footer-normal li a{display: block; text-decoration: none; font-size: 12px; color: #000; text-align: left; border-radius: 4px; padding: 5px 7px;}
.footer-normal li a:hover{background:#000; color: #fff;}
.sns-footer{margin: 0 ; margin-bottom: 15px;}
.sns-footer li a{background:#7f7e7b; color:#fff; border:1px solid #7f7e7b;}
.sns-footer li a i{display: inline-block; padding-right: 3px;}
.sns-footer li a i img{width: 70%; vertical-align: middle;}
#copyright{font-size: 12px; text-align: center; margin-top: 20px;}
#copyright span{display: block; font-size: 10px; padding-top: 3px;}

.footer-btn{width: 620px; float: right; margin-top: 20px; text-align: right;}
a.btn-footer{display: inline-block; width: 180px; margin: 0 0 0 15px; border-radius: 4px; background:#000; border:1px solid #000; color: #fff; text-decoration: none; padding:8px 0; text-align: center; font-size: 14px;}
a.btn-footer:hover{background-color:transparent; color: #111 !important;}
a.btn-footer i{font-size: 16px;}

@media (max-width: 767px) {
footer{background:#f7f5eb; padding:20px 15px; margin-top: 0;}
#footer{width: auto; margin: 0 auto;}
.footer-column{width: 100%; float: none; padding-right: 0;}
.title-footer{font-size: 14px; font-weight: normal; margin: 25px 5px 10px;}
.footer-normal{margin: 0; list-style: none; text-align: center;}
.footer-normal li{display:block; width: 47%; float: left; margin: 5px;}
.footer-normal li a{display: block; text-align: center; border-radius: 4px; border:1px solid #000; text-decoration: none; font-size: 12px; height: 34px; line-height: 34px; color: #000; padding: 0; }
.footer-normal li a:hover{background:#000; color: #fff;}
.sns-footer{margin: 0 ; margin-bottom: 15px;}
.sns-footer li a{background:#7f7e7b; color:#fff; border:1px solid #7f7e7b;}
.sns-footer li a i{display: inline-block; padding-right: 3px;}
.sns-footer li a i img{width: 70%; vertical-align: middle;}
#copyright{font-size: 12px; text-align: center; margin-top: 20px;}
#copyright span{display: block; font-size: 10px; padding-top: 3px;}
.footer-btn{width: 100%; float: none; margin-top: 20px; text-align: center;}
a.btn-footer{display: block; width: 96%; margin: 0 auto 10px; border-radius: 4px; background:#000; border:1px solid #000; color: #fff; text-decoration: none; padding:10px 0; text-align: center; font-size: 14px;}
a.btn-footer i{font-size: 16px;}
}

@media (max-width: 320px) {
.footer-normal li{width: 46.4%;}
}



/*==================================================
table
================================================== */

.table-basic{ width: 100%; border-collapse: collapse;}
.table-basic th{text-align: left; border-bottom: 1px solid #e9e8e6; font-weight: normal; font-size: 14px; padding: 20px 10px;}
.table-basic td{font-size: 14px; padding: 20px 10px; border-bottom: 1px solid #e9e8e6;}

.table-basic-yoko{ width: 100%; border-collapse: collapse;}
.table-basic-yoko th{font-weight: normal; font-size: 14px; text-align: center; vertical-align: middle;}
.table-basic-yoko td{font-size: 14px; text-align: left; vertical-align: middle;}

.table-type01{ width: 100%; border-collapse: collapse; border:1px solid #e9e8e6;}
.table-type01 th{text-align: center; font-weight: normal; font-size: 14px; border:1px solid #e9e8e6; vertical-align: middle; background: #f7f5eb; padding: 20px 15px;}
.table-type01 td{font-size: 14px; border:1px solid #e9e8e6; vertical-align: middle; padding: 20px 15px;}

@media (max-width: 767px) {
.table-basic{ width: 100%; border-collapse: collapse;}
.table-basic th{display: block; background:#e9e8e6; font-weight: normal; font-size: 14px; text-align: center; padding: 5px 0; border: none;}
.table-basic td{display: block; font-size: 14px; padding: 20px 15px 30px; border:none;}

.table-basic-yoko{ width: 100%; border-collapse: collapse;}
.table-basic-yoko th{font-weight: normal; font-size: 14px; text-align: center; vertical-align: middle;}
.table-basic-yoko td{font-size: 14px; text-align: left; vertical-align: middle;}
}

/*==================================================
dl
================================================== */

.dl-basic dt {
  font-size: 16px;
  font-weight: 600;
  vertical-align: top;
}

.dl-basic dt span{display: inline-block; width: 82%; vertical-align: top;}

.dl-basic dt i {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 20px;
  background: #67ac03;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
  line-height: 32px;
  font-weight: 600;
  vertical-align: top;
  font-style: normal;
}

.dl-basic dd {
  margin:10px 0 20px 43px;
  font-size: 14px;
}

@media (max-width: 320px) {
.dl-basic dt span{width: 80%; }
}

/*==================================================
list
================================================== */

.ul-basic{margin-left:25px; text-align: left;}

@media (max-width: 320px) {
.ul-basic{margin-left:20px;}
}

/*==================================================
ボタンエリア
================================================== */

#btnarea-basic {text-align: center; margin-bottom: 30px;}
.btn-basic{display: block; text-align: center; border-radius: 4px; border:1px solid #000; color: #000 !important; background:none; text-decoration: none; cursor: pointer;}
.btn-basic:hover{background:#000; color: #fff !important;}
.btn-black{display: block; text-align: center; border-radius: 4px; border:1px solid #000; color: #fff !important; background:#000; text-decoration: none; cursor: pointer; padding: 15px 0;}
.btn-black:hover{background:#fff; color: #000 !important;}
.top-btnarea .btn-basic{width: 480px; margin: 0 auto; padding: 15px 0;}
.form-btnarea .btn-basic{width: 480px; margin: 0 auto; padding: 15px 0; font-size: 15px !important; font-weight: 600 !important;}
.btn-back{display: block; text-align: center; border-radius: 4px; border:1px solid #ccc; color: #000 !important; background:#f8f8f8; text-decoration: none; cursor: pointer;}
.form-btnarea .btn-back{width: 200px; margin: 30px auto 0; padding:10px 0;}

@media (max-width: 767px) {
.top-btnarea .btn-basic{width: 90%; }
.form-btnarea .btn-basic{width: 90%; margin: 0 auto; padding: 15px 0; font-size: 15px !important; font-weight: 600 !important;}
.form-btnarea .btn-back{width: 50%; margin: 20px auto 0;}
}

/* =======================================
	アコーディオンパネル
======================================= */

dl.accordion {}
dl.accordion dt {
    background:url(//hobbyshow.jp/site/mks2019/data/icn_01.png) 97% center no-repeat; background-color:transparent; background-size: 7%; font-weight: 600;
    font-size:13px; text-align: center; color:#fff; cursor:pointer; padding:10px 0; border-radius: 4px; border:1px solid #fff;}
dl.accordion dt.open {
    background:url(//hobbyshow.jp/site/mks2019/data/icn_02.png) 97% center no-repeat; background-color:#cd9bad; border-radius: 8px; color:#fff; background-size: 7%; font-weight: 600; }
dl.accordion dd {padding:15px 0; display:none;}

/*==================================================
共通
================================================== */

.box-con{padding: 50px 0;}


.half-box{width: 46%; float: left;}

@media (max-width: 767px) {
.box-con{padding: 30px 0;}


.half-box{width: 46%; float: left;}
}

/*==================================================
トップページ
================================================== */

#mainimg-top{position: relative; margin-top:80px; }
.img-mainvisual{width: 500px; position: absolute; top:50%; left: 50%; margin-left: -250px; margin-top: -173px; z-index: 98;}

.top-contents{padding:30px 0; width: 90%; margin: 0 auto;}
	
.shimekiri{width: 540px; margin: 0 auto 50px; padding: 0; box-sizing: border-box; background:#000;}
.shimekiri article{border-radius: 6px; background:#000; font-size: 14px; text-align: center; color: #fff !important; padding: 15px 0;}
.shimekiri article h3{display: inline-block; width: 40%; height: 60px; line-height: 60px; text-align: right; font-weight: normal;}
.shimekiri article p{display: inline-block; width: 50%; height: 60px; line-height: 60px; margin: 0; font-size: 15px;}

#top-message{ padding:40px 0 10px; margin: 0 auto; background: #fff;}


#top-about{margin: 0 auto;}
#top-about .contents-area{width: 900px;}
#top-about .title-basic{margin-top: 40px; }
#top-about .dl-basic{width: 100%; margin: 50px 0;  }
.top-picture img{width: 300px;}


#top-main{
	background: transparent;
	height: 100vh;
	position: relative;
}
#top-main h2{
	display: block;
	width: 580px;
	height: 333px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

#top-main h2 img{width: 100%;}

.sub-section{
	display: table;
	width: 100%;
}

.sub-section-body {
    display: table-cell;
}

.sub-section h4{
	display: table-cell;
	width: 165px;
	vertical-align: top;
	font-family: "ゴシックMB101 M";
	font-size: 108%;
}

#top-news{
	color: white;
	background: rgba(0,0,0,0.76);
	padding: 30px 0;
}
#top-news .contents-area{width: 1000px;}
#top-news dl {
    height: 160px !important;
    overflow: auto;
}
.sub-section-body > dl {
    width: 100%;
}
.sub-section-body > dl > dt {
    display: inline-block;
    width: 160px;
    padding-bottom: 10px;
    vertical-align: top;
}
.sub-section-body > dl > dd {
    display: inline-block;
    width: 640px;
    padding-bottom: 10px;
    vertical-align: top;
}

#top-news dl a:link{color: #fff; text-decoration: none;}
#top-news dl a:visited{color: #fff; text-decoration: none;}
#top-news dl a:hover{color: #4D95BA; text-decoration: underline;}

#top-special{
	background: white;
	width: 1000px;
	margin: 50px auto;
	padding:10px 0;
}

#top-special .title-basic{
    color: #009fa2;
}

#top-special article{
    width: 278px;
    border: 1px solid #009fa2;
    float: left;
    height: 450px;
    margin: 0 auto 50px;
    position: relative;
}

#top-special article.about-event02{
    margin: 0 30px;
}

#top-special article p{
    padding: 20px;
    margin: 0;
    font-size: 13px;
}

#top-special article img{
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
}

#top-special article h3{
    display: block;
    background-color: #dbf3f3;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;
    position: relative;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    font-family: RodinPro-DB;
}

#top-special article h3 i{
    display: flex;
    align-items: center; 
    justify-content: center; 
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #009fa2;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -17px;
    left: -17px;
    font-weight: normal;
}



/*アンケート*/
#top-questionnaire{background: #fff; margin: 0 auto; padding:25px 0 35px;  text-align: center;}
#top-questionnaire div{width: 1000px; margin: 0 auto;}
.img-questionnaire{display: block; margin: 0 auto 7px ; width: 400px;}
#top-questionnaire a.btn-basic{display: inline-block; margin: 30px 0 0 ; padding: 10px 30px;}

@media (max-width: 767px) {

#mainimg-top{position: relative; margin-top:0; }
.img-mainvisual{width: 80%; position: absolute; top:35px; left: 50%; margin-left: -40%; margin-top: 0; z-index: 99;}

.top-contents{padding:30px 0; width: 90%; margin: 0 auto;}

.shimekiri{width: 100%; margin: 0 auto 40px;}



#top-about .contents-area{width: 90%;}
#top-about .title-basic{margin-top: 20px; }
#top-about .dl-basic{width: 100%; margin: 20px 0;  }
.top-picture img{width: 33.3333%;}
#top-about .title-basic{text-align: left; margin-left: 0;}
#top-about .dl-basic{margin-left:0; width: 100%; margin-bottom: 30px;}
	

.h65{height: 65px; margin-top: -65px; background: #fff;}
#top-main{
	background: transparent;
	height: 610px;
	position: relative;
}

#top-main h2{
	display: block;
	width: 100%;
    text-align: center;
    top:80px;
}
#top-main h2 img{width: 85%;}
.sub-section{
	display: block;
	width: 100%;
}

.sub-section-body {
    display: block;
}

.sub-section h4{
	display: block;
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}

#top-news{
	color: white;
	background: rgba(0,0,0,0.76);
	padding: 20px 0;
}
#top-news .contents-area{width: 90%;}
#top-news dl {
    max-height: 200px !important;
    overflow: auto;
}
.sub-section-body > dl {
    width: 100%;
}
.sub-section-body > dl > dt {
    display: block;
    width: 100%;
    padding-bottom: 0;
    vertical-align: top;
}
.sub-section-body > dl > dd {
    display: block;
    width: 100%;
    padding: 5px 0 15px;
    vertical-align: top;
	border-bottom: 1px dashed #fff; margin-bottom: 15px;
}
    
    #top-special{
        width: 90%;
        padding-bottom: 0;
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }    

#top-special .title-basic{
    text-align: center;
}

#top-special article{
    width: 90%;
    float: none;
    height: auto;
    margin: 0 auto 40px;
}

#top-special article.about-event02{
    margin: 0 auto 30px;
}

#top-special article p{
    padding: 15px;
    margin: 0;
    font-size: 13px;
}

#top-special article img{
    position: relative;
    bottom: inherit;
}


#top-special article h3 i{
    display: flex;
    align-items: center; 
    justify-content: center; 
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #009fa2;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -17px;
    left: -17px;
    font-weight: normal;
}
    
/*アンケート*/
#top-questionnaire{padding:15px 0 30px;  text-align: center;}
#top-questionnaire div{width: 90%; }
.img-questionnaire{display: block; margin: 0 auto ; width: 100%;}
#top-questionnaire a.btn-basic{display: block; margin: 10px auto 0 ; width: 80%; padding: 10px 0;}
	
}

@media (max-width: 320px) {
	
.shimekiri article{font-size: 12px; }
.shimekiri article h3{display: inline-block; width: 44%; height: 55px; line-height: 55px; text-align: right; font-weight: normal; font-size: 12px;}
.shimekiri article p{display: inline-block; width: 45%; height: 55px; line-height: 55px; margin: 0; font-size: 12px;}
}

#top-banner{text-align: center; border-bottom: 1px solid #e7e7e7; background: #fff; line-height: 1; padding: 25px 0 25px;}
#top-banner article{width: 1006px; margin: 0 auto; }
#top-banner article img{margin: 0 5px; width: 320px;}
#top-banner article a:hover img{filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}

@media (max-width: 767px) {
#top-banner{padding: 15px 0;}
#top-banner article{width: 100%;}
#top-banner article img{margin: 0 5px; width: 45%;}
}


/*==================================================
お問い合わせ
================================================== */

#contact{padding: 50px 0 70px;}

/*==================================================
出展エントリー
================================================== */

#ex-entry{padding: 50px 0 70px;}
#ex-entry p{margin: 0 0 10px;}

.form-basic{width: 800px; margin: 40px auto 60px;}
.form-basic dt{border-left: 6px solid #000; font-size: 14px; padding-left: 5px; font-weight: 600;}
.form-basic dd{margin: 30px 0 50px; font-size: 12px;}
.form-basic .required{display: inline-block; border-radius: 4px; background:#ca0303; color: #fff; font-size: 10px; padding: 0 3px; margin-left: 5px;}

.dd-kaiin label{display: inline-block; width: 20%;}
.dd-komasuu label{display: inline-block; width: 15%; margin-bottom: 8px;}
.dd-exday label{display: block; margin-bottom: 8px;}
.dd-naiyou label{display: inline-block; width: 45%; margin-bottom: 8px;}
.dd-uneiweb label, .dd-uneisns label, .dd-uneiec label{display: inline-block; width: 36%; margin-bottom: 10px;}

.dd-boothtype label{display: inline-block; margin-bottom: 10px;}
.dd-boothtype .half-box{width: 44%;  margin: 0 10px;}
.dd-boothtype h3{display: block; font-size: 14px;}
.dd-boothtype article div{min-height: 155px;}
.dd-boothtype article div img{max-width: 133px;}
.dd-boothtype article span{display: block; border:2px dotted #f6afc0; padding: 10px; margin-bottom: 15px;}
.dd-boothtype article p{margin-bottom: 0;}

.form-err{font-size: 13px; font-weight: bold; padding-top: 5px; color: #f00;}
.form-err i{display: inline-block; width: 18px; height: 18px; background: #f00; color: #fff; font-size: 12px; font-weight: bold; text-align: center; line-height: 18px; border-radius: 9px; margin-right: 4px;}

@media (min-width: 768px) {
.form-basic dd{font-size:14px;}
.dd-naiyou label{display: inline-block; width: 25%; margin-bottom: 12px;}
.pc-w-10per{width: 10%;}
.pc-w-20per{width: 20%;}
.pc-w-30per{width: 30%;}
.pc-w-40per{width: 40%;}
.pc-w-50per{width: 50%;}
.pc-w-60per{width: 60%;}
.pc-w-70per{width: 70%;}
.pc-w-80per{width: 80%;}
.pc-w-90per{width: 90%;}
.pc-w-full{width: 100%;}
}

@media (max-width: 767px) {
#ex-entry{padding: 30px 0;}
#ex-entry p{margin: 0 0 10px;}

.form-basic{width: 90%; }
.form-basic dd{margin: 20px 0 30px; }
.dd-komasuu label{width: 24%; }    
.sp-w-10per{width: 10%;}
.sp-w-20per{width: 20%;}
.sp-w-30per{width: 30%;}
.sp-w-40per{width: 40%;}
.sp-w-50per{width: 50%;}
.sp-w-60per{width: 60%;}
.sp-w-70per{width: 70%;}
.sp-w-80per{width: 80%;}
.sp-w-90per{width: 90%;}
.sp-w-full{width: 100%;}
}

/*==================================================
フォーム画面
================================================== */

input[type="text"], input[type="date"], input[type="datetime-local"], input[type="number"], input[type="email"], input[type="password"] , input[type="tel"] ,input[type="search"]  {
font-size:100%; border:1px solid #bdb3b0; padding:8px 10px; border-radius: 6px; height: 42px; box-sizing: border-box;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
background: #fef0f4;
border: 1px solid #f6afc0;
}

input[type="submit"]{font-size:100%; width: 300px; background: #000; color: #fff; border:none; padding:15px 0; text-align: center; -webkit-appearance:none;}
input[type="submit"]:hover{background-color: #e60012; cursor: pointer;}

textarea{min-height:160px; border:1px solid #ccc; padding:3px 5px; border-radius: 6px; box-sizing: border-box; font-size: 14px;}

input[type="checkbox"]{vertical-align:bottom; width:20px; height:20px;}


/*セレクト*/


select{background: #fff;
    border: 1px solid #bdb3b0;
    border-radius: 2px;
	font-size:100%;
    height: 38px;
    line-height: 38px;
    text-align: left;
    text-indent: 5px;
    vertical-align: middle;}

/*ラジオボタン*/
label.rdbox{display:inline-block; padding-right:10px;}

/*チェックボックス*/

label.ckbox{display:inline-block; padding-right:10px;}


/*幅*/
.w-min{width:10%;}
.w-ss{width:20%;}
.w-s{width:30%;}
.w-m{width:50%;}
.w-l{width:70%;}
.w-ll{width:80%;}
.w-max{width:90%;}

@media (max-width: 767px) {
input[type="text"], input[type="date"], input[type="datetime-local"], input[type="number"], input[type="email"], input[type="password"] , input[type="tel"] ,input[type="search"]  { 
height:42px; font-size:100%; border:1px solid #bdb3b0; padding:2px 5px;
border-radius: 6px;
}
label.ckbox{display:inline-block; padding-right:6px; padding-bottom: 7px;}	
}


/*==================================================
Padding Valiation
================================================== */

.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.p25{padding:25px !important;}
.p30{padding:30px !important;}
.p40{padding:40px !important;}
.p50{padding:50px !important;}

.p1per{padding:1% !important;}
.p2per{padding:2% !important;}
.p3per{padding:3% !important;}
.p4per{padding:4% !important;}
.p5per{padding:5% !important;}

.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}

.pr1per{padding-right:1% !important;}
.pr2per{padding-right:2% !important;}
.pr3per{padding-right:3% !important;}
.pr4per{padding-right:4% !important;}
.pr5per{padding-right:5% !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

.pl1per{padding-left:1% !important;}
.pl2per{padding-left:2% !important;}
.pl3per{padding-left:3% !important;}
.pl4per{padding-left:4% !important;}
.pl5per{padding-left:5% !important;}

.p0a{padding-right:auto; padding-left:auto !important;}
.plr10{padding-left:10px; padding-right:10px !important;}
.plr15{padding-left:15px; padding-right:15px !important;}
.plr20{padding-left:20px; padding-right:20px !important;}
.plr25{padding-left:25px; padding-right:25px !important;}
.plr30{padding-left:30px; padding-right:30px !important;}
.plr40{padding-left:40px; padding-right:40px !important;}
.plr50{padding-left:50px; padding-right:50px !important;}

.plr1per{padding-left:1%; padding-right:1% !important;}
.plr2per{padding-left:2%; padding-right:2% !important;}
.plr3per{padding-left:3%; padding-right:3% !important;}
.plr4per{padding-left:4%; padding-right:4% !important;}
.plr5per{padding-left:5%; padding-right:5% !important;}



/*==================================================
Margin Valiation
================================================== */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.m25{margin:25px !important;}
.m30{margin:30px !important;}
.m40{margin:40px !important;}
.m50{margin:50px !important;}

.m1per{margin:1% !important;}
.m2per{margin:2% !important;}
.m3per{margin:3% !important;}
.m4per{margin:4% !important;}
.m5per{margin:5% !important;}

.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.mr1per{margin-right:1% !important;}
.mr2per{margin-right:2% !important;}
.mr3per{margin-right:3% !important;}
.mr4per{margin-right:4% !important;}
.mr5per{margin-right:5% !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.ml1per{margin-left:1% !important;}
.ml2per{margin-left:2% !important;}
.ml3per{margin-left:3% !important;}
.ml4per{margin-left:4% !important;}
.ml5per{margin-left:5% !important;}

.m0a{margin-right:auto; margin-left:auto !important;}
.mlr10{margin-left:10px; margin-right:10px !important;}
.mlr15{margin-left:15px; margin-right:15px !important;}
.mlr20{margin-left:20px; margin-right:20px !important;}
.mlr25{margin-left:25px; margin-right:25px !important;}
.mlr30{margin-left:30px; margin-right:30px !important;}
.mlr40{margin-left:40px; margin-right:40px !important;}
.mlr50{margin-left:50px; margin-right:50px !important;}

.mlr1per{margin-left:1%; margin-right:1% !important;}
.mlr2per{margin-left:2%; margin-right:2% !important;}
.mlr3per{margin-left:3%; margin-right:3% !important;}
.mlr4per{margin-left:4%; margin-right:4% !important;}
.mlr5per{margin-left:5%; margin-right:5% !important;}

/*==================================================
Align Valiation
================================================== */

.ta-c{text-align:center !important;}
.ta-r{text-align:right !important;}
.ta-l{text-align:left !important;}

.va-t{vertical-align:top !important;}
.va-m{vertical-align:middle !important;}
.va-b{vertical-align:bottom !important;}

/*==================================================
FontSize Valiation
================================================== */

.fs-10{font-size:10px !important;}
.fs-12{font-size:12px !important;}
.fs-14{font-size:14px !important;}
.fs-80per{font-size:80% !important;}
.fs-90per{font-size:90% !important;}
.fs-100per{font-size:100% !important;}
.fs-110per{font-size:110% !important;}
.fs-120per{font-size:120% !important;}
.fs-130per{font-size:130% !important;}
.fs-140per{font-size:140% !important;}
.fs-150per{font-size:150% !important;}

.fs-xsmall{font-size:80% !important;}
.fs-small{font-size:90% !important;}
.fs-normal{font-size:100% !important;}
.fs-large{font-size:110% !important;}
.fs-xlarge{font-size:120% !important;}

/*==================================================
FontStyle Valiation
================================================== */

.fwb{font-weight:bold !important;}
.fwn{font-weight:normal !important;}
.td-n{text-decoration:none !important;}
.td-ul{text-decoration:underline !important;}

/*==================================================
FontColor Valiation
================================================== */

.fc-w{color:#fff !important;}
.fc-black{color:#000 !important;}
.fc-blue{color:#0033ff !important;}
.fc-orange{color:#ff6600 !important;}
.fc-green{color:#006600 !important;}
.fc-red{color:#ca0303 !important;}


/*==================================================
Width Valiation
================================================== */

.w5per{width:5% !important;}
.w10per{width:10% !important;}
.w15per{width:15% !important;}
.w20per{width:20% !important;}
.w25per{width:25% !important;}
.w30per{width:30% !important;}
.w35per{width:35% !important;}
.w40per{width:40% !important;}
.w45per{width:45% !important;}
.w50per{width:50% !important;}
.w55per{width:55% !important;}
.w60per{width:60% !important;}
.w65per{width:65% !important;}
.w70per{width:70% !important;}
.w75per{width:75% !important;}
.w80per{width:80% !important;}
.w85per{width:85% !important;}
.w90per{width:90% !important;}
.w95per{width:95% !important;}
.w100per{width:100% !important;}
.w110per{width:110% !important;}
.w120per{width:120% !important;}
.w130per{width:130% !important;}
.w140per{width:140% !important;}
.w150per{width:150% !important;}
.w160per{width:160% !important;}
.w170per{width:170% !important;}
.w180per{width:180% !important;}
.w190per{width:190% !important;}
.w200per{width:200% !important;}

/*==================================================
Float Valiation
================================================== */

.fl-l{float:left !important;}
.fl-r{float:right !important;}
.fl-n{float:none !important;}

/*==================================================
Display Valiation
================================================== */

.dis-n{display:none !important;}
.dis-b{display:block !important;}
.dis-ib{display:inline-block !important;}
.dis-i{display:inline !important;}
.dis-t{display:table !important;}
.dis-tc{display:table-cell !important;}


/*==================================================
Line-Height Valiation
================================================== */

.lh-10{line-height:1.0em !important;}
.lh-12{line-height:1.2em !important;}
.lh-14{line-height:1.4em !important;}
.lh-16{line-height:1.6em !important;}
.lh-18{line-height:1.8em !important;}
.lh-20{line-height:2.0em !important;}

/*==================================================
List Style Valiation
================================================== */

.nav-links{border:1px solid #c7c7c7; padding:5px 0; text-align:center; margin:30px 0;}
.nav-links a{padding-right:15px;}

.list-terms{list-style-type:square; margin:0 20px;}
.list-terms li{margin-bottom:15px;}

/*==================================================
DL Style Valiation
================================================== */

.dl-terms dt{font-weight:bold; font-size:100%; margin-bottom:15px;}
.dl-terms dd{margin:0 20px 20px;}

/*==================================================
Border-Radius Style Valiation
================================================== */

.br2{border-radius: 2px !important;}
.br4{border-radius: 4px !important;}
.br6{border-radius: 6px !important;}
.br8{border-radius: 8px !important;}

/*==================================================
Border Style Valiation
================================================== */

.bn{border:none !important;}


/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align: center; clear: both; margin:20px auto 100px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 8px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

@media (max-width: 767px) {

.PageList {text-align: center; clear: both; margin:30px auto 0; padding-top: 30px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 5px 35px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 6px 13px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

}



/*==================================================
Google Material icons
================================================== */

/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  margin-right:5px;
  vertical-align:middle;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-Feature-settings: 'liga';
}

/* アイコンサイズ */
.material-icons.md-10 { font-size: 10px; }
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
 
/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
 
/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }



.lazyshow{
  visibility: hidden;
  transform: translate(0,3rem);
  opacity: 0;
  -moz-transition: all 500ms ease-out 0s;;
  transition: all 500ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}


/*==================================================
トップページ開催中止コンテンツ
================================================== */

#top-chushi article{
    width: 900px;
    margin: 0 auto;
    border:5px solid #ef8fb9;
    padding: 30px;
}

.title-chushi{
    display: block;
    background:#ef8fb9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.box-chushi{
    width: 90%;
    margin: 0 auto 50px;
    line-height: 1.8em;
}

.title-chushi-sub{
    display: block;
    font-size: 24px;
    margin: 0 0 30px;
    text-align: center;
}

.title-chushi-sub span{
    display: inline-block;
    border-bottom: 1px solid #000;
}

.box-chushi h4{
    display: block;
    background: #f4f3f4;
    font-size: 18px;
    padding: 12px 0;
    text-align: center;
    margin: 30px auto;
}

.box-chushi .btn-basic{
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.box-chushi h5{
    display: block;
    font-size: 18px;
    margin: 0 0 20px;
}

.box-chushi h5 span{
    display: inline-block;
    border-bottom: 1px solid #000;
}

.faq dt{
    font-family: FP-HiraginoUDSansStdN-W5;
    font-weight: 600;
    font-size: 16px;
}

.faq dd{
    margin: 0 0 25px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    
    #top-chushi{
        padding: 20px 0 !important;
    }    
#top-chushi article{
    width: 90%;
    box-sizing: border-box;
    padding: 15px;
}

.title-chushi{
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 20px;
}

.box-chushi{
    width: 94%;
    margin: 0 auto 30px;
    line-height: 1.7em;
}

.title-chushi-sub{
    font-size: 18px;
    margin: 0 0 30px;
}

.box-chushi h4{
    font-size: 15px;
    padding: 10px 0;
    margin: 30px auto;
}

.box-chushi .btn-basic{
    width: 100%;
}

.box-chushi h5{
    font-size: 16px;
    margin: 0 0 20px;
}

.faq dt{
    font-size: 15px;
}

.faq dd{
    margin: 0 0 20px;
    padding-bottom: 20px;
}    
}

/*==================================================
チケット払い戻しページ
================================================== */

.chushi-top-txt{
    width: 900px;
    margin: 50px auto;
}

.title-ticket-chushi{
    display: block;
    margin: 0 0 50px;
    font-size: 24px;
    font-family: RodinPro-DB;
    text-align: center;
}

.title-ticket-chushi img{
    vertical-align: middle;
    padding-right: 20px;
}

.title-ticket-chushi img.img-7{
    width: 150px;
}

.title-ticket-chushi img.img-rakuten{
    width: 180px;
}

.title-ticket-chushi-02, .title-ticket-chushi-03{
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
     font-family: FP-HiraginoUDSansStdN-W5;
}

.title-ticket-chushi-02{
    color: #6d03a4;
}

.title-ticket-chushi-03{
    font-size: 15px;
    border-left: 4px solid #000; 
    padding-left: 10px;
}

.ticket-payback .table-type01 td{
    padding: 20px 15px;
}

.ticket-payback p{
    margin: 30px auto 50px;
}


.ticket-payback .table-type01 td p{
    margin: 0 auto 20px;
}

@media (max-width: 767px) {
    
.chushi-top-txt{
    width: 90%;
    margin: 50px auto 30px;
}

.title-ticket-chushi{
    margin: 0 0 20px;
    font-size: 18px;
}

.title-ticket-chushi img{
    vertical-align: middle;
    padding-right: 0;
    display: block;
    margin: 0 auto 20px
}

.title-ticket-chushi img.img-7{
    width: 50%;
}

.title-ticket-chushi img.img-rakuten{
    width: 50%;
}

.title-ticket-chushi-02, .title-ticket-chushi-03{
    font-size: 15px;
}

.ticket-payback .table-type03 td{
    padding: 20px 15px;
}

.ticket-payback p{
    margin: 20px auto;
}
    
    .ticket-payback .con-ticket{
        padding-top:30px;
    }

.ticket-payback .table-type01 td p{
    margin: 0 auto 20px;
}    
}




