@charset "UTF-8";

/*
	================================================================================================
		support s-frame download  common.css
	================================================================================================
*/
/* CSS Document */

#contents .dw600{
    max-width: 600px;
    margin: 20px auto 0;
}

#contents img {
    width: auto;
    height: auto;
    max-width: 100%;
}

#contents .red {
    color: #ee0000;
}

#contents .center {
    text-align: center;
}

#closeBtn {
    display: none;
}

#contents .notice_gray {
    background: none repeat scroll 0 0 #EBEBEB;
    margin: 0 0 1em;
    padding: 1em;
}

#contents .t_orange {
    color: #FF9900;
}

#contents .mt0  {
    margin-top: 0 !important;
}