@charset "utf-8";

/* EIZO創庫とは */

/* EIZO創庫とはのタイトルを定義 */

h2#about_ttl {
	display: block;
	width: 100%;
	height: 45px;
	background-image: url(../img/about_ttl.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 8px;
	border-bottom: dotted 1px #cdcdcd;
}

/* プリントボタンのレイアウトを定義 */

p#print_btn {
	display: block;
	width: 85px;
	height: 20px;
	margin-left: 871px;
	background-image: url(../img/print_btn_off.jpg);
	float: right;
}

p#print_btn a {
	display: block;
	width: 85px;
	height: 20px;
}

p#print_btn a:hover {
	display: block;
	width: 85px;
	height: 20px;
	background-image: url(../img/print_btn_on.jpg);
}

/* ご購入の流れリード文を定義 */

p#about_read {
	display: block;
	width: 534px;
	height: 42px;
	margin: 50px 0px;
	padding: 0px 2px;
	background-image: url(../img/about_read.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ご購入の流れのレイアウトを定義 */

#about_maincontainer {
	display: block;
	width: 100%;
	margin-right: -588px;
	float: left;
}

#about_maincontainer #about_maincontainer_left {
	display: block;
	margin-right: 588px;
	margin-bottom: 50px;
}

#about_maincontainer_right {
	display: block;
	width: 558px;
	padding-left: 30px;
	margin-bottom: 50px;
	float: right;
}

/* パートナー一覧レイアウト */

h3#partner_list_ttl {
	display: block;
	width: 150px;
	height: 15px;
	background-image: url(../img/partner_list_ttl.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#partner_list {
	display: block;
	width: auto;
	height: auto;
	margin-top: 30px;
	margin-right: -30px;
	margin-bottom: 40px;
	_width: 100%;
	_margin-right: 0px;
}

ul#partner_list li {
	list-style-type : none;
	width: 166px;
	height: 290px;
	_height: 350px;
	margin-right: 30px;
	margin-bottom: 40px;
	_margin-bottom: 0px;
	float: left;
}

ul#partner_list li .partner_box {
	display: block;
	width: 166px;
	height: auto;
	margin-bottom: 40px;
}

ul#partner_list li .partner_box .partner_box_logo {
	display: block;
	width: 146px;
	height: 70px;
	padding: 10px;
	background-color: #e6e6e6;
	margin-bottom: 10px;
}


