@charset "UTF-8";

@import url("../default.css");
@import url("../common.css");


/*====================================== special kobe */

#contents{
	width:864px;
	padding:10px 0 20px 0;
	margin:0 auto;
	text-align:center;
}
#main{
	width:860px;
	margin:0 auto;
	background: url(../../img/special/kobecollection/bg_contents.jpg) repeat-y top center;
}

.breadcrumbs p{
	text-align:right;
}

/*--------- btn page top */
.pageTop{
	position: relative;
}


/*-------------------------------------- kobecollection */
div#contents div.box {
	position: relative;
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

div#contents div.box p.photo,
div#contents div.box h2,
div#contents div.box p.text,
div#contents div#seventh div#manager {
	position: absolute;
}


/*-------------------------------------- first */
div#contents div#first {
	height: 288px;
}

div#contents div#first p.photo {
	top: 19px;
	left: 0;
}

div#contents div#first h2 {
	top: 19px;
	right: 0;
}

div#contents div#first p.text {
	top: 139px;
	right: 25px;
	width: 450px;
}


/*-------------------------------------- second */
div#contents div#second {
	height: 306px;
}

div#contents div#second p.photo {
	top: 30px;
	right: 0;
}

div#contents div#second h2 {
	top: 79px;
	left: 0;
}

div#contents div#second p.text {
	top: 185px;
	left: 30px;
	width: 384px;
}



/*-------------------------------------- third */
div#contents div#third {
	height: 346px;
}

div#contents div#third p.photo {
	top: 88px;
	left: 0;
}

div#contents div#third h2 {
	top: 87px;
	right: 0;
}

div#contents div#third p.text {
	top: 198px;
	right: 12px;
	width: 465px;
	padding-left: 15px;
}

div#contents div#third p.text img {
	margin-top: 13px;
	margin-left: -15px;
}



/*-------------------------------------- fourth */
div#contents div#fourth {
	height: 357px;
}

div#contents div#fourth p.photo {
	top: 50px;
	right: 0;
}

div#contents div#fourth h2 {
	top: 103px;
	left: 0;
}

div#contents div#fourth p.text {
	top: 229px;
	left: 30px;
	width: 400px;
}




/*-------------------------------------- fifth */
div#contents div#fifth {
	height: 483px;
}

div#contents div#fifth p.photo {
	top: 14px;
	left: 0;
}

div#contents div#fifth h2 {
	top: 126px;
	right: 0;
}

div#contents div#fifth p.text {
	top: 281px;
	right: 25px;
	width: 410px;
}


/*-------------------------------------- sixth */
div#contents div#sixth {
	height: 374px;
}

div#contents div#sixth p.photo {
	top: -10px;
	right: 0;
}

div#contents div#sixth h2 {
	top: 64px;
	left: 0;
}

div#contents div#sixth p.text {
	top: 167px;
	left: 30px;
	width: 380px;
}


/*-------------------------------------- seventh */
div#contents div#seventh {
	height: 450px;
}

div#contents div#seventh p.photo {
	top: 14px;
	left: 0;
}

div#contents div#seventh h2 {
	top: 14px;
	right: 0;
}

div#contents div#seventh p.text {
	top: 205px;
	right: 25px;
	width: 396px;
}

/*-------------------------------------- manager */
div#contents div#seventh div#manager {
	top: 276px;
	right: 23px;
	width: 400px;
	min-height: 300px;
}

div#contents div#seventh div#manager p {
	width: 360px;
	margin: 0 auto;
	padding: 5px 20px 15px 20px;
	background: url(../../img/special/kobecollection/bg_manager_bottom.gif) no-repeat bottom center;
}


