ul#entrance {
	overflow : hidden;
	list-style : none;
	margin-bottom : 8%;
}

ul#entrance li.ent01 {
	float : left;
	position : relative;
	width : 50%;
	padding-bottom : 7%;
	background : #ffffff;
	border-left : solid 1px #f0e6dc;
	box-sizing : border-box;
}

ul#entrance li.ent01 img {
	width : 100%;
	height : 100%;
}

ul#entrance li.ent02 {
	float : left;
	position : relative;
	width : 50%;
	padding-bottom : 7%;
	background : #ffffff;
	border-left : solid 1px #f0e6dc;
	box-sizing : border-box;
}

ul#entrance li.ent02 img {
	width : 100%;
	height : 100%;
}

dl.einfo01 {
	margin : 9.5%;
}

dl.einfo02 {
	margin : 9.5%;
}

dl.einfo01 dt,dl.einfo02 dt {
	margin-bottom : 8%;
	text-align : center;
	font-family: freight-neo-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 180%;
}

dl.einfo01 dt span,dl.einfo02 dt span {
	display : block;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size : 40%;
}

dl.einfo01 dd,dl.einfo02 dd {
	font-size : 80%;
	text-align : left;
}

p.vdetail01,p.vdetail02 {
	margin : 0 10% 0 10%;
	font-size : 80%;
	text-align : center;
}

p.vdetail01 span,p.vdetail02 span {
	display : none;
}

p.vdetail01 a,p.vdetail02 a {
	display : block;
	padding : 5px;
	border : solid 1px #191919;
	color : #191919;
	text-decoration : none;
}

p.vdetail01 a:hover,p.vdetail02 a:hover {
	display : block;
	padding : 5px;
	border : solid 1px #191919;
	color : #ffffff;
	background : #191919;
	text-decoration : none;
}

/*----------NEWS----------*/

#news {
	overflow : hidden;
	width : 90%;
	margin-bottom : 9%;
	margin-left : auto;
	margin-right : auto;
}

h3 {
	margin-bottom : 4%;
	text-align : center;
	line-height : 1em;
	font-family: freight-neo-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size : 200%;
}

h3 span {
	display : block;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size : 50%;
}

#news dl {
	padding-top : 5%;
	border-top : solid 6px #af968c;
}

#news dl dt {
	margin : 0;
}

#news dl dd {
	margin-bottom : 4%;
	padding-bottom : 5%;
	background : url(../common/dl.gif) left bottom repeat-x;
}

#news dl dd a {
	text-decoration : underline;
	color : #2d190a;
}