@charset "UTF-8"; /*汎用設定*/
body {
    color: #fff;
    /* font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif; */
    font-size: 12px;
    line-height: 1.7em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    background: url(../images/bg.jpg) #000 no-repeat center 40px;
    background-position: center 40px;
}

a:link {
    text-decoration: none;
    color: #0085B2;
}

a:visited {
    text-decoration: none;
    color: #0085B2;
}

a:hover {
    color: #F90;
}

img {
    border: none;
}

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0;
}

/*エリア指定*/
#gg-wrap {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

#gg-header {
    width: 1020px;
    height: 790px;
    background: url(../images/header.jpg) no-repeat;
    position: relative;
}

#gg-header .social {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 400px;
}

#gg-info {
    width: 1020px;
    height: 265px;
    background: url(../images/info.jpg) no-repeat;
    position: relative;
}

#gg-info .text {
    position: absolute;
    top: 151px;
    left: 50px;
    width: 630px;
}

#gg-info .app-btn01 a {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    top: 65px;
    left: 680px;
    width: 135px;
    height: 40px;
}

#gg-info .app-btn02 a {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    top: 65px;
    left: 835px;
    width: 135px;
    height: 40px;
}

#gg-info .official-btn a {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    top: 171px;
    left: 720px;
    width: 250px;
    height: 40px;
}

#gg-nl-frame {
    background: url(../images/nl_frame_bg.jpg) repeat-y;
    padding: 0 70px;
    box-sizing: border-box;
    width: 1020px;
}

/*フッター*/
#gg-footer {
    background: url(../images/bg2.jpg) repeat-y;
    text-align: center;
    padding-bottom: 20px;
}

/*ソーシャルブックマークアイコン*/
ul.bookmark_button {
    list-style: none;
    clear: both;
}

ul.bookmark_button li {
    float: right;
}

ul.bookmark_button li.continue {
    padding-left: 10px;
}

ul.bookmark_button li.twitter {
}

ul.bookmark_button li.hatena {
    padding-left: 10px;
}

ul.bookmark_button li.facebook {
    padding-left: 10px;
}

ul.bookmark_button li.gplus {
    padding-left: 10px;
}

iframe.twitter-share-button {
    width: 105px!important;
}

/*関連記事*/
#gg-nl-frame > ul > li {
    margin-top: 4px;
    border-bottom: 1px solid #0382AD;
}

#gg-nl-frame > ul > li:first-child {
    margin-top: 0;
}

#gg-nl-frame > ul > li:last-child {
    border-bottom: none;
}

#gg-nl-frame a {
    display: block;
    padding: 8px 24px;
    color: #299fc7;
}

#gg-nl-frame .imgBox {
    float: left;
    margin-right: 16px;
    position: relative;
}

#gg-nl-frame .imgBox .thumbnail {
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    border: medium none;
    height: 90px;
    width: 120px;
}

#gg-nl-frame .textWrap {
    overflow: hidden;
}

#gg-nl-frame .textWrap .articleTitle {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

#gg-nl-frame .articleWrap:hover .textWrap .articleTitle {
    text-decoration: underline;
    color: #f90;
}

#gg-nl-frame .textWrap .newsHead {
    color: #fff;
}

#gg-nl-frame .textWrap .bottomMeta {
    margin-top: 4px;
}

#gg-nl-frame .textWrap .articleCreateDate {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
