@charset "utf-8";

div {
	margin: 0; padding: 0;
}
#page1 {
	min-width: 1017px;
	min-height: 510px;
	background: url(../images/basic_top2.png),url(../images/basic_top4.png), url(../images/basic_top3.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center 90%, center center, center center;
	/*background-size: 310px 607px,310px 100%, cover;*/
	background-size: auto 410px,210px 100%, cover;
	-webkit-background-size: auto 410px,210px 100%, cover;
    -moz-background-size: auto 410px,210px 100%, cover;
    -o-background-size: auto 410px,210px 100%, cover;
}
#main {
	width: 100%;
	height: 100%;
}
.shadow {
	position: absolute;
	width: 100%;
	height: 5px;
	background: url(../images/shadow.png) repeat-x;
}
#detail  {
	width: 940px;
	text-align: center;
	margin: 0 auto;
	background: #FFF;
	height: 1430px;
}
#detail2  {
	width: 940px;
	text-align: center;
	margin: 0 auto;
	background: #FFF;
}
#detail h1, #detail2 h1 {
	height: 25px;
	width: 940px;
	padding-top: 120px;
	float: left;
	text-align: left;
	padding-bottom: 25px;
}
#detail2 h4 {
	padding-top: 120px;
}
#detail .leftbox {
	float: left;
	height: 1180px;
	width: 440px;
	margin-bottom: 50px;
}
#detail .rightbox {
	float: right;
	height: 1180px;
	width: 440px;
	margin-bottom: 50px;
}
#detail2 .leftbox {
	float: left;
	height: 393px;
	width: 440px;
	padding-bottom: 50px;
}
#detail2 .rightbox {
	float: right;
	height: 393px;
	width: 440px;
	padding-bottom: 50px;
}
#wrap {
	height: 100%;
	width: 100%;
}
.box {
	height: 165px;
	width: 440px;
	padding-top: 30px;
	clear: both;
}
.box h2 {
	float: left;
	width: 255px;
	text-align: left;
	margin-bottom: 10px;
}
.box h3 {
	float: left;
	height: 14px;
	width: 240px;
	text-align: left;
	border-bottom: 1px solid #eacd6a;
	padding-bottom: 5px;
	margin-bottom: 7px;
	margin-left: 15px;
}
.box p {
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 15px;
	font-size: 10px;
	padding-top: 10px;
	width: 240px;
	margin-left: 15px;
}
.box .ribbon {
	float: right;	
}
.box .ribbon img {
	z-index: 10;
	height: 50;
	width: 49;
	position: absolute;
	margin-top: -5px;
	margin-left: -44px;
}
.box>.photo1  {
	float: right;
	height: 165px;
	width: 165px;
	border: 1px solid #eacd6a;
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	border-radius: 8px;
	z-index: 9;
}
.box .photo2,.photo3,.photo4  {
	float: right;
	height: 165px;
	width: 165px;
	border: 1px solid #eacd6a;
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	border-radius: 8px;
}
.photo1 img {
	margin-top: 10px;
}
.photo2 img {
	margin-top: 13px;
}
.photo3 img {
	margin-top: 22px;
}
.photo4 img {
	margin-top: 17px;
}
