@charset "UTF-8";

/*
 * サイト共通用のCSSです。
 *
 */



/* 連続 br でIE6が改行しないバグ対策　CSS:letter-spacing の影響
----------------------------------------------- */
br {
    letter-spacing: normal;
}
/* フロート回り込み解除
----------------------------------------------- */
.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* float対策：背景色表示用
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.both{
    clear:both;
}

.hidden {
    display: none;
}

@font-face {
font-family: "MyFont";
  src: url(../font/ryumin.woff) format("woff");
}

/* yui 上書き
----------------------------------------------- */
html,
body {
    /*height: 100%;*/ /*背景画像を100%にする時に使用する*/
	overflow-x:hidden;
}
body {
    font-family: MyFont;

}
ol,ul,dl {
    margin: 0px;
}
li {
    list-style-type: none;
}
h1, h2, h3 {
    margin: 0px;
}
img {
    vertical-align: bottom;
}



/* 基本サイト構造 (空白のままにすること)
----------------------------------------------- */

/* body */
body {
}
/* container */
#container {}
/* container_inner */
#container_inner {}
/* header_wrapper */
#header_wrapper {}
/* header */
#header {}
/* main_nav */
#main_nav {}
/* breadcrumb */
#breadcrumb {}
/* contents_wrapper */
#contents_wrapper {}
/* footer_wrapper */
#footer_wrapper {}
/* footer */
#footer {}




/* -----------------------------------------------
 *
 *
 * ここから下を変更すること
 *
 *
----------------------------------------------- */


/* a リンク
----------------------------------------------- */
a {
	text-decoration: none;
}
a:link{
}
a:visited{
}
a:hover{
    text-decoration: underline;
}

/* table
----------------------------------------------- */
tr {
    border: none;
}
th {
	background-color: #FFF;
}
th,
td {
    padding: 5px 10px;
    font-weight: 100;
    border: solid 1px #eaeaea;
}


/* ボタン
----------------------------------------------- */
.button   {
    display: inline-block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 5px 20px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
}
.button:hover {
    background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}
.button:active {
    background: #ccc;
    padding: 6px 20px 4px;
}



/* form
---------------------------------------------- */




/* -----------------------------------------------
 * メイン
----------------------------------------------- */

/* html */
html {

}

#smh_menu {
	display:none;
}

.sp {
	display:none;
}

/*ヘッダー
----------------------------------------------- */

header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 17px;
    z-index: 10;
	display: block;
    overflow: hidden;
	color:#fff;
}








/*ナビゲーション
----------------------------------------------- */
#gnavi{}
#gnavi h1{ width:165px;}
#gnavi h1 img{ width:100%;}

#top #gnavi h1 .logo_text {
  display: none;
}

nav {
    display: block;
    width: 100%;
    margin-right: 7%;
    margin-left: 3%;
    line-height: 45px;
}
nav ul{
	float: right;
	}
nav ul li {
	float: left;
	margin-right: 34px;
	font-size:14px;
}
nav ul li:last-child {
    background-color: #F60;
    padding: 0 55px;
	margin-right: 70px;
}
nav ul li:last-child a {
	color:#fff;
}
nav ul li a {
	color:#000;
}

nav ul li:nth-child(7n) { margin-right:85px; }
nav ul li:nth-child(8n) { margin-right:8px;line-height: 55px; }
nav ul li:nth-child(9n) { margin-right:0px;line-height: 55px; }

nav.drawer-nav ul li:last-child {
    background: none;
    margin-right: 0;
    padding: 0;
}
nav.drawer-nav ul li:last-child a {
    color: #000;
}

/*追従ナビゲーション
----------------------------------------------- */
.fx { position:fixed; top:0; left:0; width:100%; height:60px; line-height:50px; background:#FAFAFA; z-index:99999; -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.4); -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.4); -o-box-shadow:0px 0px 5px rgba(0,0,0,0.4); box-shadow:0px 0px 5px rgba(0,0,0,0.4); border-top:6px solid #000; display:none; }
.fx:after { content:""; display:block; clear:both; }
.fx nav {
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: none;
}
.fx nav .fxlogo {float: left;color: #000; padding-top: 10px;margin-right: 260px;}
.fx nav .fxlogo img { width:22%; float:left; margin-right:20px;}
.fx nav .fxlogo p { color:#000; float:left;margin-top: -10px;}
.fx nav ul { float:left;}
.fx nav ul li { float:left; margin-top:6px;}
.fx nav ul li img { margin-bottom:0px;}
.fx nav ul li a { display:block; padding-top:0px; color:#FFF }
.fx nav ul li a:hover { border-bottom:0px solid #000; }
.fx nav ul li .inner { background-color:rgba(51,51,51,0.7);margin-top: 18px;}
.fx nav ul li .inner li { font-size:13px; text-indent:10px;}
.fx h1 { position:absolute; left:55px; top:10px; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -ms-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out; }
.fx h1:hover { -webkit-animation:turn 1.5s; -moz-animation:turn 1.5s; -ms-animation:turn 1.5s; -o-animation:turn 1.5s; animation:turn 1.5s; }
.fx #h_button { height:60px; position:absolute; right:55px; padding-top:10px; }
.fx #h_button li { float:left; margin-right:20px; }
.fx #h_button li:last-child { margin-right:0; }
.fx #h_button li img { max-width:100%; }
.fx #h_button ul li a { display:block; width:62px; height:60px; background:url(../image/h_button02ac.png) left bottom no-repeat; background-size:cover; }
.fx #h_button ul li:first-child a { background:url(../image/h_button01ac.png) left bottom no-repeat; background-size:cover; }
.fx #h_button ul li:last-child a { background:url(../image/h_button03ac.png) left bottom no-repeat; background-size:cover; }
.fx #h_button ul li a:hover img { opacity:0; }
.fx nav ul li:nth-child(8n) { margin-right:14px;}
.fx nav ul li:nth-child(9n) { margin-top:0px;}
.fx nav ul li:nth-child(9n) .bottomx3{
	margin-bottom:2px;
}

/* pagetop
----------------------------------------------- */
.pagetop { display:block; width:47px; height:49px; position:fixed; right:5%; bottom:10%; z-index:99999; display:none; }
.pagetop img { opacity:0.3; -webkit-transition:0.3s ease-in-out; -moz-transition:0.3s ease-in-out; -ms-transition:0.3s ease-in-out; -o-transition:0.3s ease-in-out; transition:0.3s ease-in-out; }
.pagetop:hover img { opacity:1; }

/* コンテンツ
----------------------------------------------- */

article {
}
section {
	width: 100%;
	padding-bottom: 80px;
}

.top_sec{
	width: 100%;
    position: relative;
    height: 90%;
    padding-bottom: 0;
}

#slider2{
    height: 830px;
    overflow-y: hidden;
}

#slider2 img{

}

#main_image {
    text-align: center;
    padding-top: 4%;  /*8%*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 500px;
	color: #fff;

}

#main_image h2{
	margin-bottom: 4%;
	font-size: 31px;
	line-height:58px;

}
#main_image h2 span{
	font-size: 16px;

}

#top h2 img{
	width: 30%;
	padding-top: 50px;
	}
.center {
	text-align: center;
}

section p {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 60px;
    letter-spacing: 0.8px;
    margin-top: 40px;
}
p.main{
	color: #fff;
    text-shadow: 3px 3px 5px #000;
}
.wall {
    background: url(../images/s1main.png);
    background-repeat: no-repeat;
	padding-bottom:0;
	background-size: cover;
}
#top_mizoe{
	padding: 157px 0 10px;
}
#top_mizoe h2 {
	font-size: 42px;
	margin-top: 60px;
	margin-bottom: 30px;
}
#top_mizoe2 h2 {
	font-size: 42px;
	color: #00698C;
	margin-top: 60px;
}
p.h2cap{
	text-align: center;
	letter-spacing: 2px;
	text-shadow:1px 1px 0 #33CCFF,-1px 1px 0 #33CCFF,1px -1px 0 #33CCFF,-1px -1px 0 #33CCFF;
}
.slide_wrap {
	text-align: center;
	background-color: #f0f3f3;
    padding: 20px 0 0;

}
.slide_wrap .b_btn {
    max-width: 300px;
    margin: 0 auto;
	text-align: center;
}
.slide_wrap .b_btn a {
	display: block;
    background: #FFF;
    padding: 5px;
	transition: all .6s cubic-bezier(.165,.84,.44,1);
	line-height: 48px;
    border: 1px solid #333;
    color: #333;
}
.slide_wrap .b_btn a:hover {
    background-color: #333;
    color: #fff;
}
.slide{
	padding:30px 0 0;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  bottom: 3vw !important;
}
/* top_newsbnr */
#top_newsbnr {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto 30px;
}
#top_newsbnr img {
  width: 100%;
}
#top_newsbnr .important_news {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 80%;
  margin: 0 auto 30px;
  background-color: rgba(255,0,0,0.9);
  padding: 15px 0;
}
#top_newsbnr .important_news p {
  font-size: 20px;
  color: #fff;
  border-right: 2px dotted #fff;
  padding: 6px 30px 3px 0;
}
#top_newsbnr .important_news a {
  display: inline-block;
  text-align: center;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  color: #fff;
}


.t_service_bg {
	padding-bottom:0;
}
.t_service_tit {
	width: 1100px;
	margin: 0 auto;
	padding-top: 104px;
	text-align: center;
}
.t_service {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.t_service ul{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	}
.t_service ul li {
	text-align: center;
	width: 50%;
	padding: 5%;
	/*background: linear-gradient(-155deg,#ffffff, #0400ff36);*/
}

.t_service ul li h3 {
	text-align: center;
	font-size: 25px;
	letter-spacing: 1px;
}
.t_service .tit {
	font-size:30px;
	color:#fff;
	font-weight:600;
	padding: 17% 0 0;
}
.t_service ul li .text {
	font-size: 15px;
    line-height: 26px;
	letter-spacing: 0.8px;
	padding: 0px 13px;
	margin: 25px 0;
}
.t_service ul li.s_logi {
	background: url(../images/service01.jpg);
    background-size: cover;
}
.t_service ul li.s_cons {
	background: url(../images/service03.jpg);
    background-size: cover;
}
.t_service ul li.s_online {
	background: url(../images/service02.jpg);
    background-size: cover;
}
.s_ico img{
	width: 20%;
    margin-bottom: 38px;
}

.flexbox{
　　display:-webkit-box;
　　display: -webkit-flex;
　　display:-ms-flexbox;
　　display: flex;
　　-webkit-flex-wrap:wrap;
　　-ms-flex-wrap:wrap;
　　flex-wrap:wrap;
}

.box1{
　　-webkit-box-ordinal-group:1;
　　-ms-flex-order:1;
　　-webkit-order:1;
　　order:1;
}
.box2{
　　-webkit-box-ordinal-group:2;
　　-ms-flex-order:2;
　　-webkit-order:2;
　　order:2;
}























.news {
	padding:70px 0;
	background: #cccccc3d;

}
.news .news_wrap {
	height: 420px;
	padding-top: 85px;
	padding-bottom: 90px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.news .news_wrap div h2 {
	font-size: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.news .news_wrap ul li dl dt.date {
	color: #999;
	float: left;
	line-height: 19px;
	padding: 12px 20px;
}
.news .news_wrap ul li dl dd {
	float: left;
	margin-right: 20px;
	font-size:15px;
	padding: 12px 0;
}
.news .news_wrap ul li dl dd.title {
	float: left;
    background: #353535;
    font-size: 11px;
    padding: 15px 22px;
    width: 179px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.news .news_wrap ul li dl dd.title.cat_important {
  background: #ff0000;
}
.news .news_wrap ul li dl dd.title.cat_exhibition {
  background: #129561;
}
.news .news_wrap ul li dl dd.title.cat_event {
  background: #2B1991;
}
.news .news_wrap div .newp {
	font-size: 13px;
	color: #03A9F4;
	float: left;
	line-height: 38px;
	margin-top: 5px;
}
.news .news_wrap div .title {
	height:auto;
}
.news .news_wrap .news_l {
	width: 100%;}
.news .news_wrap .news_l .news_tit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.news .news_wrap .news_l div .wrapper {
	overflow-x: hidden;
    width: 100%;
}
.news .news_wrap .news_l div .wrapper .clearfix .title a {
	color: #333;
}
.news .news_wrap .news_l div .wrapper li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 14px;
	padding-bottom: 14px;
}
.news .news_wrap .news_l div .wrapper li p a{
	color:#000;
}
.news .news_wrap .news_l div .wrapper li img {
	float: left;
	margin-right: 30px;
}
.news .news_wrap .news_l div .wrapper li p .category_name_box {
	color: #F00;
}

.news .news_wrap a {
	color: #000;
}
.news .news_wrap a:hover {
	color: #19726f;
}
.news .news_wrap .news_r {
	float: right;
	width: 365px;
}
.news .news_wrap .news_r div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.news .news_wrap .news_r div h3 {
	float: left;
}
.news .news_wrap .news_r div .right {
	float: right;
	line-height: 38px;
}
.news .news_wrap .news_r div .right a {
	font-size: 12px;
	color: #666;
}
.news .news_wrap div p.b_btn {
    max-width: 300px;
    margin: 6px auto;
}
.news .news_wrap div p.b_btn a {
    display: block;
    background: #FFF;
    padding: 0 30px;
    transition: all .6s cubic-bezier(.165,.84,.44,1);
    line-height: 30px;
    border: 1px solid #333;
    color: #333;
}
.news .news_wrap div p.b_btn a:hover {
    background-color: #333;
    color: #fff;
}
.news .news_wrap div p.b_btn a:hover {
    background-color: #333;
    color: #fff;
}
.topix {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
.topix div h2 {
	font-size: 40px;
	float: left;
	margin-right: 40px;
}
.topix div p {
	font-size: 13px;
	color: #2196F3;
	float: left;
	line-height: 39px;
}
.topix div .right {
	float: right;
}
.topix div .right p.b_btn {
    max-width: 300px;
    margin: 6px auto;
}
.topix div .right p.b_btn a {
    display: block;
    background: #FFF;
    padding: 0 30px;
    transition: all .6s cubic-bezier(.165,.84,.44,1);
    line-height: 30px;
    border: 1px solid #333;
    color: #333;
}
.topix div .right p.b_btn a:hover {
    background-color: #333;
    color: #fff;
}
.topix div .wrapper li {
	float: left;
	width:263px;
	height:300px;
	margin-right:16px;
}
.topix div .wrapper li:nth-child(4n) { margin-right:0; }
.topix div .wrapper li img {
	width:100%;
	margin-bottom:12px;
}
.topix div .wrapper li .date {
	display: block;
    font-size: 13px;
    margin-bottom: 12px;
    padding-bottom: 5px;
    color: #8f9292;
    letter-spacing: 2px;
    border-bottom: 1px dotted #ccc;
}
.topix div .wrapper li .title {
	display:block;
	font-size:14px;
	margin-bottom:14px;
}
.topix div .wrapper li .title a {
	font-size: 1.1em;
    line-height: 21px;
    color: #000000;
}
.topix div .wrapper li .text {
	display:block;
	font-size:12px;
	margin-bottom:10px;
	line-height:20px;
	color: #6c6c6d;
}





.bnr_area {
	width: 1100px;
	margin: 42px auto;
	padding: 0 10px;
}
.bnr_area img {
	width:100%;
}
.bnr_area .bnr01 {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	border: 6px solid #fff;
}
.bnr_area .bnr02 {
    float: left;
    width: 19%;
    margin-right: 5.9%;
    margin-top: 10px;
    border: 1px solid #ccc;
}
.bnr_area .bnr02 div {
	margin-bottom:18px;
}
.bnr_area .bnr03 {
	float: left;
    width: 19%;
    margin-right: 0;
    border: 1px solid #ccc;
}
.bnr_area .bnr03 div {
	margin-bottom:18px;
}

/* 20211021変更 */
.bnr_area_f {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bnr_area_f .bnr02 {
  width: 22%;
  margin: 3% 1.5%;
  transition: 0.3s;
}
.bnr_area_f .bnr02:hover {
  opacity: 0.8;
}
.bnr_area_f .bnr02 a img {
  width: 100%;
  align-self:flex-start;
}
/* 20211021変更 */

#tyumon_image{
	text-align: center;
	background-image: url(../images/new/top_tyumon_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	padding: 200px 0;
}
#tyumon_image h2{
	color: #FFF;
    font-size: 3rem;
    letter-spacing: 8px;

}
.b_btn {
    max-width: 300px;
    margin: 0 auto;
	text-align: center;
}
.b_btn a {
	display: block;
    padding: 5px;
	transition: all .6s cubic-bezier(.165,.84,.44,1);
	line-height: 39px;
    color: #fff;
	margin: 0 25px;
    background: linear-gradient(#F89174, #FFC778);
    background: -moz-linear-gradient(left, #FFC778, #FFF);
    background: -webkit-linear-gradient(left, #FFC778, #FFF);
    background: linear-gradient(to right, #2B1991, #129561);
}
.b_btn a:hover {
    background-color: #333;
    color: #fff;
}

.bunjyou {
	margin-bottom: 0;
    background: url(../images/s3main.png);
    background-position: center;
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
    padding: 100px 0;
	color: #fff;

}
.container {
    width: 1100px;
	margin:0 auto;
}
.bunjyou h2 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-shadow:1px 1px 0 #33CCFF,-1px 1px 0 #33CCFF,1px -1px 0 #33CCFF,-1px -1px 0 #33CCFF;
}
.bunjyou h3 {
    font-size: 2.5rem;
    letter-spacing: 10px;
    margin-top: 25px;
    text-shadow:1px 1px 0 #33CCFF,-1px 1px 0 #33CCFF,1px -1px 0 #33CCFF,-1px -1px 0 #33CCFF;
}
.
.bunjyou .c_btn {
    max-width: 1100px;
    margin: 0 auto;
	display: flex;
	justify-content: space-around;

flex-wrap: wrap;
}
.bunjyou .c_btn li {
    text-align: center;
    width: 30%;
}
.bunjyou .c_btn li:first-child {
    margin-left: 0;
}
.bunjyou .c_btn li a {
	display: block;
    padding: 5px;
	transition: all .6s cubic-bezier(.165,.84,.44,1);
	line-height: 48px;
    border: 1px solid #fff;
    color: #fff;
	margin-bottom: 25px;
}
.bunjyou .c_btn li a:hover {
    background-color: #fff;
    color: #000;
}


.bg-c-gray{
	background-color:rgba(235, 235, 235, 0.56);
}
p.bunjyou_tit{
	font-size: 22px;
    font-weight: 600;
    margin-top: 70px;
}


.mokume{
    padding: 30px 0;
}

.reservation_bnr { text-align:center; }
.reservation_bnr img { width:50%; }


.btn, .imgc, .tc {
    text-align: center;
}

.c_white{
	color:#FFF;
}
.pb0{
	padding-bottom:0;
}
.bg_ila{
	background: url(../images/bg_ila01.png) center;
}





/* フッター
----------------------------------------------- */

footer {
    width: 100%;
    padding-top: 86px;
    padding-bottom: 20px;
    background-color: #023766;
	color: #fff;
}
#footer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer01 {
	width: 50%;
	height:200px;
}
#footer .footer01 p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 5px;
	margin-top: 15px;
}
#footer .footer01 .sign {
	font-size: 11px;
	margin-bottom: 0px;
}
#footer .footer02{
	float: right;
	}
#footer .footer02 ul li {
	font-size: 11px;
}
#footer .footer02 ul li.m {
	margin-bottom: 15px;
    height: 10px;
}
#footer .footer01 img {

}



/* list */
#f_list01 { width:250px; float:left;padding-left: 0px; }
#f_list01 li { margin-bottom: 20px; height: 22px; background:url(../images/new/f_icon.jpg) left top no-repeat; padding-left:20px; }
#f_list01 li:first-child{
	margin-right: 25px;
	border-bottom: 1px solid #fff;
	}
#f_list01 li.level2 { }
#f_list01 li:hover { background-position: left bottom; }
#f_list01 li a { text-decoration:none; color:#fff; }
#f_list02 { width:200px; float:left;padding-left: 0px; }
#f_list02 li { margin-bottom: 20px; height: 22px; background:url(../images/new/f_icon.jpg) left top no-repeat; padding-left:20px; margin-right: 25px;border-bottom: 1px solid #fff;}

#f_list02 li.level2 { background:url(../images/f_icon2.jpg) left top no-repeat; }
#f_list02 li a { text-decoration:none; color:#fff; }
#f_list02 li:hover { background-position: left bottom; }
#f_list05 { width:200px;  float:left; padding-left: 0px;}
#f_list05 li { margin-bottom: 20px; height:20px; border-bottom: 1px solid #fff; padding-left:20px; margin-right: 25px;}
#f_list05 li.level2 { background:url(../images/f_icon2.jpg) left top no-repeat; }
#f_list05 li a { text-decoration:none; color:#fff; }
#f_list05 li:hover { background-position: left bottom; }
#f_list06 { width:100px;  float:left; margin-right:0px;padding-left: 0px;}
#f_list06 li { margin-bottom:30px; height:10px; background:url(../images/new/f_icon.jpg) left top no-repeat; padding-left:20px; }
#f_list06 li.level2 { background:url(../images/f_icon2.jpg) left top no-repeat; }
#f_list06 li a { text-decoration:none; color:#000; }
#f_list06 li:hover { background-position: left bottom; }



#small {

    font-size: 10px;
    padding-top: 15px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: right;

}


.mb_50 {
	margin-bottom:50px;
}

@media screen and (max-width: 1400px) {
