/* CSS Document */

/* ===============================================
#　基本設定
=============================================== */
html{
    background-color:#f5f5f5;
}
body {
	width:1000px;
	margin: 0 auto; 
	background-color:#FFFFFF;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#logo {
	font-size:11px;
	text-align:right;
	letter-spacing:0.1em;
	float:left;
	margin:0 0 0 30px;
}
.clearfix {
	overflow:hidden;
}
#wrapper {
	margin: 0 auto; /* 左右中央表示 */
}
h8 {
   position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

h8:before {
   position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
h5 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #fffaf1;/*背景色*/
  border-bottom: solid 3px #ffa500;/*下線*/
}
.office {
	text-align:center;
	position:relative;
	float:left;
	margin-left:auto;
	margin-right:auto;
}
.office img {
	text-align:center;
	margin-left:25px;
	margin-right:25px;
	width:950px;
}
.office p {
	position:absolute;
	bottom:25%;
	left:25px;
	padding:5px 10px;
	font-size:30px;
	line-height:2;
	background-color: rgba(0,0,0,0.4);
	color:#fff;
	width: 930px;
}
.mgl-20px{
margin-left:20px;
}

/* ===============================================
#　ヘッダー
=============================================== */
#header {
	overflow:hidden;
	background:url(img/header_bg.gif);
	width:1000px;
	height:73px;
	margin:0 auto 0 auto;
}	
#header .logo {
	vertical-align:top;
}
#header .logo a {
	color:#444;
	text-decoration:none;
}
/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
color:#FFFFFF;
margin-right:30px;
}

.info .open{
font-size:12px;
}

.info .tel{
margin-top:4px;
font-size:20px;
font-weight:bold;
}
.info span{
font-size:.6em;
font-weight:normal;
}

a[href$=".pdf"]:after{
  display: inline-block;
  padding-right: 20px;
  background: url(../img/pdficon_large.png) no-repeat right center;
}
/* ===============================================
#　グローバルナビ
=============================================== */
#globalNavi a {
	color:#FFF;
}
#globalNavi a:hover{
  color: #0000ff;
  text-decoration:none;
}
.nav {
  overflow: hidden;
  width: 1000px;
  padding: 0;
  display: flex;
  background: #9fb7d4;
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
}
.nav li {
  list-style: none;
  float:left;
}
.nav li a {
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  background: #9fb7d4;
  text-decoration: none;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}

.nav li ul {
  width: 150px;
  display: none;
  margin-left: -40px;
  position: absolute;
  z-index:1000;
}
.nav li :hover ul li{
  color:#e0dc62;
  background: #afc6e2;
}
.nav li ul li a {
  border-top: 1px solid #eee;
}
.nav li:hover > a {
  color:#e0dc62;
  background: #afc6e2;
}
.nav li a:hover{
  color: #FFA500;
  text-decoration::none;
}

/* ===============================================
#　
=============================================== */
#visual2{
   margin-top:60px;
   margin-bottom:20px;
}

h1 {
  margin-left:30px;
  margin-right:30px;
  min-width:700px;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #ffa500;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size:18px;
}
h1 span{
	font-size:10px;
	margin-left:18px;
	line-height:34px;
	color:#949494;
	letter-spacing:1px;
	vertical-align:middle;
}
/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
height:30px;
margin:5px 0 20px 30px;
float:left;

}
.breadcrumb {
	padding-left:0;
	margin-left:0;
	font-size: 90%;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #0000ff;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/* ===============================================
#　フッター
=============================================== */
#footer {
	border-top:1px solid #dfdfdf;
	background:#383c94;
	height:150px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:80%;
	background-color: #383c94;
	width:1000px;
}
#footer .footerInr {
	width:750px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#footer .footerInr {
	float:left;
}
#footer .copy {
	letter-spacing:0.1em;
	text-align:center;
	 color: #FFF;
}
#footer .ismslogo {
	width:220px;
	float:left;
	margin-left:30px;
    margin-bottom:15px;
}
#footer .footerNavi a {
	color:#FFF;
	text-decoration:none;
	font-size:95%;
}
#footer .footerInr a {
    color: #FFF;
}
#footer {
	clear: both;
} 
#footer .footerNavi {
	text-align:left;
}
#footer .footerNavi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
#footer .footerNavi li+li {
    border-left:1px solid #FFF;
}

#footer .footerNavi li a:hover{
  color: #FFA500;
  text-decoration:none;
}
/* #　配置
----------------------- */
.alignCenter {
	text-align:center;
}


/* sidenavi
------------------------------------------------------------*/
#sidenavi {
	float:left;
	width:234px;
	font-size: 90%;
	margin-left: 20px;
	margin-right:10px;
	margin-top:30px;
 }

#content3 {
	float:left;
	width:700px;
　←　1カラムと違い、横幅が狭くなります
 border:dashed 1px #999;
	margin:10px 10px 10px 10px;
	font-size: 90%;
 }

.isms {
	margin-top:30px;
	padding:10px 10px 10px 10px;
 }
/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
font-size:0.8rem;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:10px 0;
margin-bottom:5px;
border-top:3px double #ebebeb;
border-bottom:3px double #ebebeb;
}
section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}
/* ===============================================
#　メイン
=============================================== */

#content4{
	width:950px;
	margin: 0 auto; 
	font-size:12px;
	border-bottom:1px solid #ebebeb;
}	
#text{
    margin-top:50px;
}	
/* ===============================================
#　
=============================================== */
/* sidenavi
------------------------------------------------------------*/
#sidenavi {
	float:left;
	width:234px;
	font-size: 90%;
	margin-left: 20px;
	margin-right:10px;
	margin-top:30px;
	margin-bottom:30px;
 }

#content3 {
	float:left;
	width:700px;
　←　1カラムと違い、横幅が狭くなります
    border:dashed 1px #999;
	margin:10px 10px 10px 10px;
	font-size: 90%;
 }
.isms {
	margin-top:30px;
	padding:10px 10px 10px 10px;
 }
/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
font-size:0.8rem;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:10px 0;
margin-bottom:5px;
border-top:3px double #ebebeb;
border-bottom:3px double #ebebeb;
}
section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

/*************
テーブル
*************/
#content4{
    width:980px;
    margin-left:10px;
	margin-right:10px;
}	

.table4 {
margin:5px auto 15px auto;
table-layout:fixed;
width:980px;
overflow:auto;
overflow-x:hidden;
}
.table4 table{
width:100%;
border-collapse:collapse;
border-spacing:0;
}

.table4 td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

.table4 th{
background-color:#577ab4;
text-align:center;
padding:8px;
white-space:nowrap;
color: #FFF;
border-top:1px solid #D4D4D4;
border-right:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}
.table4 td.a {
background-color:#577ab4;
text-align:left;
padding:8px;
white-space:nowrap;
color: #FFF;
border-top:1px solid #D4D4D4;
border-right:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}
.table4 thead, tbody {
	width:980px;
}
.table4 tbody {
    overflow-y: scroll;
    height: 650px;
}

/*スクロール用*/
thead.scrollHead,tbody.scrollBody{
  display:block;
  border-collapse: collapse;
}
tbody.scrollBody{
  overflow-y:scroll;
  height:600px;
  border-collapse: collapse;
}
thead.scrollHead th,
tbody.scrollBody td{
  padding: 5px;
  background: #fff;
  font-size: 12px;
  border: solid 1px #99ccc6;
  border-collapse: collapse;
}
thead.scrollHead th{
background-color:#577ab4;
	color:#FFF;
	height:40px;
}
tbody.scrollBody td.no{
background-color:#577ab4;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}	


td,th{
  table-layout:fixed;
}
/*幅調整*/
thead.scrollHead th.others{
	 width:138px;
}
/*幅調整*/

.no{
  width:30px;
}
.kind{
  width:140px;
}
.law{
  width:95px;
}
.content{
  width:120px;
}
.sample{
  width:120px;
}
.body{
  width:30px;
}
.existence{
  width:30px;
}
.start{
  width:115px;
}
.end{
  width:115px;
}
.others{
  width:120px;
}

/*************
/* サイド
*************/
.section {
   width:234px;
}

.menu5 {
   padding:3px;
   background:#fffaf1;
}

.menu5 h2 {
   margin:0;
   padding:2px 5px 0px 5px;
   font-size:12px;
   color:#fff;
   line-height:3.0;
   background:#3C3C3C;
}

.menu5 ul{
   margin:1px 0 0 0;
   padding:0;
   list-style:none;
}

.menu5 li{
   font-size:12px;
   line-height:2.0;
   border-bottom:1px solid #ffa500;
   border-left: solid 6px #ffa500;/*左側の線*/

}
.menu5 li:nth-child(n){
   font-size:12px;
   line-height:2.0;
   border-bottom:1px solid #1fa67a;
   border-left: solid 6px #1fa67a;/*左側の線posting*/
}
.menu5 li:nth-child(n+2){
   font-size:12px;
   line-height:2.0;
   border-bottom:1px solid #2d8fdd;
   border-left: solid 6px #2d8fdd;/*左側の線irprinting*/
}
.menu5 li:nth-child(n+3){
   font-size:12px;
   line-height:2.0;
   border-bottom:1px solid #402848;
   border-left: solid 6px #402848;/*左側の線irreview*/
}
.menu5 li:nth-child(n+4){
   font-size:12px;
   line-height:2.0;
   border-bottom:1px solid #ffa500;
   border-left: solid 6px #ffa500;/*左側の線*/
}
.menu5 li:nth-child(n+5){
   font-size:12px;
   line-height:2.0;
   border-bottom:1px solid #ffa500;
   border-left: solid 6px #ffa500;/*左側の線*/
}
.menu5 li:nth-child(n+6){
   font-size:12px;
   line-height:2.0;
   border-bottom:1px solid #ffa500;
   border-left: solid 6px #ffa500;/*左側の線*/
}

.menu5 li:nth-child(n+7){
   font-size:12px;
   line-height:2.0;
   border-bottom:1px solid #ac484a;
   border-left: solid 6px #ac484a;/*左側の線businesscard*/
}
.menu5 a {
   display:block;
   padding:10px 0 10px 15px;
   color:#FFA500;
   text-decoration:none;
}
.menu5 li:nth-child(n) a{
   color:#5A5D00;
}
.menu5 li:nth-child(n+2) a{
   color:#0000ff;/*テキスト色irprinting*/
}
.menu5 li:nth-child(n+3) a{
   color:#402848;/*テキスト色irreview*/
}
.menu5 li:nth-child(n+4) a {
   display:block;
   padding:10px 0 10px 15px;
   color:#FFA500;
   text-decoration:none;
}
.menu5 li:nth-child(n+5) a {
   display:block;
   padding:10px 0 10px 15px;
   color:#FFA500;
   text-decoration:none;
}
.menu5 li:nth-child(n+6) a {
   display:block;
   padding:10px 0 10px 15px;
   color:#FFA500;
   text-decoration:none;
}

.menu5 li:nth-child(n+7) a{
   color:#9c242c;/*テキスト色businesscard*/
}
.menu5 a.current {
   background:#ddd;
}

.menu5 a:hover {
   background:#ddd;
}
.menu5 li a:hover {
    color: #FF0000;
}

/* ===============================================
#　
=============================================== */
#bikou{
	margin-top:20px;
    margin-left:10px;
	margin-right:10px;
    margin-bottom:40px;
    font-size: 12px;
	width:980px;
}
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #ffa500;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
    background: #ffa500;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/*************
/* 戻るボタン
*************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity:0.5;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*************
/* contact
*************/

#formWrap {
width:700px;
font-size: 0.9rem;
margin-top:20px;
margin:auto;
margin-bottom:20px;
text-align:center;

}
/* ここから下がボタンのCSS　*/
.btn-denim {
  display: inline-block;
  max-width: 350px;
  text-align: left;
  background-color: #293b6a;
  font-size: 16px;
  color:#FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border: 1px dashed #FFF;
  box-shadow: 0px 0px 0px 5px #293b6a;/* box-shadowで外枠を */
}

.btn-denim:hover {
  border-style: solid;
}



