@charset "utf-8";
/* CSS Document */

#header {
	padding: 10px 0 0;
}
#header h1#head_logo {
    width: 160px;
}
#top_contents {
    padding-top: 20px;
}
.top_slider {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
.top_slider img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;/*アニメーション設定*/
}
.top_slider img:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
h1.title {
    padding-bottom: 20px;
}
ul.top_news {
    margin-bottom: 15px;
}
ul.top_news li {
    padding-bottom: 10px;
    border-bottom: 1px dotted #324c66;
    font-size: 14px;
}
ul.top_news li+li {
    padding-top: 20px;
}
ul.top_news span {
    display: block;
    font-size: 13px;
    font-weight: bold;
}
/* スマホ横～ */
@media screen and (min-width:480px) {

}
/* Kindle縦～ */
@media screen and (min-width:550px) {

}
/* タブレット縦～ */
@media screen and (min-width:750px) {
    #header {
        padding: 20px 0 0;
    }
    #header h1#head_logo {
        width: 220px;
        margin: 0 auto;
    }
    #top_contents {
        padding-top: 30px;
    }
}
/* PC */
@media screen and (min-width:1024px) {
    ul.top_news span {
        display: inline-block;
        padding-right: 15px;
    }
}
/* PC */
@media screen and (min-width:1366px) {

}