@charset "utf-8";

/*--------------------
	guide contents
--------------------*/
.guidediv div {
	width: 80%;
	padding-bottom: 20px;
	border-bottom: 2px solid #1e4778;
	margin: 20px auto;
}

.guidediv div:first-of-type{
	border: 0;
}

.guidediv div:last-child {
	border: 0;
}

.guide_review a{
	margin: 20px 0;
	background: #65b76c;
}
.guide_review a:hover{
	border: 2px solid #65b76c;
}
.btn {
	width: 50%;
}

.submenu li p{
	padding: 10px;
    margin: auto;
	border:2px solid #1e4778;
    border-radius: 10px;
    background: #d2e8cb;
}

#coment_box .guide_review {
	margin-top: -20px;
}

.guide_review .submenu  {
	width: 100%;
    margin: 0 auto;
}

.guide_review:after,
.guide_review .submenu li p::after,
.guide_review ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.guide_review .submenu li {
	display: inline-block;
	margin: 0;
}
.submenu p {
	text-align: justify;
}
.submenu span {
	float: left;
	width: 62px;
	margin-right: 10px;
	padding-top: 62px;
	font-weight: bold;
	font-size: 0.5em;
	text-align: center;
	background-image: url(/img/land/guide_review_icon.png);
	background-repeat: no-repeat;
	background-size: 62px;
}