/*==========*/
/* 共通設定 */
/*==========*/

* {margin:0px; padding:0px;}

body{
    background-color: #efe9dd;
    height:auto;
    
    /*フォント*/
    font-size:15px;
    color:#222222;
    font-weight:500;
    line-height: 166%;
    font-family:  "游ゴシック", "Yu Gothic","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 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 ★★                                                                                  */
/*----------------------------------------------------------------------------------------------------*/

/* 全体のMAX横幅 */
.all_width{
    max-width: 1200px;
    margin: 0px auto;
}



/*======================================================================================*/
/*        comname                                                                       */
/*======================================================================================*/
#comname{
    clear:both;  
    text-align: center;
    background-color: #158bc9;
	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: #3f404e;
    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: 30px;
    right: 15px;
}

#pagetop a {
    display: block;
}




.list_style{
       padding-left: 20px;

}












/*----------------------------------------------------------------------------------------------------*/
/*  ★★ 1200px以下 ★★                                                                              */
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px){ 


.all_width{
    width:100%;
}










}
/*----------------------------------------------------------------------------------------------------*/
/*  ★★ 950px以下 ★★                                                                               */
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 950px){ 




}
/*----------------------------------------------------------------------------------------------------*/
/*  ★★ 639px以下 ★★                                                                               */
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 639px){ 


body{
    font-size:14px;
}





}