/*============================================================**
        body#popup
**============================================================*/

/*=============================================================**
        Layout
**=============================================================*/

body#popup {
	font-size: 90%;
	background-color: #FFF;
	text-align: center;
	background: none;
}

#popup #wrap {
	width: 100%;
	text-align: left;
	max-width: 100%;
	min-width: 800px;
}

#popup #header,
#popup #contents,
#popup #footer {
	text-align: left;
}

#popup #header {
	background: #000;
	color: #FFF;
	height: 120px;
}

#popup #header_inner {
	position: relative;
}

#popup #header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/bg_popup_body.gif) no-repeat 0px 0px;
	height: 200px;
	padding: 0px 0px 0px 140px;
}

#popup #contents {
	background-color: #FFF;
	color: #000;
}

#popup #contents_main {
	width: 100%;
    margin-left : 0px;
	float: none;
}

#popup #contents_main_s {
	margin-left: 0px;
	margin-right: 0px;
	background: none;
}

#popup #contents_main_inner {
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px 20px 20px 20px;
	background: #FFF url(../img/bg_popup_contents.gif) repeat-x 0px 0px;
	color: #000;
	border-left: none;
}

#popup #footer {
	background: #000;
	color: #FFF;
	padding-top: 30px;
}

#popup #footer_inner {
	padding: 10px;
}

#popup #contents_main_inner,
#popup #contents_sub_inner {
	/*padding: 0px;*/
}

#popup #contents_main_inner {
}


/*=============================================================**
        extra
**=============================================================*/

#popup img.btn_close {
	position: absolute;
	right: 20px;
	top: 37px;
}




/*=============================================================**
        contents
**=============================================================*/

#contents_image .title_chapter {
	font-size: 110%;
	text-align: center;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#contents_image .image {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0px;
}

.image_navigation {
	display:block;
	padding: 30px;
	list-style: none;
	vertical-align: middle;
	margin-bottom:30px;

}

.image_navigation p {
	position: absolute;
	text-align:center;
	top: 260px;
	left: 47%;
	background-color: #7f7f7f;
	padding: 2px 0px 2px 0px;

}

.image_navigation p.in_prev {
	display:inline-block;
	padding-left: 30px;
	padding-right: 15px;
	margin-left: -120px;
	background: #7f7f7f url(../img/arrow_nav_001.gif) no-repeat 0px 50%;
	text-align: center;
}

.image_navigation p.in_next {
	display:inline-block;
	padding-right: 30px;
	padding-left: 15px;
	margin-left: 135px;
	background: #7f7f7f url(../img/arrow_nav_002.gif) no-repeat 100% 50%;
	text-align: center;
}
.image_navigation p.pulldown {
	display:inline-block;
	text-align: center;
	background: none;
	margin-top:5px;
}


.image_navigation p a {
	text-decoration: none !important;
	color: #FFF !important;
	background-color: #7f7f7f !important;
}

.image_navigation p a:hover {
	color: #000 !important;
}


@media screen and (min-width:750px) and ( max-width:1024px) {
#popup #wrap {
	width: 100%;
	text-align: left;
	max-width: 100%;
	min-width: 100%;
}
#popup #header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	background: none;

}
#popup #header {
	background: #000;
	color: #FFF;
	height: 100px;
}
#footer{
	margin-bottom:0;
}
.image_navigation p {
	top: 230px;
	left: 50%;
}

.image_navigation p.in_prev {
	margin-left: -100px;
}

.image_navigation p.in_next {
	margin-left: 75px;
}
.image_navigation p.pulldown {
	margin-top:2px;
}
}


@media screen and (max-width: 750px){
#popup #wrap {
	width: 100%;
	text-align: left;
	max-width: 100%;
	min-width: 100%;
}
#popup #header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	background: none;

}
#popup #header {
	background: #000;
	color: #FFF;
	height: 100px;
}
#footer{
	margin-bottom:0;
}
.image_navigation p {
	top: 260px;
	left: 45%;
}

.image_navigation p.in_prev {
	margin-left: -100px;
}

.image_navigation p.in_next {
	margin-left: 75px;
}
.image_navigation p.pulldown {
	margin-top:2px;
}

}




