@charset "UTF-8";
/* ----------------------------------------
 	reset
 ---------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img,
dl, dt, dd, ol, ul, li,
strong, sub, sup, i, small, address, time,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, aside,
figure, figcaption, canvas, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, figure, figcaption,
footer, header, nav, section {
    display: block;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    overflow-y: scroll;
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
}

ul, ol, li {
    list-style: none;
}

input, textarea, button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

label {
    cursor: pointer;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-transition: 0.25s opacity ease;
    -moz-transition: 0.25s opacity ease;
    -ms-transition: 0.25s opacity ease;
    -o-transition: 0.25s opacity ease;
    transition: 0.25s opacity ease;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    opacity: 0.8;
}

sup {
    vertical-align: top;
    line-height: 1.2;
}

a {
    color: #605e5e;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
a img {
    -webkit-transition: 0.25s opacity ease;
    -moz-transition: 0.25s opacity ease;
    -ms-transition: 0.25s opacity ease;
    -o-transition: 0.25s opacity ease;
    transition: 0.25s opacity ease;
}
a:hover {
    text-decoration: underline;
}
a:hover img {
    opacity: 0.7;
}

img {
    vertical-align: bottom;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

body {
    position: relative;
    width: 100%;
    color: #605e5e;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}



/* ----------------------------------------
    共通
 ---------------------------------------- */
/* header */
.mod-globalHeader {
    margin: 0 auto;
    padding: 20px 0;
    width: 1000px;
    height: 115px;
    overflow: hidden;
}
.mod-globalHeader .logo {
    float: left;
    width: 351px;
}
.mod-globalHeader .links {
    float: right;
}
.mod-globalHeader .sns {
    overflow: hidden;
    height: 25px;
}
.mod-globalHeader .sns li {
    float: right;
    padding: 0 0 0 10px;
}
.mod-globalHeader .sns li .fa {
    color: #cecece;
    font-size: 28px;
}
.mod-globalHeader .sns .base a {
    display: block;
    width: 22px;
    height: 26px;
    background: url(../img/common/sprite_ico.png) no-repeat 0 -32px;
}
.mod-globalHeader .nav {
    overflow: hidden;
    padding: 22px 0 0;
}
.mod-globalHeader .nav li {
    float: right;
    padding: 0 10px;
    border-right: #605e5e 1px solid; 
    font-size: 16px;
}
.mod-globalHeader .nav li:first-child {
    border-right: none;
    padding-right: 0;
}
.mod-globalHeader .nav li span {
    text-decoration: underline;
}
/* footer */
.mod-globalFooter {
    padding: 20px 20px;
    border-top: #cecece 1px solid;
}
.mod-globalFooter .copyright {
    text-align: right;
    font-size: 12px;
}

.section {
    padding: 100px 0;
    background: #f5f7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f7f7 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f7f7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f7f7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */    
}

/* section */
.section .inner {
    margin: 0 auto;
    width: 1000px;
}
.section h2 {
    font-size: 30px;
    font-weight: normal;
}
.font_en {
    font-family: 'Lora', serif;
}


