@charset 'utf-8';

/* --------------------------------------------------
**
** common.css
** version : 0.1
** date : 2015/09/04
**
** -------------------------------------------------- */
/* -------------------------------------------------- 
** default
** -------------------------------------------------- */
html {
    overflow-y: scroll;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
q,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
fieldset,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    outline: 0;
}
section,
nav,
aside,
header,
footer {
    display: block;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.chin {
    font-family: "Microsoft Yahei","PingHei","SimSun", sans-serif;
}
* html body {
    font-size: x-small;
}
*:first-child+html body {
    font-size: x-small;
}
ol li,
ul li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
a,
img,
fieldset {
    border: 0;
}
img,
input {
    vertical-align: middle;
}

/* -------------------------------------------------- 
** typography
** -------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
    font-size: 100%;
    line-height: 1.7;
    color: #333;
}
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #3b3b3b;
}
a:hover {
    text-decoration: underline;
    color: rgba(252,162,35,1);
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: bold;
}
/* -------------------------------------------------- 
** layout
** -------------------------------------------------- */
div#wrapper {
    width: 100%;
}
/*-------------------------
contents
-------------------------*/
div#contents {
    width: 960px;
    margin: 0 auto;
}
.sec {
    position: relative;
    margin: 30px 0;
    padding: 40px 60px;
    border: 1px solid #eee;
    background: #fafafa;
}
    .sec h2 {
        font-size: 32px;
    }
    .sec p.lead {
        font-size: 20px;
    }
    .sec h3 {
        font-size: 18px;
        margin: 30px 0 10px;
        color: #3396d1;
    }
    .sec p {
        font-size: 16px;
    }


/*-------------------------
header
-------------------------*/
header {
    width: 100%;
    background-color: #fff;
}
header div {
    position: relative;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
}
header h1 {
    width: 119px;
}
/* 言語メニュー ---------------------------- */
header ul {
    position: absolute;
    top: 20px;
    right: 10px;
}
header li {
    float: left;
    overflow: hidden;
}
header li a {
    font-size: 14px;
    line-height: 1.8;
    display: block;
    width: 80px;
    height: 25px;
    text-align: center;
    text-decoration: none;
}
header li a.current {
    color: #fff;
    background: #1372ab;
}

/*-------------------------
global navi
-------------------------*/

nav {
    margin-top: 20px;
}
nav ul {
    overflow: hidden;
    width: 960px;
    height: 35px;
    margin: 0 auto;
}
nav ul li {
    float: left;
    box-sizing: border-box;
    width: 20%;
    border-right: 1px solid #fff;
}
nav ul li:last-child {
    border-right: none;
}
nav ul li a {
    font-size: 14px;
    line-height: 2.4;
    display: block;
    box-sizing: border-box;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff!important;
    background: #1e2124;
}
/* 通常 ---------------------------- */
nav ul li a:hover {
    background: #3396d1;
}
nav ul li a.current {
    background: #1372ab;
}
/* 事業 ---------------------------- */
nav ul li a#hitetsuBtn {
    border-bottom: 3px solid #51beff;
}
nav ul li a#globalBtn {
    border-bottom: 3px solid #ffd800;
}
nav ul li a#pittare {
    border-bottom: 3px solid #fca223;
}
nav ul li a#imine {
    border-bottom: 3px solid #ffa9de;
}
/* 事業カレント ---------------------------- */
nav ul li a#hitetsuBtn.current {
    background: #51beff;
}
nav ul li a#globalBtn.current {
    background: #ffd800;
}
nav ul li a#pittare.current {
    background: #fca223;
}
nav ul li a#imine.current {
    background: #ffa9de;
}
/* 事業ホバー ---------------------------- */
nav ul li a#hitetsuBtn:hover {
    background: #51beff;
}
nav ul li a#globalBtn:hover {
    background: #ffd800;
}
nav ul li a#pittare:hover {
    background: #fca223;
}
nav ul li a#imine:hover {
    background: #ffa9de;
}

/*-------------------------
パンくず
-------------------------*/
#topic_path {
    box-sizing: border-box;
    width: 960px;
    margin: 10px auto;
}
#topic_path li {
    display: inline;
}
#topic_path li:first-child:before {
    padding: 0;
    content: '';
}
#topic_path li:before {
    font-size: 14px;
    padding: 0 10px;
    content: ' > ';
}
#topic_path li a {
    font-size: 12px;
}
/*-------------------------
keyVisual
-------------------------*/
#keyVisual {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
#keyVisual img {
    margin: 0;
}
#keyVisual h1 {
    font-size: 32px;
    line-height: 1.6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 800px;
    height: 190px;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    color: #1e2124;
    background: rgba(255,255,255,.6);
    -webkit-box-shadow: 0 0 10px #0d5b7c;
    -moz-box-shadow: 0 0 10px #0d5b7c;
    box-shadow: 0 0 10px #0d5b7c;
    text-shadow: 0 0 3px #fff;
}

/* footer ---------------------------- */
footer {
    clear: both;
    width: 960px;
    margin: 10px auto 0;
}
footer div.col {
    margin: 50px 0 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #f5f3f3;
}
footer dl {
    overflow: hidden;
    margin: 0;
}
footer dt {
    font-size: 14px;
    float: left;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    background: #e7e8e9;
}
footer dd {
    font-size: 14px;
    display: block;
    float: left;
    width: 380px;
    padding: 10px 0;
    text-align: center;
}
footer dd li {
    display: inline;
}
footer dd li:first-child:before {
    padding: 0;
    content: '';
}
footer dd li:before {
    padding: 0 8px;
    content: ' | ';
}
footer div#address img {
    margin-bottom: 10px;
}
footer div#address,
footer div#copyright {
    width: 960px;
    margin: 20px auto 10px;
    padding: 0;
    text-align: center;
    color: #000;
}
/* -------------------------------------------------- 
** column
** -------------------------------------------------- */
div.col {
    clear: both;
    overflow: hidden;
    margin-left: -10px;
}
div.col1of2,
div.col1of3,
div.col2of3,
div.col1of4,
div.col3of4 {
    float: left;
}
div.col1of2 {
    width: 50%;
}
div.col1of3 {
    width: 33.33%;
}
div.col2of3 {
    width: 66.66%;
}
div.col1of4 {
    width: 25%;
}
div.col3of4 {
    width: 75%;
}
*:first-child + html div.col1of4 {
    width: 24.99%;
}
*:first-child + html div.col3of4 {
    width: 74.99%;
}
#mainContents div.col p,
#mainContents div.col ul,
#mainContents div.col h3 {
    margin-left: 20px;
}
/* -------------------------------------------------- 
** margin
** -------------------------------------------------- */
#mainContents #mainContentsInner p,
#mainContents ul,
#mainContents ol,
#mainContents dl {
    margin: 0;
}
#mainContents p {
    margin: 0;
}
#mainContents h1 {
    margin: 0;
}
#mainContents h2:first-child {
    margin: 0 0 10px;
}
#mainContents h2 {
    margin: 20px 0 10px;
}
#mainContents h2.newsTitle {
    margin: 0;
}
#mainContents .h3Type01 {
    margin: 15px 0 10px;
}
/* -------------------------------------------------- 
** element
** -------------------------------------------------- */
/* heading ---------------------------- */
/* paragraph ---------------------------- */
#mainContents p {
    margin: 10px 0;
}
/* table ---------------------------- */
table {
    width: 100%;
    font-size: 16px;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
}
table th,
table td {
    padding: 10px;
    border: 1px solid #d9d9d9;
}
table th {
    width: 200px;
}
table tr:nth-child(even) th { background: #e2e7ea; }
table tr:nth-child(odd) th { background: #e7e8e9; }
table thead th { background: #ebebeb; }
#mainContents table thead th.normal { background-color: #f5f5f5; }
/* img set ---------------------------- */
.withImg {
    margin: 0 0 0 10px;
}
.withImg {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    background: #fff;
}
.withImg div.img {
    float: left;
}
.withImg div.txt {
    overflow: hidden;
}
.withImg div.txt h3,
.withImg div.txt p {
    margin: 0 0 10px 10px;
}
.withImg ul.links li,
.withImg ul.links li.major {
    padding: 0;
}
/* other class ---------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
span.strong {
    font-weight: bold;
}
.mt30 { margin-top: 30px;}
/* guideline ---------------------------- */
hr.style-six {
    height: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
