@charset "UTF-8";


/* 共通レイアウト
------------------------------------------------------------*/
body {
    font-size: 18px;
}
#wrapper {
    padding-bottom: 0px;
}
img {
    max-width: 100%;
}
h2.lph2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 20px 10px 30px;
    margin: 0;
    background: none;
}
h2.lpth2 {
    color: #e60012;
    font-size: 40px;
    text-align: center;
    padding: 20px 10px 30px;
    margin: 0;
    background: none;
}
.inner {
    width:950px;
}
/*.boxinner {
    margin:0 auto 30px;
    width:950px;
    text-align: center;
}*/
.bg-red {   
    background: #f22719 url(images/makuhari_messe/icon_bg.png); color: #fff; padding: 10px 10px 25px; box-sizing: border-box; border-radius: 3px;
}
.bg-orange {   
    background: #eaaf2b; color: #fff; padding: 20px 10px 25px; box-sizing: border-box; border-radius: 3px;
}
.bg-mos {   
    background: #00aeb5 url(images/makuhari_messe/icon_bg.png); color: #fff; padding: 20px 10px 25px; box-sizing: border-box; border-radius: 3px;
}
.bg-pink {   
    background: #e0562b url(images/makuhari_messe/icon_bg.png); color: #fff; padding: 20px 10px 25px; box-sizing: border-box; border-radius: 3px;
}
.bg-blue {   
    background: #00a0e9 url(images/makuhari_messe/icon_bg.png); color: #fff; padding: 20px 10px 25px; box-sizing: border-box; border-radius: 3px;
}
.bg-green {   
    background: #3eb034; color: #fff; padding: 20px 10px 25px; box-sizing: border-box; border-radius: 3px;
}
.bg-sm {   
    background: #fff; color: #444; padding: 20px 10px 25px; box-sizing: border-box; border-radius: 3px; box-shadow: 0 2px 1px rgba(8,1,2,0.05);
}
.bg-white {   
    background: #fff url(images/makuhari_messe/icon_bg.png); color: #e60012; padding: 20px 10px 25px; box-sizing: border-box; border-radius: 3px;
}
@media only screen and (max-width: 950px){
body {
    font-size: 16px;
}
h2.lph2,
h2.lpth2 {
    font-size: 22px;
    padding: 0px 10px 15px;
}
.inner {
    width:97%;
    margin:0 auto;
}
.boxinner {
    width:97%;
    margin:0 auto 15px;
}
}
@media screen and (min-width: 767px){
.spnone {
	display: none;
}
}
@media screen and (max-width: 767px){
.pcnone {
	display: none;
}
}

/* ヘッダー
------------------------------------------------------------*/
.site_moubtn {
    position: absolute;
    right: 0;
    top: 16px;
}
/*幕張新都心*/
.header_bg_makuharishintoshin {
    width:100%;
    height: 550px;
    background: url(images/makuhari_messe/head_bg_shintoshin.jpg) no-repeat center top;
    margin:0 0 20px 0;
    text-align: center;
}
/*幕張新都心*/

/*幕張メッセ*/
.header_bg {
    width:100%;
    height: 550px;
    background: url(images/makuhari_messe/head_bg.jpg) no-repeat center top;
    margin:0 0 20px 0;
    text-align: center;
}
/*幕張メッセ*/

/*柏本店*/
.header_bg_kashiwa {
    width:100%;
    height: 550px;
    background: url(images/makuhari_messe/head_bg_kashiwa.jpg) no-repeat center top;
    margin:0 0 20px 0;
    text-align: center;
}

@media only screen and (max-width: 950px){
#header .site_title {
    padding: 15px 0px 15px 25px;
    width: 280px;
}


.header_bg {
    height: auto;
    background: none;
}

.header_bg_makuharishintoshin {
    height: auto;
    background: none;    
}
.header_bg_kashiwa {
    height: auto;
    background: none;    
}

}


/* その他
------------------------------------------------------------*/
.facebook {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}
.fb_in {
    background:#00549d; 
    width:200px; 
    padding: 8px;
    font-size: 10px;
    color:#fff;
    line-height:1.3;
}
@media only screen and (max-width: 950px){
.mvfull {
    max-width: 100%;
    height: 270px;
}
.facebook {
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
    height: 35px;
    z-index: 2;
    color: #fff;
}
.facebook iframe{
    background: rgba(255,255,255,0.5) !important;
}
.fb_in {
    display: none;
}
}



/* 展示会イベント概要
------------------------------------------------------------*/
.tbl_box {
	background:#e4000e;
	padding:25px 30px 30px;
	margin-top:70px;
        margin-bottom: 50px;
}
.tbl_title {
	text-align:center;
	margin-bottom:15px;
	color:#fff;
	font-size:28px;
	font-weight:bold;
}
.tbl_box table {
	width:100%;
	border-left:2px #e4000e solid;
	border-top:2px #e4000e solid;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl_box table th {
	background:#f5f5f5;
	text-align:center;
	font-weight:bold;
	color:#333;
	width:30%;
}
.tbl_box table th ,.tbl_box table td {
        font-size: 17px;
	border-right:2px #e4000e solid;
	border-bottom:2px #e4000e solid;
	vertical-align:middle;
	padding:10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl_box table td p+p {
	margin-top:20px;
}
.tbl_box table td a {
	color:#000;
	text-decoration:underline;
}
.tbl_box table td a:hover {
	text-decoration:none;
}
.tbl_box table td .tit03 {
	font-weight:bold;
	color:#d3a51e;
	margin-bottom:10px;
	display:block;
}
.tred {
    color: #c1231e;
}
@media screen and (max-width: 767px) {
.tbl_title {
	font-size:16px;
}
.tbl_box {
	padding:20px;
	margin-top:40px;
}
.tbl_box table {
	width:auto !important;
}
.tbl_box table th ,.tbl_box table td {
        font-size: 16px;
	display:block;
}
.tbl_box table th {
	width:auto;
}
}




/* フッター
----------------------------------*/
#footer{
    clear:both;
    padding: 5px 10px 0;
}
#footer ul.mov_f li{
    background: none;
    display: inline-block;
    margin: 2px 2px;
}
#st_mb {
    background: rgba(255,255,255,0.6);
    position: fixed;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1;
}
#st_mb_inner {
    text-align: center;
    padding: 10px 30px 10px;
}
@media only screen and (max-width: 950px){
#st_mb {
    display: block;
}
}

.btn a:hover {
    opacity: 0.8;
}
/*
#main_back img {
    max-width: 950px;
}

#main_back img.sumitomo {
    width: auto;
}
*/