
@CHARSET "UTF-8";

* {
    *zoom: 1;
}

/***********************************
* Common Style
************************************/
html,body {
    text-align: center;
}

body {
    background: #f3f3f3;
    color: #333;
    font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS P Gothic", sans-serif;
    font-size: 100%;
    line-height: 1.61;
    position: relative;
    min-width: 320px;
}

.pagesize {
    max-width: 960px;
    min-width: 320px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/* Header Parts */
header {
    margin: 0 auto;
    position: relative;
}

#headtitle {
    float: left;
    position: relative;
    height: 60px;
    max-width: 500px;
}

#headlogo {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
}

/* Footer Parts */
footer div {
    margin: 0 auto;
    text-align: right;
}

footer div a {
    margin-right: 2em;
    color: #fff;
    font-size: .8em;
    text-decoration: none;
}

footer div a:HOVER {
    text-decoration: underline;
}

/*************************************************************************************
* TOP page
**************************************************************************************/
#socialbutton {
    float: right;
    vertical-align: bottom;
    margin-top: 5px;
    margin-right: 10px;
}

#socialbutton li {
    float: left;
}

#top {
    background: #fff;
}

#top-main {
    background: #93b728;
    height: 300px;
}

.minr {
    background: url(/img/static/topimg.png) no-repeat 95% 35px;
    margin: auto;
    height: 300px;
}

.minrleft {
    float: left;
}

.minrrigt {
    float: right;
}

.mttl {
    color: #fff;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 1px;
    padding-top: 40px;
    text-align: left;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .2);
    vertical-align: center;
}

.mttl span {
    display: block;
}

/* ページ内ナビゲーション */
#top-midl {
    background: #333;
}

#pagenav {
    margin: auto;
    border-left: 1px solid #555;
    border-right: 1px solid #222;
}

#pagenav li {
    float: left;
    width: 50%;
}

#pagenav a {
    background: #333;
    border-right: 1px solid #555;
    border-left: 1px solid #222;
    color: #fff;
    display: block;
    font-size: 1.1em;
    line-height: 55px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .1);
    height: 55px;
}

#pagenav a:HOVER {
    background: #555;
}

/* 各サイトリンク */
.top-btm {
    background: #f3f3f3;
}

#cnctlnk {
    margin: auto;
    padding: 5px 0;
}

#cnctlnk li {
    float: left;
}

.tpb-mark {
    width: 66%;
    border-right: 1px dotted #ccc;
}

.tpb-mark li {
    width: 50%;
}

.tpb-sup {
    width: 33.33%;
}

.tpb-ttl {
    font-size: 1.4em;
    margin: 0 2px;
    padding: 2px 0;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
}

#cnctlnk a {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    display: block;
    height: 145px;
    margin: 5px 5px;
    text-decoration: none;
    position: relative;
    text-align: left;
}

.lnkarw {
    display: none;
}

.cnl-msg {
    display: block;
    color: #888;
    width: 100%;
    color: #888;
    width: 100%;
    padding: 3px 0 0 6px;
}

.cnl-name {
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: 1.8em;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .8);
}

.weblnk {
    background: #fff url(/img/static/nav1.png) no-repeat right 10px;
    border-bottom: 5px solid #2A83A2;
}

.weblnk:HOVER {
    background-position: right -176px;
}

.weblnk .cnl-name {
    color: #2A83A2;
}

.suplnk {
    background: #fff url(/img/static/nav2.png) no-repeat right -180px;
    border-bottom: 5px solid #00A3AF;
}

.suplnk:HOVER {
    background-position: right 15px;
}

.suplnk .cnl-name {
    color: #00A3AF;
}

.applnk {
    background: #fff url(/img/static/nav3.png) no-repeat 130% 30px;
    border-bottom: 5px solid #F49B00;
    transition: .3s linear;
}

.applnk:HOVER {
    background-position: 120% 20px;
}

.applnk .cnl-name {
    color: #F49B00;
}

/* Main Contente */
.mc-inr {
    padding: 35px 0;
    margin: auto;
    text-align: left;
}

.mc-ttl {
    font-size: 2em;
    font-weight: normal;
}

.spimg {
    background: url(/img/static/sp-topimg.png) no-repeat;
    background-size: auto 140px;
}

.hdmk {
    background-position: -220px -111px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 8px;
}

/* QAボックス */
.mc-box {
    border-bottom: 2px dotted #ddd;
    padding: 10px 0;
}

.mc-usr,.mc-cnfe {
    min-height: 140px;
}

.mc-box p {
    font-size: .95em;
    padding: 1em;
}

.mc-box a {
    color: #0075C2;
}

.mc-box a:HOVER {
    color: #00A5C4;
    text-decoration: none;
}

.mc-box sup {
    color: #f00;
    font-size: .7em;
    vertical-align: text-top;
}

.mc-usr p {
    max-width: 500px;
}

.sp-us {
    background-position: 0 0;
    display: inline-block;
    width: 93px;
    height: 140px;
    float: left;
    margin-right: 1em;
}

.sp-cf {
    background-position: -95px 0;
    display: inline-block;
    width: 125px;
    height: 140px;
    float: right;
    margin-left: 1em;
}

.mc-cnfe p {
    max-width: 400px;
    float: right;
}

.mc-note {
    color: #f00;
    font-size: .85em;
    text-align: right;
}

.mc-boxend {
    border: none;
    padding: 30px 0;
    text-align: center;
}

.mc-boxend .mc-usr {
    max-width: 600px;
    margin: auto;
    text-align: left;
}

/* フッター */
#topft {
    background: #444;
    padding: 5px;
}

/* Scroll Top */
#scrtop {
    display: none;
    background: #aaa;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    *display: none;
    font-size: .85em;
    letter-spacing: 1px;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 90px;
    text-align: center;
    z-index: 99;
}

#scrtop a {
    color: #fff;
    display: block;
    padding: 5px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
}

/* Mobile */
@media screen and (max-width: 1000px) {
    #cnctlnk {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #top-main {
        height: auto;
    }

    #maint-img {
        float: none;
        max-height: 300px;
        max-width: 200px;
        margin: 10px auto;
    }

    .minrleft,.minrrigt {
        float: none;
        margin: auto;
        width: 100%;
        max-width: 100%;
    }

    .mttl {
        font-size: 1.1em;
        padding: 1em;
        height: auto;
    }

    .mttl span {
        display: inline;
    }

  /* ページ内ナビゲーション */
    #pagenav a {
        font-size: .9em;
    }

  /* 各サイトリンク */
    #cnctlnk li {
        float: none;
        width: auto;
    }

    .tpb-ttl {
        font-size: .9em;
        margin: 0;
        width: auto;
    }

    #cnctlnk a {
        background: #fff;
        display: block;
        text-decoration: none;
        position: relative;
        text-align: left;
        height: auto;
        margin: 0;
    }

    .lnkarw {
        color: #666;
        display: inline-block;
        margin-top: -15px;
        position: absolute;
        right: 5px;
        top: 50%;
    }

    .cnl-msg {
        color: #666;
        display: block;
        padding: 10px 6px 8px;
        width: auto;
    }

    .cnl-name {
        display: none;
    }

    .minr {
        background: none;
        height: auto;
    }

    .mc-ttl {
        font-size: 1.7em;
    }

    .hdmk {
        margin-right: 2px;
        vertical-align: baseline;
    }
}

@media screen and (max-width: 600px) {
    #headlogo {
        height: 35px;
    }

    .mc-cnfe p {
        float: none;
    }
}

@media screen and (max-width:400px) {
    #pagenav li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #999;
    }

    .mc-ttl {
        font-size: 1.4em;
    }
}

/*************************************************************************************
* 404
**************************************************************************************/
#p404-content {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}

#img404 {
    height: 300px;
}

#p404-content h1 {
    margin-bottom: 15px;
    font-size: 2.5em;
    text-shadow: 1px 1px 0 #fff;
    -moz-text-shadow: 1px 1px 0 #fff;
    -webkit-text-shadow: 1px 1px 0 #fff;
    -ms-text-shadow: 1px 1px 0 #fff;
    color: #6C841D;
}

#p404-msg {
    width: 40%;
    margin: 0 auto;
}

/*****************************************************************************************
* Maintenance Page
******************************************************************************************/
#maint-content {
    margin: 0 auto;
    padding-top: 100px;
}

#maint-img {
    float: left;
    max-height: 300px;
    max-width: 200px;
    margin: 10px 50px;
}

#maint-content h1 {
    color: #6C841D;
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 #fff;
}

.maint-right {
    float: right;
    max-width: 700px;
    text-align: left;
}

.maint-msg {
    line-height: 1.61;
    padding: 0 15px;
    margin-bottom: 50px;
    text-shadow: 0 1px 1px #fff;
}

.maint-info {
    background: #fff;
    border: 3px double #aaa;
    border-radius: 2px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 1em;
    max-width: 900px;
    text-align: left;
}

.maint-info h2 {
    font-size: 1.1em;
    padding: 0 10px 10px;
}

.society {
    list-style: disc;
    margin: .5em 2em;
}

.society li {
    padding: 3px;
}

h2.maint-dtl {
    border-top: 1px dotted #aaa;
    color: #f00;
    margin-top: 1em;
    padding-top: 1em;
}

.maint-info p {
    margin: .5em 1.5em;
}

.mnt-foot {
    font-size: .9em;
    margin: 15px auto;
    text-align: right;
    text-shadow: 0 1px 0 #fff;
}

.mnt-foot a {
    color: #003f8e;
}

.mnt-foot a:HOVER {
    color: #00a1e9;
}

/** 利用規約画面 **********************************************************/
#termshead img {
    margin: 20px auto 0;
    width: 200px;
}

#terms_panel {
    background: #fff;
    background: rgba(256, 256, 256, .6);
    max-width: 900px;
    margin: 10px auto;
    padding: 30px 0;
    text-align: left;
    text-shadow: 1px 1px 0 #fff;
    padding: 30px 0;
}

#terms_panel h2 {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #fefefe;
    font-size: 1.1em;
    line-height: 20px;
    margin: 5px 0 20px 0;
    padding: 5px 10px;
}

#terms_panel h3 {
    border-left: 10px solid #93b728;
    border-bottom: 1px solid #ddd;
    margin: 30px 0 10px 0;
    padding: 7px;
}

#terms_panel p {
    margin: 1em 2em;
}

#terms_panel ol {
    margin: 1em 2em;
}

#terms_panel li>ol {
    margin: 1em;
}

#terms_panel ol>li {
    margin-left: 1em;
    *zoom: normal;
}

#terms_panel ol.decimal li {
    list-style-type: decimal;
}

#terms_panel ol.lower-alpha li {
    list-style-type: lower-alpha;
}

#terms_panel div {
    margin: 30px 0 20px 0;
}

#terms_panel #effect {
    text-align: right;
}

#terms_panel #effect p {
    margin: 0 3em;
}

/** 利用規約画面 参加者利用制限あり *******************************************************/
.terms-org-hd {
    line-height: 0;
    font-size: 0;
}

.terms-org-img {
    margin: 0 auto;
    max-height: 100px;
    max-width: 900px;
    width: 100%;
}

#terms_panel.terms-org {
    margin: 0 auto;
    padding-top: 15px;
}


/** データの使用に関するポリシー **********************************************************/
#terms_panel h4 {
    margin: 10px 0 0;
    padding: 7px 15px 7px 17px;
}

#terms_panel h5 {
    margin: 10px 0 0 0;
    padding: 7px 15px 7px 17px;
}

#terms_panel p.lower-h5 {
    margin: 0 3em 1em;
}

#termsft {
    margin: 0 10px;
}

#termsft a {
    color: #333;
}

#sociecr {
    float: left;
}

#policy {
    float: right;
}

#policy li {
    float: left;
}

/** アプリケーションプライバシーポリシー **********************************************************/

.h3-tbl {
  margin: 1em;
}

.h3-tbl thead th {
  background: #cbe483;
}

.h3-tbl th, .h3-tbl td {
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 2px 3px;
}

.h3-tbl-2 {
  margin: 1em;
}

.h3-tbl-2 td:nth-of-type(1) {
  background: #cbe483;
}

.h3-tbl-2 td {
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 2px 3px;
}

/* FB対応 */
.fb_iframe_widget span {
    vertical-align: top !important;
}
