@charset "UTF-8";
/* CSS Document */
section{
	margin: 30px 0 0 0;
	}
#entry{
	margin: 30px 0 0 0;
	font-family: sans-serif;
	}
	
#entry p{
	width: 100%;
	text-align: center;
	font-size: 17px;
	color: #000;
	font-weight: 600;
	}
	
#entry>p:before{
	content: " ";
	display: inline-block;
	width:0px;
	height:0px;
	margin: 0 5px 0 0;
	border-top: 18px solid #007440;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	}
	
#entry>p:after{
	content: " ";
	display: inline-block;
	width:0px;
	height:0px;
	margin: 0 0 0 5px;
	border-top: 18px solid #C0384D;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	}
	
#entry>div a{
	display: block;
	width: 225px;
	margin: 10px auto 50px auto;
	padding: 20px 10px 20px 0;
	font-size: 22px;
	letter-spacing: 0.05em;
	background: #000;
	text-align:center;
	}
	
#entry>div a:before{
	content: " ";
	display: inline-block;
	width: 22px;
	height: 30px;
	margin: 0 5px 0 0;
	background: url(../common/images/img_arrow01.png) no-repeat left top;
	background-size: 22px 25px;
	vertical-align: middle;
	}
	
