@charset "UTF-8";
/* <ALL> */
html{font-size: 62.5%;}
body{color:#3e3a39;background: #f29800;font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;}
a:link,a:visited{color:#0086c9;text-decoration: none;}
a:hover,a:active{color:#0086c9;text-decoration: underline;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.unstyled{margin:0;padding:0;}
.unstyled h2,.unstyled p{margin:0;padding:0;}
.unstyled li{margin:0;padding:0;list-style:none;}
.pull-right{float:right;}
.pull-left{float:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.dl-horizontal dt{float:left;clear:left}

#mobio {
padding: 14px 0 0 0;
background: url(../img/shadow.png) bottom repeat-x #fbf1e4;
}

#wrap {
margin: 0 auto;
width: 980px;
position: relative;
}

.hide {
margin: 0;
padding: 0;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.fs13 {
font-size: 13px;
font-size: 1.3rem;
font-weight: normal;
}

label:hover,
input[type="radio"],
input[type="checkbox"],
select {
cursor: pointer;
}

.label_radio {
margin-right: 1em;
padding-left: 5px;
}
/* </ALL> */
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.text_input,
.search_input {
margin: 0;
padding: 3px 4px;
display: inline-block;
border: 1px solid #cccccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
vertical-align: top;
width: 170px;
color: #555555;
background-color: #ffffff;
}
.text_input:focus,
.search_input:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.btn {
margin: 0 0 0 3px;
*margin-left: .3em;
padding: 3px 4px;
border: 1px solid #cccccc;
*border: 0;
border-bottom-color: #b3b3b3;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
display: inline-block;
*display: inline;
*zoom: 1;
color: #333333;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
text-align: center;
vertical-align: top;
cursor: pointer;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn:hover,
.btn:focus,
.btn:active {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
background-color: #cccccc \9;
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

select {
padding: 4px 6px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
color: #555555;
background: #ffffff;
}
select:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* </from Bootstrap v2.3.2> */
.btn_page,
.btn_search,
.btn_inquiry {
padding: 2px 1em !important;
border-color: #d2d2d3;
text-shadow: none;
}
.btn_page:hover,
.btn_page:active {
background-position: left bottom ;
color: #999;
-webkit-transition: none;
-moz-transition:none;
-o-transition:none;
transition:none;
}
.btn_search {
padding: 1px 1em 0 !important;
color: #fff;
border-color: #6693c5;
background: url(../img/btn_search_bg.png) repeat-x #6693c5;
letter-spacing: .2em;
font-size: 12px;
font-size: 1.2rem;
text-indent: .2em;
}
.btn_search:hover {
background-position: left bottom ;
color: #fff;
-webkit-transition: none;
-moz-transition:none;
-o-transition:none;
transition:none;
}
.btn_search:active {
color: #fff;
background-color: #6693c5;
*background-color: #6693c5;
}
.btn_inquiry {
font-size: 14px;
font-size: 1.4rem;
}

.btn_orange {
padding: 1px 1em 0 !important;
color: #fff !important;
border: none;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background-color: #f5a200;
background-image: -moz-linear-gradient(top, #f8b217, #f5a200);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8b217), to(#f5a200));
background-image: -webkit-linear-gradient(top, #f8b217, #f5a200);
background-image: -o-linear-gradient(top, #f8b217, #f5a200);
background-image: linear-gradient(to bottom, #f8b217, #f5a200);
text-shadow: none;
}
.btn_orange:hover {
color: #fff !important;
-webkit-transition: none;
-moz-transition:none;
-o-transition:none;
transition:none;
background-color: #f8b217;
background-image: -moz-linear-gradient(top, #f5a200, #f8b217);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5a200), to(#f8b217));
background-image: -webkit-linear-gradient(top, #f5a200, #f8b217);
background-image: -o-linear-gradient(top, #f5a200, #f8b217);
background-image: linear-gradient(to bottom, #f5a200, #f8b217);
}
.btn_orange:active {
color: #fff !important;
background-color: #f8b217;
*background-color: #f8b217;
}
/* <HEADER> */
#header {
height: 90px;
background: url(../img/shadow.png) bottom repeat-x #fff;
}

#header_wrap {
margin: 0 auto;
width: 980px;
}

#logo {
margin: 0;
padding: 14px 0 0 0;
}

#copy {
margin: 0;
}
/* </HEADER> */
/* <GLOBAL MENU> */
#global_wrap {
margin: 0 0 17px 0;
width: 980px;
background: url(../img/global-border.png) right top no-repeat;
}

#global_menu {
padding: 0 0 0 8px;
background: url(../img/global-border.png) left top no-repeat;
}

#global_menu li {
margin: 0 7px 0 0;
float: left;
background: url(../img/global-border.png) left top no-repeat;
}

li#global_home {
background: none;
}

li#global_new {
margin: 0;
}

#global_menu a {
margin: 0 0 0 8px;
float: left;
display: block;
height: 60px;
background: url(../img/global.png) left top no-repeat;
white-space: nowrap;
text-indent: 100%;
overflow: hidden;
}

#global_home a:link, #global_home a:visited {
margin: 0;
width: 139px;
background-position: 0 -60px;
}
#global_home a:hover, #global_home a:active,
.page_home #global_home a {
background-position: 0 0;
}

#global_service a:link, #global_service a:visited {
width: 161px;
background-position: -139px -60px;
}
#global_service a:hover, #global_service a:active,
.page_service #global_service a {
background-position: -139px 0;
}

#global_facility a:link, #global_facility a:visited {
width: 140px;
background-position: -300px -60px;
}
#global_facility a:hover, #global_facility a:active,
.page_facility #global_facility a {
background-position: -300px 0;
}

#global_exhibitionhall a:link, #global_exhibitionhall a:visited {
width: 149px;
background-position: -440px -60px;
}
#global_exhibitionhall a:hover, #global_exhibitionhall a:active,
.page_exhibitionhall #global_exhibitionhall a {
background-position: -440px 0;
}

#global_mobio-cafe a:link, #global_mobio-cafe a:visited {
width: 161px;
background-position: -589px -60px;
}
#global_mobio-cafe a:hover, #global_mobio-cafe a:active,
.page_mobio-cafe #global_mobio-cafe a {
background-position: -589px 0;
}

#global_whatsnew a:link, #global_whatsnew a:visited {
width: 139px;
background-position: -750px -60px;
}
#global_whatsnew a:hover, #global_whatsnew a:active,
.page_whatsnew #global_whatsnew a {
background-position: -750px 0;
}
/* </GLOBAL MENU> */
/* <MAIN> */
#main {
margin: 0 0 0 10px;
float: right;
width: 750px;
}

.banner370 li {
margin-bottom: 10px;
}

.banner_special {
margin-bottom: 10px;
}

#banner_tunagu {
float: left;
width: 370px;
background: url(../img/banner-tunagu-bg.png) no-repeat;
}

#banner_soudan {
float: right;
width: 370px;
background: url(../img/banner-soudan-bg.png) no-repeat;
}

#contents {
width: 550px;
float: left;
}

.banner550 {
margin-bottom: 12px;
}

.banner550 li {
margin-bottom: 9px;
}

#banner_exhibition {
background: url(../img/banner-exhibition-bg.png) no-repeat;
}

#banner_cafe {
margin: 0;
background: url(../img/banner-cafe-bg.png) no-repeat;
}

#rss_cafe {
margin-bottom: 10px;
border: 1px solid #d2d2d3;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #fff;
}

#rss_cafe_head {
margin: 0 0 8px 0;
padding: 0;
float: left;
width: 218px;
}

#rss_cafe_opt {
margin: 15px 10px 0 0;
float: right;
height: 18px;
vertical-align: middle;
}

#rss_cafe_opt img {
vertical-align: bottom;
}

#rss_cafe_opt a {
color: #f29600;
font-size: 12px;
font-size: 1.2rem;
}

#rss_cafe_menu {
margin: 12px 0 0 243px;
width: 136px;
}

#rss_cafe_menu li {
border: 1px solid #c8c9ca;
border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
position: relative;
z-index: 40;
bottom: -1px;
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
}

#rss_cafe_menu li.current {
border: 1px solid #f29600;
border-bottom: 1px solid #fff;
z-index: 60;
}

#rss_cafe_menu li div {
border-bottom: 1px solid #fff;
}

#rss_cafe_menu li.current div {
border-bottom: 1px solid #fff;
}

#rss_cafe_menu_1 {
float: left;
}

#rss_cafe_menu_2 {
float: right;
}

#rss_cafe_menu a:link,
#rss_cafe_menu a:visited {
margin: 2px 2px -2px 2px;
padding: 10px 8px;
display: block;
line-height: 1.0;
color: #717071;
background: #e5e5e6;
}
#rss_cafe_menu .current a {
color: #fff;
background: #f29600;
}

#rss_cafe_contents {
margin: 0 10px 1px 10px;
border-top: 1px solid #f29600;
position: relative;
z-index: 50;
height: 229px;
clear: both;
overflow: auto;
font-size: 12px;
font-size: 1.2rem;
}

#rss_cafe_contents ul {
display: none;
}

#rss_cafe_contents ul.current {
display: block;
}

#rss_cafe_newer,
#rss_cafe_datal {
margin:10px 0 0 0;
}

#rss_cafe_contents li {
margin: 12px 8px;
padding: 0 0 1em 0;
border-bottom: 1px dotted #b4b4b5;
}

#rss_cafe_contents a {
color: #3e3a39;
}

p.rss_cafe_date {
margin: 0 12px 0 5px;
padding: 4px 0;
border-right: 4px solid #f29600;
float: left;
clear: left;
width: 100px;
line-height: 1.6;
color: #f29600;
font-weight: bold;
}

p.rss_cafe_title {
margin: 0 5px 0 0;
padding: 4px 0;
overflow: hidden;
}

#rss_news {
margin-bottom: 10px;
border: 1px solid #d2d2d3;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
float: left;
width: 268px;
height: 273px;
background: #fff;
}

#rss_seminar {
margin-bottom: 10px;
border: 1px solid #d2d2d3;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
float: right;
width: 268px;
height: 273px;
background: #fff;
}

.rss_news_wrap {
margin: 10px 7px 0 10px;
background: url(../img/border.gif) bottom repeat-x;
}

.rss_news_head {
margin: 0 0 8px 0;
float: left;
}

.rss_news_opt {
margin: 0 0 8px 0;
float: right;
height: 18px;
vertical-align: middle;
font-size: 12px;
font-size: 1.2rem;
}

.rss_news_opt img {
vertical-align: bottom;
}

.rss_news_list {
margin: 10px 7px -1px 10px;
height: 226px;
overflow: auto;
font-size: 12px;
font-size: 1.2rem;
}

.rss_news_date {
margin: 10px 0 0 0;
padding: 0 1px 0 12px;
color: #0086c9;
background: url(../img/icon-right.png) left center no-repeat;
font-weight: bold;
}

.rss_news_body {
margin: 0 0 -1px 0;;
padding: 0 1px 1em 1px;
border-bottom: 1px dotted #b5b5b6;
}
.rss_news_body:last-child {
border-bottom: none;
}

.rss_news_title {
margin: 0;
line-height: 1.4;
}

.rss_news_title a {
color: #3e3a39;
}

#facebook {
margin-bottom: 50px;
border: 1px solid #9cbde0;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #9cbde0;
width: 548px;
height: 298px;
}

#facebook iframe {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#right {
width: 190px;
float: right;
position: relative;
}

.banner190 li {
margin-bottom: 10px;
line-height: 0;
}

#banner_search {
background: url(../img/banner-search-bg.png) no-repeat;
height: 176px;
}

#banner_search_box {
}

#banner_search_box form {
	margin: 0;
	padding: 0 15px 0 15px;
}

#banner_search_box form #search_word_box {
	float: left;
	width: 107px;
	margin: 0;
	padding: 0;
}

#banner_search_box form #search_word_box input#search_word {
	width: 96px;
	height: 15px;
	margin: 0;
}

#banner_search_box form #search_submit_box {
	float: right;
	width: 50px;
}

#banner_search_box form #search_submit_box #search_mid_btn {
	display: block;
	width: 50px;
	height: 23px;
	background-image: url(../img/banner-search-btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#banner_search_box form #search_submit_box #search_mid_btn:hover {
	background-position: 0 -23px;
}

#tour {
margin-top: -1px;
margin-bottom: 12px;
height: 299px;
text-align: center;
}

#tour a {
margin-top: -245px;
padding-top: 253px;
padding-bottom: 19px;
display: block;
position: relative;
z-index: 100;
width: 190px;
height: 27px;
background: url(../img/banner-tour-bg.png) no-repeat;
}

#mobio_info {
margin: 41px auto 35px auto;
padding: 0 5px .2em 5px;
border-top: 1px solid #d2d2d3;
border-bottom: 1px solid #d2d2d3;
width: 170px;
font-size: 12px;
font-size: 1.2rem;
}

#mobio_info h3 {
margin-bottom: .8em;
}

#mobio_info span {
font-size: 10px;
font-size: 1.0rem;
}

#mobio_info p {
margin-bottom: .8em;
}

#about_rss {
margin: 0 auto 20px auto;
width: 170px;
font-size: 12px;
font-size: 1.2rem;
}

#about_rss a {
color:#3e3a39;
}

#about_rss_wrap {
padding: 0 42px 0 0;
position: absolute;
bottom: -60px;
left: -804px;
z-index: 1000;
display: none;
width: 768px;
background: url(../img/fukidashi.png) right center no-repeat;
}

#about_rss_contents {
padding: 18px 42px;
border-top: 1px solid #d5810e;
border-bottom: 1px solid #d5810e;
border-left: 1px solid #d5810e;
position: relative;
z-index: 10;
width: 694px;
background: #fff;
}

#about_rss_desc {
font-size: 11px;
font-size: 1.1rem;
}

#about_rss_desc strong {
margin-right: 25px;
font-size: 30px;
font-size: 3.0rem;
}

#about_rss_info {
margin: 0;
padding: 0 28px 30px 28px;
border: 1px solid #c9c9ca;
float: left;
width: 308px;
}

#about_rss_info dt {
padding: 20px 0 5px 3px;
border-bottom: 1px dotted #b5b5b6;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
}

#about_rss_info dd {
margin: 12px 0 15px 3px;
}

#about_rss_info li {
margin-right: 30px;
display: inline-block;
}

#about_rss_list {
margin: 0;
float: right;
width: 290px;
}

#about_rss_list dt {
padding: 0 0 3px 3px;
border-bottom: 1px solid #d5810e;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
}

#about_rss_list dd {
margin: 12px 0 15px 3px;
}

#about_rss_list_all li {
margin-bottom: 15px;
}

#about_rss_list_all a {
padding: 4px 0 4px 43px;
background: url(../img/label-rss.gif) left center no-repeat;
}

#about_rss_list_other li {
margin: 0 0 15px 13px;
}

#about_rss_list_other a {
padding: 4px 0 4px 30px;
}

#about_rss_list_other a#about_rss_list_facebook {
background: url(../img/icon-facebook.png) left center no-repeat;
}

#about_rss_list_other a#about_rss_list_news {
background: url(../img/icon-news.png) left center no-repeat;
}

#about_rss_list_other a#about_rss_list_twitter {
background: url(../img/icon-twitter.png) left center no-repeat;
}
/* </MAIN> */
/* <BREADCRUMBS> */
.breadcrumbs {
margin-top: -18px;
margin-bottom: 5px;
font-size: 11px;
font-size: 1.1rem;
}

.breadcrumbs-search {
margin-left: 240px;
}

.breadcrumbs li {
float: left;
height: 13px;
}

.breadcrumbs a {
margin-right: 1em;
padding-right: 1.5em;
display: block;
background: url(../img/pankuzu.gif) right center no-repeat;
font-weight: bold;
}
/* </BREADCRUMBS> */
/* <MAIN 740> */
#main740 {
/*margin-top: 12px;*/
float: right;
width: 740px;
line-height: 1.6;
}

.section {
margin-bottom: 40px;
font-size: 12px;
font-size: 1.2rem;
}
/* MOBIO常設展示場 */
.exhibition_banner {
width: 740px;
height: 185px;
background: url(../img/exhibitors-banner-bg.png) no-repeat;
}

.exhibition_desc {
font-size: 14px;
font-size: 1.4rem;
}

p.exhibition_desc_lead {
margin-bottom: 1em;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
}

.exhibition_catch {
padding: 0 10px;
border: 4px solid #d3d3d4;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #fff;
font-size: 13px;
font-size: 1.3rem;
}

li.exhibition_catch_list {
margin-top: 20px;
padding: 12px 20px 0 68px;
border-bottom: 1px dotted #9fa0a0;
width: 624px;
height: 138px;
}

h2.exhibition_catch_title {
margin-bottom: 20px;
}

.exhibition_catch_news {
background: url(../img/exhibitors-news-bg.png) 10px 5px no-repeat;
}

.exhibition_catch_gijyutu {
background: url(../img/exhibitors-gijyutu-bg.png) 6px 2px no-repeat;
}

.exhibition_catch_kikaku {
background: url(../img/exhibitors-kikaku-bg.png) 6px 5px no-repeat;
}

.exhibition_info {
background: url(../img/exhibitors-admission-free.png) 460px 0 no-repeat;
}

.exhibition_info_list {
margin-bottom: 40px;
}

.exhibition_info_list li {
margin-bottom: 8px;
padding-left: 18px;
line-height: 1em;
background: url(../img/square.png) left center no-repeat;
font-size: 15px;
font-size: 1.5rem;
}

.exhibition_info p {
font-size: 18px;
font-size: 1.8rem;
}

.section_search {
border: 1px solid #699ad1;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #fff;
}

.section_search_title {
margin: 0 0 8px 0;
padding: 6px 0 0 60px;
border-bottom: 1px solid #699ad1;
-webkit-border-radius: 3px 6px  0 0;
-moz-border-radius: 3px 6px 0 0;
border-radius: 3px 6px 0 0;
background: url(../img/searchbox-title-bg.png) no-repeat;
height: 31px;
}

.section_search_form {
margin: 12px 115px 12px 130px;
}

.search_content {
margin: 0 32px 0 26px;
border-top: 1px dotted #b5b5b6;
}

.search_content_title {
margin-top: 15px;
float: left;
width: 7em;
}

.search_category_wrap {
margin-top: 15px;
margin-right: -18px;
margin-left: 2px;
}

.search_category_list {
margin-right: 18px;
margin-bottom: 10px;
float: left;
width: 130px;
font-size: 12px;
font-size: 1.2rem;
}

.search_category_list li {
margin-bottom: .5em;
}

.search_category_list li a {
padding-left: 18px;
display: inline-block;
background: url(../img/searchbox-arrow.png) left center no-repeat;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-text-size-adjust: none;
}

.exhibition_kengaku {
margin-bottom: 20px;
padding: 23px 143px 0 70px;
height: 348px;
background: url(../img/exhibitors-kengaku-bg.png) no-repeat;
}

.exhibition_kengaku_list {
margin: 17px 0 0 100px;
font-size: 14px;
font-size: 1.4rem;
}

.exhibition_kengaku_list li {
margin-bottom: .8em;
padding: 4px 0 .8em 38px;
border-bottom: 1px solid #c9c9ca;
background: url(../img/checkbox.png) 10px 0 no-repeat;
}

p.exhibition_btn {
margin: 0 0 0 110px;
}

.page_exhibitors_btn {
padding: 0 !important;
display: table-cell;
width: 275px;
height: 40px;
vertical-align: middle;
font-size: 19px;
font-size: 1.9rem;
}

.exhibitors_pr {
margin-bottom: 60px;
}

.exhibitors_pr_title {
margin: 0 0 .4em 0;
}

.exhibitors_pr p {
margin: 0 0 0 1px;
font-size: 14px;
font-size: 1.4rem;
}
/* 常設展示場　＜視察・見学について＞ */
.page_title1 {
margin: 0;
padding-left: 28px;
display: table-cell;
width: 740px;
height: 40px;
vertical-align: middle;
color: #595957;
background: url(../img/template_title.gif) no-repeat;
}

.page_halltour_about {
margin-top: 35px;
font-size: 14px;
font-size: 1.4rem
}

.page_halltour_about_txt {
float: left;
width: 417px;
}

.page_halltour_about_list {
margin-top: 1.3em;
}

.page_halltour_about_list li {
margin: 0 0 .3em 1em;
text-indent: -1em;
}

.page_halltour_table {
margin: 1.3em 0 20px 0;
border-top: 1px solid #9fa0a0;
border-bottom: 1px solid #9fa0a0;
border-collapse: collapse;
width: 100%;
background: #fff;
}

.page_halltour_table th {
border-right: 1px dotted #9fa0a0;
width: 100px;
background: url(../img/oblique-line.png);
font-weight: normal;
}

.page_halltour_table th,
.page_halltour_table td {
padding: .5em 0;
border-bottom: 1px dotted #9fa0a0;
}

.page_halltour_table td {
padding-left: 1em;
}

.page_halltour_btn {
display: table-cell;
width: 417px;
height: 40px;
vertical-align: middle;
font-size: 20px;
font-size: 2.0rem;
}

.page_halltour_desc_img {
margin-top: 4px;
float: right;
width: 280px;
}

.page_halltour_desc_img li {
margin-bottom: 33px;
}

.paper_shadow {
margin: 0;
padding: 0 0 23px;
background: url(../img/paper-shadow.png) bottom center no-repeat;
}

.page_halltour_cordinator {
padding: 18px 25px 20px 30px;
background: #fff;
}

.page_halltour_cordinator_thumb {
margin: 20px 20px 0 0 !important;
float: left;
}

.img_photo {
padding: 4px;
border: 1px solid #d3d3d4;
}

p.page_halltour_cordinator_voice {
margin-top: 12px;
padding: 0 20px 0 15px;
float: right;
width: 465px;
line-height: 2.0;
background: url(../img/text-underline.gif) top repeat;
font-size: 13px;
font-size: 1.3rem;
}

.page_halltour_plan {
margin: 35px 0 60px;
padding: 25px;
height: 1069px;
background: url(../img/halltour-plan-bg.png) no-repeat;
/* print test * * * * * * * * */
/*page-break-inside: avoid;*/
}

.page_halltour_plan_title {
padding: 0 10px 13px;
border-bottom: 1px dotted #9fa0a0;
line-height: 1.0;
}

.page_halltour_plan_title .fs13 {
margin: -15px 0 0 274px;
display: block;
}

.page_halltour_plan_type {
margin: 21px 5px 0;
font-size: 13px;
font-size: 1.3rem;
}

.page_halltour_plan_type dt {
margin-bottom: 20px;
padding-right: 24px;
border: 1px solid #f39800;
display: table-cell;
height: 37px;
vertical-align: middle;
color: #595757;
background: url(../img/halltour-plan-type-bg.png) no-repeat;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
}

.page_halltour_plan_type_name {
padding: 0 22px 0 12px;
line-height: 1.2;
color: #fff;
font-size: 16px;
font-size: 1.6rem;
}

.page_halltour_plan_type_name strong {
margin: 0 3px 0 0;
vertical-align: bottom;
font-size: 27px;
font-size: 2.7rem;
}

.page_halltour_plan_type dd {
margin: 18px -5px;
padding: 0 0 15px 10px;
border-bottom: 1px dotted #9fa0a0;
overflow: hidden;
}

.page_halltour_plan_type_example {
font-size: 13px;
font-size: 1.3rem;
font-weight: normal;
}

.page_halltour_plan_type_flow {
margin-right: -40px;
}

.page_halltour_plan_type_flow li {
margin-right: 12px;
padding-right: 28px;
float: left;
width: 140px;
background: url(../img/halltour-plan-type-arrow.png) right 37px no-repeat;
text-align: center;
}

.page_halltour_btn2 {
margin: 0 auto;
display: block;
width: 410px;
height: 40px;
line-height: 2.0;
vertical-align: middle;
font-size: 20px;
font-size: 2.0rem;
}
/* 検索結果ページ */
.search_result_lead {
margin: 0 0 20px 0;
line-height: 1.8;
font-size: 14px;
font-size: 1.4rem
}

.search_result_comment {
margin-bottom: 44px;
font-size: 14px;
font-size: 1.4rem
}
/*
.search_result_comment li {
padding: 14px 14px 14px 88px;
-webkit-border-radius: 8px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 60px;
}

.search_result_comment_exhibitors {
border: 2px solid #009fe8;
float: left;
width: 202px;
background: url(../../../en/skins/img/search-result-comment-exhibitors.png) 14px 14px no-repeat #fff;
}

.search_result_comment_osaka {
border: 2px solid #8dc21f;
float: right;
width: 306px;
background: url(../../../en/skins/img/search-result-comment-osaka.png) 14px 14px no-repeat #fff;
}
*/
.search_result_comment li {
padding: 14px 15px 16px 86px;
width: 259px;
height: 40px;
}

.search_result_comment_exhibitors {
float: left;
background: url(../img/search-result-comment-exhibitors.png) no-repeat;
}

.search_result_comment_osaka {
float: right;
background: url(../img/search-result-comment-osaka.png) no-repeat;
}

.search_result_title {
margin: 0 0 0px 0;
padding: 9px 0 6px 60px;
height: 38px;
line-height: 2.0;
background: url(../img/search-result-title-bg.png) 6px 6px no-repeat;
font-size: 18px;
font-size: 1.8rem
}

.search_result_title_space {
border-top: 1px solid #9e9e9f;
border-bottom: 1px dotted #9e9e9f;
}

.page_navi {
margin-bottom: 30px;
font-size: 13px;
font-size: 1.3rem
}

.page_navi_showing {
margin: 1px 3em 0 0;
font-size: 12px;
font-size: 1.2rem
}

.page_navi_input {
padding: 1px .5em;
width: 1em;
text-align: center;
}

.page_navi .btn_page {
margin: 10px 0 0;
}

.search_result_list {
margin: 0 -35px 0 0;
}

.search_result_co {
margin: 0 35px 60px 0 !important;
float: left;
width: 223px;
}

.search_result_co_thumb {
width:223px;
height:158px;
text-align: center;
}

.search_result_co_name {
margin-top: 10px !important;
border-bottom: 1px dotted #9e9e9f;
height: 3em;
line-height: 1.4;
overflow: hidden;
font-size: 15px;
font-size: 1.5rem;
font-weight: normal;
}

.search_resultco_prof {
margin: 6px 0 0px;
height: 8em;
overflow: hidden;
font-size: 12px;
font-size: 1.2rem;
}

.search_resultco_prof dt {
padding-right: .5em;
font-weight: bold;
}

.search_resultco_prof dd {
margin-left: 0;
}

.search_result_link_osaka {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: table-cell;
width: 223px;
height: 2em;
vertical-align: middle;
color: #fff !important;
background-image: -moz-linear-gradient(top, #a1ca38, #85bf23);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a1ca38), to(#85bf23));
background-image: -webkit-linear-gradient(top, #a1ca38, #85bf23);
background-image: -o-linear-gradient(top, #a1ca38, #85bf23);
background-image: linear-gradient(to bottom, #a1ca38, #85bf23);
background-color: #a1ca38;
font-size: 13px;
font-size: 1.3rem;
text-shadow: none;
}

.search_result_link_exhibitors {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: table-cell;
width: 223px;
height: 2em;
vertical-align: middle;
color: #fff !important;
background-image: -moz-linear-gradient(top, #62b0e2, #36a0da);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62b0e2), to(#36a0da));
background-image: -webkit-linear-gradient(top, #62b0e2, #36a0da);
background-image: -o-linear-gradient(top, #62b0e2, #36a0da);
background-image: linear-gradient(to bottom, #62b0e2, #36a0da);
background-color: #62b0e2;
font-size: 13px;
font-size: 1.3rem;
text-shadow: none;
}

.search_result_link_osaka:hover {
color: #fff;
text-decoration: none;
background-color: #85bf23;
background-position: 0 0;
background-image: -moz-linear-gradient(top, #85bf23, #a1ca38);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85bf23), to(#a1ca38));
background-image: -webkit-linear-gradient(top, #85bf23, #a1ca38);
background-image: -o-linear-gradient(top, #85bf23, #a1ca38);
background-image: linear-gradient(to bottom, #85bf23, #a1ca38);
}
.search_result_link_osaka:active {
color: #fff;
background-color: #85bf23;
}
.search_result_link_exhibitors:hover {
color: #fff;
text-decoration: none;
background-color: #36a0da;
background-position: 0 0;
background-image: -moz-linear-gradient(top, #36a0da, #62b0e2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#36a0da), to(#62b0e2));
background-image: -webkit-linear-gradient(top, #36a0da, #62b0e2);
background-image: -o-linear-gradient(top, #36a0da, #62b0e2);
background-image: linear-gradient(to bottom, #36a0da, #62b0e2);
}
.search_result_link_exhibitors:active {
color: #fff;
background-color: #36a0da;
}
/* 企業詳細ページ */
.co_detail {
margin-bottom: 60px;
padding: 32px 28px 36px;
border: 1px solid #9cc829;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 680px !important;
background: url(../img/co-detail-bg.png) repeat-x #fff;
font-size: 12px;
font-size: 1.2rem;
}

.co_detail_title {
margin: 0;
border-bottom: 1px dotted #9e9e9f;
color: #595957;
font-size: 25px;
font-size: 2.5rem;
font-weight: normal;
}

.co_detail_info {
margin: 1.5em 0 54px;
}

.co_detail_info dt,
.co_detail_form_list dt {
margin: 0 1em .5em 0;
width: 150px;
}

.co_detail_info dt strong,
.co_detail_form_list dt strong {
color: #e95205;
}

.co_detail_info dd,
.co_detail_form_list dd {
margin-bottom: .8em;
overflow: hidden;
}

.co_detail_desc {
margin-bottom: 36px;
padding: 14px 20px;
border: 1px solid #9cc829;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size: 13px;
font-size: 1.3rem;
}

.co_detail_desc_title {
font-size: 13px;
font-size: 1.3rem;
}

.co_detail_thumb {
margin: 0 -40px 0 0;
}

.co_detail_thumb li {
margin: 0 40px 28px 0;
float: left;
width:320px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.co_detail_thumb li{
line-height: 2.8;
}}
@-moz-document url-prefix() {.co_detail_thumb li{
line-height: 2.8;
}}

.co_detail_messerge {
margin-bottom: 60px;
}

.co_detail_form_title {
padding-left: 13px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display: table-cell;
vertical-align: middle;
width:680px;
height: 40px;
color: #fff;
background: #f4a000;
background-image: -moz-linear-gradient(top, #f4a000, #f7b116);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4a000), to(#f7b116));
background-image: -webkit-linear-gradient(top, #f4a000, #f7b116);
background-image: -o-linear-gradient(top, #f4a000, #f7b116);
background-image: linear-gradient(to bottom, #f4a000, #f7b116);
font-size: 18px;
font-size: 1.8rem;
}

.co_detail_form_title_line {
margin-right: 13px;
border-left: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.co_detail_form {
margin: 30px 0 0;
padding-bottom: 20px;
border-top: 1px dotted #9e9e9f;
border-bottom: 1px dotted #9e9e9f;
}

.co_detail_form_list dt strong {
}

.co_detail_form_list dd p {
margin-top: 0;
}

.co_detail_form .text_input {
width: 260px;
}

.text_input_block {
width: 490px !important;
height: 10em;
}
/* 匠 */
/* 匠 */
.page_takumi_banner,
#maincontents p.page_takumi_banner {
margin: 35px 0;
}

.section_search_takumi {
margin-top: 10px;
float: left;
width: 348px;/* border: 1px solid #699ad1; from .section_search */
height: 272px;
}
#maincontents .section_search_takumi p{
padding: 5px 0;
}

.search_content_takumi {
margin: 10px 20px 0 26px;
}

.section_search_form_takumi {
margin: 24px 10px 10px 36px;
}
#maincontents .section_search_form_takumi {
margin: 19px 10px 15px 36px;
}

.section_search_takumi .section_search_title {
padding-left: 50px;
}

.search_content_takumi_title,
#maincontents .search_content_takumi_title {
float: left;
width: 6em;
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
margin: 12px 0;
}


.search_category_wrap_takumi {
margin: 10px -20px 10px 15px;
}

.search_category_list_takumi {
margin: 0 30px 0 0;
width: 9.5em;
}
.search_category_list_takumi:first-child {
width: 6em;
}

.page_takumi_about {
margin-top: 10px;
padding: 12px 18px 0;
border: 1px solid #80b627;
float: right;
width: 322px;
height: 260px;
background: #fff;
}

.page_takumi_about_title {
margin: 0;
padding: 5px 0 3px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
color: #fff;
background: #80b627;
font-size: 15px;
font-size: 1.5rem;
text-align: center;
}

.page_takumi_about_desc,
#maincontents .page_takumi_about_desc {
margin: 8px 8px 10px;

}

.page_takumi_booklet {
padding: 270px 0 0 330px;
clear: both;
width: 410px;
height: 100px;
background: url(../img/takumi-booklet-bg.jpg) no-repeat; }

.page_takumi_booklet_desc {
margin: 0 0 4px 0;
font-size: 18px;
font-size: 1.8rem;
}

.page_takumi_booklet_link {
margin: 0;
font-size: 14px;
font-size: 1.4rem;
}

.page_takumi_table th,
.page_takumi_table td {
padding: .8em 0 .8em 1em;
border-bottom: 1px dotted #9fa0a0;
}

.page_takumi_table th {
width: 143px;
vertical-align: top;
text-align: left;
}

.page_takumi_detail {
font-size: 15px;
font-size: 1.5rem;
}


/* </MAIN 740> */
/* <LEFT> */
#left {
/*margin-top: 12px;*/
float: left;
width: 220px;
}

.left_event_info {
margin: 0 0 10px 0;
border: 1px solid #d2d2d3;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
width: 218px;
background: url(../img/oblique-line-top.png) left top no-repeat #fff;
}

.left_event_info_title {
margin: 0;
border-bottom: 1px solid #d2d2d3;
height: 25px;
background: url(../img/icon.png) no-repeat;
}

#event_calendar {
/*margin-top: -12px;*/
}

#event_calendar_head {
padding: 0 0 0 31px;
line-height: 2.2;
background-position: 10px -120px;
}

#today_event_head {
padding: 0 0 0 31px;
line-height: 2.2;
background-position: 10px -145px;
}

#today_event_list {
margin: 10px 0 0 10px;
font-size: 11px;
font-size: 1.1rem;

}

.today_event_time {
margin: 0;
padding: 2px 0 0 12px;
color: #f29600;
background: url(../img/icon-right-or.png) left center no-repeat;
}

.today_event_body {
margin: 0 0 1em 0;

}

.today_event_title {
margin: 0;
}

.today_event_title a {
color:#3e3a39;

}

#left_facebook {
margin: 0 0 10px 0;
}

#mobio_blog {
border-color: #f2c684;
background-position: right top;
}

#mobio_blog_title {
padding: 0 0 0 31px;
line-height: 2.2;
background-position: 10px -170px;
}

#mobio_blog_item {
margin: 0 9px;
zoom: 1;
overflow: hidden;
font-size: 12px;
font-size: 1.2rem;
}

.mobio_blog_idate {
margin: 14px 0 0 0;
padding: 0 1px;
font-weight: bold;
}

.mobio_blog_ibody {
margin: 0 0 -1px 0;;
padding: 0 1px 1em 1px;
border-bottom: 1px dotted #b5b5b6;
}

.mobio_blog_ititle {
margin: 0;
line-height: 1.4;
}

.mobio_blog_ibody a:link,
.mobio_blog_ibody a:visited {
color: #f29600;
}
.mobio_blog_ibody a:hover,
.mobio_blog_ibody a:active {
text-decoration: underline;
}

.mobio_blog_thumb {
margin-top: 4px;
display: block;
text-align: center;
}

label, input {
font-size: 11px;
font-size: 1.1rem;
}

#search_box {
margin-top: 50px;
}

#search_box_site {
margin-bottom: 30px;
}

.search_title {
padding: 4px 0 0 8px;
float: left;
vertical-align: middle;
background: url(../img/line.png) left center no-repeat;
font-size: 12px;
font-size: 1.2rem;
}

#search_site {
width: 78px;/* 86px */
}

#search_co {
width: 54px;/* 62px */
}

#search_site_input {
width: 83px;
}

#search_name_input,
#search_free_input {
width: 107px;
}

#cse-search-box .btn,
#search_name .btn,
#search_free .btn {
float: right;
width: 38px;
}
/* side menu */
.side_title {
margin: 0 0 .8em 0;
padding: .5em 1em .5em 2em; 
color: #666;
background: #ccc;
}

.side_contents {
margin-bottom: 12px;
font-size: 12px;
font-size: 1.2rem;
}

.side_contents li {
padding-left: 1em;
padding-bottom: .5em;
border-bottom: 1px dotted #ccc;
background: url(../img/triangle.gif) 0 4px no-repeat;
}

li.side_sub {
border-bottom: none;
}

.side_sub_title {
}

.side_contents li ul {
margin-top: .5em;
margin-left: -1em;
padding-top: .5em;
padding-left: 0;
border-top: 1px dotted #ccc;
}

.side_contents li ul li {
margin-top: .5em;
margin-left: 1em;
}

.side_contents li ul li:first-child {
margin-top: 0;
}

.side_contents_box {
margin-bottom: 12px;
padding: 10px 15px 5px;
border: 1px solid #d2d2d3;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #fff;
}

.side_contents_box_orange {
border: 1px solid #f2c684;
font-size: 12px;
font-size: 1.2rem;
}

.side_contents_box_title {
margin: -10px -15px 10px;
padding: 5px 15px;
border-bottom: 1px solid #d2d2d3;
border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
line-height: 1.0;
background: url(../img/oblique-line.png) repeat-x;
}

.side_contents_title_orange {
background: url(../img/oblique-line-orange.png) repeat-x;
}

.side_contents_box_cat {
margin-top: 1.5em;
}

.side_contents_box_cat li {
margin-bottom: 1em;
}

.search_option dt {
margin: 1em 0 .2em 5px;
}

.search_option dd {
margin: 0;
}

.search_option p {
margin: 0;
}

.search_option .text_input {
width: 180px;
}

.search_option select {
width: 190px;
}

.search_filter {
margin: 0 0 1em 5px;
line-height: 2.5;
}

.banner {
margin-top: 15px;
}

.banner li {
margin-bottom: 10px
}
/* </LEFT> */
/* <QUICK MENU> */
#quick_menu {
position: absolute;
top: -60px;
right: 0;
}

.quick_menu_list,
#lang li {
float: left;
line-height: 1.6;
}

.quick_menu_list a {
margin: 0 0 0 10px;
padding: 0 15px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
float: left;
display: block;
height: 25px;
line-height: 2.2;
color: #fff;
background: #f29600;
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
}

#quick_menu_access a {
padding: 0 56px 0 15px;
background: url(../img/icon-access.png) right center no-repeat #f29600;
}

#quick_menu_wrap {
padding: 25px 0 0 0;
position: absolute;
top: -37px;
z-index: 1000;
display: none;
width: 980px;
background: url(../img/fukidashi-top.png) right top no-repeat;
}

#quick_menu_contents {
padding: 22px 26px;
border-right: 1px solid #d5810e;
border-bottom: 1px solid #d5810e;
border-left: 1px solid #d5810e;
background: #fff;
font-size: 11px;
font-size: 1.1rem;
}

#quick_menu_cell_1,
#quick_menu_cell_2,
#quick_menu_cell_3,
#quick_menu_cell_4 {
float: left;
}

#quick_menu_cell_1 {
margin: 0 30px 0 0;
width: 200px;
}

#quick_menu_cell_2 {
margin: 0 30px 0 0;
width: 180px;
}

#quick_menu_cell_3 {
margin: 0 30px 0 0;
width: 216px;
}

#quick_menu_cell_4 {
margin: 0;
width: 240px;
}

#quick_menu_contents ul ul {
margin: 0 0 1em 0;
padding: 0;
}

#quick_menu_contents li {
margin: 0 0 .2em 0;
font-weight: bold;
}

#quick_menu_contents ul ul li {
margin: 0;
}

#quick_menu_contents li.divider {
margin: 0 0 1em 0;
font-weight: bold;
}

#quick_menu_cat_1 {
width: 90px;
float: left;
}

#quick_menu_cat_2 {
width: 100px;
float: right;
}

#quick_menu_contents a {
color: #555;
font-weight: normal;
}

#quick_menu_contents a.subhead {
font-weight: bold;
}

.close {
position: absolute;
right: 23px;
bottom: 5px;
}
.close:hover {
cursor: pointer;
}

#lang {
position: absolute;
top: -92px;
right: 0;
text-transform: uppercase;
}

#lang a {
margin: 0 0 0 31px;
padding: 0 0 0 24px;
float: left;
display: block;
height: 15px;
color: #888;
background: url(../img/icon.png) left top no-repeat;
text-align: right;
}

#lang_jp a:link, #lang_jp a:visited {
background-position: 0 0;
}
#lang_jp a:hover, #lang_jp a:active,
#lang_jp a.active {
color: #3e3a39;
background-position: 0 0;
}

#lang_en a:link, #lang_en a:visited {
background-position: 0 -105px;
}
#lang_en a:hover, #lang_en a:active,
#lang_en a.active {
color: #3e3a39;
background-position: 0 -90px;
}

#lang_ch a:link, #lang_ch a:visited {
background-position: 0 -75px;
}
#lang_ch a:hover, #lang_ch a:active,
#lang_ch a.active {
color: #3e3a39;
background-position: 0 -60px;
}

#lang_kr a:link, #lang_kr a:visited {
background-position: 0 -45px;
}
#lang_kr a:hover, #lang_kr a:active,
#lang_kr a.active {
color: #3e3a39;
background-position: 0 -30px;
}
/* </QUICK MENU> */
/* <FOOTER> */
#footer {
padding: 27px 0 0 0;
clear: both;
color: #fff;
background: #f29800;
font-size: 18px;
font-size: 1.8rem;
text-align: center;
}

#footer a:link,
#footer a:visited {
color: #fff;
}
#footer a:hover,
#footer a:active {
text-decoration: underline;
}

#footer_wrap {
margin: 0 auto;
width: 980px;
font-weight: bold;
}

address {
display: table-cell;
width: 980px;
height: 31px;
vertical-align: top;
font-style: normal;
text-align: center;
}

address span {
vertical-align: middle;
}

address img {
vertical-align: top;
}

.footer_title {
margin: 0 5px 0 35px;
}

#copyright {
margin: 31px 0 16px 0;
font-weight: normal;
font-size: 11px;
font-size: 1.1rem;
text-align: center;
}

#copyright a {
margin-right: 28px;
}
/* </FOOTER> */
