@charset "utf-8";


/* --- ナビゲーションバー --- */
div.nav2 {
margin: 0 auto; /* メニューのマージン（上下、左右） */
width:100%;
background-color: #ffffff; /* ナビゲーションの背景色 */
border-bottom: 3px #228B22 solid; /* 下境界線 */
}

/* --- メニューエリア --- */
div.nav2chiba{
width: 15%;
margin-top: -40px;
float:right;
padding-right:10px;
}

div.nav2 ul.nl {
width: 100.7%; /* メニューの幅 */
padding-top: 70px;
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav2 ul.nl li {
width: calc(20% - 5px); /* 5つで100%、マージン分を引く */
margin-right: 5px; /* タブの右マージン */
background: #f9f9f9 url(../../company/images/tab_gen2_left.gif) no-repeat left top; /* タブの背景（左） */
float: left;
}


/* --- タブの幅（emで指定） --- */
/*div.nav2 ul.nl li.item1 {
width: 9.5em;
}
div.nav2 ul.nl li.item2 {
width: 12em;
}*/

/* --- リンク --- */
div.nav2 ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 6px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
background: url(../../company/images/tab_gen2_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
color:#228B22;
  -webkit-text-size-adjust: 150%;
  text-size-adjust: 150%;
}
/* --- ポイント時の設定 --- */
div.nav2 ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
div.nav2 ul.nl li.active {
background: #004080 url(../../company/images/tab_act2_left.gif) no-repeat left top; /* タブの背景（左） */
}
div.nav2 ul.nl li.active a {
background: url(../../company/images/tab_act2_right.gif) no-repeat right top; /* タブの背景（右） */
color: #ffffff; /* アクティブタブの文字色 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- 項目表 --- */

#saiyo_main{
margin:0 auto;
padding-top:20px;
}

#saiyo_main .photo_b{
float:left;
display:block;
width:250px;
height:150px;
padding-left:20px;
padding-bottom:40px;
}

#saiyo_main .photo_b2{
float:left;
display:block;
width:800px;
height:200px;
padding-bottom:40px;
}

table {
  -webkit-text-size-adjust: 200%;
  text-size-adjust: 200%;
}

table.type02 { 
width:800px;
border-collapse: separate; 
border-spacing: 0;
text-align: left; 
line-height: 1.5; 
/*border-radius: 30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;*/
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

table.type02 th { 
width: 150px; 
padding: 10px; 
font-weight: bold; 
vertical-align: top; 
border-right: 1px solid #ccc; 
border-bottom: 1px dashed #ccc; 
border-top: 1px solid #fff; 
border-left: 1px solid #fff; 
background: #FaFFFa; 
} 

table.type02 td{ 
width:650px;
padding: 10px;
vertical-align: top; 
border-right: 1px solid #ccc; 
} 

table.type02 td.last { border-bottom: 1px dashed #ccc; }

table.type02 th.end,
table.type02 td.end { border-bottom: 1px solid #ccc; }


table.type03 { 
width:800px;
border-collapse: separate; 
border-spacing: 0;
text-align: left; 
/*border-radius: 30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;*/
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

table.type03 th { 
width: 800px; 
line-height: 1.5; 
padding: 10px; 
font-weight: bold; 
vertical-align: top; 
border-right: 1px solid #ccc; 
border-bottom: 1px dashed #ccc; 
border-top: 1px solid #fff; 
border-left: 1px solid #fff; 
background: #FaFFFa; 
} 

table.type03 td { 
width: 800px; 
padding:10px 20px; 
vertical-align: top; 
border-right: 1px solid #ccc; 
} 

table.type03 td.last { 
border-bottom: 1px solid #ccc; 
}

table.type03-b { 
width:800px;
border-collapse: separate; 
border-spacing: 0;
text-align: left; 
/*border-radius: 30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;*/
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}



table.type03-b th { 
width: 800px; 
line-height: 1.5; 
padding: 10px; 
font-weight: bold; 
vertical-align: top; 
border-right: 1px solid #ccc; 
border-bottom: 1px dashed #ccc; 
border-top: 1px solid #fff; 
border-left: 1px solid #fff; 
background: #FaFFFa; 
} 

table.type03-b td { 
padding: 10px 20px; 
vertical-align: top; 
border-right: 1px solid #ccc; 
} 
table.type03-b td.wid1{ width:200px; }
table.type03-b td.wid2{ width:450px; }

table.type03-b td.end { 
padding-bottom:30px;
border-bottom: 1px solid #ccc; 
}

table.type03-b td.last { 
padding-bottom:30px;
border-bottom: 1px dashed #ccc; 
}

table.type03-b .f_right{
float:right;
}

.textCenter {
  text-align: center;
}

