@charset "utf-8";


.detail{
    max-width: 1200px;
    min-width: 940px;
    margin: 0 auto 20px;
    padding: 0 60px 30px;
    font-size: 14px;
    line-height:1.9em;
    border-bottom:1px solid #bfbfbf;
}    
.detail ul{
    list-style:none;
    padding:0;
}

.photos .view{
    text-align:center;
    padding:20px;
}

.photos img{
    display:block;
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
}
.photos li{
    display:inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
}
.photos li:hover{
    border-color: #ccc;
    cursor: pointer;
}
.top-line{
    border-top: 1px solid #bfbfbf;
    margin-top: 1em;
    clear:both;
}
.price{
    font-size:1.2em;
}
h1{
    font-size:1.5em;
}
h3{
    font-size:1.1em;
    margin: 1em 0 .5em;
}
table{
    border-collapse: collapse; 
    text-align:left;
}
th, td{
    border: 1px solid #bfbfbf;
    vertical-align:middle;
    line-height:1.5em;
    padding:.5em;
}
th{
    background-color: #ddd;
    white-space: nowrap;
}
.comments table{
    margin-left: 0px;
}
.properties table th,
.properties table td{
    border:none;
    background-color: transparent;
    padding-right:2em;
}
.size table{
    text-align:center;
    width: 100%;
}
.size a{
    text-decoration: underline;
    font-size:.9em;
}
.size a:hover{
    text-decoration: none;
    color: #aaa;
}
.color-size ul{
    float:left;
}
.color-size li{
    margin-bottom:.5em;
}
.btn-group {
    float:right;
    padding-top:1em
}
.btn-group a{
    display:block;
    width:200px;
    height:50px;
    margin:0 25px 25px;
}

@media screen and (max-width: 509px){
    .color-size ul{
        float:none;
        text-align:center;
    }
    .btn-group {
        float:none;
        text-align:center;
    }
    .btn-group a{
        margin:0 auto 5vw;
    }
    
    .comments img{float:none}
    .comments table{
        margin-left: 0;
    }
}

@media screen and (min-width: 768px){
    .detail:after{
        display:block;
        clear:both;
        content:"";
    }
    .pc-left{
        float:left;
        width:45%;
    }
    .pc-right{
        float:right;
        width:50%;
    }
}

@media screen and (max-width: 767px){
    .detail{
        max-width: auto;
        min-width: auto;
        padding: 5vw;
    }
}