@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{/* margin:0; *//* padding:0; *//* font-size:100%; *//* vertical-align:baseline; *//* background:transparent */}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,'MS UI Gothic',arial,helvetica,clean,sans-serif;
    line-height: 2;
    background: url(../images/bg.jpg) top center no-repeat fixed;
    background-size: cover;
}
a {
    color: #b968c3;
    transition: 0.7s ease;
}
a:hover {
    text-decoration: none;
}
header {
    overflow: hidden;
    text-align: center;
    margin-bottom: 300px;
    background: #b968c3;
}
header h1 {
    font-size: 23px;
    font-weight: bold;
    padding: 0 10px;
}
header h1 a {
    text-decoration: none;
    color: #ffffff;
}
header h1 a:hover {
    text-shadow: 0 0 2px #000000, 0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000;
    color: #fff;
}
.mainimage {
    overflow: hidden;
    text-align: center;
}
.mainimage img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.page {
    width: 1000px;
    margin: auto;
}
.page h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.menu {
    width: 200px;
    float: left;
}
.contents {
    width: 780px;
    float: right;
}
.sub {
    padding: 2%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #b968c3;
    overflow: hidden;
}
.post {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.post:last-child {
    margin-bottom: 0;
}
.post img {
    width: 250px;
    float: left;
    margin: 0 20px 0 0;
}
.post2 {
    width: 48%;
    margin-right: 29px;
    float: left;
    overflow: hidden;
}
.post2 img {
    width: 250px;
    margin: 0 0 0 0;
}
.imagecenter {
    width: 100%;
    text-align: center;
}
.readmore {
    margin: 10px 0;
    overflow: hidden;
}
.readmore a {
    color: #FFFFFF;
    background: #b968c3;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}
.readmore a:hover {
    background: #FFFFFF;
    color: #b968c3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.main {
    padding: 2%;
    background: rgba(255, 255, 255, 0.7);
    margin: 20px 0 20px 0;
}
.main img {
    width: 250px;
    float: left;
    margin: 0 20px 0 0;
}
.main h3 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.recommend {
    padding: 2%;
    box-shadow: 0 0 5px #b968c3;
    background: rgba(255, 255, 255, 0.7);
    margin: 20px 0 20px 0;
    text-align: center;
}
h3.heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
footer {
    clear:both;
    font-size:11px;
    text-align:center;
    background: #b968c3;
}
.copyright {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
}
.copyright a {
    color: #fff;
}
.main.hai {
    margin: 0 0 10px 0;
}
.post2:last-child {
    margin: 0 0 0 0;
}

@media screen and (max-width: 1024px) {
    .page {
        width: 100%;
    }
    .menu {
        width: 100%;
        float: none;
    }
    .contents {
        width: 95%;
        margin: 10px auto;
        float: none;
    }
    .post img {
        max-width: 100%;
        float: none;
        margin: 0 0 0 0;
    }
    .post2 img {
        max-width: 100%;
        float: none;
        margin: 0 0 0 0;
    }
    .copyright {
        width: 98%;
    }
    .main img {
        max-width: 100%;
        float: none;
        margin: 0 0 0 0;
    }
    .post2 {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 479px) {
    header h1 {
        font-size: 18px;
    }
}