/*----------------------------------------------------
		#sizeguide サイズガイド
----------------------------------------------------*/
#sizeguide {width:100%; text-align:left;}

#sizeguide h2 {}
#sizeguide h3 {}
#sizeguide h4 {font-size:12px; text-align:center;}
#sizeguide h5 {font-size:36px; font-weight:bold; text-align:center}

/* サイズガイドサイズの測り方 */
table.sizeguide {
    width: 200px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 8px;
}
 
table.sizeguide th,
table.sizeguide td {
    padding: 8px;
}
 
table.sizeguide th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 50px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
 
table.sizeguide th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.sizeguide th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.sizeguide td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}


/* サイズガイドサイズ表 */
table.sizetable {
  width: 100%;
  margin: 0 ;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 8px;
  text-align: center;
}

table.sizetable caption {
  margin-top: 1px;
  text-align: center;
}

table.sizetable th,
table.sizetable td {
  padding: 1px 2px;
}

table.sizetable th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: 8px;
  color: #FFF;
}

table.sizetable td {
  text-align: center;
  white-space: nowrap;
  font-size: 8px;
}

table.sizetable col.title {
  background: #A5A5A5;
}

table.sizetable col.ext {
  background: #C7E09D;
}

table.sizetable col.lno {
  background: #F099BF;
}

table.sizetable col.mno {
  background: #7DCDF3;
}

table.sizetable col.uno {
  background: #FFCC73;


a:hover img {  
opacity: 0.8;  
filter: alpha(opacity=80);  
-ms-filter: "alpha( opacity=80 )";  
-moz-opacity: 0.8;  
-khtml-opacity: 0.8;  
}  }
