@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#entrance {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #entrance {
	height: 500px;
}

#entrance a {
	text-decoration: underline;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */


/* ******************************************
 定義内容追加してってね 定義
****************************************** */
.entrance-block-wrap01 {
	padding-bottom: 30px;
}

.entrance-block-wrap01 span {
	display: block;
	text-align: left;
	padding-bottom: 7px;
}

#entrance .subTitleBlue {
	color: #257bdc;
}

#entrance .subTitle {
	font-size: 90%;
	color: #1a2c58;
	font-weight: bold;
}

#entrance .ent-table01 {
	width: 566px;
	border-top: 1px solid #bdbdbd;
	border-left:1px solid #bdbdbd ;
}
#entrance .ent-td01 {
	border-bottom: 1px solid #bdbdbd;
	border-right:1px solid #bdbdbd ;
	background: #257bdc;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: center;
}
#entrance .ent-td02 {
	border-bottom: 1px solid #bdbdbd;
	border-right:1px solid #bdbdbd ;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 2px;
	line-height: 1.2em;
	color: #505050;
	text-align: left;
}
#entrance .ent-td03 {
	border-bottom: 1px solid #bdbdbd;
	border-right:1px solid #bdbdbd ;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 1.2em;
	color: #505050;
	text-align: center;
}
#entrance .ent-td04 {
	border: 0px;
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 1.2em;
	color: #505050;
	text-align: center;
}

#entrance .ent-table-caption {
	margin-top: 7px;
}

caption span {
	display: block;
	text-align: left;
	padding-bottom: 7px;
}

caption p {
	display: block;
	text-align: left;
	padding-bottom: 7px;
}

#entrance dt {
	float: left;
	width: 20px;
	font-size: 80%;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#entrance dd {
	float: left;
	width: 546px;
	padding-bottom: 10px;
}
