@charset "UTF-8";

/*タグ設定*/
html {
	background:#fff;
}

body {
	font-size:14px;
	line-height:1.7em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	color:#47484a;
}

a {
	text-decoration:none;
	color:#000;
}

a:link,a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style:none;
}

header {
}


footer {
}



/* 共通のスタイル --------------------------------------------------------------------------- */
.wrapper {
	width: 1050px;
}
.content{
	width: 990px;
}

.mizuhiki{
	background:url(../images/common/mizuhiki.png) left top no-repeat scroll;
	width:1050px;
	height:36px;
	margin:35px auto;
}

/* アンケート */
.anch_process_01,
.anch_process_02,
.anch_process_03{
	width: 990px;
	height: 30px;
	margin-top: 45px;
	margin-bottom: 35px;
}
.anch_process_01{
	background: url(../images/common/common_process_01.png) 0 0 no-repeat scroll;
}

.anch_frame_top,
.anch_frame_bottom{
	width: 990px;
	height: 10px;
}
.anch_frame_top{
	background: url(../images/common/common_frame_top.png) 0 0 no-repeat scroll;
}
.anch_frame_bottom{
	background: url(../images/common/common_frame_footer.png) 0 0 no-repeat scroll;
}
.anch_frame{
	width: 934px;
	padding: 20px 25px;
	border-left: 3px solid #e94d73;
	border-right: 3px solid #e94d73;
}



/* toppage */
.header_top{
	height: 530px;
	background: #fcf7d3 url(../images/top/top_title_img.jpg) 0 0 no-repeat scroll;
	padding-left: 524px;
}
.top_header_cont{
	padding-top: 100px;
}

.table_present{
	border: 3px solid #e94d73;
}
.table_present th{
	width: 300px;
	padding: 20px 15px 15px 15px;
	border-right: 3px solid #e94d73;
	background: url(../images/top/present_title_bg.jpg) 0 100% no-repeat scroll;
}
.table_present td{
	padding: 12px 15px;
	border-bottom: 1px solid #aaa;
}
.pres_firstcell{
	border-right: 1px solid #aaa;
}

.table_present .pres_last_row td,
.camp_detail .camp_last_row th,
.camp_detail .camp_last_row td
{
	border-bottom: 0;
}


.top_h2_obi{
	width: 970px;
	height: 30px;
	margin-bottom: 10px;
	padding: 10px 0 0 20px;
	background: #e94d73;
}
.camp_detail{
	width: 988px;
	border: 1px solid #e94d73;
}
.camp_detail th,
.camp_detail td,
.howto_entry th,
.howto_entry td
{
	padding: 5px 15px;
	border-bottom: 1px solid #e94d73;
}
.camp_detail th{
	color: #e94d73;
	text-align: left;
}
.howto_entry{
	width: 990px;
}
.howto_entry th,
.howto_entry td{
	padding: 5px 15px;
	border-bottom: 1px solid #e94d73;
}
.howto_entry th{
	text-align: left;
	padding: 15px;
}
.top_adrs{
	font-style: normal;
	padding: 15px;
	border: 1px solid #e94d73;
}
.howto_entry td.vaM {
	position: relative;
	z-index:1;
}
.howto_entry  span.close {
	display: block;
	text-align: center;
	margin-top: 40px;
	position: absolute;
	bottom: 6px;
	left: -10px;
	width: 600px;
	z-index: 3;
}
.howto_entry  span.close span {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 420px;
	display: block;
	padding: 0.5em;
	margin-left: -280px;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	background: #fff;
	border: solid 10px #E94D73;
}