@charset "Shift_JIS";
/*ショップ一覧の見出し*/
h4 {
    padding: 0.25em 0.5em;
    font-size: 13px;
    font-weight: bold;
    color: #494949;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/
}

/*ショップ一覧の円形写真*/
.shop img {
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  90px;       /* ※縦横を同値に */
    height: 90px;       /* ※縦横を同値に */
}

/*コンテンツの見出し*/
h5{
background: #7db4e6;
box-shadow: 0px 0px 0px 5px #7db4e6;
border: dashed 1px #ffffff;
padding: 0.2em 0.5em;
color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

/*最新情報の見出し*/
h6 {
    padding: 0.25em 0.5em;
    font-size: 14px;
    font-weight: bold;
    color: #7db4e6;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/
}

/*横並び*/
div#double-rectangle {
    margin: auto;
    text-align: center;
    width: 100%;
}
div#left-rectangle {
    display: inline-block;
    padding: 10px;
}
div#right-rectangle {
    display: inline-block;
    padding: 10px;
}


/*ジャンボトロン*/
.jumbotron { background:url(http://lv-jun.com/images/top8.jpg) center no-repeat; background-size: cover;}