@charset "utf-8";

/*--------------------------------------------------------
  ヘッダーエリア設定
--------------------------------------------------------*/

#headerMain{
    height: 19px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    font-size: 10px;
    color: #ffffff; /* ヘッダー説明文文字色 */
}

#headerLogo{
    width: 250px;
    float: left;
}

#headerLogo a{
    display: block;
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 75px;
    background-image : url(/uploads/themes-fixed/theme_pc/images/logo.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#headerExtra1{
    width: 330px;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#headerExtra1 p.headerText{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
}

#headerExtra1 a:link{
    color: #454545;
    text-decoration: none;
}
#headerExtra1 a:visited{
    color: #454545;
    text-decoration: none;
}
#headerExtra1 a:hover{
    color: #E74072;
    text-decoration: underline;
}
#headerExtra1 a:active{
    color: #E74072;
    text-decoration: underline;
}

/*--------------------------------------------------------
  タイトルエリア設定
--------------------------------------------------------*/

.titlePosition{
 /* padding-left:25px */
    padding-left:15px
}

#title{
    margin: 0;
    overflow: hidden;
 /* text-indent: -9999px; */
    text-align:left;
    color:#FFFFFF;
    height : 200px;
　　font-size :13px;
    background-image : url(/uploads/themes-fixed/theme_pc/images/top_mainimg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#title h2{
    margin: 0;
    padding-top:26px;
    color:#FFFFFF;
    font-size :17px;
    font-weight : bold;
    line-height:140%;
}

#titleWarning {
    padding: 5px 0 15px 35px;
}

/* 新規会員登録ボタン設定（メイン）*/
#title a{
    margin-left:10px;
}

#title a:link{
    color: #FFFFFF;
    font-size:15px;
    font-weight:normal;
    padding:6px 15px 6px 25px;
    text-decoration: none;
    background-color: #008F00;
    border-radius: 5px 5px 5px 5px;
}

#title a:visited{
    color: #FFFFFF;
    font-size:15px;
    font-weight:normal;
    text-decoration: none;
    background-color: #008F00;
}

#title a:hover{
    color: #FFFFFF;
    font-size:15px;
    font-weight:normal;
    text-decoration: none;
    background-color: #2e6ab1;
}

#title a:active{
    color: #FFFFFF;
    font-size:15px;
    font-weight:normal;
    text-decoration: none;
    background-color: #2e6ab1;
}

/*--------------------------------------------------------
  基本パーツ設定
--------------------------------------------------------*/

a:link{
    color: #2e6ab1;
    font-weight:normal;
    text-decoration: underline;
}
a:visited{
    color: #2e6ab1;
    font-weight:normal;
    text-decoration: underline;
}
a:hover{
    color: #E74072;
    font-weight:normal;
    text-decoration: underline;
}
a:active{
    color: #E74072;
    font-weight:normal;
    text-decoration: underline;
}

p.large{
    color: #3C7A01;
    font-weight: bold;
}
p.indent{
    padding-left: 25px;
}

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 2px;
    text-align: left;
    font-size: 1em;
    line-height: 1.2;
    color: #36B336;
}

.left{
    float: left;
}
.right{
    float: right;
}

/*
.clear{
    clear: both;
}
*/

.pr5{
    padding-right: 5px;
}

.text-left{
    text-align: left;
}

/*--------------------------------------------------------
  メインエリア設定
--------------------------------------------------------*/

#toppage-topics ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#toppage-topics ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-image : url(/uploads/themes-fixed/theme_pc/images/point.png);
    background-position: 5px 9px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
    color: #000000;
}

#pagetop{
    margin-top: 3px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    width: 125px;
    height: 21px;
    overflow: hidden;
    background-image : url(/uploads/themes-fixed/theme_pc/images/returnTop.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}

#toppage-topics h3{
    /*margin-top: 0.5em;*/
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    background-image : url(/uploads/themes-fixed/theme_pc/images/top_indexBg.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 1em;
}

/*--------------------------------------------------------
  右サイドエリア設定
--------------------------------------------------------*/

#inner .sideMenu{
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #EDEDED;
}

#inner .sideMenu h3{
    margin-bottom:1px;
    color : #ffffff;
    text-align: left;
    font-weight: nomal;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    background-color : #8ec31f;
    font-size: 1em;
    line-height:180%;
}

/*--------------------------------------------------------
  フッターエリア設定
--------------------------------------------------------*/

.container {
    width: 1090px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer-menu{
    border-top: 1px solid rgba(92, 103, 132, 0.25);
    border-bottom: 1px solid rgba(92, 103, 132, 0.25);
    padding-top: 25px;
    padding-bottom: 0px;
    background: #efefef;
}

.footer-menu ul{
    list-style: none;
}

.footer-menu-title-block{
    text-transform: uppercase;
    color: #565656;
    font-weight: bold;
    padding: 5px 0 0;
    text-align:left;
}

.footer-menu-list-block{
    padding-left: 0px;
    margin-top: 10px;
}

.footer-menu-list-block a{
    color: #565656;
}

.footer-menu-list-block a:hover{
    color: #565656;
}

.footer-menu .footer-menu-title-block, .footer-menu .footer-menu-list-block {
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-menu-list-group-item {
    min-height: 30px;
}

.footer-menu-list-group-item-text {
    position: absolute; 
}

.fm-icon{
    display: none;
}

.footer-info {
    padding-top: 5px;
    padding-bottom: 5px;
}   

footer .copyright {
    text-align: right;
}

footer .copyright a{
    color: #454545;
    text-decoration: none;
}

/*--------------------------------------------------------
  セリフ設定
--------------------------------------------------------*/
.fukidashi1{
    position: absolute;
    top: 6px;
    left: 620px;
    visibility: hidden;
}

.fukidashi2{
    position: absolute;
    top: 6px;
    left: 825px;
    visibility: hidden;
}

.fukidashi3{
    position: absolute;
    top: 6px;
    left: 952px;
    visibility: hidden;
}

.serifu{
    position: absolute;
    top: 18px;
    left: 15px;
    font-size:13px;
    text-align:left;
    line-height:135%;
    color: #666666
}
