@charset "UTF-8";

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: center;}
body.popup { background: #fff !important; }

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	padding-bottom: 70px;
	min-width: 980px;
	text-align: left;
	background-color: #fff !important;
}

/* !contents
---------------------------------------------------------- */

#contents .contentsWrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
body.popup #contents { width: 650px; }
	#contentsIn {
		margin-top: 20px;
	}
		#main {
			float: left;
			width: 650px;
		}
		#main.col1 {
			/* float: none;
			width: 100%;	 */
		}
		#sub {
			float: right;
			width: 290px;
		}

/* !popup
---------------------------------------------------------- */
iframe { position: relative; }
	body.popup { background: #fff !important; width: 650px; min-width: 0; margin: auto;}
		body.popup #contents { width: 650px; }
