/*==========*/
/* 共通設定 */
/*==========*/

* {margin:0px; padding:0px;}

body{
    height:auto;
    
    /*フォント*/
    font-size:14px;
    font-weight: 500;
    color:#2c2c2c;
    line-height: 166%;
    font-family: Yu Gothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    /*font-family: 'Noto Sans JP', sans-serif;*/

    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    
}



/* loading画面 */
#loader {
    opacity: 1;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.spinner>div {
    background-color: #808080;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}




	

/*----------------------------------------------------------------------------------------------------*/
/* ★★ for all ★★                                                                                  */
/*----------------------------------------------------------------------------------------------------*/



/*======================================================================================*/
/*        comname                                                                       */
/*======================================================================================*/
#comname{
        clear:both;  
        text-align: center;
/*        background-color: #8b9caa;*/
/*    background-color: #0a213c;*/
    background-color: #000000;
	color:#ffffff;
}

#comname p{
	font-size:18px;
	padding:30px;
}

#comname a{
	font-size:15px;
	color:#ffffff;
	padding-top:5px;
        text-decoration : none;
}


#comname a:hover {
	color:#17a227;
}


/*======================================================================================*/
/*        footer                                                                        */
/*======================================================================================*/

#footer{
    clear:both;
    background-color: #000000;
    margin:0px auto;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size:13px;
    color: #ffffff;
    text-align: center;
}


#footer p{
	padding:10px;
}








/* -topへ戻るボタン- */

#pagetop {
        display: none;
        position: fixed;
        bottom: 0px;
        right: 0px;

}

#pagetop a {
        display: block;
}






/*----------------------------------------------------------------------------------------------------*/
/*  ★★ 1200px以下 ★★                                                                              */
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px){ 










}
/*----------------------------------------------------------------------------------------------------*/
/*  ★★ 950px以下 ★★                                                                               */
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 950px){ 








}
/*----------------------------------------------------------------------------------------------------*/
/*  ★★ 639px以下 ★★                                                                               */
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 639px){ 

body{
    font-family: 'Sawarabi Gothic', sans-serif;        
    font-size:13px;    
    }


}