/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blog.polus.co.jp/mt-static/themes/base-weblog.css);
@import url(http://blog.polus.co.jp/mt-static/themes/theme-vicksburg_rose/theme-vicksburg_rose.css);
/* end StyleCatcher imports */


body {
    min-width: 960px;
    color: #333;
    background: #FAFAFA;
    font-family: YuGothic, '游ゴシック','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}




#container {
    width: 960px;
    margin-bottom: 20px;
    background: #fff;
}

#container-inner {
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: #DDD;
}

#banner {
    width: 100%;
    background: url("http://blog.polus-hokushin.jp/170206main_biz.jpg") center center;
    background-size: cover;
}

#banner-inner {
height: 300px;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    text-shadow: #000 0 1px 2px;
    margin-top: 62px;
    line-height: 1.6;
    color: #FFF;
}


#alpha {
    margin: 15px 15px 0 15px;
    width: 720px;
}

.blog__nav{
background: #757575;
padding: 0;
margin: 0 2px;
height: 50px;
}

.blog__nav:after{
clear: both;
}


.blog__nav__item{
float: left;
list-style: none;
}

.blog__nav__item a{
text-align: center;
width: 137px;
display: block;
padding: 10px;
color : #FFF;
font-size: 14px;
line-height: 30px;
}


.blog__nav__item a:hover{
background: #607D8B;
}

#beta {
    width: 200px;
    background: #EEE;
}

