@charset "utf-8";
/*
 * name:rental.css
 * author:Manabu Kushimoto(web-park.org)
*/

/* about_rental
------------------------------------------------ */
#about_rental {
	margin-top: 30px;
}

	#about_rental li {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dotted #b8afa7 1px;
	}
	#about_rental li.last-child { margin-bottom: 0; border-bottom: none; }

		#about_rental li h3 {
			padding-bottom: 15px;
		}

		#about_rental li .illust { padding-top: 20px; }



/**************** 賃貸業務管理 ****************/
#management {
	margin: 6px 0 10px 0;
	padding:14px 28px 14px 40px;
	color:#000;
	background-color:#fefefe;
	border-style: solid;
	border-color:#ddd;
	border-width: 1px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	width:664px;
	box-shadow: 2px 2px 6px #333;
	font-size:16px;
	font-weight:bold;
	line-height:150%;
}
#management hr {
	border:none;
	border-top:dashed 2px #cccccc;
	height:2px;
}
#management .atn {
	text-align:center;
	font-size:18px;
	color:#333;
}
#management img {
	float:right;
	width:120px;
	margin-top:10px;
}
#management ul {
	list-style-image: url('../../img/rental/check.png');
	margin-left:24px;
}
#management ul li .underline {
	text-decoration:underline;
	color:#f00;
}
#management ul li .text {
	color:#000;
}
#resolution {
	background: url(../../img/rental/brushline.gif) no-repeat left top;
	background-position: center 37px;
	background-size:98%;
	height:54px;
	font-size:31px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
#com {
	margin:6px 8px 0 20px;
	font-size:16px;
	color:#000;
}
#com .redline {
	color:#f00;
	text-decoration: underline;
}
#system {
	background: url(../../img/rental/system.gif) no-repeat left top;
	margin-left:40px;
	width:645px;
	height:265px;
}
#system .text {
	padding:23px 0 0 362px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:80%;
	color:#000;
	font-family: "ＭＳ ゴシック",sans-serif;
}
#system .text:first-child {
	padding:15px 0 0 362px;
}
#system .small {
	font-size:12px;
}
hr.dotted {
	margin:30px 0;
	border:none;
	border-top:dotted 2px #999;
	height:2px;
}

#no1, #no2, #no3, #no4 {
	padding:47px 0 0 85px;
	width:600px;
	height:105px;
	font-size:38px;
	font-weight:bold;
	color:#000;
}
#no1 {
	background: url(../../img/rental/no1.gif) no-repeat left center;
	margin:-40px 0 -30px 20px;
	padding:47px 0 0 85px;
}
#no2 {
	background: url(../../img/rental/no2.gif) no-repeat left center;
	margin:10px 0 -30px 20px;
}
#no3 {
	background: url(../../img/rental/no3.gif) no-repeat left center;
	margin:10px 0 -30px 20px;
}
#no4 {
	background: url(../../img/rental/no4.gif) no-repeat left center;
	margin:10px 0 -30px 20px;
}
#no1 .small, #no2 .small, #no3 .small, #no4 .small {
	font-size:26px;
}
#org {
	background: url(../../img/rental/org.gif) no-repeat left top;
	margin-left:40px;
	width:650px;
	height:280px;
}
#band {
	margin: 20px 0 10px 20px;
	padding:4px 0 2px 0;
	color:#fff;
	background-color:#888;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(top center, #ccc 0%, #888 100%);	/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#888));	/* Chrom と Safari */
	/*	background: linear-gradient(top center, #ccc 0%, #888 100%);	*/
	background: linear-gradient(to top, #ccc, #888);
	text-shadow: 1px 1px 3px #000;
	width:705px;
	box-shadow: 2px 2px 6px #333;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
#sub {
	margin: 20px 10px 0px 0px;
	padding:0px 0 0 20px;
	font-size:38px;
	font-weight:bold;
	color:#000;
}
#sub .cir {
	margin: 4px 10px 10px 0px;
	padding:3px 10px 1px 6px;
	background-color:#a7a7a7;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	width:20px;
	float:left;
	box-shadow: 2px 2px 6px #333;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	line-height:150%;
}
#arrow2 {
	background: url(../../img/rental/arrow2.gif) no-repeat left top;
	background-size:16px;
	margin:0px 0 0px 44px;
	padding-left:26px;
	min-height:26px;
	font-size:16px;
	color:#000;
	line-height:120%;
	clear:both;
}

#ject {
	padding:10px 0 0 0px;
	width:725px;
	height:105px;
/*	font-weight:bold;	*/
	color:#000;
}
#ject #maru {
	background-color: #35200d;
	height: 28px;
	width: 24px;
	border-radius:75px;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
	background: -moz-linear-gradient(top center, #cec9c3 0%, #35200d 100%);	/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#cec9c3), to(#35200d));	/* Chrom と Safari */
	/*	background: linear-gradient(top center, #cec9c3 0%, #35200d 100%);	*/
	background: linear-gradient(to top, #cec9c3, #35200d);
	text-shadow: 1px 1px 3px #000;
	box-shadow: 2px 2px 4px #333;
	float:left;
	color:#fff;
	font-size:18px;
	margin:35px 0 0 20px;
	padding:2px 0 0 8px;
}
#ject #waku {
	margin: 2px 0 10px 0px;
	padding:8px 0px 8px 0;
	color:#000;
	background-color:#fefefe;
	border-style: solid;
	border-color:#594f46;
	border-width: 1px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	width:660px;
	box-shadow: 1px 1px 3px #333;
	float:right;
}
#ject #waku table {
	width:100%;
}
#ject #waku table tr th {
	white-space: nowrap;
	width:115px;
	font-size:16px;
	font-weight:bold;
}
#ject #waku table tr td {
	padding:0 8px 0 4px;
	font-size:14px;
	line-height:130%;
}
#ject #waku table tr td img {
	width:160px;
}
#msg {
	margin: 10px 0 20px 20px;
	padding:14px 18px;
	color:#000;
	background-color:#fefefe;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	width:678px;
	box-shadow: 2px 2px 6px #333;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
}

#flow{
	display:table;
	width:750px;
	margin:0;
}
#flow ul{
	list-style:none;
	display:table-row;
}
#flow ul li{
	display:table-cell;
	padding:0;
	text-align:left;
	font-size:16px;
	line-height:120%;
}
#flow ul li .small {
	font-size:14px;
}
#flow ul li .arrow {
	padding-left:20px;
}
#flow ul li .arrow img {
	width:40px;
}
#flow ul li:first-child {
	padding-right:20px;
}
#flow ul li img{
	padding-left:0;
	width:530px;
}
#flow ul li h3, #flow ul li h4 {
	margin: 20px 0 10px 20px;
	color:#fff;
	background-color:#35200d;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(top center, #cec9c3 0%, #35200d 100%);	/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#cec9c3), to(#35200d));	/* Chrom と Safari */
	/*	background: linear-gradient(top center, #cec9c3 0%, #35200d 100%);	*/
	background: linear-gradient(to top, #cec9c3, #35200d);
	text-shadow: 1px 1px 3px #000;
	box-shadow: 2px 2px 4px #333;
	width:165px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:110%;
}
#flow ul li h3 {
	padding:14px 0;
}
#flow ul li h4 {
	padding:3px 0;
}

#kanri {
	margin:-10px 0 10px 20px;
	width:725px;
	height:105px;
	color:#000;
	font-weight:bold;
}
#kanri .maru_l {
	background-color: #f64526;
	padding:40px 0 0 10px;
	height: 65px;
	width: 100px;
	border-radius:75px;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
	background: -moz-linear-gradient(top center, #fbeeeb 0%, #f64526 100%);	/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#fbeeeb), to(#f64526));	/* Chrom と Safari */
	/*	background: linear-gradient(top center, #fbeeeb 0%, #f64526 100%);	*/
	background: linear-gradient(to top, #fbeeeb, #f64526);
	text-shadow: 1px 1px 3px #000;
	box-shadow: 2px 2px 4px #333;
	float:left;
	color:#fff;
	font-size:18px;
}
#kanri .text {
	padding:18px 0 0 130px;
	font-size:32px;
	color:#f00;
	line-height:120%;
	text-shadow: 2px 2px 4px #000;
}
#plan{
	display:table;
	width:750px;
	margin:0;
}
#plan ul{
	list-style:none;
	display:table-row;
}
#plan ul li{
	display:table-cell;
	padding:0;
	text-align:left;
	font-size:13px;
	line-height:120%;
}
#plan ul li .ttl {
	margin-left: 0;
	color:#009;
	font-weight:bold;
	font-size:13px;
}
#plan ul li:first-child .ttl {
	margin-left: 20px;
}


#plan ul li .part2, #plan ul li .part1 {
	margin-left: 0;
	color:#fff;
	background-color:#06f;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	background: -moz-linear-gradient(top center, #cff 0%, #06f 100%);	/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#cff), to(#06f));	/* Chrom と Safari */
	/*	background: linear-gradient(to center, #cff 0%, #06f 100%);	*/
	background: linear-gradient(to top, #cff, #06f);

	text-shadow: 1px 1px 3px #000;
	box-shadow: 2px 2px 4px #333;
	width:160px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#plan ul li .part2 .large, #plan ul li .part1 .large {
	font-size:26px;
}
#plan ul li:first-child .part2 {
	margin-left: 20px;
	padding:14px 6px;
	line-height:200%;
}
#plan ul li .part2 {
	padding:23px 6px;
}
#plan ul li .part1 {
	padding:31px 6px;
}
#pleasetel {
	margin:40px 0 -20px 0;
	font-size:20px;
	font-weight:bold;
/*	color:#36200b;	*/
	text-align:center;
	color:#06326a;
}