@charset "utf-8";
@import "common/0-import.css";
@import "thickbox.css";
/*------------------------------------------------------------
	各スタッフ紹介
------------------------------------------------------------*/
body {
	margin: 0;
	background: none;

	text-align: center;
}

#popup {
	margin: 0 auto;
	width: 680px;
	text-align: left;
}

#popup .box {
	height: 290px;
	border: 1px solid #9DB0BC;
	border-top: none;
	position: relative;
	background-image: url(../img/works/back_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#popup .box p {
	position: absolute;
	font-size: 14px;
	line-height: 1.4;
	height: 76px;
}

#popup .box p.text {
	position: absolute;
	top: 210px;
	right: 100px;
}

#popup .box p.text01 {
	position: absolute;
	top: 10px;
	left: 510px;
}

#popup .box p.text02 {
	position: absolute;
	top: 10px;
	left: 130px;
}

#popup .box p.text_name {
	position: absolute;
	top: 145px;
	right: 20px;
	width: 150px;
	text-align: center;
}
#popup .box p.text_price {
	position: absolute;
	top: 210px;
	right: 20px;
	width: 150px;
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 5px;
	height: 65px;
}
#popup .box p.text_price2 {
	position: absolute;
	top: 240px;
	right: 20px;
	width: 150px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
#popup .box p.text_before {
	position: absolute;
	top: 3px;
	left: 10px;
}
#popup .box p.text_after {
	position: absolute;
	top: 3px;
	left: 260px;
}

#popup .box p.before {
	left: 10px;
	top: 30px;
}
#popup .box p.after {
	left: 260px;
	top: 30px;
}

#popup .box p.yuan {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 150px;
	height: 110px;
}

#popup .box p.spacial {
	font-weight: bold;
	text-align: left;
	top: 250px;
	right: 180px;
	left: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

#popup .box p.spacial2 {
	width: 650px;
	font-weight: bold;
	text-align: center;
	top: 250px;
	right: 180px;
	left: 10px;
	font-size: 12px;
	color: #333333;
	background-color: #DFF9FF;
	height: 33px;
	padding: 2px;
}

#popup .boxb {
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	background-color: #C1D1D9;
}

#popup .boxb ul {
	float: left;
	background: #fff;
}

#popup .boxb li img {
	display: block;
}

#popup .boxb li {
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

#popup .boxc {
	width: 380px;
	height: auto;
	float: right;
	background-image: url(../img/works/boxc_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#popup .boxc p {
	text-align: left;
	line-height: 1.5;
	font-size: 10px;
	letter-spacing: 1px;
}

#popup .boxd {
	width: 250px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}

#popup .boxd p {
	text-align: left;
	line-height: 1.2;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px;
}

.red {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

