@charset "Shift_JIS";
/*-------------------
[description]
for modal window
-------------------*/
.modalWin{
display:none;
}
#simplemodal-overlay{
background-color:#fff;
}

#simplemodal-container{
width:650px;
height:auto;
background-color:#eee;
border:5px solid #ddd;
-moz-box-shadow:0 0 30px rgba(0,0,0,1);
-webkit-box-shadow:0 0 30px rgba(0,0,0,1);
}
#simplemodal-container .simplemodal-data{
}
#simplemodal-container a.modalCloseImg{
background:#eee url(btn_colse.gif) no-repeat center center;
width:34px;
height:34px;
display:inline;
z-index:3200;
position:absolute;
top:0;
right:0;
cursor:pointer;
}

.modalWin .boxBlack{
padding:5px 40px 5px 15px;
color:#fff;
border-bottom:5px solid #ddd;
background:#666;
}
.modalWin .tableBox{
background:#666;
padding:1px;
border-bottom:5px solid #ddd;
}
.modalWin table.modalTable{
width:100%;
background:#eee;
}
.modalWin table.modalTable th,
.modalWin table.modalTable td{
font-weight:normal;
padding:5px 15px;
border-left:1px solid #fff;
border-bottom:1px solid #fff;
}
.modalWin table.modalTable td.bgBlack{
color:#fff;
background:#474747;
}
.modalWin .boxClose{
background:#eee;
text-align:center;
padding:8px 0;
font-weight:bold;
}
.modalWin .boxClose a img{
vertical-align:-0.2em;
}
.modalWin .boxClose a:link,
.modalWin .boxClose a:visited{
color:#06c;
text-decoration:none;
}
