@charset "UTF-8";

/*基本設定
-----------------------------------------*/
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../img/trancepercent.png);
}
li {
list-style: none;
}
a img {
border: none;
}
img {
vertical-align: bottom;
}
html {
}
body {
padding: 0;
margin: 0;
position: relative;
font-size: 14px;
color: #333;
line-height: 1.2;
font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
background: #FFF url(../img/back.png);
}
a {
color: #00A3D9;
}
a:hover {
color: #00C0FF;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dashed #B3B3B3;
clear: both;
margin: 15px 0;
}
main, header, footer, section, article, figure ,figcaption {
display: block;
}
body #wrapper {
width: 1100px;
margin: 0 auto;
padding: 30px 50px;
background: #FFF;
}
body > #wrapper:after {
content: "";
display: block;
clear: both;
height: 0;
width: 0;
}
/*カラム
-----------------------------------------*/
#sidebar {
color: #FFF;
width: 200px;
float: left;
}
#mainContent {
width: 770px;
float: left;
margin: 0 25px 0 0;
}


/*ヘッダー
-----------------------------------------*/
#header {
border-top: 10px solid #00A3D9;
border-bottom: 1px dotted #040000;
background: #FFF url(../img/back-header.png) repeat-x bottom;
padding: 13px 0;
}
#header header {
width: 1000px;
margin: 0 auto;
}
#header h1 {
font-size: 36px;
line-height: 1;
margin-bottom: 10px;
}
#header h2 {
background: #CCD5DE;
border-radius: 5px;
font-size: 12px;
font-weight: normal;
padding: 12px 10px;
}


/* サイドバー #sidebar:メニュー
-----------------------------------------*/
nav ul li {
position: relative;
}
nav ul li a,
nav ul li span {
display: table-cell;
vertical-align: middle;
width: 200px;
padding: 15px 10px;
color: #00A3D9;
text-decoration: none;
background: #F5F5F5;
font-weight: bold;
border-bottom: 3px solid #FFF;
}
nav ul li a:hover,
nav ul li.here > a,
nav ul li.here > span {
background: #00A3D9;
color: #FFF;
}

/* サイドバー #sidebar:メニュー 子メニュー
-----------------------------------------*/
nav.open-close > ul > li ul {
display: none;
}
nav.open-close > ul > li:hover ul {
display: block;
position: absolute;
width: 200px;
left: -203px;
top: 15px;
z-index: 1000;
}
nav.open-close > ul > li.here ul,
nav.open-close > ul > li.here:hover ul {
display: block;
position: relative;
left: 0;
top: 0;
}
nav > ul > li ul a {
padding-left: 30px;
font-weight: normal;
}


/*フッター
-----------------------------------------*/
footer {
clear: both;
margin: 0 auto;
padding: 1em;
background: #7A8C96;
color: #FFF;
font-family: Arial,sans-serif;
text-align: center;
height: 100px;
}


/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*ベースレイアウト系
-----------------------------------------
-----------------------------------------*/
main {
padding: 0 0 0 0;
position: relative;
}
body section {
padding: 0 0 50px 0;
position: relative;
}
article {
padding: 35px 0 0;
}
article:first-child {
padding: 0;
}
section:after,
article:after {
content: "";
display: block;
clear: both;
}
.clear {
clear: both;
}

/*SNS告知
-----------------------------------------*/
main aside {
margin: 60px 0 30px;
background: #F5F5F5;
padding: 15px 10px;
}
main aside:after {
content: "";
display: block;
clear: both;
}
main aside dl {
margin-bottom: 5px;
display: table;
table-layout: fixed;
width: 50%;
float: left;
border-left: 2px solid #F5F5F5;
border-right: 3px solid #F5F5F5;
}
main aside dl dt,
main aside dl dd {
display: table-cell;
vertical-align: middle;
background: #FFF;
padding: 15px;
}
main aside dl dt {
width: 70px;
}
main aside dl dd {
border-left: 3px solid #F5F5F5;
}

/* 各ページ共通
-----------------------------------------*/
main > header h1 {
font-size: 30px;
font-weight: normal;
margin-bottom: 10px;
}
main > header h1:before {
content: url(../img/midashi01.png);
margin-right: 10px;
}
main > header {
padding-bottom: 10px;
margin-bottom: 30px;
border-bottom: 4px double #CCD5DE;
}
main > p + section {
margin-top: 45px;
}

/*平文
-----------------------------------------*/
p {
margin-bottom: 1em;
line-height: 160%;
}
section p {
clear: both;
}


/*style1 (index.html news)
-----------------------------------------*/
.style1 {
}
.style1 h1 {
font-size: 30px;
font-weight: normal;
margin-bottom: 10px;
}
.style1 h1:before {
content: url(../img/icon01.png);
margin-right: 10px;
}
.style1 > header {
padding-bottom: 10px;
margin-bottom: 30px;
border-bottom: 4px double #CCD5DE;
}
.style1 article {
padding: 20px 15px 10px;
border-bottom: 1px dotted #000;
border-top: 1px dotted #000;
}
.style1 article + article {
border-top: none;
}
.style1 article header {
position: relative;
margin-bottom: 10px;
}
.style1 article header h2 {
font-size: 16px;
margin-right: 100px;
font-weight: normal;
}
.style1 article header h2:before {
content: url(../img/icon02.png);
margin-right: 5px;
}
.style1 article header h2 {
color: #00A3D9;
}
.style1 article header time {
position: absolute;
bottom: 0;
right: 0;
font-size: 12px;
}
.style1 article p {
margin-left: 38px;
}


/*style2 (index.html pick up)
-----------------------------------------*/
.style2.wrapper {
border: 1px solid #13B7EB;
background: #F5F5F5;
padding: 0 0 25px 0;
position: relative;
margin-top: 50px;
}
.style2.wrapper h1 {
position: absolute;
top: -45px;
left: -1px;
right: -1px;
}
.style2 h1 {
background: #13B7EB;
border-radius: 5px 5px 0 0;
height: 45px;
line-height: 45px;
font-size: 20px;
color: #F2F2F2;
}
.style2 h1:before {
content: url(../img/icon03.png);
margin: 0 10px;
}
.style2 article {
margin-left: 8px;
float: left;
width: 245px;
}
.style2 article img {
margin-bottom: 10px;
}
.style2 article h3 {
font-weight: normal;
font-size: 14px;
}
.style2 article p {
font-size: 12px;
line-height: 1.2;
}


/*style3 (products.html)
-----------------------------------------*/
.style3.wrapper {
border: 1px solid #00A3D9;
padding: 0 0 25px 0;
position: relative;
margin-bottom: 50px;
}
.style3 h1 {
background: #00A3D9;
font-size: 20px;
color: #FFF;
padding: 10px 15px;
margin-bottom: 50px;
position: relative;
}
.style3 h1:before {
content: "";
position: absolute;
bottom: -30px;
left: 49%;
width: 0;
height: 0;
border: 15px solid transparent;
border-top: 15px solid #00A3D9;
}
.style3 article {
padding-top: 0;
}
.style3 article + article{
padding-top: 35px;
}
.style3 article > div {
float: left;
margin-right: 20px;
}
.style3 article > div h2 {
color: #00A3D9;
font-size: 18px;
font-weight: normal;
margin-bottom: 1em;
}

/* キャプチャ付き画像一覧 */
.style3 > figure {
margin: 0 10px 20px 55px;
}


/* キャプチャ付き画像, 画像枠共有
-----------------------------------------*/
figure,
.img,
.img-wrapper div {
float: left;
background: #F5F5F5;
padding: 10px;
margin-bottom: 10px;
}
figure.map-img {
width: 300px;
margin: 0;
}
figure figcaption {
margin-top: 5px;
text-align: center;
color: #00A3D9;
}
figure.map-img figcaption {
text-align: left;
color: #333;
font-size: 12px;
} 
.img-wrapper {
float: left;
}
.reverse .img-wrapper {
float: right;
}


/*普通のリスト
-----------------------------------------*/
main ul {
margin: 0 0 0 1em;
}
main ul li {
margin: 0 0 6px 0;
}
main ul li:before {
content: "・";
margin-left: -1em;
}


/* テーブル(products.html table1)
-----------------------------------------*/
table.table1 {
border-spacing: 3px;
border-collapse: separate;
width: 100%;
}
table.table1 td, table.table1 th {
padding: 5px;
width: 1%;
white-space: nowrap;
}
table.table1 th {
text-align:left;
font-weight:normal;
background-color: #00A3D9;
color: #FFF;
}
table.table1 td {
background-color: #F3F3F3;
color: #00A3D9;
font-size: 12px;
}
table.table1 tr + tr th {
background-color: #DCEEF7;
color: #00A3D9;
vertical-align: top;
}


/* テーブル(recruit.html table2)
-----------------------------------------*/
table.table2 {
border-spacing: 3px;
border-collapse: separate;
width: 100%;
line-height: 1.4;
}
table.table2 td, table.table2 th {
padding: 15px 10px;
}
table.table2 th {
text-align:left;
font-weight:normal;
background-color: #E6E6E6;
width: 1%;
white-space: nowrap;
}
table.table2 td {
border: 1px solid #E6E6E6;
font-size: 12px;
}
table.table2 td strong {
color: #00A3D9;
font-weight: normal;
}
table.table2 dl {
border-top: 1px dashed #B3B3B3;
margin-top: 15px;
padding-top: 15px;
}
table.table2 dl dt,
table.table2 dl dd {
display: table-cell;
vertical-align: middle;
}
table.table2 dl dt {
width: 7em;
}


/* テーブル(aboutus.html table3)
-----------------------------------------*/
table.table3 {
border-collapse: collapse;
width: 100%;
line-height: 1.4;
}
table.table3 td, table.table3 th {
padding: 20px 10px;
border-bottom: 1px solid #CCD5DE;
}
table.table3 th {
text-align:left;
font-weight:normal;
width: 1%;
white-space: nowrap;
font-size: 16px;
padding-right: 30px;
}


/* テーブル(aboutus.html table4)
-----------------------------------------*/
table.table4 {
border-spacing: 3px;
border-collapse: separate;
width: 100%;
line-height: 1.4;
}
table.table4 td, table.table4 th {
padding: 20px 10px;
}
table.table4 th {
text-align:left;
font-weight:normal;
width: 1%;
white-space: nowrap;
padding-right: 30px;
background: #DCEEF7;
}
table.table4 td {
font-size: 12px;
background: #F5F5F5;
}

/* テーブル共通（画像の横にある場合）
-----------------------------------------*/
[class*="img"] + table {
float: left;
margin-left: 20px;
}
.map-img + table {
width: 445px;
}
.reverse div[class*="img"] + table {
float: right;
margin-left: 0;
margin-right: 20px;
}


/* topページ専用
-----------------------------------------*/
.main-img {
position: relative;
margin-bottom: 30px;
}
.main-img:before {
content: url(../img/index-main.png);
height: 200px;
width: 100%;
position: absolute;
top: 0;
left: 0;
}


