@charset "utf-8";
body{
    font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
}
a{
    color:inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
#wrapper{
    min-width: 1270px;
    color: #333;
}

input,select{
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
}

input, textarea{
    outline: none;
}

#wrapper header{
    width: 100%;
    height: 100px;
    background: #f5f5f5 url(../img/pressrelease/header_bg.png) no-repeat center center;
}
#wrapper header > div{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#wrapper header > div > a{
    display: inline-block;
    margin-top: 33px;
}

#wrapper header > div h1{
    float: left;
    padding: 0 9px 0 7px;
}
#wrapper header > div h2{
    float: left;
    color: #285dbf;
    font-size: 25.81px;
    line-height: 25px;
}
#wrapper header > div h2 .small{
    font-size: 10.92px;
    line-height: 10px;
    padding-bottom: 1px;
    display: block;
}
#wrapper header > div > p{
    float: right;
    padding: 21px 20px 0 0 ;
    color: #285dbf;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
}

#content_wrap{
    width: 960px;
    margin: 0 auto;
    padding: 60px 10px 70px;
    overflow: hidden;
    box-sizing: border-box;
}

#content_wrap aside{
    width: 200px;
    padding-top: 20px;
    float: left;
}
#content_wrap aside h4{
    color: #24498d;
    font-size: 12px;
    line-height: 39px;
    border-bottom: 1px solid #ccc;
}
#content_wrap aside > div + div{
    margin-top: 35px;
}
#content_wrap aside ul li{
    margin-top: 20px;
    color: #24498d;
    font-size: 14px;
    font-style: italic;
    font-family: 'PT Sans', sans-serif;
}
#content_wrap aside ul li:before{
    content: "・";
    font-size: 14px;
    display: inline-block;
}
#content_wrap .wp-pagenavi{
    margin-top: 55px;
    text-align: center;
}
#content_wrap #single .wp-pagenavi{
    margin: 75px 0px 20px;
    text-align: center;
}
#content_wrap .wp-pagenavi > *{
    margin: 0 15px;
    color: #24498d;
    font-size: 13.6px;
    font-weight: bold;
}

#content_wrap #press .wp-pagenavi .previouspostslink,
#content_wrap #press .wp-pagenavi .nextpostslink{
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    height: 14px;
    width: 30px;
    position: relative;
}
#content_wrap #press .wp-pagenavi .previouspostslink:after,
#content_wrap #press .wp-pagenavi .nextpostslink:after{
    display: block;
    text-indent: 0;
    text-align: center;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

#content_wrap #press .wp-pagenavi .previouspostslink:after{
    content: "<";
}

#content_wrap #press .wp-pagenavi .nextpostslink:after{
    content: ">";
}

#content_wrap #press .wp-pagenavi .previouspostslink:hover:after,
#content_wrap #press .wp-pagenavi .nextpostslink:hover:after{
    text-decoration: underline;
}

#content_wrap #press .wp-pagenavi > .current{
    border-bottom: 1px solid #24498d;
}

#press{
    width: 680px;
    float: right;
}
#press > div > h3{
    margin-bottom: 10px;
    font-size: 18px;
    color: #262626;
}

#press > div.recent{
    border-bottom: 6px solid #ededed;
}
#press > div.recent article{
    height: 120px;
    padding: 30px 0 29px;
    border-top: 1px solid #d1d1d1;
}
#press > div.recent h3 + article{
    border: none;
}
#press > div.recent article p.thumbnail{
    width: 160px;
    height: 120px;
    background: url(../img/pressrelease/news_eyecatch.png) no-repeat center center;
    position: relative;
    float: left;
}
#press > div.recent article p.thumbnail img{
    max-width: 160px;
    max-height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#press > div.recent article > div{
    width: 500px;
    padding-left: 20px;
    float: left;
}
#press > div.recent article > div > p{
    font-size: 13px;
    color: #4c4c4c;
    line-height: 28px;
}
#press > div.recent article > div > h4{
    margin-top: 12px;
    font-size: 17px;
    color: #24498d;
    line-height: 25px;
    letter-spacing: 0.08em;
}
#press > div.past{
    margin-top: 40px;
}
#press > div.past article{
    height: 78px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
#press > div.past article > p{
    width: 154px;
    height: 78px;
    padding-left: 23px;
    font-size: 13px;
    color: #4c4c4c;
    letter-spacing: 0.01em;
    display: table-cell;
    vertical-align: middle;
}
#press > div.past article > h4{
    width: 503px;
    height: 79px;
    position: absolute;
    left: 177px;
    top: 0;
}
#press > div.past article > h4 a{
    width: 503px;
    height: 79px;
    font-size: 14px;
    color: #24498d;
    line-height: 25px;
    letter-spacing: 0.06em;
    display: table-cell;
    vertical-align: middle;
}

#single{
    width: 680px;
    float: right;
}
#single article h3{
    margin-bottom: 20px;
    font-size: 22px;
    color: #24498d;
    line-height: 34px;
    letter-spacing: 0.06em;
}
#single article h3 + p{
    font-size: 13px;
    color: #4c4c4c;
    line-height: 34px;
    letter-spacing: 0.1em;
}
#single article .content{
    padding-top: 22px;
    border-top: 1px solid #d1d1d1;
}
#single article .content_body a{
    color: #24498d
}
#single article .content_body p{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.06em;
    position: relative;
}

#single article .img+.content_body{
    padding-top: 20px;
}

#single article .content_body p + p{
    margin-top: 20px;
}

#single article .content .img{
    text-align: center;
}
#single article .content p img{
    max-width: 100%;
    height: auto;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

#wrapper > footer > .page_width{
    margin: 0 auto;
    position: relative;
    width: auto;
    max-width: 1080px;
    min-width: 1024px;
}

#wrapper > footer img{
    vertical-align: middle;
}