@charset "UTF-8";
/*
Theme Name: 兵庫・神戸アライアンス大商談会
Author: 株式会社メックコミュニケーションズ
Author URI: http://www.mec-com.co.jp
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	text-align:center;
	font-size:16px;
	line-height:30px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:1020px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:16px;
	line-height:30px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#FF2600;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*標準のリンク*/
a{
	color: #0066CC;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*-------------------------共通クラス*/
/*表示の切り替え*/
.sp{
	display:none;
}
/*横幅*/
.frame{
	width:980px;
	margin:0 auto;
	text-align:left;
}
/*アコーディオン*/
.accordionopen{
	cursor:pointer;
}
.accordion{
	display:none;
}
.accordion.open{
	display:block;
}



/*header
-----------------------------------------------------------------------------------------*/
header{
	background:#FFF;
}
header .top{
	border-top:5px solid #F5712E;
	border-bottom:1px solid #EEEBE3;
	background:#F5F4F1;
}
header .top .frame{
	position:relative;
	padding:10px 0 20px 0;
}
/*-------------------------サイト名*/
header h1 a{
	display:inline-block;
	padding:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height:1.5;
	max-width:580px;
	margin-left:-5px;
}
header h1 a:hover{
	background:#DDDDDD;
}
/* sitename_copy */
header .sitename_copy{
	display:block;
	color:#F5712E;
	font-size:16px;
} 
/* sitename */
header .sitename{
	display:block;
	color:#000;
	font-size:28px;
	font-weight:bold;
}
/*-------------------------sitecopy*/
header .sitecopy{
	font-size:16px;
	line-height:1.25;
	font-weight:bold;
}
/*-------------------------ログイン情報*/
header p.logindata{
	position:absolute;
	top:20px;
	right:250px;
	text-align:right;
	font-size:14px;
	line-height:20px;
	width:155px;
	height:60px;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:right;
	justify-content:right;
}
header p.logindata.sp{display:none;}
/*-------------------------参加*/
header .enter{
	position:absolute;
	top:25px;
	right:0;
}
header .enter li{
	float:left;
	margin-left:1px;
}
header .enter li a,
header .enter li input{
	display:block;
	text-align:center;
	width:120px;
	letter-spacing:2px;
	line-height:50px;
	background:#F7B500;
	color:#000;
}
header .enter li.login a{
	background:#007FFB;
	color:#FFF;
}
header .enter li.close a{
	background:#CCC;
	color:#888888;
	pointer-events: none;
}
header .enter li.logout input{
	height:50px;
	border:none;
	background:#333333;
	color:#FFF;
}

header .close a{
	background:#CCC;
	color:#888888;
	pointer-events: none;
}
header .enter a:hover,
header .enter input:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
/*-------------------------グローバルナビ*/
header nav#globalnav{
}
/*-------------------------影*/
header nav#globalnav div.shadow{
	display:none;
}
/*-------------------------メニューボタン*/
header #globalbtn{
	display: none;
}
/*-------------------------ホームメニュー*/
header .homemenu{
	padding:5px 0;
	float:left;
}
header .homemenu li {
	float:left;
	margin-right:5px;
	font-size:16px;
	line-height:60px;
	font-weight:bold;
}
header .homemenu li img{
	vertical-align:middle;
}
header .homemenu li a{
	display:block;
	font-weight:bold;
	color:#000000;
	padding:0 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
header .homemenu li a:hover{
	background:#E6E6E6;
}
header .homemenu li.kcci span{
	font-size:12px;
	line-height:50px;
}
/*-------------------------ログインメニュー*/
header .loginmenu{
	padding:10px 0;
	float:right;
}
header .loginmenu p {
	float:left;
}
header .loginmenu p a{
	display:block;
	margin-left:5px;
	font-size:16px;
	line-height:50px;
	width:180px;
	text-align:center;
	background:#007FFB;
	color:#FFF;
}
header .loginmenu p:last-child a{
	background:#F7B500;
	color:#000;
}
header .loginmenu p a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}



/*footer
-----------------------------------------------------------------------------------------*/
footer{
	background:#F5712E;
	color:#FFFFFF;
	letter-spacing:1px;
}
footer a{
	color:#FFFFFF;
}
footer a:hover{
	text-decoration:underline;
}
/*-------------------------toPageTop*/
#toPageTop {
	position:fixed;
	right:0;
	bottom:0;
	width:240px;
	height:70px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#toPageTop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#toPageTop.foot{
	position:relative;
	float:right;
	margin-top:-70px;
}
/*-------------------------ログアウト*/
footer form{
	display:none;
}
/*-------------------------メニュー*/
footer ul{
	height:50px;
	overflow:hidden;
}
footer li{
	float:left;
	line-height:50px;
	margin-left:20px;
}
footer li a{
	padding-left:20px;
	background:url(images/footer_ya.png) left no-repeat;
}

/*-------------------------コピーライト*/
footer small{
	display:block;
	text-align:right;
	font-size:12px;
	line-height:50px;
	margin-right:10px;
	margin-top:-50px;
}

/*印刷
-----------------------------------------------------------------------------------------*/
.print-btn{
	cursor: pointer;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	/*background:rgba(0,0,0,0.5) url(images/print.png) left no-repeat;*/
	background:rgba(86, 134, 192, 1) url(images/print.png) left no-repeat;
	width:260px;
	text-indent:30px;
	line-height:40px;
	color:#FFF;
	letter-spacing:2px;
	margin:20px auto 0px auto;
}
.print-btn:hover{
	/*background-color:rgba(0,0,0,1);*/
	background-color:rgba(55, 86, 123, 1);
}
.print-off {
    display: none;
}
/*プリント用CSS*/
@media print {
	.print-btn{display: none;}
	article.print-area{display:block;padding:0;}
	article#flow.print-area,
	article#faq.print-area{background:none;}
	article#faq.print-area h2,
	article#faq.print-area h3{color:#000;}
	article#faq.print-area h4:after,
	article#faq.print-area h4.open:after{display:none;}
	article#faq.print-area p{display:block;}
}