/* Enter Your Custom CSS Here */

/* リッチトップページ スライド白背景色 */
#top_carousel{
    background-color: rgba(255,255,255,0.7);
    padding:2% 2.5% .1%;
    margin-bottom:1em;
}

/* サイドバーに白背景色 */
#sidebar1{
    background-color: rgba(255,255,255,0.7);
    padding:1%!important;
    box-sizing: content-box;
}

/* PC・タブレットの場合のロゴサイズを大きく */
@media only screen and (min-width: 768px) {
 #logo{
 width:80%;
 margin-top:43px;
 }
}

/* スマホの場合のロゴサイズを大きく */
@media only screen and (max-width: 767px) {
 #logo a img{
 max-height: 42px;
 }
}
