﻿@charset "utf-8";
/* CSS Document */
p#icon {
    text-align: left;
    padding: 2px;
}

    p#icon img {
        vertical-align: middle;
    }
/*
h4{
text-align:left;
font-size:20px;
padding:5px;
}*/


.rankmark {
    text-align: left;
}


h2 span {
    font-size: 12px;
    padding: 5px;
}

h3 span {
    display: block;
    border: solid 1px #a9abae;
    -webkit-border-radius: 8px;
    background-color: #fff;
    padding: 2px;
    margin-right: 2px;
    margin-left: 2px;
    min-width: 5em;
    text-align: center;
    font-size: 10px;
}

    h3 span.back {
        float: right;
    }

    h3 span.prev {
        float: right;
    }

    h3 span.next {
        float: right;
    }

    h3 span a {
        display: block;
    }



h3 a:link, h3 a:visited, h3 a:hover {
    color: #ff0079;
}





h4 {
    background: #FF7216;
    /*
    background: -moz-linear-gradient(top,  #ffe6ec 12%, #ffd1e0 93%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#ffe6ec), color-stop(93%,#ffd1e0));
    background: -webkit-linear-gradient(top,  #ffe6ec 12%,#ffd1e0 93%);
    background: -o-linear-gradient(top,  #ffe6ec 12%,#ffd1e0 93%); 
    background: -ms-linear-gradient(top,  #ffe6ec 12%,#ffd1e0 93%); 
    background: linear-gradient(to bottom,  #ffe6ec 12%,#ffd1e0 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6ec', endColorstr='#ffd1e0',GradientType=0 ); 

          border-top: 1px solid #ff0079;
          border-bottom: 1px solid #ff0079;
*/
    color: #ffffff;
    font-family: HiraKakuProN-W3;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 5px;
    margin-bottom: 4px;
    margin-top: 10px;
}

    h4.version {
        color: #FF7216;
        background-color: transparent;
        text-align: left;
    }

    h4#nameData {
    }

        h4#nameData span.next {
            float: right;
        }

        h4#nameData span.prev {
            float: left;
        }

        h4#nameData span a {
            color: #ffffff;
        }

        h4#nameData ul {
            text-align: center;
        }

            h4#nameData ul li {
                font-size: 11px;
                display: inline-block;
                border: 1px solid #ffffff;
                font-weight: normal;
                padding: 3px;
                border-radius: 3px;
            }


dl {
    font-family: HiraKakuProN-W3;
}

dt {
    text-align: right;
    min-height: 20px;
    width: 35%;
    float: left;
    font-size: 13px;
    border-right: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    padding: 2px;
    clear: both;
    color: #ff0079;
}

dd {
    width: 60%;
    min-height: 20px;
    text-align: left;
    float: left;
    font-size: 13px;
    border-top: 1px dotted #cccccc;
    border-left: 1px dotted #cccccc;
    padding: 2px;
}

dt.dear_shop {
    text-align: center;
    min-height: 20px;
    font-size: 13px;
    border-right: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    padding: 2px;
    clear: both;
    color: #ff0079;
    clear: both;
    width: 98%;
}

dd.dear_shop_comment {
    min-height: 20px;
    text-align: center;
    font-size: 13px;
    border-top: 1px dotted #cccccc;
    border-left: 1px dotted #cccccc;
    padding: 2px;
    clear: both;
    width: 98%;
}

dt.commentdt {
    text-align: left;
    height: 20px;
    width: 95%;
    float: left;
    font-size: 13px;
    border-right: none;
    border-top: 1px dotted #cccccc;
    padding: 2px;
}

dd.commentdd {
    width: 95%;
    height: auto;
    text-align: left;
    float: left;
    font-size: 13px;
    border-top: 1px dotted #cccccc;
    padding: 2px;
}


#photospace {
    width: 290px;
    margin: auto;
    border: 1px solid #cccccc;
    padding: 4px;
    -webkit-box-shadow: 3px 3px 3px gray;
    margin-bottom: 10px;
    margin-top: 5px;
}

    #photospace img.photo {
        display: block;
        float: left;
    }

#thumbspace {
    width: 50px;
    float: left;
    text-align: center;
}

    #thumbspace img {
        display: block;
        margin: 4px;
    }

table {
    width: 98%;
    margin: auto;
    font-family: HiraKakuProN-W3;
}

th {
    width: 14%;
    text-align: center;
    border: 1px solid #cccccc;
    /*background-color:#efefef;*/
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

td {
    width: 14%;
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 12px;
    line-height: 18px;
    line-height: 18px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

table#qanda th,
table#qanda td {
    text-align: left;
}

p.diary_bt {
    text-align: center;
    border: solid 1px #a9abae;
    -webkit-border-radius: 8px;
    padding: 10px;
    margin: 5px;
    font-size: 14px;
    font-family: HiraKakuProN-W6;
}

    p.diary_bt a {
        display: block;
    }

#option ul {
    margin: 15px auto 15px;
    text-align: left;
}

#option li {
    display: inline-block;
    vertical-align:;
    width: 32.3%;
    border: 1px solid #ff6600;
    font-size: 12px;
    text-align: center;
}

#option p.op_name {
    padding: 5px 0;
    background: #ffe6ec;
    border-bottom: 1px solid #ffe6ec;
    color: #ff0079;
    font-weight: bold;
}

#option p.fee {
    padding: 5px 0;
}

.option_notes {
    margin: 10px auto;
    width: 96%;
    line-height: 1.5;
    text-align: left;
}

#option li:nth-child( 3n + 2) {
    margin-right: -1px;
    margin-left: -1px;
}

#option li:nth-child( n + 4) {
    margin-top: -1px;
}

.yourElement .item {
    width: 260px;
}

.yourElement .moving {
    -webkit-transition: -webkit-transform .2s ease-out;
}

.yourElement .nav {
}

    .yourElement .nav ul {
        list-style-type: none;
        text-align: center;
    }

        .yourElement .nav ul li {
            display: inline-block;
            margin: 1px;
        }

.yourElement .item img {
    height: 361px;
    margin-bottom: 10px;
    width: 240px;
    -webkit-box-shadow: 2px 2px 2px #666666;
}

dd a:link, a:visited, a:hover {
    color: #ff0079;
}



iframe.diary {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 300px;
    overflow: auto;
    max-width: 100%;
}

.voice {
    background: url("/common/img/supika.png") no-repeat scroll 40% 40% / 20px auto #4DCBD7;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    height: 25px;
    margin: 5px;
    width: 25px;
    z-index: 100;
    display: inline-block;
    float: right;
}

.pause {
    background: url("/common/img/supika.png") no-repeat scroll 40% 40% / 20px auto #4DCBD7;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    height: 25px;
    margin: 5px;
    width: 25px;
    display: none;
    display: inline-block;
    float: right;
}

img.ic_mat {
    z-index: 100;
    display: inline-block;
    float: right;
    margin: 2px 0px;
}

#vote {
    margin: 10px;
    text-align: right;
}

    #vote a {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 40px;
        background: #FFE8DD;
        border: 2px solid #FF7315;
        font-weight: bold;
        color: #FF7315;
    }

#end {
    margin: 10px 0 30px;
    text-align: right;
    font-weight: bold;
}

div#diary {
    margin: 10px auto;
}

#diary iframe {
    margin: 10px auto;
}

table {
    border-collapse: collapse; /*セル同士の間に隙間を空けない*/
}

#prfData {
}

    #prfData th {
        background-color: #FF7216;
        color: #ffffff;
        width: 40%;
        text-align: left;
        padding: 5px;
    }

    #prfData td {
        line-height: 1.5;
        text-align: left;
        padding: 5px;
        width: 60%;
    }

#option {
}

    #option ul {
        padding: 10px;
    }

        #option ul li {
            float: left;
            width: calc(100%/3 - 2px);
            text-align: center;
            border: 1px solid #000000;
        }

            #option ul li span {
                display: block;
                padding: 5px;
            }

                #option ul li span.optName {
                    background-color: #FF7216;

		    font-size:10px;
                    color: #ffffff;
                }

h4#nameData {
    font-size: 160%;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
}

    h4#nameData span {
        display: block;
        font-size: 16px;
        font-weight: normal;
    }

.sat {
    color: #0000FF;
}

.sun {
    color: #FF0000;
}

.galOption {
}

    .galOption li {
        background-color: #000000;
        color: #ffffff;
    }

.galOption {
}

#floatIcon {
    display: none !important;
}

#simulatorBlock table {
    font-size: 13px;
}

    #simulatorBlock table th {
        background-color: #FF7216;
        color: #ffffff;
        text-align: center;
        font-weight: normal;
    }

    #simulatorBlock table td {
        text-align: center;
        font-weight: bold;
    }



.chart_image {
    margin: 0 auto;
    width: 250px;
}

.bx-viewport {
    width: calc(100% - 10px) !important;
}

h4.acord + div {
    display: none;
}

h4.acord:after {
    content: '▼';
    float: right;
    display: inline-block;
    background-color: #ffffff;
    color: #f19ec2;
    border-radius: 50%;
    padding: 2px;
    vertical-align: bottom;
}

h4.acord.open:after {
    content: '▲';
    float: right;
    /*
	            background-color:#ffffff;
	            border-radius:50%;
            */
    display: inline-block;
}


/* ランク表示 文字サイズと位置調整 */
.rankBlock {
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 10px 0;
}

    .rankBlock li {
        display: inline-block;
        /*	width:50%;*/
    }

        .rankBlock li:nth-child(2):before {
            display: inline-block;
            content: '｜';
        }

        .rankBlock li span {
            font-size: 14px;
            display: inline-block;
            float: right;
            padding: 2px 10px;
            transform: rotate(-5deg);
            box-shadow: 1px 1px 2px rgba(0,0,0,.5);
        }

        .rankBlock li span:first-letter{
            font-size: 17px;
        }


.list-item {
    opacity: 1;
}

    .list-item.is-hidden {
        opacity: 0;
        height: 0;
        margin: 0;
    }

.list-btn {
    margin-top: 20px;
}

    .list-btn.is-btn-hidden {
        display: none;
    }

    .list-btn button {
        background-color: #333;
        color: #fff;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        height: 32px;
        line-height: 32px;
        width: 120px;
    }
.list-item.is-hidden h4 {
    padding: 0;
    margin: 0;
}


.yoyakubutton {
    display: inline-block;
    box-sizing: border-box;
    width: 90%;
    margin: 10px 5%;
    position: relative;
    background: #4D9BC1;
    border: 2px solid #4D9BC1;
    border-radius: 0.5rem;
    padding: 1em 2em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition-duration: 0.0s;
}

    .yoyakubutton:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 25px;
        margin-top: -6px;
    }

    .yoyakubutton:hover {
        background: #fff;
        color: #4D9BC1;
    }

        .yoyakubutton:hover:before {
            border-top: 2px solid #4D9BC1;
            border-right: 2px solid #4D9BC1;
        }