/*==============================/
/                               /
/　　　　 フルオーダー｜ABOUT        /   
/                               /
/==============================*/

#full-about-wrapp {}

.full-title {
    color: #565656;
    font-size: 27px;
    font-weight: bold;
    line-height: 40px;
    margin: 15px 0;
    text-align: center;
}

.full-text {
    color: #505050;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 15px 0;
    padding: 0 35px;
}

.full-pageselect {
    margin: 30px 0 25px 0;
    height:40px;
}

.full-pageselect li {
    float: left;
    width:290px;
    font-size:18px;
    font-weight: bold;
    color:#646464;
    background:#E6E6E6;
    margin: 0 30px 0 85px;
    list-style: none;
    letter-spacing:1px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */

}
.full-pageselect li a {
    background:#E6E6E6;
    color:#646464;
    width:262px;
    padding:12px 14px;
    display:block;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.full-pageselect li a:hover {
    background:#646464;
    color:#E6E6E6;
}

.full-ps-stext {
    font-size:12px;
}
.full-ps-btext {
    font-size:22px;
}

.full-pb-kozo{
    background:url("/material/guidunce/variation/about/img/full_tenkaimoto.png") no-repeat;
    width: 800px;
    height: 180px;
    position: relative;
}

.kozo-text {
    font-size:27px;
    color:#646464;
    text-align:center;
    position: absolute;
    top: 75px;
    left: 170px;
}

.full-spec-title{
    width:115px;
    font-size:20px;
    background:#CF9E58;
    color:#FFF;
    padding:7px 0;
    text-align:center;
    letter-spacing: 8px;
}

.full-about-text {
    color: #737373;
    font-size: 17px;
    line-height: 26px;
    margin-top:15px;   
}

table.full-table {border-collapse:collapse;}

.full-table td.full-seisan {
    border:1px solid #646464;
    width: 120px;
    color: #737373;
    font-size: 17px;
    vertical-align: middle;
    text-align: center;
    padding:10px;
    letter-spacing: 3px;
}

.full-table th {
    border:1px solid #646464;
    width: 176px;
    color: #000;
    font-size: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
}
.full-table td {
    border:1px solid #646464;
    width: 504px;
    color: #646464;
    font-size: 14px;
    vertical-align: middle;
    line-height: 22px;
    padding: 10px;
}

.full-red-btn ul {
    margin: 5px 0;
    padding: 0;
}

.full-red-btn li {
    width:196px;
    font-size:15px;
    background:#E7474C;
    color:#FFF;
    text-align:center;
    letter-spacing: 2px;
    list-style: none;
}

.full-red-btn li a {
    background:#E7474C;
    color:#FFF;
    width:196px;
    padding:5px;
    display:block;
}
.full-red-btn li a:hover {
    background:#FFC2C4;
    color:#E7474C;
}

.full-rate-boxs {width:760px;}
.full-rate-box {width:240px;float:left;margin-right:20px;margin-top:20px;}


.full-rate-spec {
    width:140px;
    height:110px;
    float:left;
}

.full-rate-spec ul {
    padding:0;
    margin:0;
}

.full-rate-spec li {
    width:140px;
    font-size:13px;
    color:#737373;
    line-height:20px;
    list-style:none;
}

.full-rate-oneparice {
    float:left;
    width:88px;
    padding:7px 5px;
    text-align:center;
    border:1px solid #5DC6CE;
}

.full-rate-one {
    font-size:14px;
    color:#737373;
    margin:0 0 7px 0;
}

.full-rate-price {
    font-size:26px;
    font-weight:bold;
    color:#55BDCA;
    margin:0;
}

.full-rate-product {
    clear:both;
    margin-top:10px;
}

.full-rate-product li {
    width:230px;
    font-size:14px;
    color:#FFF;
    background:#95D5DE;
    margin:0;
    text-align:center;
    list-style:none;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
}

.full-rate-product li a {
    width:230px;
    padding:7px 5px;
    font-size:14px;
    color:#FFF;
    background:#95D5DE;
    margin:0;
    display:block;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
}

.full-rate-product li a:hover {
    width:228px;
    color:#55BDCA;
    background:#DCF7F9;  
}

ul {padding:0;margin:0;}




