@charset "UTF-8";

/*------------------------------------------------------------Bg_header*/
#bg_header {
	height: 540px;
	width: 100%;
	min-width: 1040px;
	text-align: center;
	margin-bottom: 0px;
	background: url(../img/index_img/bg_main.jpg) no-repeat center center;
}
/*------------------------------------------------------------MainPhoto*/
#mainimage {
	position: relative;
	width: 1040px;
	top: 0px;
	z-index: 0;
	margin: 0px auto 0px;
}
p.btn_rent {
	position: absolute;
	left: 16px;
	top: 337px;
}
p.btn_buy {
	position: absolute;
	left: 246px;
	top: 337px;
}
/*-----------------------------------------------------------Recommend*/
#recommend {
	width: 1040px;
	margin: 0px auto;
	clear: both;
	padding: 40px 0px;
}
#recommend h3 {
	margin-bottom: 30px;
}
#recommend ul.bxslider {
	width: 1040px;
}
#recommend ul li {
	display: inline-block;
}
#recommend ul li.rent {
	height: 250px;
	width: 215px;
	text-align: center;
	margin-right: 20px;
}
#recommend ul li.purchase {
	height: 250px;
	width: 215px;
	text-align: center;
	margin-right: 20px;
}
#recommend ul li.rent p.kind {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000;
	background: #ffaa00;
	margin: 0px auto 0px;
	border-radius: 8px 8px 0px 0px;
}
#recommend ul li.purchase p.kind {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #fff;
	background: #19aa67;
	margin: 0px auto 0px;
	border-radius: 8px 8px 0px 0px;
}
#recommend ul li div.ph {
	width: 215px;
	height: 143px;
	margin: 0px auto 5px;
	overflow: hidden;
	text-align: center;
}
#recommend ul li div.ph a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#recommend ul li div.ph img {
	width: auto;
	height: 100%;
}
#recommend ul li p.detail {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#recommend div.btn_area {
	clear: both;
	margin-top: 30px;
}
#recommend div.btn_area ul li {
	display: inline-block;
}
#recommend div.btn_area ul li.chintai a {
	font-size: 14px;
	line-height: 40px;
	color: #000;
	background: rgba(255,170,0,1);
	height: 40px;
	width: 240px;
	border-radius: 8px;
	display: block;
	text-decoration: none;
	margin-right: 15px;
}
#recommend div.btn_area ul li.chintai a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#recommend div.btn_area ul li.baibai a {
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: rgba(25,170,103,1);
	height: 40px;
	width: 240px;
	border-radius: 8px;
	display: block;
	text-decoration: none;
}
#recommend div.btn_area ul li.baibai a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------Greeting*/
section#greeting {
	background: url(../img/index_img/bg_greeting.jpg) no-repeat center top;
	clear: both;
	height: 494px;
}
section#greeting h3 {
	padding-top: 40px;
}
section#greeting p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #000;
	text-shadow: 0px 0px 4px #fff;
}
/*------------------------------------------------------------News_rendo（更新プログラム連動）*/
section#news {
	padding: 40px 0px;
	clear: both;
}
section#news h3 {
	margin-bottom: 15px;
}
/*一覧リンク*/
.newstitle_box {
}
/*更新プログラム(連動)リスト*/
#news_rendo {
	width: 100%;
}
#news_rendo li {
	padding: 10px 0px 0px;
}
#news_rendo li time {
	font-weight: normal;
	font-size: 14px;
	color: #407200;
}
#news_rendo li p, #news_rendo li p a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
	-o-text-overflow: ellipsis; /* Opera */
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#news_rendo li p, #news_rendo li p a:hover {
	color: #666;
}
p.btn_list a {
	font-size: 14px;
	color: rgba(0,0,0,1);
	line-height: 40px;
	background: rgba(255,170,0,1);
	height: 40px;
	width: 240px;
	margin: 25px auto 0px;
	border-radius: 8px;
	display: block;
	text-decoration: none;
}
p.btn_list a:hover {
	color: rgba(0,0,0,0.6);
	background: rgba(255,170,0,0.6);
}
/*------------------------------------------------------------News_kanketsu（更新プログラムTOP完結）*/
/*更新プログラム(TOP完結)リスト*/
#news_kanketsu {	
	width: 100%;
	border-top: 1px dotted #CCC;
}
#news_kanketsu article{
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
}
/*title*/
#news_kanketsu article .newstitle {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0px;
	padding: 0px 0 0px 10px;
	border-left: 3px solid #666;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
#news_kanketsu article .newstitle time{
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
/*img*/
#news_kanketsu article figure img{
	margin-bottom: 10px;
}
#news_kanketsu article figure a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*text*/
#news_kanketsu article .news_text, #news_kanketsu article .news_text p{
	font-size: 1.4rem; /* 14px */
	font-size: 14px;
	zoom: 1;/*ie6*/
	overflow: hidden;	
}