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

#full-option-wrapp {}

ul {padding:0;margin:0;}

.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 55px 0;
    height:46px;
}

.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-spec-title{
    width:115px;
    font-size:20px;
    background:#CF9E58;
    color:#FFF;
    padding:7px 0;
    text-align:center;
    letter-spacing: 2px;
}




.full-option-kind li {
    float:left;
    width:244px;
    list-style:none;
    color:#646464;
    margin:0 14px 25px 0;
    text-align:center;
}

.full-option-name {
    color:#646464;
    font-size:20px;
    font-weight:bold;
    margin: 5px 0;
}

.full-option-text {
    font-size:12px;
    margin: 5px 0;
}







