@charset "utf-8";

/* CSS Document */

#fukkokuCt {
	width: 640px;
	margin: 20px 0 0 4px;
}

#fukkokuCt #lead {
	padding-bottom: 20px;
}

#fukkokuCt ul.bookList {
	clear: both;
	list-style: none;
}

#fukkokuCt ul.bookList li {
	background: #fff7df;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	width: 180px;
}

#fukkokuCt ul.bookList li.end {
	margin: 0 0 20px 0;
}

#fukkokuCt ul.bookList li .cover {
	border: 1px solid #ccc;
	float: left;
}

#fukkokuCt ul.bookList li .probability {
	background: url(../../images/back_probability.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 79px;
	padding-top: 33px;
	text-align: center;
	width: 60px;
	height: 27px;
}

#fukkokuCt ul.bookList li .probabilityOK {
	background: url(../../images/back_probabilityOK.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 79px;
	padding-top: 33px;
	text-align: center;
	width: 60px;
	height: 27px;
}

#fukkokuCt ul.bookList li .probabilityNG {
	background: url(../../images/back_probabilityNG.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 79px;
	padding-top: 33px;
	text-align: center;
	width: 60px;
	height: 27px;
}

#fukkokuCt ul.bookList li h4 {
	clear: both;
	margin: 0;
	padding: 0;
}

#fukkokuCt ul.bookList li h5 {
	font-size: 90%;
	margin-bottom: 3px;
}

#fukkokuCt ul.bookList li .price {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: right;
}

#fukkokuCt ul.bookList li .caption {
	font-size: 90%;
}

#fukkokuCt ul.bookList li .tashiyomi {
	margin-top: 3px;
	text-align: right;
}

#fukkokuCt ul.bookList li.price {
	background: #fff;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding: 0px;
	width: 200px;
}

#fukkokuCt ul.bookList li.price ul.attention {
	margin: 30px 0 0 0;
}

#fukkokuCt ul.bookList li.price ul.attention li {
	background: #fff;
	display: list-item;
	font-size: 90%;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 200px;
}

#fukkokuCt #order {
	clear: both;
	width: 500px;
	margin: 0 0 30px 60px;
}

#fukkokuCt #order img {
	margin: 0 0 10px 0;
}

#fukkokuCt #order ul li {
	font-size: 85%;
	list-style: disc;
	margin: 0 0 0 20px;
}

#fukkokuCt #request {
	background: #fff7df url(../../images/back_request.png) no-repeat 50px center;
	width: 500px;
	padding: 20px 40px;
	margin: 0 0 50px 20px;
	text-align: right;
}

#fukkokuCt #flowchart {
	clear: both;
	margin: 0 0 20px 0;
}

#fukkokuCt #howto {
	border: 4px double #999;
	margin-top: 20px;
	padding: 10px;
}

#fukkokuCt #howto h3 {
	background: #8c96cb;
	color: #fff;
	font-size: 110%;
	padding: 3px 10px;
}

#fukkokuCt #howto h4 {
	border-left: 7px solid #8c96cb;
	color: #8c96cb;
	padding-left: 5px;
	margin-top: 15px;
}

#fukkokuCt #howto p {
	margin: 5px 0 0 10px;
}

#fukkokuCt #howto p strong {
	font-size: 110%;
	font-weight: bold;
}

#fukkokuCt #howto ul {
	margin: 5px 0 0 10px;
}

#fukkokuCt #howto ul li {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

#fukkokuCt #howto .freedial {
	margin: 0 2px;
	vertical-align: baseline;
}


#fukkokuCt .page-top {
	clear: both;
	width: 630px;
	font-size: x-small;
	text-align: right;
	margin: 10px 0 20px 0;
}

