
/* ホシタビからコピペ */

#contents-fortune {
    background: #e6f3f7;
    border-bottom: solid 1px #e6f3f7;
    overflow: hidden;
}

.star-box {
    background: #eec;
    
    margin: 10px;
    border: solid 1px #d3ceba;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: visible;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px rgb(211, 206, 186);
    -moz-box-shadow: 1px 1px 3px rgb(211, 206, 186);
    -ms-box-shadow: 1px 1px 3px rgb(211, 206, 186);
    box-shadow: 1px 1px 3px rgb(211, 206, 186);
}

.inner2 {
    padding: 4px;
    margin: 0px 10px 0px 10px;
    padding: 20px 10px 20px 10px;
    color: #3c301d;
    background: #E9E0D1;
    background-image: url(../star/img/back1.png);
    background-size: 100%;
    background-repeat: repeat-y;
    font-size: 17px;
}

.inner3 {
    margin: 0px 10px 0px 10px;
    padding: 1px 1px 20px 1px;
    color: #3c301d;
    background: #E9E0D1;
    background-image: url(../star/img/back2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.inner4 {
    margin: 0px 10px 0px 10px;
    padding: 1px 1px 20px 1px;
    color: #3c301d;
    background: #E9E0D1;
    background-image: url(../star/img/back2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.midashi {
    position: relative;
    color: #ffffff;
    background: #3399FF;
    font-size: 19px;
    line-height: 1;
    margin: 10px -5px 10px 0px;
    padding: 10px 5px 10px 20px;
    box-shadow: 1px 1px 7px 0px #666666;
}

.clumnbox {
    padding: 10px;
    color: #fff;
    background: #153c70;
    overflow: visible;
    position: relative;
    font-size: 18px;
    border-radius: 0 0 6px 6px;
    
}

/* ホシタビからコピペ ここまで */

/* top.css よりコピペ */
#enjoy {
    margin: 10px;
}

#enjoy .inner {
    padding: 4px;
    border: solid 1px #c0d5da;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #EFC57B;
    -webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    -moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    -ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    box-shadow: 1px 1px 3px rgb(187, 207, 213);
}

#enjoy .inner ul {
    background: #fff;
    overflow: hidden;
}

#enjoy .inner ul li {
    width: 100%;
    float: none;
    clear: both;
    border-bottom: solid 1px #ccc;
}

#enjoy .inner ul li a {
    padding: 10px;
    display: block;
    background: url(../../images/common/link_arrow3.png) no-repeat 95% center;
}

#enjoy .inner ul li .thumbnail {
    padding: 0 5px 0 0;
    vertical-align: middle;
    display: table-cell;
}

#enjoy .inner ul li a span.txt {
    vertical-align: middle;
    display: table-cell;
    font-size: 17px;
}

/* top.css ここまで */

section#enjoy h2 {
    color: #003d84;
    font-weight: bold;
}

div#title div.wrapper h1 {
    font-size: 17px;
}

section#enjoy h2 {
    font-size: 17px;
    text-align: center;
}

#tit-fortune {
    border-bottom: solid 1px #2370a0;
    background: #2982ba url(images/bg_title.png) repeat-x left top;
}

section#everyday.box {
    margin :0;
}



p.btn-featuretop a {
   font-size: 17px;
}

span.feature h1 {
    text-align:center;
    font-size: 18px;
    text-shadow: none;
    font-weight: bold;
}

span#newyear h1 {
    color: #922;
}

span#yearly h1 {
    color: #229;
}

span.feature h2 {
    text-align:center;
    font-size: 17px;
}

#tit-fortune span {
    padding: 110px 0 10px 0;
    display: block;
    color: #fff;
    text-shadow: -1px 0px 0px #000;
    text-align: center;
    line-height: 1;
    background: url(images/main_title.png) no-repeat center top;
    font-size: 15px;
}


.box {
    margin: 10px;
    border: solid 1px #d3ceba;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    overflow: visible;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px rgb(211, 206, 186);
    -moz-box-shadow: 1px 1px 3px rgb(211, 206, 186);
    -ms-box-shadow: 1px 1px 3px rgb(211, 206, 186);
    box-shadow: 1px 1px 3px rgb(211, 206, 186);
}


#everyday .inner {
    padding: 4px;
    border: solid 1px #c0d5da;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #a5d6ef;
    -webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    -moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    -ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    box-shadow: 1px 1px 3px rgb(187, 207, 213);
}

#everyday a {
    display: block;
    background: url(../../images/common/link_arrow3.png) no-repeat 96% center;
}

#everyday .thumbnail {
    padding: 10px;
    vertical-align: middle;
    display: table-cell;
}

#everyday .txt {
    vertical-align: middle;
    display: table-cell;
}

section.star-box h2 span.thumbnail {
    padding: 10px;
    vertical-align: middle;
    display: table-cell;
}

section.star-box h2 span.txt {
    vertical-align: middle;
    display: table-cell;
    font-size: 19px;
    color: #000;
}


#sns {
    margin: 10px;
}

#sns .inner {
    padding: 4px;
    border: solid 1px #c0d5da;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #a5d6ef;
    -webkit-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    -moz-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    -ms-box-shadow: 1px 1px 3px rgb(187, 207, 213);
    box-shadow: 1px 1px 3px rgb(187, 207, 213);
}

#sns .inner ul {
    background: #fff;
    overflow: hidden;
}

.btxt {
    font-size: 17px;
}

#sns .inner ul li {
    width: 100%;
    float: none;
    clear: both;
    border-bottom: solid 1px #ccc;
}

#sns .inner ul li.col2 {
    width: 49.8%;
    float: left;
    border-right: solid 1px #ccc;
    line-height: 1;
    clear: none;
}

#sns .inner ul li.even {
    border-right: none;
}


#sns .inner ul li:last-child {
    border-bottom: none;
}

#sns .inner ul li:nth-last-child(2) {
    border-bottom: none;
}

#sns .inner ul li a {
    padding: 15px 5px 15px 5px;
    display: block;
    background: url(../../images/common/link_arrow3.png) no-repeat 96% center;
}


#sns .inner ul li .thumbnail {
    padding: 0 5px 0 0;
    vertical-align: middle;
    display: table-cell;
}


#sns .inner ul li img {
    vertical-align: middle;
}


#sns .inner ul li .txt {
    vertical-align: middle;
    display: table-cell;
}

#sns .inner ul li img {
    width:  30px;
    height: 30px;
}