﻿/* CSS Document */

/* iframe */

.iframe_bukken_wrap {
	text-align: center;
	border: 1px solid #ddd;
	background: #FFF;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}
.iframe_bukken {
	overflow: hidden;
}
.iframe_bukken li {
	float: left;
	width: 33%;
	height: 210px;
	position: relative;
	border-right: 1px solid #ddd;
}
.iframe_bukken li:hover {
	background: #FFEFDF;
}
.iframe_bukken li:last-child {
	border-right: none;
}
.iframe_bukken a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*\**/: #fff\9;
	filter: alpha(opacity=0);
	z-index: 10;
}
.iframe_bukken a p {
	position: absolute;
	top: 130px;
	color: #333;
	font-size: 12px;
	line-height: 15px;
	width: 100%;
}
.iframe_b_img {
	height: 70px;
	margin: 10px auto;
	text-align: center;
}
.iframe_b_img img {
	max-width: 80px;
	max-height: 70px;
}
.iframe_b_detail {
	position: relative;
	height: 110px;
	color: #0000ff;
	font-weight: bold;
}
.iframe_b_detail > span {
	display: block;
	color: #ff0000;
}
.iframe_b_detail p {
	display: block;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.iframe_b_detail p span {
	display: block;
	color: #fff;
	background: #ff9900;
	border: 1px solid #ff6600;
	padding: 2px 0;
	margin: 0 auto;
	width: 50px;
}

.iframe_more {
	background: #EEF4F4;
	height: 38px;
	border-top: 1px solid #ddd;
}
.iframe_more a {
	display: block;
	color: #006DD9;
	text-decoration: none;
	line-height: 38px;
	height: 38px;
	font-weight: bold;
}
.iframe_more a:hover {
	display: block;
	background: #BBD2D2;
	color: #333;
}
.iframe_more span {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px 20px;
	margin-left: 5px;
}


/* iframe bottom */

.i_btm_bukken_wrap {
	text-align: center;
	border: 1px solid #ddd;
	border-top: 3px solid #006600;
	margin-bottom: 20px;
}
.i_btm_bukken {
	overflow: hidden;
	background: #fff;
}
.i_btm_bukken li {
	float: left;
	width: 25%;
	height: 230px;
	position: relative;
}
.i_btm_bukken li:hover {
	background: #FFEFDF;
}
.i_btm_bukken a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*\**/: #fff\9;
	filter: alpha(opacity=0);
	z-index: 10;
}
.i_btm_bukken a p {
	position: absolute;
	top: 160px;
	color: #333;
	font-size: 12px;
	line-height: 15px;
	width: 100%;
}
.i_btm_b_img {
	height: 100px;
	margin: 10px auto;
	text-align: center;
}
.i_btm_b_img img {
	max-width: 150px;
	max-height: 100px;
}
.i_btm_b_detail {
	position: relative;
	height: 100px;
	line-height: 20px;
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
}
.i_btm_b_detail > span {
	display: block;
	color: #ff0000;
	font-size: 14px;
}
.i_btm_b_detail p {
	display: block;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.i_btm_b_detail p span {
	display: block;
	color: #fff;
	background: #ff9900;
	border: 1px solid #ff6600;
	padding: 2px 0;
	margin: 0 auto;
	width: 50px;
	font-size: 13px;
	line-height: 18px;
}

.i_btm_more {
	background: #EEF4F4;
	height: 38px;
	font-size: 13px;
	line-height: 20px;
}
.i_btm_more a {
	display: block;
	color: #006DD9;
	text-decoration: none;
	line-height: 38px;
	height: 38px;
	font-weight: bold;
}
.i_btm_more a:hover {
	display: block;
	background: #BBD2D2;
	color: #333;
}
.i_btm_more span {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin-left: 5px;
}


