@charset "utf-8";

/* ご購入の流れ */

/* ご購入の流れのタイトルを定義 */

h2#purchase_ttl {
	display: block;
	width: 100%;
	height: 45px;
	background-image: url(../img/purchase_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#purchase_image {
	display: block;
	width: 950px;
	height: 340px;
	margin: 30px 0px 70px 0px;
	padding: 0px 2px;
}

/* ご購入の流れのレイアウトを定義 */

#purchase_maincontainer {
	display: block;
	width: 100%;
	clear: both;
}

#purchase_maincontainer #purchase_maincontainer_left {
	display: block;
	width: 47%;
	margin-bottom: 50px;
	float: left;
}

#purchase_maincontainer #purchase_maincontainer_right {
	display: block;
	width: 47%;
	margin-bottom: 50px;
	float: right;
}

h3#purchase_ttl1 {
	display: block;
	width: 430px;
	height: 15px;
	margin-bottom: 25px;
	background-image: url(../img/purchase_ttl1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h3#purchase_ttl2 {
	display: block;
	width: 430px;
	height: 15px;
	margin-bottom: 25px;
	background-image: url(../img/purchase_ttl2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


