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

#full-size-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 60px 0;
    height:46px;
}

.full-pageselect li {
    float: left;
    width:290px;
    font-size:18px;
    font-weight: bold;
    color:#646464;
    background:#E6E6E6;
    margin: 0 30px 0 55px;
    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:190px;
    font-size:18px;
    background:#CF9E58;
    color:#FFF;
    padding:7px 12px;
    letter-spacing: 1px;
    text-align:center;
    margin:20px 0;
}

/* size ----------*/
table.sizebox {
  width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #d4d4d4;
}

table.sizebox td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
  font-family: "ヒラギノ角ゴ pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

table.sizebox td.original {
  background: #F8F8F8;
}

#size .size-use {
  color: #183D5E;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 15px;
}

#size .size-name {
  color: #b78116;
  font-size: 19px;
  margin: 3px 0 5px;
  font-weight: bold;
  letter-spacing: 1px;
}

#size .size-size {
  color: #3C3C3C;
  font-size: 12px;
  margin: 2px 0 9px;
  letter-spacing: 1px;
}

#size p.size-use-original {
  color: #FFF;
  background: #183D5E;
  margin: 10px 24px 0;
  padding: 6px;
}

#size p.size-original {
  color: #183D5E;
  font-size: 17px;
}

#size p.size-original span {
  font-size: 19px;
  font-weight: bold;
}

#size td.sizenew{
  position: relative;
}

#size img.sizenew{
  position: absolute;
  top: 35px;
  right: 5px;
}








