@charset "shift_jis";
/* CSS Document */
#colorbox{
background: none;
}
#cboxTopLeft,#cboxTopCenter,#cboxTopRight{
display: none;
}
#cboxMiddleLeft,#cboxMiddleRight{
display: none;
}
#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight{
display: none;
}
#cboxContent{
background: none;
margin-left: 20px; 
}
#cboxClose{
width: 37px;
height: 37px;
background: url(../img/icon_close.png) no-repeat;
}
#cboxClose:hover{
background-position: 0;
}
#cboxLoadedContent{
margin-top: 40px;
}

/*
#cboxClose{
width: 37px;
height: 37px;
background: url(../img/icon_close.png) no-repeat;
top: -39px;
right: 0;
left: auto;
color: transparent;
}
#cboxClose:hover{
background-position: 0;
}
#cboxContent{
margin: 50px auto 0;
overflow: visible;
float: none !important;
background: none;
}
#cboxWrapper{
overflow: visible;
}
#cboxLoadedContent{
margin-top: 40px;
}
*/