@charset "UTF-8";
body {
    font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #000;
    height: 100%;
    -webkit-text-size-adjust: 100%;

    display: flex; /* フレックスボックスに有効に */
    flex-flow: column; /* 要素を縦に並べる */
    min-height: 100vh; /* 最小でも画面の高さ分のbodyの高さを担保する */
}

main {
    flex: 1; /* 画面の高さから他の同レイヤーの要素の高さを引いた値に */
}

html {
    height: 100%;
}

/* chromeブラウザで画像が荒くなってしまう対策 */
img{
    -webkit-backface-visibility: hidden;
}

.table2 {
    border: 0px solid #333;
    border-radius: 5px 5px 5px 5px;
}

img.titlebar {
    width: auto;
    height: 50px;
}

h2 {
    font-size: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
    margin-left: 100px;
    color: #FFFBF0 !important;
}

.red {
    color: #D40000;
    font-weight: bold;
}

.comments {
    font-size: 100%;
}

.blue {
    color: #2A1FFF;
    font-weight: bold;
}

.top_btn {
    /*background-color: #fff;
    border: 1px solid #ffa500;*/
    display: inline-block;
    width: 150px;
    height: 30px;
    padding: 15px 0 0 0;
    margin: 0 auto;
    background: #87e0fd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #999999 0%, #333333 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #333333));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #999999 0%, #333333 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #999999 0%, #333333 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #999999 0%, #333333 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #999999 0%, #333333 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333', GradientType=0);
    /* IE6-9 */
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #077A9E;
    font: bold 25px/11px Helvetica, Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ff3333;
    text-shadow: 0px 1px 2px #FFD8D8;
}

.top_btn2 {
    display: inline-block;
    width: 150px;
    height: 30px;
    padding: 15px 0 0 0;
    margin: 0 auto;
    background: #87e0fd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #999999 0%, #333333 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #333333));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #999999 0%, #333333 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #999999 0%, #333333 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #999999 0%, #333333 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #999999 0%, #333333 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333', GradientType=0);
    /* IE6-9 */
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #077A9E;
    font: bold 25px/11px Helvetica, Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffff00;
    text-shadow: 0px 1px 2px #fffacd;
}

.top_btn:hover {
    color: #fff;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.top_btn2:hover {
    color: #fff;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.th3 {
    background-color: #ffffe0;
    border: 1px solid #ffa500 !important;
}

.th3_select {
    background-color: #ffa500;
    border: 1px solid #ffa500;
}

.pict {
    max-height: 100px;
    max-width: 90%;
}

.main_img {
  background-color: #ccc;
  object-fit: cover;
  width: 100%;
  height: 150px;
  font-family: 'object-fit: cover;'; /*IE対策*/
  border: 1px solid;
  border-color: lightgray;
}

.noborder {
    color: #D40000;
    font-weight: bold;
    border-style: none;
}

.box{
    position: relative;
}
.price {
    position: absolute;
    bottom: 29px;
    left: 4px;
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.title_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
}

img.logo-icon{
    height: 50px;
    width: auto;
}

header {
    /*background-color:#bbbbbb;*/
    /*min-height: 70px;*/
    /* overflow: hidden; */
    /*background: -moz-linear-gradient(top, #ff8c00, #ff8c00);　/* Firefox用 */
    /*background: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to(#ff8c00));　/* Safari,Google Chrome用 */
    /*background-color:#ff8c00;*/
    /*background-image: url(/img/header_lineblend_black.jpg);*/
    /* 画像の設定 */
    /*-moz-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
    background-color: #333;
    width: 100%;
    border-bottom: solid 3px #d10000;
    padding-top: 5px;
    padding-bottom: 5px;
    /*min-width: 1000px; レイアウトが大型モニターで広がりすぎないように、最大幅を指定することをお勧めします。これにより、読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
    /*min-width: 780px; レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
}

/* ~~ フッター ~~ */

footer {
    min-height: 85px;
    padding: 0px 0;
    background-color: #222;
    width: 100%;
    bottom: 0;
    color: #888;
    text-align: center;
    border-top: solid 2px #d10000;
}

footer h5 {
    margin-top: 10px;
    color: #d2691e;
    text-align: center;
}

div.twitter_area {
    float: right;
}

.kensu {
    float: right;
    color: #ffff00;
    font-size: 18px;
}

.kensu_no {
    color: #F00;
    font-size: 20px;
}

.content {
    padding: 0px 0;
}

p {
    padding: 0;
    margin: 0;
}

div#copy_right {
    clear: left;
}

/******** SNS Share********/
#share ul{
    height:auto;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
}
#share li{
    font-size:14px;
    display: inline-block;
    text-align:center;
    width:84px;
    margin-right:1%;
    margin-bottom:8px;
    border-radius:3px;
    list-style:none;
}
#share li.share-twitter{
    background:#55acee;
    box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
    background:#83c3f3;
}
#share li.share-facebook{
    background:#3b5998;
    box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
    background:#4c70ba;
}
#share li.share-google{
    background:#dd4b39;
    box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
    background:#e47365;
}
#share li.share-hatena{
    background:#2c6ebd;
    box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
    background:#4888d4;
}
#share li.share-pocket{
    background:#f13d53;
    box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
    background:#f26f7f;
}
#share li.share-line{
    background:#00C300;
    box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
    background:#2bd92b;
}
#share a{
    display:block;
    height:27px;
    padding-top:3px;
    color:#ffffff;
    text-decoration:none;
}
#share a:hover{
    text-decoration:none;
    color:#ffffff;
}

/*0px～768pxの画面サイズにCSSを適応*/ 
@media (max-width: 768px) { 
    .page-link{
        padding: .5rem .4rem !important;
    }
    footer {
        min-height: 120px;
    }
}
