@charset "UTF-8";

#content h2{
	margin:0 0 15px 0;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background: url(../images/common/header_bg.png);
	height: 110px;
}

/* -----------------------------------------------------------
	mainimage
----------------------------------------------------------- */
.mainimage{
	width: 100%;
	z-index: -1;
}
.mainimage img{
	width:100%;
}


/* -----------------------------------------------------------
	usr
----------------------------------------------------------- */
#usr{
	background: url(../images/top/usr_bg.jpg) no-repeat center;
	background-size: cover;
	height: 430px;
	overflow: hidden;
	padding: 35px 0;
	text-align: center;
	margin-bottom: 50px;
}
#usr .left{
	float: left;
}
#usr .right{
	float: right;
}
#usr h2{
	margin-bottom:30px;
}
#usr li{
	line-height: 0;
	margin-bottom: 13px;
}

/* -----------------------------------------------------------
	leftArea
----------------------------------------------------------- */
#leftArea {
	float: left;
	width:319px;
	text-align: center;
}
#leftArea .about{
	border: #949595 3px solid;
	padding: 30px 20px;
	line-height: 1.8em;
	box-sizing: border-box;
	height: 386px;
	margin-bottom: 90px;
}
#leftArea .contact{
	margin-top: 90px;
	border: #949595 3px solid;
	padding: 30px 20px;
	background: url(../images/common/img03.jpg) no-repeat bottom;
	text-align:center;
	height: 744px;
	box-sizing: border-box;
}
#leftArea .contact p{
	margin-bottom: 15px;
}

#leftArea .pr{
	margin-top: 90px;
	border: #949595 3px solid;
	padding: 0;
	text-align:center;
	box-sizing: border-box;
}

#leftArea .pr h3{
	background-color: #e4e4e4;
	padding: 10px;
}
#leftArea .pr p{
	padding: 15px;
}

/* -----------------------------------------------------------
	#content
----------------------------------------------------------- */
#content {
	float: right;
	width:661px;
}
#content .about{
overflow: hidden;
	height: 386px;
	margin-bottom: 90px;
}
#content .about p{
	float: left;
}
#content .about ul{
	float:right;
	line-height: 0;
}
#content .about li{
	margin-bottom: 21px;
}


/* -----------------------------------------------------------
	feed
----------------------------------------------------------- */
#content #feed{
	border: #949595 3px solid;
	padding: 30px;
	height: 300px;
	box-sizing: border-box;
}
#feed h2{
	padding-bottom: 8px;
}
#feed dl{
	overflow-y: auto;
	height: 182px;
	border: 1px #eee solid;
	padding: 20px 30px;
	box-sizing: border-box;
}
#feed dd{
	margin: -2.2em 0 0.6em 0;
	padding: 5px 0 5px 9em;
}
#feed dt{
	margin: 0 0 0.1em 0;
	padding:3px 0;
}

/* -----------------------------------------------------------
	results
----------------------------------------------------------- */
#content #results{
	position: relative;
	margin-top: 90px;
	border: #949595 3px solid;
	padding: 25px 15px;
	min-height: 744px;
	box-sizing: border-box;
}
#content #results .golist{
	position: absolute;
	top: 20px;
	right: 13px;
}
#content #results .golist a{
	background: url(../images/common/arrow.png) no-repeat left;
	text-decoration: none;
	padding-left: 18px;
	color: #000;
}
#content #results h2{
	margin-left: 20px;
	margin-bottom: 20px;
}
#content #results .all{
	background-color: #F0F0E1;
	padding: 23px 21px;
	overflow: hidden;
}
#content #results .all article{
	background-color: #fff;
	padding: 10px;
	width: 181px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	height: 285px;
	font-size: 90%;
	float: left;
	margin-right: 19px;
	margin-bottom: 15px;
}
#content #results .all article:nth-of-type(3n) {
	margin-right: 0;
}
#content #results .all article figcaption{
	position: absolute;
	top: 0px;
	left:0px;
}
#content #results .all article p{
	text-align: left;
	margin-top:10px;
    line-height: 1.2;
}
#content #results .all article h3{
	background-color: #E4E4E4;
	line-height: 1em;
	padding: 10px;
	margin-top: 10px;
}
#content #results .all article h3 a{
	color: #000;
}
#content #results .all article div{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}






