<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.ito {
	float: left;
	height: auto;
	width: 440px;
	overflow: hidden;
	background-image: url(../image/grayline_s.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 50px;
}


.fpbox {
	width: 370px;
	text-align: left;
	float: left;
	overflow: hidden;
	height: auto;
	margin-left: 60px
}

.fp_right {
	float: left;
	height: auto;
	width: 500px;
	overflow: hidden;
	margin-left: 50px;
}
.icon_right ul .icon {
	font-size: 12px;
	color: #bb9b5d;
	height: 4px;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EBE6D8;
	float: left;
	text-align: center;
	line-height: 0;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 3px;
	background-color: #F8F5EF;
}


.name {
	font-size: 18px;
	font-weight: bold;
	color: #f2aca7;
	margin-top: 30px;
	margin-bottom: 5px;
}
</pre></body></html>