@charset "utf-8";
/* top.css */

.top #header {
	height: auto;
	background-color: #7FCEF4;
}
#header h1, #header h2 {
	display: block;
}

#information {
	padding: 10px 16px;
	margin-bottom: 40px;
	background: url(../img/bbg_top_info.jpg) top repeat-y;
}
#information p {
	text-align: center;
	color: #FFFFFF;
}
#information p.infoTitle {
	font-size: 1.6em;
	font-weight: bold;
}
#information p.emphasis {
	padding: 8px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFF00;
}
#information p.infoTxt01 {
	font-size: 1.3em;
}
#information p.infoTxt02 {
	padding: 10px 0;
}
#information p.contactTxt {
	padding: 10px 0 0;
	border-top: dotted 1px #FFFFFF;
}

#schedule {
	margin-top: 25px;
}
#schedule table {
	margin-top: 4px;
}
#schedule table th,
#schedule table td {
	padding: 4px 6px;
}
#schedule table th {
	text-align: left;
}
#schedule table td {
	text-align: left;
}
#schedule table th {
	background-color: #000000;
	color: #FFFFFF;
}
#schedule table td {
	background: url(../common/img/image_parts_dotted.gif) left bottom repeat-x;
}
#privilege {
	margin: 40px 0 30px;
}
#privilege dl{
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-color: #FFFFDF;
}
#privilege dl dd {
	padding: 4px 15px 10px;
}
#privilege dl dd p span {
	color: #E60214;
}

#entryOutline {
	margin: 40px 0 0;
}
#entryOutline table {
	margin-top: 4px;
}
#entryOutline table th,
#entryOutline table td {
	background: url(../common/img/image_parts_dotted.gif) bottom repeat-x;
	text-align: left;
}
#entryOutline table th {
	width: 90px;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
}
#entryOutline table td {
	padding: 10px 6px;
	text-align: left;
}
#entryOutline ul {
	margin-top: 6px;
}
#entryOutline ul li {
	font-size: 0.95em;
	line-height: 1.2em;
}
#privacy {
	margin: 40px 0 0;
}
#privacy dl {
	margin: 18px 0 0;
}
#privacy dl dt {
	font-weight: bold;
}
#privacy dl dd {
	padding-left: 1.7em;
}
#contactInfo {
	margin: 30px 0;
}
#contactInfo dl dt {
	font-weight: bold;
	text-align: center;
}
#contactInfo dl dd p {
	text-align: center;
}

.arrow:before {
	vertical-align: middle;
	display: inline-block;
	content: "";
	font-size: 0;
	line-height: 1;
	width: 4px;
	height: 6px;
	background: url(../common/img/icon_03.gif) no-repeat scroll;
	background-position: center;
	background-size: 100%;
	margin-right: 2px;
}
.maker-win:before {
	vertical-align: middle;
	display: inline-block;
	content: "";
	font-size: 0;
	line-height: 1;
	width: 12px;
	height: 9px;
	background: url(../common/img/maker-win.gif) no-repeat scroll;
	background-position: center;
	background-size: 100%;
	margin-right: 2px;
}
.schedule_intro {
	margin-top: 4px;
	padding-left: 6px;
}
/*close*/
.close{
	border: solid 1px #CCCCCC;
	background-color: #FFFFDF;
	padding: 30px 0 0 ;
	margin-top: 25px;

}
.close h2{
	text-align: center;
	padding-bottom: 15px;
}
.close p{
	text-align: center;
	padding-bottom: 30px;
	font-size: 141%;
	letter-spacing: 0;
}
#content {
	padding-bottom: 0;
}