@charset "utf-8";
/* CSS Document */

/*---------フローページ---------*/
.flow_box {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.flow_box p {
	margin: 0px 0px 15px;
	padding: 0px;
	line-height: 1.6em;
}
.flow_box h3 {
	margin: 20px 0px 10px;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
.flow_box ul.text {
	margin: 10px;
	padding: 0px;
}
.flow_box ul.text li {
	margin: 10px;
	list-style: none;
	padding: 0px 0px 0px 1em;
	text-indent: -1.5em;
}
.img_pic {
	padding: 5px;
	border: 1px solid #ccc;
	width: 210px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
/*おしらせ*/
h3.bn_news {
	margin: 2px 0px;
	padding: 0px 0px 0px 1em;
	font-size: 1.2em;
}
.bn_icon {
	margin: 5px 0px 0px;
	padding: 0px;
	float: right;
}
.bn_date {
	font-weight: normal;
	margin: 0px 0.5em 0px 0px;
}
.news_comment {
	border-top: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 10px 15px;
	overflow: hidden;
	font-size: 1.2em;
}
/*チェック*/
ul.check {
	margin: 20px 50px;
	padding: 25px;
	background-color: #FFE;
	border: 1px solid #CCC;
}
ul.check p {
	font-weight: bold;
	margin: 10px;
	padding: 0px 0px 0px 1em;
	color: #00A0E9;
	font-size: 14px;
	background-image: url(/common/images/gurade03.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 28px;
}
ul.check li {
	font-size: 12px;
	padding: 5px 5px 5px 3em;
	border-bottom: 1px dashed #CCC;
	margin: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: url(/common/images/check01.png);
	background-repeat: no-repeat;
	background-position: 1em center;
}
/*Sコンテンツ*/
.s-content {
	background-color: #DFEFFF;
	margin: 10px 10px 5px 5px;
	padding: 0px 10px 5px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #DEDEDE;
	width: 45%;
	float: left;
	height: 115px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
.s-content_right {
	margin: 10px 0px 5px 5px;
	padding: 0px 10px 5px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #DFEFFF;
	width: 45%;
	float: left;
	height: 115px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
.lend .s-content, .lend .s-content_right {
	background-color: #E3F9FB;
}
.rent .s-content, .rent .s-content_right {
	background-color: #FCE4E6;
	height: 145px;
}
.repair .s-content, .repair .s-content_right {
	background-color: #E0EEFA;
}
.sell .s-content, .sell .s-content_right {
	background-color: #E6F7E3;
}
.s-content h4, .s-content_right h4 {
	position: relative;
	margin: 0px 0px 10px;
	padding: 0px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	background-color: transparent;
	color: #00A0E9;
}
.lend .s-content h4, .lend .s-content_right h4 {
	color: #1A939C;
}
.rent .s-content h4, .rent .s-content_right h4 {
	color: #D71A21;
}
.repair .s-content h4, .repair .s-content_right h4 {
	color: #1F71BA;
}
.sell .s-content h4, .sell .s-content_right h4 {
	color: #46B036;
}
.s-content h4 span.title, .s-content_right h4 span.title {
	top: 0;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	color: #FFF;
	margin: 0px 10px 0px 0px;
	padding: 3px 10px 3px 10px;
	background-color: #00A0E9;
}
.lend .s-content h4 span.title, .lend .s-content_right h4 span.title {
	background-color: #1A939C;
}
.rent .s-content h4 span.title, .rent .s-content_right h4 span.title {
	background-color: #D71A21;
	display: block;
	width: 75px;
	margin-right: auto;
}
.repair .s-content h4 span.title, .repair .s-content_right h4 span.title {
	background-color: #1F71BA;
}
.sell .s-content h4 span.title, .sell .s-content_right h4 span.title {
	background-color: #46B036;
}
.flow_box .s-content p, .flow_box .s-content_right p {
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 52px;
}
/*Lコンテンツ*/
.l-content {
	border: 1px solid #DEDEDE;
	margin: 10px 25px 25px;
	padding: 0px 0px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #F1F1F1;
}
.rent .l-content {
	background-color: #FCE4E6;
}
.buy .l-content {
	background-color: #FFECCC;
}
.sell .l-content {
	background-color: #E6F7E3;
}
.lend .l-content {
	background-color: #E3F9FB;
}
.consult .l-content {
	background-color: #E0EEFA;
}
.about .l-content {
	background-color: #F5E4F0;
}
.l-content h4 {
	margin: 0px 0px 10px;
	padding: 5px 0px 5px 2.5em;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	font-size: 1.6em;
	border-bottom: 1px outset #00A0E9;
	background-image: url(/common/images/maru01.png);
	background-repeat: no-repeat;
	background-position: 1em center;
}
.rent .l-content h4 {
	border-bottom: 1px outset #D71A21;
	background-color: #D71A21;
}
.buy .l-content h4 {
	border-bottom: 1px outset #F39801;
	background-color: #F39801;
}
.sell .l-content h4 {
	border-bottom: 1px outset #46B036;
	background-color: #46B036;
}
.lend .l-content h4 {
	border-bottom: 1px outset #00A0E9;
	background-color: #1A939C;
}
.consult .l-content h4 {
	border-bottom: 1px outset #1F71BA;
	background-color: #1F71BA;
}
.about .l-content h4 {
	border-bottom: 1px outset #C354A0;
	background-color: #C354A0;
}
.l-content p {
	background-color: #FFF;
	padding: 10px;
	margin: 10px 20px 5px;
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.l-content ul {
	background-color: #FFF;
	padding: 10px 20px;
	margin: 20px 25px;
}
.l-content ul li {
	list-style: circle inside;
}
.l-content h5 {
	background-image: url(/common/images/gurade03.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 28px;
	margin: 10px 1em 0px;
	padding: 0px;
}
.rent .l-content h5 {
	color: #D71A21;
	background-image: url(/common/images/footer_bg_rent.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.buy .l-content h5 {
	color: #F39801;
	background-image: url(/common/images/footer_bg_buy.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.lend .l-content h5 {
	color: #1A939C;
	background-image: url(/common/images/footer_bg_lend.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.consult .l-content h5 {
	color: #1F71BA;
	background-image: url(/common/images/footer_bg_repair.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sell .l-content h5 {
	color: #46B036;
	background-image: url(/common/images/footer_bg_sell.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.about .l-content h5 {
	color: #C354A0;
	background-image: url(/common/images/footer_bg_consult.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
