@charset "UTF-8";
/* CSS Document */

/* 制服紹介ページ用CSS */

#point2{
 margin-top: 5px;
}

/* 男女切り替えのタブ CSS */
#tabmenu{
    padding:0px;
    margin:0px;
    color:#333;
    font-size: 11px;
    width:580px;
    position:relative;
}
 
#tabmenu div#tab{
    position: absolute;
    top:0px;
    left:0px;
}
 
#tabmenu div#tab a{
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
    display: block;
    text-decoration:none;
    color:#333;
    background:#eee;
}
 
#tabmenu div#tab a:hover{
    background:#000;
    color:#fff;
}
 
div#tab_contents{
    width:580px;
    overflow:
    hidden;clear:both;
}


/*
div#tab_contents ul{
    width:2500px;
    padding:0px;
    margin:0px;
}
div#tab_contents ul li{
    float: left;
    width:580px;
    list-style-type:none;
    padding:60px  20px  20px 20px;
    background:#e2e2e2;
}
*/
div#tab_contents dl{
    width:1500px;
    padding:0px;
    margin:0px;
}

div#tab_contents dl dd{
    float: left;
    width:580px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    /*padding:60px  20px  20px 20px;*/
    /*background:#e2e2e2;*/
}


/* コンテンツ用 CSS */
#male_winter{
 background: url(../img/uniform/uniform_male.png) no-repeat;
 width: 580px;
 height: 1280px;
}
#male_winter2{
 background: url(../img/uniform/uniform_male_20150113.png) no-repeat;
 width: 580px;
 height: 1280px;
}


#uni_male{
 float: right;
 width: 290px;
 margin-top: 200px;
 padding-right: 40px;
}
#uni_male strong{
 color: #999999;
 font-size: 16px;
 font-weight: normal;
}

#uni_male p{
 color: #999999;
 font-weight: normal;
}

#uni_male img{
 margin-top: 5px;
 margin-bottom: 5px;
}


#slacks{
 margin-top: 50px;
}


#female_winter{
 background: url(../img/uniform/uniform_female.png) no-repeat;
 width: 580px;
 height: 1320px;
}
#uni_female{
 float: left;
 width: 290px;
 margin-top: 200px;
 padding-left: 40px;
}
#uni_female p{
 color: #999999;
 font-weight: normal;
}

#uni_female img{
 margin-top: 5px;
 margin-bottom: 5px;
}

#skirt{
 margin-top: 60px;
}
#socks{
 margin-top: 160px;
}


#male_options,
#female_options{
 float: left;
 width: 580px;
 margin-top: 200px;
 padding-left: 40px;
}

#male_options img{
 margin-top: -20px;
 /*margin-right: 50px;*/
}

#female_options img{
 margin-top: -40px;
 /*margin-right: 50px;*/
}

.op_table{
 width: 500px;
}
.op_table td{
 text-align: center;
/*  border: 1px solid black; */
}

.smart{
 font-family: 'Old Standard TT', serif;
 font-size: 18px;
}

