@charset "utf-8";

/* 要素リセット */
body{
	margin: 0;padding : 0px 0px;padding-left : 0px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;フォント種類（ゴシック）*/
	-webkit-text-size-adjust : 100%;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;	/*背景色*/
	color : #666666;		/*文字色*/ */
    min-width: 970px;
  font-size : 11pt;
    -webkit-text-size-adjust: 100%;
  vertical-align : middle;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}

html{
  overflow-y : scroll;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
	color: #666666;
	text-decoration: none;
	transition: 0.3s;/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover{
	text-decoration: underline;/*下線を消す*/
	opacity: 0.7;/*色を90%だけ出す*/
}

a:active{
    color : #730000;
    text-decoration: underline;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
#hpb-inner::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ヘッダー内パーツ */
#hpb-header{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height : 50px;
	overflow: hidden;
	vertical-align : middle;
  margin-top : 3px;
}

#hpb-header::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
	vertical-align : middle;
}

#hpb-headerMain h1{
	width: 950px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 5px 5px 12px;
    text-align: right;
    font-weight: normal;
    line-height: 16px;
    font-size: 10px;
	color: #464545;

}
#hpb-headerLogo{
	width: 300px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top : 0px;
	font-size: 10px;
	color: #464545;
}
#hpb-headerLogo a{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/ma_logo.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	width: 200px;
	height: 17px;
}

#hpb-headerExtra1{
    width: 500px;
	float: right;
    margin-top: 0px;
    margin-right : auto;
	margin-left: auto;
	padding-right: 0px;
	padding-top: 0px;
}
/* フッター内パーツ */

#hpb-footer{
  background-color : #eeeeee;
  color : inherit;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/
#hpb-header ul{
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 9px;
	padding-bottom: 0px;
	list-style-type: none;
	text-align: left;
	width : 480px;
	overflow: hidden;
	letter-spacing: 0em;
}

.hpb-header_li{
	font-size: 11pt;
	background-repeat: no-repeat;
	padding-left: 16px;
	float: right;
	padding-right: 12px;
	margin-right: 0px;
	color: #666666;
	padding-top: 14px;
}

.footer{
	font-size: 10pt;/*文字サイズ。bodyのfont-sizeの70%です。*/
	background-color: #eeeeee;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;/*背景色*/
	text-align: center;/*内容をセンタリング*/
	padding-top: 20px;
	padding-right : 0px;
	padding-bottom: 20px;
	padding-left : 0px;/*ボックス内の余白*/

  margin-left : 3em;
}

/*リンクテキスト*/
.footer a{
	color: inherit;text-decoration: none;
}

/*--------------------------------------------------------
  ページ デザイン定義
--------------------------------------------------------*/
#wrapper{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	width : 970px;
	position: relative;
}

.inner{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	font-size: 11pt;
	line-height: 180%;
	color: inherit;
}


/* トップページ デザイン定義 */
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show{
	display: block;
}

/*ボタンの設定*/
.pagetop a{
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}
/*--------------------------------------------------------
  リンク画像が半透明になる設定
--------------------------------------------------------*/
.light{
  margin-bottom : 2px;
  margin-left : 2px;
  margin-right : 2px;
}
.light a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*--------------------------------------------------------
  出展社リストページ設定
--------------------------------------------------------*/
.h2_list{
  padding-left : 7px;
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #71cadc;
}

.h4_list{
  font-size : 10pt;
  color : #aeaeae;/*文字色*/

  margin-top : 0px;
  margin-bottom : 0px;
}

.h3_list{
  font-size : 11pt;
}

.list_td{
	padding-top : 1.2em;
	padding-left : 1.2em;
	padding-right: 2.4em;
	padding-bottom: 10px;
  line-height : 160%;
}

/*--------------------------------------------------------
  画像に影の設定　本当なら影は#b2b2b2
--------------------------------------------------------*/
.list_img{
 width:200px;
 height:200px;
 background-color:#e2e2e2;
 box-shadow:3px 3px 7px #ccc;	/*左から、1-横方向の影の位置 2-縦方向の影の位置 3-ぼかし距離 4-影の大きさ 5-影の色*/
}
.list_td01{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  line-height : 160%;
}

.list_td02{
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 10px;
  padding-bottom : 10px;
  line-height : 144%;
}

.gaiyo_td{
  font-size : 11pt;
  padding-bottom : 6px;
  padding-left : 5px;
  padding-right : 0px;
}
.gaiyo_td2{
  font-size : 11pt;
  padding-left : 0px;
  padding-right : 6px;
  padding-bottom : 6px;
}

/*--------------------------------------------------------
  目次をリストにしても改行しない
--------------------------------------------------------*/
#main ul.tagList{
	width: 900px;　	 /* 目次全体の幅仮です */
	margin: 10px;
	padding: 20px;
	background: #eef1ea;　　	 /* 目次の背景仮です */
}

#main ul.tagList li{
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
	line-height: 2;
}

*:first-child + html #main ul.tagList li{
	float:left;
}

* html #main ul.tagList{
	overflow: hidden;
}

* html #main ul.tagList li{
	float:left;
}
/* リンク指示ここらから */

 a.red{
	color: blue;　 /* リンクカラー */
text-decoration:underline;　 /* アンダーライン入れるなら */
}

/* リンク色指示ここまで */

/*--------------------------------------------------------
  新着情報
--------------------------------------------------------*/

.toppage_news_dl{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 940px;
  font-size : 11pt;
}

.toppage_news_dt{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 11em;
  float : left;
  clear : both;
  font-size : 10.5pt;
  background-repeat : no-repeat;
  background-position : left center;
}

.toppage_news_dd{
  padding-left : 0px;
  margin-left : 2em;
  padding-bottom : 2px;
  font-size : 11pt;
}
/*--------------------------------------------------------
  臨時局開設時間
--------------------------------------------------------*/
.post_dt{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 7em;
	float: left;
	clear: both;
	font-size: 11pt;
}

.post_dd{
  padding-left : 0px;
  margin-left : 1em;
  

  padding-bottom : 2px;
  font-size : 11pt;
}

.post_dl{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 500px;
	font-size: 11pt;
}