@charset "UTF-8";
@import "common.css";
@import "base.css";

/*共通--------------------*/

h1 {
	width: 698px;
	height: 63px;
}


/*一覧--------------------*/

#list_btn {
	width: 640px;
	margin:0 34px 0 24px;
}

#list_btn li {
	float: left;
	margin-left: 5px;
	line-height: 0;
	font-size: 0;
	display:inline;
}


.list_main {
	clear: both;
	width: 698px;
	margin: 12px auto 35px auto;
	padding: 30px 0 0 0;
	background:url(../img/corner_main_bg.jpg) top left no-repeat;
}

.ttl_line {
	clear: both;
	width: 635px;
	height:3px;
	margin:0 0 25px 29px;
	background-color:#000000;
	line-height: 0;
	font-size: 0;
}


.list_block {
	clear: both;
	width: 638px;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.list_box01 {
	float: left;
	width: 305px;
	min-height: 105px;
	*height:105px;
	*height:105px;
	margin-left: 5px;
	position:relative;
}

.list_box02 {
	float: right;
	width: 305px;
	min-height: 105px;
	*height:105px;
	*height:105px;
	margin-right: 5px;
	position:relative;
}

.list_block .ph {
	float: left;
	width: 102px;
}

.list_block .txt {
	float: right;
	width: 193px;
}

.list_block .txt p {
	margin: 0 0 35px 3px;
}

.list_block .txt img {
	position:absolute;
	bottom:0;
}

