@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   border-top:3px solid #501d1d;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:underline;
}

a:hover {
   color:#1f2e4c;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#header {
   width:900px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #501d1d;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatchIndexWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:300px;
   background:#ddd;
       margin-top: -7px;
}

#icatchWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:200px;
   background:#ddd;
}

#icatch {
   width:780px;
   margin:0 auto;
}

#contents {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:900px;
   margin:-60px auto 0 auto;
   background:#fff;
}

#main {
   float:right;
   width:640px;
   padding:10px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}

#sub {
   float:left;
   width:220px;
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

#pageTop {
   clear:both;
   width:800px;
}

#footer {
   clear:both;
   background:#ddd;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 30px 40px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
   padding:10px 0;
   font-size:11px;
}

#header #gNavi {
   position:absolute;
   top:0;
   right:0;
   margin:0;
   font-size:11px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   width:780px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

#menu li {
  /*
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   */
}

#menu li a {
  /*
   display:block;
   width:155px;
   color:#333;
   line-height:50px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
   */
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}

#menu li a:hover {
   /*color:#fff;*/
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
   margin-bottom:5px;
   padding:10px 10px 10px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff /*url("../images/bg_main_h3.gif") 0 0 repeat-x*/;
   border-top:5px solid rgb(5, 93, 189);
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid rgb(5, 93, 189);
   border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:rgb(5, 93, 189);
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
　background-color: #cad2e8;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub h3 {
   padding:10px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:-webkit-linear-gradient(#055dbd, rgba(0, 78, 255, 0.32)); /*url("../images/bg_sub_h3.gif") 0 0 repeat-x;*/
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#sub li {
   margin-bottom:5px;
   padding:5px;
   line-height:1.4;
   border:1px solid #b5b5b5;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:3.0;
   border-left:5px solid rgb(5, 93, 189);
   text-decoration: none;
   color: #333;
}
}

#sub2 ul {
   margin:0;
   padding:0;
}

#sub2 li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
}

#sub2 li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:12px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
   text-decoration: none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}



/* ========my CUSTOMIZE======== */
#header-img {
	width: 100%;
  margin: 5px 0 40px 0;
  text-align: center;
 background-color: rgba(54, 85, 119, 0.34);

        }
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar,
#menubar-s {
	z-index: 10;
	position: absolute;
	left: 0px;	/*メイン画像（mainimg）に対して左から0pxの場所に配置*/
	/*top: 0px;	メイン画像（mainimg）に対して上から0pxの場所に配置*/
	width: 99%;	/*幅。#menubar liでmargin-leftを1%とっているのでそれを引いた数字を設定。*/
}
#menubar ul,
#menubar-s ul{
list-style:none;
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 19%;		/*幅*/
	margin-left: 1%;	/*メニュー間のスペース*/
	line-height: 1.4;	/*行間を通常より少し狭くする*/
}
#menubar li a,
#menubar-s li a {
	text-decoration: none;
	display: block;
	position: relative;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	/*フォント指定*/
	color: #000;	/*文字色*/
    text-align: center;
	font-size: 12px;	/*文字サイズ*/
	text-shadow: 0px 1px 1px #fff;	/*テキストの影。右へ、下へ、広げる幅、色。*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。255,255,255は白の事で、最後の0.8は透明度80%の事。*/
	padding: 6px 2% 10px 15%;	/*上、右、下、左へのメニュー内の余白*/
	border: 1px solid #fff;		/*枠線の幅、線種、色*/
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.15);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の0.15は透明度15%の事。*/
	box-shadow: 0px 10px 10px rgba(0,0,0,0.15);			/*同上*/
}
/*「→」マーク*/
#menubar li a::before,
#menubar-s li a::before {
	display: block;
	text-shadow: none;
	text-align: center;
	position: absolute;
	left: 4%;
	top: 10px;
	content: "→";	/*このテキストを表示させる。変更してもOKですが機種依存文字は使わないように。*/
	background: #1f2e4c;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";	/*フォント指定*/
	width: 16px;	/*幅*/
	line-height: 16px;	/*高さ*/
	border-radius: 50%;	/*角丸のサイズ*/
}
/*英語表記の文字*/
#menubar li a span,
#menubar-s li a span {
	display: block;
	color: #1f2e4c;	/*文字色*/
	font-size: 18px;	/*文字サイズ*/
	font-weight: bold;	/*文字を太字に*/
	font-family: 'Cinzel', serif;	/*冒頭で読み込んでいるGoogleFontsの指定*/
}
/*マウスオン時*/
#menubar li a:hover {
	background: #fff;	/*背景色*/
	padding: 8px 2% 12px 15%;	/*上、右、下、左へのメニュー内の余白を少し広げる設定*/
	letter-spacing: 0.1em;	/*文字間隔を少し広げる設定*/
}
/*小さい端末用(画面幅800px以下)メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}
.business {
  height: 180px;
  float: left;
  width: 49%;

}
.business h5{
  text-align: center;
}

.yiny img {
    box-shadow: 3px 8px 7px #c4cac9;
}
.button{height: 30px;
    text-align: center;}

.color-green{ width: 23%;
    float: left;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;}
.color-green img{ 
  max-width: 100px;
  /* min-width: 100px; */
  width: auto;
  height: auto;
  /* min-width: 100%; */
  /* min-height: 100%; */
  position: absolute;
  /* left: 50%; */
  /* top: 50%; */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.newshl
{
background-color: #eee;
    width: 100%;
    height: 182px;
    overflow: scroll;
    padding-left: 20px;
}
.new {
    display: inline-block;
    margin-right: 2px;
    padding: 1px 2px;
    background: #e50152;
    color: #fff;
    font-size: 11px;
}
.sirase {
    display: inline-block;
    margin-right: 2px;
    padding: 1px 2px;
    background: rgb(5, 93, 189);
    color: #fff;
    font-size: 11px;
}
