/*========================================

	UWL.CSS
	
=========================================*/


/*------------------------------------------
	common
-------------------------------------------*/

.fl_r {
	float: right;
	display: inline;
}
.fl_l {
	float: left;
	display: inline;
}

#uwl {
	background: url(../img/index_bg01.jpg) repeat-x top;
	min-width: 1024px;
	text-align: center;
}
#uwl #wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	min-width: 1024px;
}
#uwl .detail {
	width: 1024px;
	margin: 0 auto;
}

/*------------------------------------------
	main
-------------------------------------------*/

#uwl #main {
	background: url(../img/index_bg02.jpg) no-repeat center top;
	min-width: 1024px;
	text-align: center;
	width: 100%;
}


/*------------------------------------------
	yoyaku
-------------------------------------------*/

#uwl #yoyaku {
	width: 100%;
	background: url(../img/index_yoyaku_bg01.jpg) no-repeat center top;
	text-align: center;
}


/*------------------------------------------
	sn
-------------------------------------------*/

#uwl #sn {
	width: 100%;
	background: url(../img/index_sn_bg01.jpg) no-repeat center top;
}


/*------------------------------------------
	kt
-------------------------------------------*/
#uwl #kt {
	width: 100%;
	text-align: center;
}
#uwl #kt .detail {
	position: relative;
}
#uwl #kt .fly {
	position: absolute;
	left: -27px;
	top: 321px;
	background: url(../img/index_kt_bg01.jpg) no-repeat;
	width: 27px;
	height: 200px;
}


/*------------------------------------------
	ss
-------------------------------------------*/

#uwl #ss {
	width: 100%;
	background: url(../img/index_ss_bg01.jpg) no-repeat center top;
	text-align: center;
}

/*------------------------------------------
	footer
-------------------------------------------*/

#uwl #footer {
	padding: 15px 0 40px;
	text-align: center;
	line-height: 140%;
	font-size: 80%;
	color: #ffffff;
	min-width: 1024px;
}


/*------------------------------------------
	popup
-------------------------------------------*/

#popup {
    background: url("../img/popup_bg02.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#popup #popup_wrapper {
    background: url("../img/popup_bg.jpg") repeat scroll center 0 rgba(0, 0, 0, 0);
}

#popup .yoyakunori_box {
	background:url(../img/popup_board.png) no-repeat;
    margin: 0 auto;
    width: 700px;
}

#popup .close {
    padding: 50px 0 30px;
    text-align: center;
}
