@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2015.02.18
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------recommend*/
ul#recommend {
	list-style-type: none;
	margin: 0 0 20px;
}
ul#recommend li {
	width: 340px;
	background: rgba(225,225,225,0.20);
	overflow: hidden;
	position: relative;
	float: left;
}
ul#recommend li:first-of-type {
	margin: 0 20px 0 0;
}
ul#recommend li p {
	line-height: 150%;
	width: 150px;
	margin: 54px 0 0 10px;
}
ul#recommend li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul#recommend li a:hover {
	background: #311d07;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
/*------------------------------------------------------------greeting*/
#greeting {
	margin: 0 0 27px;
}
/*------------------------------------------------------------point*/
#point {
	margin: 0 0 27px;
	overflow: hidden;
	position: relative;
}
#point dl {
	float: left;
	width: 224px;
	margin-left: 12px;
}
#point dl:first-of-type {
	margin-left: 0;
}
#point dl dt {
	margin: 0 0 8px;
}
#point dl dd p {
	line-height: 150%;
	padding-left: 32px;
}
.btn_detail {
	position: absolute;
	top: 7px;
	right: 0;
}
/*------------------------------------------------------------results*/
#results {
	position: relative;
}
#results dl {
	width: 160px;
	float: left;
	margin-left: 20px;
}
#results dl:first-of-type {
	margin-left: 0;
}
#results dl img {
	box-shadow: 0 0 4px #000;
}
#results dl a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#results dl dt {
	text-align: center;
	margin: 0 0 8px;
}
#results dl dd {
	background: url(../img/common_img/arrow01.png) no-repeat left 4px;
	padding-left: 10px;
}
#results dl dd {
	line-height: 150%;
}
#results dl dd a {
	color: #fff;
	text-decoration: none;
}
#results dl dd a:hover {
	color: #fff;
	text-decoration: underline;
}
