@charset "UTF-8";
/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/
#container{ background-color: #fff; }
/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/
body{ color: #333; }
/*●リンク文字*/
a{ text-decoration: underline; }
a:link,
a:visited{ color: #39f; }
a:hover,
a:active{ color: #f60; }
/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/
#container{
  position: relative;
  padding-top: 25px;
}
/*--------------------------------------------------------
トップ
--------------------------------------------------------*/
#top{ 
  position: absolute;
  top: 0;
  background-color: #fff;
  font-size: 1.2em;
}
#top-in{
  position: relative;
  padding: 5px 0;
}
#top-menu{ text-align: right; }
#top-menu li{
  display: inline;
  margin-left: 1em;
  list-style: none;
}
#top-menu li a{
  padding-left: 12px;
  background: url(../images/icon/icon-arrow01.png) left center no-repeat;
}
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
#header{
  background-color: #fff;
  font-size: 1.2em;
}
#header-in{ padding: 1em 0; }
/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
  float: left;
  width: 59.5%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
}
#header .header-logo{
  margin-bottom: 0.2em;
  font-size: 3em;
}
/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }
.header-logo a:link,
.header-logo a:visited{ color: #333; }
.header-logo a:hover,
.header-logo a:active{ color: #f60; }
/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
  float: right;
  width: 40%; /*・1行の幅はwidthの値を変更*/
  color: #333;
}
#header h1{
  margin-bottom: 1em;
  font-size: 1.167em;
}
/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/
#global-nav{
  background-color: #fff;
  border-bottom: 4px solid #42210B;
} /*メニュー下のラインの設定*/
#global-nav dl{
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#global-nav dt,
#global-nav dd{ 
  margin: 0;
  padding: 0;
}
/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }
/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }
#menu{
  padding-bottom: 5px;
  font-size: 1.2em;
}
#global-nav #menu li{
  position: relative;
  float: left;
  margin: 0;
  border-right: solid 1px #42210B; /*右側のボーダーの色*/
  list-style: none;
  font-weight: bold;
}
#global-nav #menu li.first{ border-left: solid 1px #42210B; } /*一番左のメニューだけに追加指示*/
#global-nav #menu li{ white-space: nowrap; }
/*メニューのデザイン*/
#global-nav #menu li a{
  display: block;
  padding: 0.8em 1.2em;
  color: #333; /* メニューのフォントの色  */
  text-decoration: none;
}
#global-nav #menu li a:link,
#global-nav #menu li a:visited{ background-color: #fff; } /*すでに訪れたリンクの背景色*/
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #F5E0CF; } /*マウスカーソルを乗せた時の背景色*/
#global-nav #menu li ul{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 12em;
}
/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
  margin: 0;
  padding: 0;
  width: 12em;
  background-color: #eaeaea;
  border-top: 0;
  border-right: 0;
  white-space: normal;
}
#global-nav #menu li ul li a{
  display: block;
  padding: 0.8em 2em;
}
#global-nav #menu li ul ul{
  top: 0;
  left: 100%;
}
#global-nav .showMenu{ display: block!important; }
/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/
#main-in{ padding-top: 1.5em; }
/*●メイン画像*/
#main-image{
  padding-top: 1.5em;
}
#main-image-in{
  position: relative;
  padding-bottom: 1.5em;
}
#main-image img{
  width: 100%;
  height: auto;
}
#main-image .catch-copy{
  position: absolute;
  top: 1em;
  left: 1em;
  color: #fff;
  font-size: 3em;
}
/*●パン屑ナビ*/
#breadcrumbs{
  clear: both;
  margin-bottom: 1.5em;
  font-size: 1.2em;
}
#breadcrumbs li{
  display: inline;
  margin-right: 0.5em;
  line-height: 1.8;
  text-align: right;
  list-style: none;
}
#breadcrumbs li a{
  padding-right: 15px;
  background: url(../images/icon/icon-brc.gif) center right no-repeat;
}
/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/
#main-contents{ font-size: 1.4em; }
#main-contents .contents{
  margin-bottom: 3.5em;
  padding: 0 10px;
}
/*●H2タグ*/
#main-contents h2{
  margin: 0 0 1.5em;
  padding: 0.9em;
  border-top: 3px solid #42210B;
  background: url(../images/title/bg-conts-h2.gif) left top repeat-x #F5E0CF;
  font-size: 1.286em;
  font-weight: bold;
  color:#42210B;
}
#main-contents h2.img-title{
  margin: 0 0 1.5em;
  padding: 0;
  border: 0;
  background: none;
}
/*●H3タグ*/
#main-contents h3{
  margin: 0 0 1.5em;
  padding: 0.8em;
  border: 2px solid #42210B;
  font-size: 1.143em;
  font-weight: bold;
  color: #42210B;
}
#main-contents h3.img-title{
  margin: 0 0 1.5em;
  padding: 0;
  border: 0;
  background: none;
}
#main-contents p.q{
  margin: 1 1 1 1em;
  padding: 0.55em 0em 0.85em 3.3em;
  background: url(../images/title/h6_bg.png);
  background-repeat: no-repeat; 
  font-size: 1.4em;
  font-weight: bold;
}
/*●段落タグ*/
#main-contents p{ margin-bottom: 1.5em; }
/*●引用タグ*/
#main-contents q{
  margin: 0 2px;
  padding: 0 8px;
  background: #efefef;
}
/*●テーブルタグ*/
#main-contents table{
  margin-bottom: 0em;
  padding: 0;
}
.link table td{
  text-align: left;
  padding: 0 0 2em 0!important;
}
.link table td img{
  margin: 0 0 0 2em;
}
.link table h3{
  margin: 0 0 2em 0!important;
}
/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/
#main-contents th,
#main-contents td{
  padding: 0em;
}
#main-contents th{
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: left;
}
/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
  clear: none;
  width: auto;
}

#main-contents dl.news dd{
  clear: both;
  padding: 0 1em 0.8em 1em;
}*/
/*●戻る＆進むリンク*/
.link-next{ clear: both; }
.link-next{ text-align: right; }
.link-next a{
  border: 2px solid #ff664b;
  display: inline-block;
  padding: 7px 25px 7px 5px;
  background: url(../images/icon/icon-arrow.png) 7.5em 8px no-repeat;
  text-decoration: none;
  color: #ff664b;
}
.link-next a:hover,.link-next a:active{
  color: #b4cb1c;
  background: url(../images/icon/icon-arrowov.png) 7.5em 8px no-repeat;
  border: 2px solid #b4cb1c;
}
/*●段組み*/
.box-wrap .box-l{
  float: left;
  width: 48%;
  margin: 0 0 1.5em;
  border: 1px solid #aaa; /*boxの枠線の指示*/
}
.box-wrap .box-r{
  float: right;
  width: 48%;
  margin: 0 0 1.5em;
  border: 1px solid #aaa;
}
#main-contents .box-wrap .title{
  margin-bottom: 1.5em;
  background-color: #999; /*boxのタイトルの背景色*/
}
#main-contents .box-wrap .title p{
  margin: 0 10px;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
}
/*●サイトマップ*/
#main-contents .sitemap li{ list-style: none; }
#main-contents .sitemap li a{
  display: block;
  padding: 3px 0 3px 20px;
  background: url(../images/icon/icon-arrow_r.png) 0 6px no-repeat;
}
#main-contents .sitemap ul{ margin-top: 1em; }
#main-contents .sitemap li li a{
  padding: 0 0 0 15px;
  border-left: none;
  background: url(../images/icon/icon-menu02.png) 0 6px no-repeat;
}
.more_info{
  text-align:right;
  
}
.more_info hover{
  src:url(../images/curtain-moreov.png);  
}
.ul50,.ul30,.ul20,.ul-value,.ul-flow{
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style-type: none;
}
.ul50 li,.ul30 li,.ul20 li,.ul-value li,.ul-flow li{
  display: table-cell;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
.ul50 li{
  width: 49%;
  vertical-align: middle;
}
.ul50 li:nth-child(1),.ul-value li:nth-child(1),.ul30 li:nth-child(1){
  text-align: left;
}
.ul30 li:nth-child(2),.ul20 li,#eria,.ul-flow{
  text-align: center;
}
.ul50 li:nth-child(2),.ul-value li:nth-child(2),.ul30 li:nth-child(3){
  text-align: right;
}
.ul30 li{
  width: 27%;
}
.ul30 li p{
  text-align: center;
}
.ul20 li{
  width: 20%;
  height: 55px;
}
.img-under{
  margin: 0 0 1em 0;
}
.img-4{
  margin: 0 0 2em 0;
}
.ul-flow li{
  vertical-align: middle;
}
.ul-flow li:nth-child(odd){
  width: 20%;
}
.ul-flow li:nth-child(even){
  width: 4%;
}
table#company-table{
  margin: 0 0 2em 0;
}
#company-table td{
  height: 35px;
  vertical-align: middle;
}
.work-h3{
  margin: 0 0 1.5em 2em!important;
  border: 2px ridge #42210B!important;
  }
.work-ul{
  padding: 0 0 1em 3em;
  list-style-type: none;
}
.work-ul li{
  padding: 0.5em 0 0.5em 0;
  border-bottom: 1px dotted #96a821;
  font-size: 1.2em;
}
/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/
#sub-contents,
#sidebar,
#sidebar-in,
#sub-contents-in{
  margin: 0;
  padding: 0;
}
* html #sub-contents,
* html #sidebar{ overflow: hidden; }
#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }
.sub-column{ font-size: 1.2em; }
.sub-column li{ list-style: none; }
/*●コンテンツ*/
.sub-column hr{ clear: both; }
.sub-column h3{
  padding: 0.7em;
  border: 1px solid #959595; /*サイドバー見出しの枠線*/
  border-top: 3px solid #414141; /*見出しの上部の太線*/
  color: #454545; /*見出し文字の色*/
  font-weight: bold;
}
.sub-column .contents h3{
  margin: -0.5em;
  margin-bottom: 0.8em;
}
/*●テーブルタグ*/
.sub-column table{
  width: 90%;
  margin: auto;
  margin-bottom: 1.5em;
  padding: 0;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
}
.sub-column table th,
.sub-column table td{
  padding: 0.5em 0.2em;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
.sub-column table th{
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
}
/*●お問い合わせ*/
.sub-column .contact .icon-contact{
  float: left;
  padding: 0 10px 10px 0;
}
.sub-column .contact .text-contact{ overflow: hidden; }
/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }
#sidebar-in,#sidebar-in .contents,#sidebar-in .contents ul#side-menu,.contents,#sidebar-in .contents ul.banner{
  text-align: center;
  padding: 0!important;
  margin: 0!important;
  width: 100%;
}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
#footer{
  width: 100%;
  clear: both;
  padding: 30px 0 10px 0;
  background:#b4cb1c; /*フッター全体の背景色を指定*/
  color: #fff;
  font-size: 1.2em;
}
#footer a:link,
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #f60; }
#footer h3{
  margin-bottom: 1em;
  padding: 0.8em;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
#footer-in li{ list-style: none; }
#footer .area01{
  float: left;
  width: 39%;
  padding-bottom: 20px;
}
#footer .area02{
  float: right;
  width: 60%;
  padding-bottom: 20px;
}
/*●アクセス情報*/
#footer .access{ padding: 0 1em; }
#footer .access p{ margin-bottom: 1em; }
p.accessmap{
  padding: 0px 0 3px;
  padding-left: 25px;
  background: url(../images/icon/icon-arrow02.png) left center no-repeat;
}
/*●フッターメニュー*/
#footer .footer-menu{
  overflow: hidden;
  width: 100%;
  padding: 0;
}
#footer .footer-menu ul{
  float: left;
  width: 42%;
  margin-right: 5%;
  padding: 1%;
}
#footer .footer-menu ul ul{
  float: none;
  width: auto;
  margin-top: 1em;
  margin-right: 0;
}
.footer-menu li{
  margin-bottom: 5px;
  padding: 0px 0 3px;
  padding-left: 25px;
  background: url(../images/icon/icon-arrow02.png) left top no-repeat;
}
.footer-menu li li{
  padding-left: 15px;
  padding-top: 0;
  background: url(../images/icon/icon-arrow03.png) left 5px no-repeat;
}
/*●フッターバナー*/
#footer-banner{
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
#footer-banner li{
  display: inline;
  list-style: none;
}
/*●コピーライト*/
.copyright{
  padding: 15px 0;
  background: #42210B;
  font-size: 1.2em;
  text-align: center;
  color:#FFFFFF;
}
/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/
.page-top{
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 99;
  width: 182px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
* html .page-top{ display: none; }
.page-top a{
  display: block;
  padding: 10px;
  padding-left: 42px;
  border: 1px solid #fff;
  border-right: 0;
  text-decoration: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
}
.page-top a:link,
.page-top a:visited{
  background: url(../images/common/bg-pagetop.gif) 14px center no-repeat #42210B;
  color: #fff;
}
.page-top a:hover,
.page-top a:active{
  background: url(../images/common/bg-pagetop.gif) 14px center no-repeat #fc6;
  color: #f60;
}
/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/
#main-contents .sb{
  width:100%;
  margin: 0;
  padding: 0;
}
#main-contents .sb li{
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  list-style: none;
}
* html #main-contents .sb li{
  float: left;
  width: 130px;
  list-style: none;
} /* IE6 */
*+html #main-contents .sb li{
  display: inline;
  list-style: none;
} /* IE7 */
#main iframe.twitter-share-button{ width: 100px!important; }
iframe{
  margin: 0 0 2em 0;
}
/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/
#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }
#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }
