﻿/* ========================================================
　
　【 header,fotter等 共通 (common.css) 】
　

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

body {
	background: #FFFFFF;
	font-size: 16px;
	margin: 0 auto;
	padding: 0 auto;
}
#contents:not(.top) {
	min-height: calc(60vh - 100px);
	margin: 0 auto 40px;
}
.no_footer {
	height: 100%;
}
.layout {
	padding: 20px auto;
}
.layout_s30 {
	padding: 50px 30px;
}
.block {
	border-bottom: 1px dashed #333333;
	padding: 0 0 40px;
	margin: 0 0 40px;
}
.item {
	margin: 0 0 40px;
}
.cell {
	margin: 0 0 30px;
}
.block:last-of-type {
	border-bottom: none;
}
.pc_none {
	display: none;
}
.photo_col_2 figure {
	float: left;
	margin: 0 2% 20px 0;
	width: 49%;
}
.photo_col_2 figure:nth-of-type(2n) {
	margin: 0 0 20px 0;
}
.photo_col_2 figcaption { text-align: center;}
.photo_col_3 figure {
	float: left;
	margin: 0 1% 20px 0;
	width: 32.333%;
}
.photo_col_3 figure:nth-of-type(3n) {
	margin: 0 0 20px 0;
}
.photo_col_4 figure {
	float: left;
	margin: 0 1% 20px 0;
	width: 24%;
}
.photo_col_4 figure:nth-of-type(4n) {
	margin: 0 0 20px 0;
}


/* -----------------------------------------------------
 テキストスタイル
----------------------------------------------------- */

.p1 {
    margin-left:-1em;
    text-indent: 1em;
    line-height: 1.7em;
    margin-bottom:0.8em;
}
.p2 { margin:0 0 0.8em 1em;}


@media screen and (max-width:640px){
    
    .p1,.p2 { margin:0 0 0.8em;}
    
}



/* -----------------------------------------------------
 要素固定
----------------------------------------------------- */
.header_fixed .btn_fixed {
	display: none;
}



/* background（背景色）
===================================================================*/
.bg_yellow {
	background: #FEFDCA !important;
}
.bg_violet {
	background: #004C88 !important;
}
.bg_egyptian_blue {
	background: #004C88 !important;
}

.bg_darkglay {
	background: #2e2e2e !important;
}

/* ul (リスト装飾)
===================================================================*/
.list_circle {
	text-indent: -1em;
	margin-left: 1em;
}
.list_circle li:before {
	content: "●";
}
.list_double_circle {
	text-indent: -1em;
	margin-left: 1em;
}
.list_double_circle li:before {
	content: "◎";
}
.list_point {
	text-indent: -1em;
	margin-left: 1em;
}
.list_point li:before {
	content: "・";
}
.list_kome {
	text-indent: -1em;
	margin-left: 1em;
}
.list_kome li:before {
	content: "※";
}
.list_square {
	text-indent: -1em;
	margin-left: 1em;
}
.list_square li:before {
	content: "■";
}

/* ol (リスト装飾)
===================================================================*/
.list_number li {
	padding-left: -1.2em;
	margin-left: 1.2em;
}

/* margin (余白)
===================================================================*/
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

/* padding (余白)
===================================================================*/
.p10 {
	padding: 10px;
}

/* align 
===================================================================*/
.ta_l { text-align: left !important; }
.ta_c { text-align: center !important; }
.ta_r { text-align: right !important; }
.va_t { vertical-align: top !important; }
.va_m { vertical-align: middle !important; }
.va_b { vertical-align: bottom !important; }


/* underline 
===================================================================*/
.text_u {
	text-decoration: underline;
}


/* background（背景） 
===================================================================*/
.bg_black { background: #161616; }

/* -----------------------------------------------------
 ヘッダー
----------------------------------------------------- */
header {
	border-top: 12px solid #004C88;
	padding: 10px 0 0;
	margin: 0 0 20px;
}
#head {
	margin: 0 auto 10px;
	padding: 0 10px 15px;
	max-width: 1080px;
}

#head .head_left {
	float: left;
	width: 60%;
}
#head .head_right {
	float: right;
	width: 40%;
}


/* ロゴ
----------------------------------------------- */
#head .logo h1,
#head .logo p {
	display: inline-block;
}
#head .logo h1 {
	padding: 5px 0 0;
	vertical-align: top;
	width: auto;
}
#head .logo p {
	margin: 0;
	vertical-align: bottom;
	
}


/* 言語
----------------------------------------------- */
#head .lang {
	font-size: 12px;
	margin: 0 0 8px;
	text-align: right;
	width: auto;
}
#head .lang ul {
	display: inline-block;
}
#head .lang ul li {
	color: #000000;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	width: auto;
}
#head .lang ul li:first-child {
	margin: 0;
}
#head .lang ul li:before {
	border: 5px solid transparent;
	border-left: 5px solid #000000;
	content: "";
	display: block;
	height: 0;
	top: 50%;
	left: 0;
	margin: -5px 5px 0 0;
	position: absolute;
	width: 0;
}
#head .lang ul li a:hover {
	color: #D02C2C;
	text-decoration: underline;
}

/* 出展申込・来場登録
----------------------------------------------- */
#head .request {
	width: 100%;
}
/*
#head .request ul {
	width: 430px;	
}
*/
#head .request ul li {
	font-size: 14px;
	float: left;
	margin: 0 10px 0 0;
	width: 48%;	
}
#head .request ul li:last-child {
	margin: 0;
}
#head .request ul li a {
	display: block;
	text-align: center;
}
#head .request ul li a:hover {
	opacity: 0.6;
}
#head .request ul li .hvr-bounce-to-bottom:before {
	background: #e40202;	
}
#head .request ul li a span {
	font-size: 12px;
}

/* -----------------------------------------------------
 menu
----------------------------------------------------- */
/* --------------------------------------------------
Body - not related to megamenu
--------------------------------------------------　*/
.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* --------------------------------------------------
layout・design
--------------------------------------------------　*/
nav {
    background: #cde6e6;
	width: 100%;
}
.menu-container {
    max-width: 1080px;
    margin: 0 auto;
}
.menu {
	margin: 0 auto;
}

.menu-dropdown-icon:before {
    content: "\e907";
    font-family: "icomoon";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 1.2em;
    background: #ffbb21;
    color: #333;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    border-left: 1px solid #017979;
    float: left;
    font-size: 14px;
    padding: 0;
    margin: 0;
	text-align: center;
	width: 20%;
}
.menu > ul > li:nth-child(6) {
    border-right: 1px solid #3c6db1;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.5em 1.5em;
    display: block;
}

.menu > ul > li:hover {
	color: #FFFFFF;
    background: #3c6db1;
}

.menu > ul > li:hover > a {
	color: #FFFFFF;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #3c6db1;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    background: none;
    float: left;
    list-style: none;
    margin: 0;
    padding-bottom: 0;
    position: relative;
	text-align: left;
    width: 20%;
}
.menu > ul > li > ul > li:before {
    content: '';
    border: 0px;
    border-top: solid 2px #fbff00;
    border-right: solid 2px #fbff00;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 6px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -3px;
    width: 6px;
}
.menu > ul > li > ul > li.text2:before {
    top: 35%;
}
.menu > ul > li > ul > li:hover {
	background: #79a0d5;
}
.menu > ul > li > ul > li:hover:before {
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff}


.menu > ul > li > ul > li a {
    color: #777;
    padding: 0.2em;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
	background: #133e7a;
    left: auto;
    padding: 0;
    width: 300px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a{
	color: #FFFFFF;
    border: 0;
    padding: 1em 2em 1em 3em;
}

.menu > ul > li > ul.normal-sub > li:hover a {
	color: #FFFFFF;
}

/* -----------------------------------------------------
　サブメニュー（左側）
----------------------------------------------------- */
.submenu {
	width: 200px;
}
.submenu h4 {
    border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
		-ms-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}

.submenu h4:before {
	font-family: "icomoon";
	content: "\e908";
	padding-right: 5px;
}
.submenu ul {
	padding: 0 0 10px;
    border-radius: 0 0 8px 8px;
		-webkit-border-radius: 0 0 8px 8px;
		-ms-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
}
.submenu ul li {
	background: #FFFFFF;
	border-bottom: 1px dashed #999999;
	color: #999999;
	font-size: 14px;
	margin: 0;
}
.submenu ul li a:before {
	font-family: "icomoon";
	content: "\e902";
	padding-right: 5px;
}
.submenu ul li:last-child {
	border-bottom: 0;
}
.submenu ul li a {
	display: block;
	padding: 8px 10px;
}
.sub01 h4 {
	background: #004C88;
}
.sub01 ul {
	background: #004C88;	
}
.sub01 ul li {
	border-left: 1px solid #004C88;
	border-right: 1px solid #004C88;	
}
.sub02 h4 {
	background: #004C88;
}
.sub02 ul {
	background: #004C88;	
}
.sub02 ul li {
	border-left: 1px solid #004C88;
	border-right: 1px solid #004C88;
	text-indent: -1em;
	padding-left: 1em;
}
.sub03 h4 {
	background: #004C88;
}
.sub03 ul {
	background: #004C88;	
}
.sub03 ul li {
	border-left: 1px solid #004C88;
	border-right: 1px solid #004C88;	
}
.sub04 h4 {
	background: #004C88;
}
.sub04 ul {
	background: #004C88;	
}
.sub04 ul li {
	border-left: 1px solid #004C88;
	border-right: 1px solid #004C88;	
}
.sub01 ul li:hover,
.sub02 ul li:hover,
.sub03 ul li:hover,
.sub04 ul li:hover{
	background: #dceefb;
}

/* -----------------------------------------------------
　各種ボタン
----------------------------------------------------- */

/* ボタンデザイン
---------------------------------------------------- */

.btn_box{
	text-align: center;
	margin:40px 0;
}

.btn_box > p{
    font-size:188%;
    font-weight: bold;
}

.btn_box a.btnsty1,
.btn_box span.btnsty1 {
    position: relative;
	display: inline-block;
	width: 100%;
	padding: 1.5rem 2em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
    border:2px solid #125C57;
    background: #125C57;
	border-radius: 15px;
	transition: .4s;
	vertical-align: top;
}

.btn_box a.btnsty1:after{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #FFF;
	border-image: none;
	border-style: solid;
	border-width: 15px;
	content: "";
	height: 0;
	position: absolute;
	right: -5px;
	bottom: -5px;
	transform: rotate(45deg);
	width: 0;
}

.btn_box a.btnsty1:hover:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #125C57;
}


.btn_box a.btnsty1:hover {
	background: #FFF;
	color: #125C57;
}

ul.btn_box { width: 60vw; margin: 0 auto; padding:0 0 30px; text-align: center;} 
.btn_box li { display: inline;}


/* moreボタン */
.btn_more p {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 200px;
}
.btn_more p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #404040;
	border-right: solid 2px #404040;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_more p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #404040;
	border-right: solid 2px #404040;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_more p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_more p:hover > a {
	background: #404040;
	color: #FFFFFF;
}
.btn_more p a {
	background: #FFFFFF;
	border: 2px solid #404040;
	display: block;
	padding: 6% 10%;
}


/* linkボタン（右寄せ・四角） */
.btn_link_r {
	margin: 0 auto;
}
.btn_link_r p {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 300px;
}
.btn_link_r p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_link_r p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_link_r p:hover > a {
	opacity: 0.8;
}
.btn_link_r p a {
	background: rgb(241,116,50);
	background: -moz-linear-gradient(top, rgba(241,116,50,1) 2%, rgba(234,85,7,1) 100%);
	background: -webkit-linear-gradient(top, rgba(241,116,50,1) 2%,rgba(234,85,7,1) 100%);
	background: linear-gradient(to bottom, rgba(241,116,50,1) 2%,rgba(234,85,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17432', endColorstr='#ea5507',GradientType=0 );
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
}
.btn_link_r p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}



/* moreボタン */
.btn_more p {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 200px;
}
.btn_more p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #404040;
	border-right: solid 2px #404040;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_more p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #404040;
	border-right: solid 2px #404040;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_more p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_more p:hover > a {
	background: #404040;
	color: #FFFFFF;
}
.btn_more p a {
	background: #FFFFFF;
	border: 2px solid #404040;
	display: block;
	padding: 6% 10%;
}


/* linkボタン（右寄せ・四角） */
.btn_link_r {
	margin: 0 auto;
}
.btn_link_r p {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 300px;
}
.btn_link_r p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_link_r p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_link_r p:hover > a {
	opacity: 0.8;
}
.btn_link_r p a {
	background: rgb(241,116,50);
	background: -moz-linear-gradient(top, rgba(241,116,50,1) 2%, rgba(234,85,7,1) 100%);
	background: -webkit-linear-gradient(top, rgba(241,116,50,1) 2%,rgba(234,85,7,1) 100%);
	background: linear-gradient(to bottom, rgba(241,116,50,1) 2%,rgba(234,85,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17432', endColorstr='#ea5507',GradientType=0 );
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
}
.btn_link_r p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}


/* linkボタン（角丸） */
.btn_link {
	margin: 0 auto;
}
.btn_link p {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 300px;
}
.btn_link p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_link p:hover:after {
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
}
.btn_link p:hover > a {
	background: #FFFFFF;
	border: 2px solid #000000;
	color: #000000;
}
.btn_link p a {
	color: #ffffff;
	background: #000000;
	border: 2px solid #FFFFFF;
	display: block;
	padding: 10px 15px;
    border-radius: 50px;
		-webkit-border-radius: 50px;
		-ms-border-radius: 50px;
		-moz-border-radius: 50px;
}
.btn_link p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}

/* linkボタン（角丸・左寄せ） */
.btn_link_s {
	margin: 0 0 10px;
}
.btn_link_s p {
	margin: 0;
	text-align: center;
	position: relative;
	width: 150px;
}
.btn_link_s p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_link_s p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_link_s p:hover > a {
	background: #000000;
	color: #FFFFFF;
}
.btn_link_s p a {
	background: #FFFFFF;
	border: 2px solid #000000;
	display: block;
	padding: 5px 10px;
    border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
		-moz-border-radius: 10px;
}
.btn_link_s p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}

/* ビジネスセンター詳細ボタン（左寄せ） */
.btn_bgbisiness {
	margin: 10px 0 10px;
}
.btn_bgbisiness p {
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	position: relative;
	width: 260px;
}
.btn_bgbisiness p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_bgbisiness p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_bgbisiness p:hover > a {
	background: #999999;
	color: #FFFFFF;
}
.btn_bgbisiness p a {
	color: #FFFFFF;
	background: #0D0D0D;
	display: block;
	padding: 8px 10px 8px 0px;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
}
.btn_bgbisiness p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}

/* セミナー詳細ボタン（左寄せ） */
.btn_seminar {
	margin: 10px 0 10px;
}
.btn_seminar p {
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	position: relative;
	width: 180px;
}
.btn_seminar p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_seminar p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_seminar p:hover > a {
	background: #999999;
	color: #FFFFFF;
}
.btn_seminar p a {
	color: #FFFFFF;
	background: #0D0D0D;
	display: block;
	padding: 8px 10px 8px 0px;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
}
.btn_seminar p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}

/* 検索サイトボタン（左寄せ） */
.btn_kensaku {
	margin: 10px 0 10px;
}
.btn_kensaku p {
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	position: relative;
	width: 300px;
}
.btn_kensaku p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_kensaku p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_kensaku p:hover > a {
	background: #999999;
	color: #FFFFFF;
}
.btn_kensaku p a {
	color: #FFFFFF;
	background: #0D0D0D;
	display: block;
	padding: 8px 10px 8px 0px;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
}
.btn_kensaku p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}

/* 検索サイトボタン（左寄せ） */
.btn_kensaku {
	margin: 10px 0 10px;
}
.btn_kensaku p {
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	position: relative;
	width: 300px;
}
.btn_kensaku p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_kensaku p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_kensaku p:hover > a {
	background: #999999;
	color: #FFFFFF;
}
.btn_kensaku p a {
	color: #FFFFFF;
	background: #0D0D0D;
	display: block;
	padding: 8px 10px 8px 0px;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
}
.btn_kensaku p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}

/* 請求ボタン（左寄せ） */
.btn_request {
	margin: 10px 0 10px;
}
.btn_request p {
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	position: relative;
	width: 200px;
}
.btn_request p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_request p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_request p:hover > a {
	background: #e40202;
	color: #FFFFFF;
}
.btn_request p a {
	background: #F8922F;
	display: block;
	padding: 8px 10px 8px 0px;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
}
.btn_request p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}

/* DLボタン（角丸） */
.btn_dl a {
	background: #000000;
    border-radius: 50px;
		-webkit-border-radius: 50px;
		-ms-border-radius: 50px;
		-moz-border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 130px;
}
.btn_dl .hvr-icon-sink:before {
	content: "\e906";
    font-family: "icomoon";
}

/* mailボタン（角丸） */
.btn_mail a {
	background: #000000;
    border-radius: 50px;
		-webkit-border-radius: 50px;
		-ms-border-radius: 50px;
		-moz-border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px 5px 0px;
	text-align: center;
	width: 100px;
}
.btn_mail .hvr-icon-push:before {
	content: "\e905";
    font-family: "icomoon";
}

/* andmoreボタン（角丸） */
.andmore a {
	background: #E60012;
    border-radius: 50px;
		-webkit-border-radius: 50px;
		-ms-border-radius: 50px;
		-moz-border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 130px;
}
.andmore .hvr-icon-sink:before {
	content: "\e904";
    font-family: "icomoon";
}

/* HPボタン（右寄せ） */
.btn_site {
	width: 200px;
}
.btn_site p {
	margin: 0;
	text-align: center;
	position: relative;
}
.btn_site p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_site p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_site p a {
	color: #FFFFFF;
	display: block;
	padding: 6% 10%;
}

/* HPボタン（中央寄せ） */
.btn_site_b {
	margin: 10px 0 10px;
}
.btn_site_b p {
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 300px;
}
.btn_site_b p:after {
	content: '';
	border: 0px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}
.btn_site_b p:hover:after {
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
}
.btn_site_b p:hover > a {
	background: #333333;
	color: #FFFFFF;
}
.btn_site_b p a {
	color: #FFFFFF;
	background: #0D0D0D;
	display: block;
	padding: 8px 10px 8px 0px;
    border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
}
.btn_site_b p a:after {
	content: '';
	border: 0px;
	border-top: solid 2px #000000;
	border-right: solid 2px #000000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 16px;
	height: 8px;
	width: 8px;
}

/*  パンくず
----------------------------------------------------- */
.pan {
	margin: 0 0 30px;
}
.pan ul li {
	font-size: 14px;
	float: left;
}
.pan ul li:first-child {
	padding-left: 0;
}
.pan ul li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.5em;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.pan ul li::before,
.pan ul li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.pan ul li::before {
	left: 3px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pan ul li:first-child:before {
	content: none;
	
}
.pan ul li a {
	color: #085dca;
	text-decoration: underline;
}

/*  各種バナー
----------------------------------------------------- */
.bnr {
	margin: 0 auto;
	max-width: 1080px;
}
.bnr ul {
	margin: 0 auto;
	 display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.bnr ul li {
	margin: 0 15px 1% 0;
}
.bnr ul li:last-child {
	margin: 0;
}
.bnr ul li a {
	display: block;
}

/* -----------------------------------------------------
　上部へ戻るボタン
----------------------------------------------------- */
.page_top {
	display: none;
	width: 1000px;
	z-index: 1;
}
.page_top p {
    background: #404040;
    border-radius: 50%;
		-webkit-border-radius: 50%;
		-ms-border-radius: 50%;
		-moz-border-radius: 50%;
	border: 2px solid #FFFFFF;
    font-size: 12px;
    position: fixed;
    bottom: 3%;
    right: 3%;
    padding: 10px 15px;
	text-align: center;
}
.page_top a {
	color: #FFFFFF;
	text-decoration: none;
}
.page_top a:hover {
	text-decoration: none;
}


/* -----------------------------------------------------
　footer
----------------------------------------------------- */
footer {
	background: #e4e0dd;
}
.footer {
	padding: 20px 40px;
	font-size: 14px;
	margin: 0 auto;
}
.footer .sitemap {
	margin: 0 auto;
	max-width: 1080px;
}
.footer .sitemap .site_info {
	float: left;
	margin: 0 1% 0 0;
	width: 24%;
}
.footer .sitemap .site_info:last-of-type {
	margin: 0;
}
.footer .sitemap .site_info ul {
	margin: 0 0 20px;
}
.footer .sitemap .site_info ul li {
	position: relative;
	margin: 0 0 5px 1em;
}
.footer .sitemap .site_info ul li:before {
	content: '';
	border: 0px;
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: -1em;
	height: 8px;
	width: 8px;
}
.footer .sitemap .site_info ul li.row2:before {
	top: 25%;
}

.footer .sitemap .site_info ul li a:hover {
	color: #D02C2C;
	text-decoration: underline;
}


/*  BG住所
----------------------------------------------------- */
.address {
	margin: 0 auto;
	width: 700px;
}
.address .bg_logo p {
	float: left;
	vertical-align: middle;
	line-height: 1.6em;
	width: 300px;
}
.address a {
	color: #414FA5;
	text-decoration: underline;
}
.address dl {
	margin-left: 325px;
	font-style: normal;
}
.address dl dt {
	float: left;
}
.address dl dt:first-child {
	float: none;
	font-weight: bold;
}
.address dl dd {
}
.address dl dd em {
	font-weight: bold;
	font-style: normal;
}

/*  コピーライト
----------------------------------------------------- */
#copyright {
	background: #004C88;
	color: #FFFFFF;
	font-size: 14px;
}
.copy_box {
	padding: 10px 0;
	margin: 0 auto;
	max-width: 1080px;
}

/*　会社案内  */
.company_menu {
	float: left;
}
.company_menu ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
}
.company_menu ul li:first-child {
	padding: 0 10px 0 0;
}
.company_menu ul li:last-child {
	border-right: none;
}
.company_menu ul li a {
	color: #FFFFFF;
}
.company_menu ul li a:hover {
	text-decoration: underline;
}
.copy {
	float: right;
}


/* ----------------------------------------------------- 
追尾バナー
----------------------------------------------------- */

#poplnk {
	position: absolute;
	right:300px;
}

.close-meerkat {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: url('../img/close-x.png') no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 10;
	right:0px;
	top:-30px;
}
.dont-show {
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 10;
	color: #EC7700;
}
a.dont-show:hover {color:#FFF;}




/* ----------------------------------------------------- 
IE ハック（IE10以降）
----------------------------------------------------- */

@media all and (-ms-high-contrast:none){

	/* 文字数が多い場合の調整用*/
	.t2 dd {
		padding-bottom: 30px;	
	}
	.t3 dd {
		padding-bottom: 3em;	
	}
	
	.list-box:first-of-type .list-text .t2 dd {
		padding-bottom: 0;	
	}
}

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

●タブレット 画面の横幅が959pxまで

===============================================*================ */
@media screen and (max-width: 959px) {
	body{
		margin: 0;
		padding: 0;
	}
	#wrapper {
		border: 0;
		overflow: hidden;
		width: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	a {
		tap-highlight-color:rgba(0,0,0,0);
			-webkit-tap-highlight-color:rgba(0,0,0,0);
			-moztap-highlight-color:rgba(0,0,0,0);
			-o-tap-highlight-color:rgba(0,0,0,0);
			-ms-tap-highlight-color:rgba(0,0,0,0);	
	}
	#contents {
		padding: 0;
		min-height: calc(60vh - 100px);
		margin: 20px auto 0;
		width: 100%;
	}

	.layout {
		padding: 0 10px;
	}
	.block:last-of-type {
		padding: 0;		
		margin: 0;
	}

	/* -----------------------------------------------------
	 ヘッダー
	----------------------------------------------------- */
	header {
		border-top: 5px solid #004C88;
	}
	#head {
		padding: 10px 10px;
		width: 100%;
	}
	#head .logo {
		margin: 0 0 20px;
	}
	#head .head_left {
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}
	#head .head_right {
		float: none;
		width: 100%;
	}
	
	/* 言語 */
	#head .lang {
		display: none;
	}


	/* ロゴ
	----------------------------------------------- */
	#head .logo h1 {
		margin: 0;
		text-align: center;
	}
	#head .logo p {
		margin: 0 10px 0;
		text-align: center;
	}
	
	
	/* 出展申込・来場登録
	----------------------------------------------- */
	#head .request ul {
		text-align: center;
		width: 100%;
	} 
	#head .request ul li {
		margin: 0 2% 0 0;
		width: 49%;
	}
	#head .request ul li:last-child {
		margin: 0;
	}
	
	/* menu
	--------------------------------------------- */
	nav {
		background: none;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
	}
    .menu-container {
        width: 100%;
    }
	/*
	.menu-mobile:after {
		content: "\f0c9 ";
		font-family: "FontAwesome";
		font-size: 1.5em;
		padding: 0;
		float: right;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-25%);
		-ms-transform: translateY(-25%);
		transform: translateY(-25%);
	}
	*/
	.menu_icon {
		padding: 5px;
		margin: 0 0 2.3em;
	}
	.menu-mobile {
		background: #ffffff;
		display: none;
		float: right;
		position: relative;
		width: 36px;
		height: 30px;
	}
	.menu-mobile,
	.menu-mobile span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-mobile span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 4px;
		background-color: #000000;
		border-radius: 4px;
			-webkit-border-radius: 4px;
			-ms-border-radius: 4px;
			-moz-border-radius: 4px;
	}
	.menu-mobile span:nth-of-type(1) {
		top: 0;
	}
	.menu-mobile span:nth-of-type(2) {
		top: 13px;
	}
	.menu-mobile span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-mobile.active span:nth-of-type(1) {
	  -webkit-transform: translateY(12px) rotate(-45deg);
	  transform: translateY(12px) rotate(-45deg);
	}
	.menu-mobile.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-mobile.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-14px) rotate(45deg);
	  transform: translateY(-14px) rotate(45deg);
	}
    .menu-dropdown-icon:before {
        display: block;
    }
	.menu {
		padding: 10px;
	}
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
		background: #CDE6E6;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #576a61;
        display: block;
		text-align: left;
        width: 100%;
    }
    .menu > ul > li:first-child {
		border-top: 1px solid #576a61;
	}
	.menu > ul > li:nth-child(5) {
		border-right: none;
	}
	.menu > ul > li:hover {
		background: #3c6db1;
	}
    .menu > ul > li a {
		color: #000;
        padding: 1em 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
		background: #133e7a;
        width: 100%;
    }
	.menu > ul > li > ul.normal-sub > li {
		border-bottom: 1px solid #404040;
	}
	.menu > ul > li > ul.normal-sub > li:last-child {
		border-bottom: none;
	}
	.menu > ul > li > ul.normal-sub > li a {
		color: #FFF;
		border: 0;
		padding: 1em 2.5em;
	}

	.menu > ul > li > ul.normal-sub > li a:hover {
        background: #79a0d5;
	}
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
    }
	.menu > ul > li > ul > li:before {
		left: 2%;
	}
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
	/*
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
	*/
    .menu .show-on-mobile {
		border-left: 1px solid #777777;
		border-right: 1px solid #777777;
        display: block;
    }
	

	/* submenu
	----------------------------------------------------- */
	
	/* 
	 各種バナー
	----------------------------------------------- */
	.bnr {
		margin: 0 auto;
		width: 95%;
	}
	.bnr ul.item02 li {
		margin: 0 2% 2% 0;
		width: 32%;
	}
	.bnr ul.item02 li:nth-of-type(3n) {
		margin: 0 0 2% 0;
	}
	.bnr ul.item02 li img {
		width: 100%;
	}
	.bnr ul.item03 li {
		margin: 0 2% 2% 0;
		width: 32%;
	}
	.bnr ul.item03 li:last-child {
		margin: 0 0 2% 0;
	}
	
	
	

	/* -----------------------------------------------
	 次回予告
	----------------------------------------------- */
	.next {
		width: 600px;
	}
	
	
	/* 
	 サイトマップ
	----------------------------------------------- */
	.footer .sitemap {
		width: 100%;
	}
	.footer .sitemap .site_info {
		width: 49%;
	}
	.footer .sitemap .site_info ul li.row2:before {
		top: 30%;
	}
	
	/* -----------------------------------------------
	 コピーライト
	----------------------------------------------- */
	.address {
		width: 100%;
	}
	.copy_box {
		padding: 10px;
		width: 100%;
	}
	.company_menu ul li:first-child {
		padding: 0 10px 0 10px;
	}
} /* @media screen and (max-width:768px) */


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

●スマートフォン  画面の横幅が640pxまで

=============================================================== */
@media screen and (max-width:640px){
	
	*, *:before, *:after {
		box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			-o-box-sizing:border-box;
	 }
	
	body{
		font-size: 16px;
		margin: 0;
		padding: 0;
	}
	#wrapper {
		border: 0;
		overflow: hidden;
		width: 100%;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	a {
		tap-highlight-color:rgba(0,0,0,0);
			-webkit-tap-highlight-color:rgba(0,0,0,0);
			-moztap-highlight-color:rgba(0,0,0,0);
			-o-tap-highlight-color:rgba(0,0,0,0);
			-ms-tap-highlight-color:rgba(0,0,0,0);	
	}
	h2 {
		width: 80%;
	}
	.photo_clear figure {
		float: none !important;
		width: 100%;
	}
	.photo_col_4 figure {
		float: left;
		margin: 0 2% 20px 0;
		width: 49%;
	}
	.photo_col_4 figure:nth-of-type(2n) {
		margin: 0 0 20px 0;
	}


	/* header
	----------------------------------------------- */
	header {
		border-top: none;
	}

	/* ロゴ
	----------------------------------------------- */
	#head .logo h1 {
		margin: 0 0 10px;
		text-align: center;
		width: 100%;
	}
	#head .logo p {
		margin: 0;
		text-align: center;
		width: 100%;
	}
	
	/* menu
	--------------------------------------------- */
	.menu > ul > li > ul > li:hover {
		background: none;
	}
	.menu > ul > li > ul.normal-sub > li a{
		padding: 1em 2em;
	}
    /*
	.menu > ul > li > ul.normal-sub > li:hover a {
		color: #404040;
	}
    */

	/* contents
	--------------------------------------------- */
	/* =======================================================
		カード式
	======================================================= */	
	.list-box{
		margin: 0 0 20px;
	}
	
	/* 文字数が多い場合の調整用*/
	.t2 dd {
		padding-bottom: 0;	
	}
	.t3 dd {
		padding-bottom: 0;	
	}
	

	/* moreボタン */
	.btn_more p {
		background: #404040;
		color: #FFFFFF;		
	}
	.btn_more p:after {
		border-top: solid 2px #FFFFFF;
		border-right: solid 2px #FFFFFF;
	}
	.btn_more p a:after {
		border-top: solid 2px #FFFFFF;
		border-right: solid 2px #FFFFFF;
	}
	.btn_more p:hover:after {
		border-top: solid 2px #FFFFFF;
		border-right: solid 2px #FFFFFF;
	}
	.btn_more p:hover > a {
		background: #404040;
		color: #FFFFFF;
	}
	.btn_more p a {
		background: #404040;
		border: 2px solid #FFFFFF;
		color: #FFFFFF;
		display: block;
	}
	
	/* linkボタン（四角・右寄せ） */
	.btn_link_r p {
		width: 100%;
	}
	/* linkボタン（角丸・左寄せ） */
	.btn_kensaku p {
		width: 100%;
	}
	.btn_site_b p {
		width: 100%;
	}
	
	/* HPサイト（右寄せ） */
	.btn_site {
		width: 100%;
	}

	/* -----------------------------------------------
	 次回予告
	----------------------------------------------- */
	.next {
		width: 322px;
	}
	.next .next-img {
		float: none;
	}
	.next .next-text {
		float: none;
		margin: 0;
	}
	.next .next-text dl {
		padding: 20px;
	}
	

	/*  各種バナー
	----------------------------------------------------- */
	.bnr {
		margin: 0 10px;
	}
	.bnr ul li {
		float: left;
		margin: 0 2% 0 0;
		width: 49%;
	}
	.bnr ul li:nth-of-type(2n) {
		margin: 0;
	}
	.bnr ul li img {
		width: 100%;
	}
	.bnr ul.item02 li:nth-of-type(3n) {
		margin: 0 2% 2% 0;
	}
	.bnr ul.item02 li {
		margin: 0 2% 2% 0;
		width: 49%;
	}
	.bnr ul.item02 li:nth-of-type(2n) {
		margin: 0 0 2% 0;
	}
	.bnr ul.item03 li {
		margin: 0 2% 0 0;
		width: 49%;
	}
	.bnr ul.item03 li:nth-of-type(2n) {
		margin: 0 0 2% 0;
	}
	
		

	/* -----------------------------------------------------
	 footer
	----------------------------------------------------- */
	.footer {
		padding: 20px 10px;
	}
	.footer .sitemap {
		display: none;
	}
	
	

	/*  BG住所
	----------------------------------------------------- */
	.address {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}
	.address .bg_logo p {
		float: none;
		text-align: center;
		margin: 0 auto 15px;
		width: 100%;
	}
	.address dl {		
		margin: 0 auto;
		width: 95%;
	}
	.address dl dt {
		clear: left;
		margin: 0;
	}
	.address dl dt:first-child {
		margin: 0 0 5px;
	}
	.address dl dd {
		margin-left: 0;
	}


	/*　コピーライト
	----------------------------------------------------- */	
	.copy_box {
		padding: 0;
	}
	
	/*　会社案内  */	
	.company_menu {
		float: none;
	}
	.company_menu ul li {
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		padding: 0 10px;
		text-align: center;
		width: 50%;
	}
	.company_menu ul li:nth-child(2n) {
		border-right: none;
	}
	.company_menu ul li:last-child {
		width: 100%;
	}
	.company_menu ul li a {
		display: block;
		padding: 10px 5px;
	}
	.company_menu ul li a:hover {
		text-decoration: none;
	}
	
	/*　コピーライト  */
	.copy {
		float: none;
		font-size: 12px;
		text-align: center;
	}
	.copy p {
		margin: 8px 5px 5px;
	}
	

} /* @media screen and (max-width:640px) */