﻿@charset "utf-8";

#wrapp {
	width:950px;
	margin:0 auto;
}

#contents1 {
	background: url(/my-page/css/../img/cross/contents_bg.gif) top center repeat;
	margin-bottom:50px;

}
#contents2 {
	text-align:center;
}
#contents2 img{
	margin-bottom:20px;
}


/*#header {
	padding-bottom: 0px;
}
*/


/*-----------------------------
	top
-----------------------------*/
#contents1.top {
	padding-top: 45px;
	text-align: center;
}
#contents1.top h1 {
	padding-bottom: 14px;
}
.top-txt{
	margin:25px 0px;
}

#bg-btn {
	width:100%;
	background:url(/my-page/css/../img/cross/btn-bg.png) top center no-repeat;
	text-align:center;
	height:200px;
	padding-top:80px;
}

.btn {
	margin: 0px auto;
	width:720px;
}

.min3 {
	position:relative;
	top:-210px;
	left:-350px;
}
.btn span {
	padding-bottom: 10px;
	color: #727272;
	font-size: 16px;
	font-weight: bold;
	line-height:25px;
	display: block;
}
.btn li {
	/*float: right;*/
	width:349px;
	float: left;
	padding-top: 28px;
	list-style:none;
}
.btn .left {
	padding-right:17px;
}
.btn li:first-child {
	float: left;
}

#contents1.top li.one{
	width: 715px;
  margin: 0px auto;
}
#contents1.top .present-area {
	margin-top: 59px;
	padding: 15px 0;
	border: #CCC 1px solid;
	background: #FFFDEE;
}

