* {
margin: 0;
padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
box-sizing: border-box;
height:100%;
margin: 0;
}
body {
font-size: 16px;
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
line-height: 1;
letter-spacing: 0.05em;
position: relative;
margin: 0 auto;

}
html, body {
  height: 100%;
  margin: 0;
}

.container {
width: 100%;
  display: flex;
  min-height: 100vh;  /* 最小でも画面の高さ分を確保 */
  flex-direction: column;   
}

.main-contents {
  flex: 1;                /* これが重要！余ったスペースをすべて使い切る */
  display: flex;          /* 中身の横並び・縦並び用 */
  }
a {
color: #333;
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
letter-spacing: 0.05em;
font-weight: normal;
text-decoration: none;
}
h1,h2 {
line-height: 1.3;
}
li {
list-style: none;
}
small {
font-size: 16px;
}
.light-mode {
line-height: 1.4;
margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
ol {
text-align: left;
margin: 16px auto 28px;
width:96%;
}
.breadcrumb {
list-style: none;
padding-left: 4px;
}
.breadcrumb li {
position: relative;
color: #666;
line-height: 1.6em;
display: inline-block;
list-style: none;
padding-right: 20px;
}
.breadcrumb li::after {
content: "";
    width: 8px;
    height: 8px;
border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-left: 8px;
    margin-top: 8px;
}
.breadcrumb li:last-child::after {
content: '';
border: 0;
}
.breadcrumb li a {
color: #666;
display: inline-block;
font-weight: bold;
}
h1 {
font-size: 25px;
text-align: left;
margin:0 auto 40px;
width:94%;
}
.main-contents {
margin: 0 auto;
width:94%;
 flex-direction: column; 
}
h2 {
font-size: 21px;
color: #333;
padding-bottom: 8px;
margin: 0 0 20px 0;
width: 100%;
display: block;
border-bottom: 2px #c1c4c0 solid;
}
.content2 a {
color: #000;
font-weight: normal;
font-size: 16px;
display: block;
width: 100%;
}

.content2 a:hover {
    text-decoration: none;
}
.content1,.content2 {
display: flex;
flex-wrap: wrap;
margin-bottom: 32px;
}
.content1-wrap,.content2-wrap {
width: 100%;
margin-bottom: 20px;

}
.content1-wrap:nth-of-type(2n),.content2-wrap:nth-of-type(2n) {
margin-right: 0;
}
.content1-no,.content2-no{
font-size: 15px;
text-align: center;
width: 60px;
padding: 5px 2px 3px 0;
display: inline-block;
color: #fff;
background: #666;
border-radius: 4px 4px 0 0;
}
.content1-km {
font-size: 15px;
letter-spacing: 0;
padding: 2px 0 4px 18px;
background-image: url('/assets/img/guide.svg');
background-repeat: no-repeat;
background-size: 15px auto;
background-position: 0 0;
}
.cl2-pref {
font-size: 15px;
text-align: center;
width: 68px;
padding: 6px 2px 4px 0;
display: inline-block;
color: #fff;
background: #666;
border-radius: 3px 8px 0 0;
letter-spacing: 0.15em;
}
.content1-img,.content2-img {
width: 100%;
margin-bottom: 12px;
}
.content1-right,.content2-right {
margin: 0;
padding: 8px;
border: 1px solid #a5a79a;
radius: 4px;
}
.content1-setsu,.content2-setsu {
margin-bottom: 8px;
line-height: 1.5;
font-weight: bold;
}
.content1-setsu a,.content2-setsu a{
font-weight: bold;
}
.content1-img img,.content2-img img {
width: 100%;
height: auto;
}
.content1-site,.content2-site {
line-height: 1.5;
margin-bottom: 8px;
}
.content1-place {
display: inline-block;
font-size: 15px;
padding: 6px 4px;
border: 1px #dbdbdb solid;
border-radius: 2px;
}
.content2-place {
font-size: 14px;
letter-spacing: 1;
border: 1px solid #abacad;
display: inline-block;
padding: 5px;
border-radius: 2px;
}
.content3,.content6 {
margin-bottom: 48px;
}
.content3-wrap,.content6-wrap {
width: 100%;
margin-right: 2%;
margin-bottom: 16px;
padding-bottom: 13px;
display: flex;
border-bottom: 1px #dbdbdb dashed;
}
.content3-img,.content6-img {
margin-right: 3%;
width: 100px;
height: 72px;
background: linear-gradient(180deg, #fafafa 0%, #eeeeee 100%);
border: 1px solid #bababa;
border-radius: 4px;
}
.content3-img img,.content6-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.content3-right,.content6-right {
width: 67%;
}
.content3-setsu,.content6-setsu {
line-height: 1.5;
margin: 0 0 13px 0;
}
.content3-setsu a,.content6-setsu a {
font-weight: bold;
}
.site-info {
padding-left: 23px;
background-image: url('/assets/img/info-icon.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 2px;
}
.site-streaming {
padding-left: 25px;
background-image: url('/assets/img/streaming.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 3px;
}
.site-camera {
font-size: 15px;
padding-left: 25px;
background-image: url('/assets/img/camera.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 3px;
}
.content3-site,.content6-site {
line-height: 1.5;
margin-bottom: 12px;
}
.content3-word,.content6-word {
font-size: 14px;
color: #666;
line-height: 1.5;
padding-left: 23px;
background-image: url('/assets/img/keyword.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 1px;
}
.content3-word span,.content6-word span {
margin-right: 12px;
}
.content3-word span:last-of-type,.content6-word span:last-of-type {
margin-right: 0;
}
.content6-update {
text-align: right;
margin-right: 4px;
}
.content5 {
margin-bottom: 48px;
}
.content5-wrap {
text-align: left;
margin: 0 4px 16px 4px;
padding-bottom: 14px;
border-bottom: 1px #dbdbdb dashed;
}
.content5-setsu {
margin-bottom: 7px;
line-height: 1.5;
}
.content5-setsu a {
font-weight: bold;
}
.content5-site {
line-height: 1.5;
}
.content5-place {
margin: 9px 0 6px;
border: 1px #ccc solid;
display: inline-block;
border-radius: 2px;
}
.content5-place a {
font-size: 15px;
padding: 6px 5px;
display: block;
}
.bond {
width: 100%;
margin-bottom: 52px;
}
.right-midashi {
font-weight: bold;
padding: 4px 0 1px 8px;
font-size: 21px;
margin-bottom: 28px;
border-left: 6px #4b8954 solid;
}
.stock {
text-align: left;
margin-top: 12px;
margin-bottom:16px;
padding: 20px 0 32px 0;
border-bottom: 1px #dadbdc dashed;
}
.rank-stop {
line-height: 1.5;
margin-bottom: 28px;
}
#page-top {
position: fixed;
right: 20px;
bottom: 20px;
background: #000;
width: 36px;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
opacity: 0.8;
}
#page-top img {
width: 75%;
height: 75%;
}
.rightrank {
margin-bottom: 40px;
}
.rightrank-wrap {
width: 100%;
margin-bottom: 20px;
}
.rightrank-no {
font-size: 15px;
text-align: center;
padding: 4px 20px 2px 18px;
display: inline-block;
color: #fff;
background: #666;
border-radius: 3px 8px 0 0;
}
.rightrank-right {
background: #fff;
padding: 8px;
border: 1px solid #a5a79a;
margin: 0;
border-radius: 1px 4px 4px 4px;
}
.rightrank-setsu {
margin-bottom: 8px;
line-height: 1.5;
color: #000;
}

.rightrank-site {
margin-bottom: 8px;
line-height: 1.5;
}
.rightrank-place {
font-size: 14px;
letter-spacing: 1;
border: 1px solid #abacad;
display: inline-block;
padding: 6px;
border-radius: 2px;
}
}
@media screen and (max-width: 1023px) and (min-width: 521px) {
ol {
text-align: left;
margin: 16px auto 36px;
width: 94%;
}
.breadcrumb {
list-style: none;
padding-left: 4px;
}
.breadcrumb li {
color: #666;
line-height: 1.6em;
display: inline-block;
list-style: none;
padding-right: 20px;
position: relative;
}
.breadcrumb li::after {
content: "";
    width: 8px;
    height: 8px;
border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    margin-left: 8px;
    margin-top: 8px;
}
.breadcrumb li:last-child::after {
content: '';
border: 0;
}
.breadcrumb li a {
color: #666;
display: inline-block;
font-weight: bold;
}
h1 {
font-size: 28px;
text-align: left;
margin: 0 auto 56px;
width: 94%;
}
.main-contents {
text-align: left;
width: 86%;
margin-left: auto;
margin-right: auto;
flex-direction: column;
}
.left-contents {
margin: 0 auto;
width: 100%;
}
.bond {
text-align: left;
width: 100%;
margin-bottom: 52px;
}
h2 {
font-size: 23px;
color: #333;
padding-bottom: 12px;
margin: 0 0 28px 0;
width: 100%;
display: block;
border-bottom: 2px #c1c4c0 solid;
}
.content1,.content2 {
display: flex;
flex-wrap: wrap;
margin-bottom: 36px;
gap: 2%;
}
.content2 a {
width: 48%;
display: block;
}
.content1-wrap,.content2-wrap {
width: 32%;
margin-bottom: 24px;
border: 1px #ccc solid;
}
.content1-wrap:nth-of-type(3n),.content2-wrap:nth-of-type(3n) {
margin-right: 0;
}
.content1-no,.content2-no{
font-size: 15px;
text-align: center;
width: 60px;
padding: 5px 2px 3px 0;
display: inline-block;
color: #fff;
background: #666;
border-radius: 4px 4px 0 0;
}
.content1-km {
letter-spacing: 0;
padding: 2px 0 4px 24px;
background-image: url('/assets/img/guide.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 0;
}
.cl2-pref {
font-size: 15px;
text-align: center;
width: 68px;
padding: 6px 2px 4px 0;
display: inline-block;
color: #fff;
background: #666;
border-radius: 3px 8px 0 0;
letter-spacing: 0.15em;
}
.content1-img,.content2-img {
width: 100%;
margin-bottom: 13px;
}
.content1-right,.content2-right {
margin: 0;
margin: 0;
padding: 8px;
border: 1px solid #a5a79a;
border-radius: 0 4px 4px 4px;
}
.content1-setsu,.content2-setsu {
margin-bottom: 5px;
line-height: 1.5;
font-weight: bold;
}
.content1-setsu a,.content2-setsu a{
font-weight: bold;
}
.content1-img img,.content2-img img {
width: 100%;
height: auto;
}
.content1-site,.content2-site {
margin-bottom: 5px;
line-height: 1.5;
}
.content1-place {
display: inline-block;
font-size: 15px;
padding: 8px 4px;
border: 1px #dbdbdb solid;
border-radius: 2px;
}
.content2-place {
font-size: 14px;
letter-spacing: 1;
border: 1px solid #abacad;
display: inline-block;
padding: 6px;
border-radius: 2px;
}
.content3,.content6 {
width: 100%;
text-align: left;
margin-bottom: 40px;
}
.content3-wrap,.content6-wrap {
width: 100%;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px #dbdbdb dashed;
display: flex;
}
.content3-img,.content6-img {
margin-right: 3%;
width: 139px;
height: 100px;
background: linear-gradient(180deg, #fafafa 0%, #eeeeee 100%);
border: 1px solid #bababa;
border-radius: 4px;
}
.content3-img img,.content6-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.content3-right {
flex: 1;
display: flex;
flex-direction: column;
vertical-align: middle;
}
.content3-setsu,.content6-setsu {
flex-shrink: 0;
line-height: 1.5;
margin-top: 4px;
margin-bottom: 16px;
}
.content3-setsu a,.content6-setsu a {
font-weight: bold;
font-size: 19px;
}
.content3-site {
line-height: 1.5;
margin-bottom: 18px;
}
.site-info {
padding-left: 23px;
background-image: url('/assets/img/info-icon.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 2px;
}
.site-streaming {
padding-left: 24px;
background-image: url('/assets/img/streaming.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 2px;
flex-shrink: 0;
}
.site-camera {
padding-left: 24px;
background-image: url('/assets/img/camera.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 2px;
flex-shrink: 0;
}
.map-point {
padding-left: 24px;
background-image: url('/assets/img/guide.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 2px;
flex-shrink: 0;
}
.content6-site {
line-height: 1.5;
margin-bottom: 20px;
}
.new-place {
font-size: 14px;
letter-spacing: 1;
display: inline-block;
border: 1px solid #abacad;
display: inline;
padding: 5px;
border-radius: 2px;
}
.content3-word,.content6-word {
flex: 1; 
color: #666;
font-size: 15px;
line-height: 1.5;
padding-left: 26px;
background-image: url('/assets/img/keyword.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 0;
}
.content3-word span,.content6-word span {
margin-right: 12px;
}
.content3-word span:last-of-type,.content6-word span:last-of-type {
margin-right: 0;
}
.content6-update {
text-align: right;
margin-right: 4px;
}
.content5 {
margin-bottom: 40px;
}
.content5-wrap {
text-align: left;
margin: 0 4px 16px 4px;
padding: 0 4px 15px 0;
border-bottom: 1px #dbdbdb dashed;
}
.content5-wrap:last-of-type {
border: 0;
margin-bottom: 0;
}
.content5-setsu {
margin-bottom: 10px;
line-height: 1.5;
}
.content5-setsu a {
font-size: 18px;
font-weight: bold;
}
.content5-site {
line-height: 1.5;
}
.content5-place {
margin-top: 10px;
display: inline-block;
border: 1px #dbdbdb solid;
border-radius: 2px;
}
.content5-place a {
font-size: 15px;
display: block;
padding: 8px 6px;
}
.right-contents {
margin: 0 auto;
height: 100%;
}
.right-midashi {
font-weight: bold;
padding: 8px 0 4px 8px;
font-size: 21px;
margin-bottom: 20px;
border-left: 6px #4b8954 solid;
}
.stock {
text-align: left;
padding-top: 24px;
margin-top: 20px;
margin-bottom:16px;
padding-bottom: 40px;
border-bottom: 1px #dadbdc dashed;
}
.rank-stop {
margin-bottom: 48px;
}
#page-top {
position: fixed;
right: 20px;
bottom: 100px;
background: #000;
width: 36px;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
opacity: 0.7;
}
#page-top img {
width: 75%;
height: 75%;
}
.rightrank {
margin-bottom: 40px;
display: flex;
flex-wrap: wrap;
width: 100%;
gap:4%;
}
.rightrank a {
width: 48%;
display: block;
}
.rightrank-wrap {
width: 100%;
margin-bottom: 20px;
}
.rightrank-no {
font-size: 15px;
text-align: center;
padding: 4px 20px 2px 18px;
display: inline-block;
color: #fff;
background: #666;
border-radius: 3px 8px 0 0;
}
.rightrank-right {
background: #fff;
padding: 8px;
border: 1px solid #a5a79a;
margin: 0;
border-radius: 1px 4px 4px 4px;
}
.rightrank-setsu {
margin-bottom: 8px;
line-height: 1.5;
color: #000;
}

.rightrank-site {
margin-bottom: 8px;
line-height: 1.5;
}
.rightrank-place {
font-size: 14px;
letter-spacing: 1;
border: 1px solid #abacad;
display: inline-block;
padding: 6px;
border-radius: 2px;
}
}
@media screen and (min-width: 1024px) {

ol {
margin: 16px auto 40px;
text-align: left;
width: 86%;
max-width: 1460px;
}
.breadcrumb {
list-style: none;
padding-left: 4px;
}
.breadcrumb li {
color: #666;
line-height: 1.6em;
display: inline-block;
list-style: none;
padding-right: 20px;
position: relative;
}
.breadcrumb li::after {
content: "";
    width: 8px;
    height: 8px;
border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    margin-left: 8px;
    margin-top: 8px;
}
.breadcrumb li:last-child::after {
content: '';
border: 0;
}
.breadcrumb li a {
color: #666;
display: inline-block;
font-weight: bold;
}
h1 {
font-size: 30px;
text-align: left;
margin: 0 auto 56px;
padding: 0;
width: 86%;
max-width: 1460px;
}
.main-contents {
max-width: 1460px;
width: 86%;
margin-left: auto;
margin-right: auto;
align-items: flex-start;
}
.left-contents {
width: 70%;
margin-right: 5%;
}
.bond {
text-align: left;
margin-bottom: 52px;
width: 100%;
}
h2 {
font-size: 23px;
font-weight: bold;
color: #333;
margin-bottom: 20px;
}
.content1,.content2 {
display: flex;
flex-wrap: wrap;
margin-bottom: 36px;
}
.content1-wrap,.content2-wrap {
width: 100%;
margin-right: 2%;
margin-bottom: 24px;
}
.content1-wrap:nth-of-type(3n),.content2-wrap:nth-of-type(3n) {
margin-right: 0;
}
.content1-no,.content2-no{
font-size: 15px;
text-align: center;
width: 52px;
padding: 5px 2px 3px 0;
display: inline-block;
color: #fff;
background: #666;
border-radius: 3px 8px 0 0;
}
.content1-km {
letter-spacing: 0;
padding: 2px 0 4px 24px;
background-image: url('/assets/img/guide.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 0;
}
.cl2-pref {
font-size: 15px;
text-align: center;
width: 68px;
padding: 6px 2px 4px 0;
display: inline-block;
color: #fff;
background: #666;
border-radius: 3px 8px 0 0;
letter-spacing: 0.15em;
}
.content1-img,.content2-img {
width: 100%;
margin-bottom: 13px;
background: linear-gradient(180deg, #fafafa 0%, #eeeeee 100%);
border: 1px solid #bababa;
border-radius: 1px 4px 4px 4px;
}

.content1-right,.content2-right {
margin: 0;
}
.content1-setsu,.content2-setsu {
margin-bottom: 5px;
line-height: 1.5;
}
.content1-setsu a,.content2-setsu a{
font-weight: bold;
}
.content1-img img,.content2-img img {
width: 10%;
height: auto;
}
.content1-site,.content2-site {
margin-bottom: 5px;
line-height: 1.5;
}
.content1-place {
display: inline-block;
font-size: 15px;
padding: 8px 4px;
border: 1px #dbdbdb solid;
border-radius: 2px;
}
.content3 {
margin-bottom: 52px;
}
.content3-wrap {
width: 100%;
margin-right: 2%;
margin-bottom: 16px;
padding-bottom: 16px;
display: flex;
border-bottom: 1px #dbdbdb dashed;
}
.content3-img {
margin-right: 3%;
width: 139px;
height: 100px;
background: linear-gradient(180deg, #fafafa 0%, #eeeeee 100%);
border: 1px solid #bababa;
border-radius: 4px;
}
.content3-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.content3-right {
width: 67%;
}
.content3-setsu,.content5-setsu {
line-height: 1.5;
margin: 3px 0 13px;
}
.content3-setsu a,.content5-setsu a {
font-size: 18px;
font-weight: bold;
}
.content3-site {
line-height: 1.5;
margin-bottom: 17px;
}
.site-info {
padding-left: 23px;
background-image: url('/assets/img/info-icon.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 2px;
}
.site-streaming {
padding-left: 23px;
background-image: url('/assets/img/streaming.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 2px;
}
.site-camera {
padding-left: 23px;
background-image: url('/assets/img/camera.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 2px;
}
.map-point {
padding-left: 18px;
background-image: url('/assets/img/guide.svg');
background-repeat: no-repeat;
background-size: 16px auto;
background-position: 0 0;
}
.content3-word {
font-size:15px;
color: #666;
line-height: 1.5;
padding-left: 23px;
background-image: url('/assets/img/keyword.svg');
background-repeat: no-repeat;
background-size: 18px auto;
background-position: 0 0;
}
.content3-word span {
margin: 0 12px 0 0;
}
.content3-word span:last-of-type {
margin-right: 0;
}
.content5 {
margin-bottom: 52px;
}
.content5-wrap {
width: 100%;
padding: 0 4px 16px 4px;
margin-bottom: 16px;
border-bottom: 1px #dbdbdb dashed;
}
.content5-wrap:last-of-type {
border: 0;
margin-bottom: 8px;
}
.content5-site {
line-height: 1.5;
margin-bottom: 0;
}
.content5-place {
display: inline-block;
margin-top: 16px;
border: 1px #dbdbdb solid;
border-radius: 2px;
}
.content5-place a {
font-size: 15px;
display: block;
padding: 5px 4px;
}
.content5-place a:hover {
background: #f5f5f5;
}
.right-contents {
margin-bottom: 52px;
padding: 1.7% 1.5% 0 1.5%;
width: 25%;
border: 1px #a5a79a solid;
border-radius: 2px;
background: #eee;
}
.right-midashi {
display: block;
width: 100%;
position: relative;
color: #fff;
font-size: 16px;
padding: 12px 8px 9px;
margin-bottom: 20px;
background: #4b8954;
border-radius: 2px;
line-height: 1.5;
}
.content2 {
width: 100%;
margin-bottom: 32px;
}
.content2-wrap {
margin-bottom: 20px;
}
.cl2-pref {
font-size: 15px;
text-align: center;
width: 68px;
padding: 6px 2px 4px 0;
display: inline-block;
color: #fff;
background: #666;
border-radius: 3px 8px 0 0;
letter-spacing: 0.15em;
}
.content2-no,.content6-no {
font-size: 15px;
display: inline-block;
padding: 4px 20px 2px 18px;
color: #fff;
text-align: center;
background: #666;
border-radius: 4px 4px 0 0;
border: 1px #666 solid;
}
.content2-right,.content6-right {
margin: 0 2px;
}
.content2-right {
background: #fff;
padding:8px;
border: 1px solid #a5a79a;
margin: 0;
border-radius: 1px 4px 4px 4px;
}
.content2-img,.content6-img {
margin-bottom: 13px;
}
.content2-img img,.content6-img img {
width: 100%;
height: auto;
}
.content2-setsu,.content6-setsu {
line-height: 1.5;
margin: 2px 0 10px 0;
}
.content2 a {
color: #000;
font-weight: 400;
font-size: 16px;
display: block;
}

.content2 a:hover {
    text-decoration: none;
}
.content2-site {
line-height: 1.5;
margin-bottom: 6px;
}
.content2-place {
font-size: 14px;
letter-spacing: 1;
border: 1px solid #abacad;
display: inline-block;
padding: 6px;
border-radius: 2px;
}
.content6 {
background:#fff;
padding:8px;
border:1px #ccc solid;
margin-bottom: 30px;
}
.content6-wrap {
margin-bottom: 20px;
}
.content6-setsu a {
font-size: 18px;
line-height: 1.4;
}
a:hover {
text-decoration: underline;
}
.content6-site {
margin-bottom: 6px;
line-height: 1.5;
}
.content6-update {
text-align: right;
line-height: 1;
margin-bottom: 8px;
}
.stock {
text-align: left;
margin-top: 20px;
margin-bottom:16px;
padding: 20px 0 40px 0;
border-bottom: 1px #dadbdc dashed;
}
.rank-stop {
margin-bottom: 20px;
line-height: 1.5;
background: #fff;
padding: 16px;
}
#page-top {
position: fixed;
right: 20px;
bottom: 80px;
background: #000;
width: 36px;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
opacity: 0.8;
}
#page-top img {
width: 75%;
height: 75%;
}
.rightrank {
margin-bottom: 40px;
}
.rightrank-wrap {
width: 100%;
margin-bottom: 20px;
}
.rightrank-no {
font-size: 15px;
text-align: center;
padding: 4px 20px 2px 18px;
display: inline-block;
color: #fff;
background: #666;
border-radius: 3px 8px 0 0;
}
.rightrank-right {
background: #fff;
padding: 8px;
border: 1px solid #a5a79a;
margin: 0;
border-radius: 1px 4px 4px 4px;
}
.rightrank-setsu {
margin-bottom: 8px;
line-height: 1.5;
color: #000;
}

.rightrank-site {
margin-bottom: 8px;
line-height: 1.5;
}
.rightrank-place {
font-size: 14px;
letter-spacing: 1;
border: 1px solid #abacad;
display: inline-block;
padding: 6px;
border-radius: 2px;
}
}