@charset "utf-8";

.ttl_news{
        clear: both;
        background-image:url("../images/news/icon_news.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 6%;
        color: #2EA424;
        font-size: 30px;
        font-weight: 700;
        padding: 3px 0 3px 8%;
        margin: 0 0 20px 0;
        text-align: left;
    }
.ttl_complain{
        clear: both;
        background-image:url("../images/news/icon_complain.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 6%;
        color: #0E94D2;
        font-size: 30px;
        font-weight: 700;
        padding: 3px 0 3px 8%;
        margin: 0 0 20px 0;
        text-align: left;
    }
.ttl_recruit{
        clear: both;
        background-image:url("../images/news/icon_recruit.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 6%;
        color: #EC5294;
        font-size: 30px;
        font-weight: 700;
        padding: 3px 0 3px 8%;
        margin: 0 0 20px 0;
        text-align: left;
    }
.ttl_schedule{
        clear: both;
        background-image:url("../images/news/icon_schedule.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 6%;
        color: #ff9100;
        font-size: 30px;
        font-weight: 700;
        padding: 3px 0 3px 8%;
        margin: 0 0 20px 0;
        text-align: left;
    }
.st_news dl{
    clear: both;
    width: 90%;
    margin: 10px auto 20px auto;
    background-color: #EEF8E3;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_news dt{
    float: left;
    width: 8em;
    color: #188C14;
    font-size: 15px;
    line-height: 1.6em;
}
.st_news dd{
    padding-left: 8em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_news dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_news dd a:hover{
    color: #188C14;
}
.st_complain dl{
    clear: both;
    width: 90%;
    margin: 10px auto 20px auto;
    background-color: #E2F5FB;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_complain dt{
    float: left;
    width: 8em;
    color: #0E94D2;
    font-size: 15px;
    line-height: 1.6em;
}
.st_complain dd{
    padding-left: 8em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_complain dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_complain dd a:hover{
    color: #0E94D2;
}
.st_recruit dl{
    clear: both;
    width: 90%;
    margin: 10px auto 20px auto;
    background-color: #FFE9F5;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_recruit dt{
    float: left;
    width: 8em;
    color: #EC5294;
    font-size: 15px;
    line-height: 1.6em;
}
.st_recruit dd{
    padding-left: 8em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_recruit dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_recruit dd a:hover{
    color: #EC5294;
}

.write_area{
    width: 92%;
	color: #666;
    padding: 8px 2%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: left;
	line-height: 2em;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 15px;
}
.write_area a{
    color: #2951D9;
}
.opnfile_01{
    width: 280px;
    clear: both;
    margin-left: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.opnfile_02{
    width: 250px;
    clear: both;
    margin-left: 8%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.returnpage{
    width: 200px;
    float: right;
    margin-right: 3%;
}


.cms_photo_box{
	width: 95%;
	height: auto;
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
}


.cms_photo{
    width: 28%;
	float: left;
    margin-left: 2%;
    margin-right: 1%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #ccc;
    margin-bottom: 20px;
}
.coment_ttl{
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
    border-bottom: 2px dashed #ccc;
    border-top: 2px dashed #ccc;
    margin: 30px 20px 20px 25px;
    padding-left: 10px
}
.coment{
    font-size: 15px;
    line-height: 1.8em;
    margin: 10px 10px 10px 10px;
    padding-left: 30px;
}
.coment a{
    color: #2951D9;
}
.red{
    color: #9B1C1E;
}
.orange{
    color: #D6590C;
}
.blue{
    color: #1F60C5;
}
.green{
    color: #2C891E;
}
.rose{
    color: #D83479;
}
.sepia{
    color: #765B44;
}
.moss{
    color: #51643F;
}
.big{
    font-size: 140%;
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.ttl_news{
        clear: both;
        background-image:url("../images/news/icon_news.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 6%;
        color: #2EA424;
        font-size: 30px;
        font-weight: 700;
        padding: 3px 0 3px 45px;
        margin: 0 0 20px 0;
        text-align: left;
    }
.ttl_complain{
        clear: both;
        background-image:url("../images/news/icon_complain.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 6%;
        color: #0E94D2;
        font-size: 30px;
        font-weight: 700;
        padding: 3px 0 3px 45px;
        margin: 0 0 20px 0;
        text-align: left;
    }
.ttl_recruit{
        clear: both;
        background-image:url("../images/news/icon_recruit.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 6%;
        color: #EC5294;
        font-size: 30px;
        font-weight: 700;
        padding: 3px 0 3px 45px;
        margin: 0 0 20px 0;
        text-align: left;
    }
.ttl_schedule{
        clear: both;
        background-image:url("../images/news/icon_schedule.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 6%;
        color: #ff9100;
        font-size: 30px;
        font-weight: 700;
        padding: 3px 0 3px 45px;
        margin: 0 0 20px 0;
        text-align: left;
    }
.st_news dl{
    width: 90%;
    margin: 10px auto 20px auto;
    background-color: #EEF8E3;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_news dt{
    float: left;
    width: 8em;
    color: #188C14;
    font-size: 15px;
    line-height: 1.6em;
}
.st_news dd{
    padding-left: 8em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_news dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_news dd a:hover{
    color: #188C14;
}
.st_complain dl{
    width: 90%;
    margin: 10px auto 20px auto;
    background-color: #E2F5FB;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_complain dt{
    float: left;
    width: 8em;
    color: #0E94D2;
    font-size: 15px;
    line-height: 1.6em;
}
.st_complain dd{
    padding-left: 8em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_complain dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_complain dd a:hover{
    color: #0E94D2;
}
.st_recruit dl{
    width: 90%;
    margin: 10px auto 20px auto;
    background-color: #FFE9F5;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_recruit dt{
    float: left;
    width: 8em;
    color: #EC5294;
    font-size: 15px;
    line-height: 1.6em;
}
.st_recruit dd{
    padding-left: 8em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_recruit dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_recruit dd a:hover{
    color: #EC5294;
}

.write_area{
    width: 92%;
	color: #666;
    padding: 8px 2%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: left;
	line-height: 2em;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 15px;
}
.write_area a{
    color: #2951D9;
}
.opnfile_01{
    width: 280px;
    clear: both;
    margin-left: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.opnfile_02{
    width: 250px;
    clear: both;
    margin-left: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.returnpage{
    width: 200px;
    float: right;
    margin-right: 3%;
}





.cms_photo{
    width: 28%;
	float: left;
    margin-left: 2%;
    margin-right: 1%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #ccc;
    margin-bottom: 20px;
}
.coment_ttl{
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
    border-bottom: 2px dashed #ccc;
    border-top: 2px dashed #ccc;
    margin: 10px 10px 20px 10px;
    padding-left: 10px
}
.coment{
    font-size: 15px;
    line-height: 1.8em;
    margin: 10px 10px 30px 10px;
    padding-left: 30px;
}



}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.ttl_news{
        clear: both;
        background-image:url("../images/news/icon_news.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 10%;
        color: #2EA424;
        font-size: 25px;
        font-weight: 700;
        padding: 3px 0 3px 35px;
        margin: 0 0 20px 10px;
        text-align: left;
    }
.ttl_complain{
        clear: both;
        background-image:url("../images/news/icon_complain.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 10%;
        color: #0E94D2;
        font-size: 25px;
        font-weight: 700;
        padding: 3px 0 3px 35px;
        margin: 0 0 20px 10px;
        text-align: left;
    }
.ttl_recruit{
        clear: both;
        background-image:url("../images/news/icon_recruit.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 10%;
        color: #EC5294;
        font-size: 25px;
        font-weight: 700;
        padding: 3px 0 3px 35px;
        margin: 0 0 20px 10px;
        text-align: left;
    }
.ttl_schedule{
        clear: both;
        background-image:url("../images/news/icon_schedule.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 10%;
        color: #ff9100;
        font-size: 25px;
        font-weight: 700;
       padding: 3px 0 3px 35px;
        margin: 0 0 20px 10px;
        text-align: left;
    }
.st_news dl{
    width: 80%;
    margin: 10px auto 20px auto;
    background-color: #EEF8E3;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_news dt{
    float: none;
    width: 8em;
    color: #188C14;
    font-size: 15px;
    line-height: 1.6em;
}
.st_news dd{
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_news dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_news dd a:hover{
    color: #188C14;
}
.st_complain dl{
    width: 80%;
    margin: 10px auto 20px auto;
    background-color: #E2F5FB;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_complain dt{
    float: none;
    width: 8em;
    color: #0E94D2;
    font-size: 15px;
    line-height: 1.6em;
}
.st_complain dd{
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_complain dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_complain dd a:hover{
    color: #0E94D2;
}
.st_recruit dl{
    width: 80%;
    margin: 10px auto 20px auto;
    background-color: #FFE9F5;
    padding: 10px 20px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.st_recruit dt{
    float: none;
    width: 8em;
    color: #EC5294;
    font-size: 15px;
    line-height: 1.6em;
}
.st_recruit dd{
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.6em;
}
.st_recruit dd a{
    color: #666;
    border-bottom: 1px solid #FB1519;
}
.st_recruit dd a:hover{
    color: #EC5294;
}

.write_area{
    width: 92%;
	color: #666;
    padding: 8px 2%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: left;
	line-height: 2em;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 15px;
}
.write_area a{
    color: #2951D9;
}
.opnfile_01{
    width: 280px;
    clear: both;
    margin-left: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.opnfile_02{
    width: 250px;
    clear: both;
    margin-left: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.returnpage{
    width: 200px;
    float: right;
    margin-right: 3%;
}





.cms_photo{
    width: 80%;
	float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #ccc;
    margin-bottom: 20px;
}
.coment_ttl{
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
    border-bottom: 2px dashed #ccc;
    border-top: 2px dashed #ccc;
    margin: 10px 10px 20px 10px;
    padding-left: 10px
}
.coment{
    font-size: 15px;
    line-height: 1.8em;
    margin: 10px 10px 30px 10px;
    padding-left: 10px;
}

    

}
