@charset "UTF-8";
@import url("base.css");
@import url("common.css");
@import url("fontsize.css");


h1 {
	margin-bottom: 0px;
}
.block {
	text-align: center;
	float: left;
	width: 161px;
	padding-top: 20px;
}
.thumbnail {
	padding-right: 10px;
	padding-left: 10px;
}
.title,.price {
	font-size: 65%;
	line-height: 120%;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.price {
	color: #FF6600;
}
.title a {
	color: #5B5B5B;
}
.title a:hover {
	color: #FF9900;
}
.title {
	height: 3.1em;
}
.page-description {
	font-size: 70%;
	line-height: 1.5em;
	margin: 20px 0 10px 0;
}
.about  {
	margin-top: 20px;
}
.about h2 {
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	background: #FF9900;
	margin: 0px;
	padding: 5px;
	border-style: none;
	text-align: center;
}
.about table {
	border-collapse:collapse;
	width: 100%;
}
.about td {
	padding: 8px;
	border: 1px solid #FF9900;
	width: 33%;
	vertical-align: top;
}
.about h3 {
	color: #FF9900;
	font-size: 75%;
	line-height: 1.2em;
}
.about p {
	font-size: 70%;
	line-height: 1.3em;
	margin-top: 5px;
}


/* addition100419 */
.ttl-wrap {
	background: url(../osusume/img/ttl_pct_01.jpg) no-repeat 0px 0px;
	color: #333333;
	height: 185px;
	padding-top: 20px;
	padding-left: 20px;
}
* html .ttl-wrap {
	height: 200px;
}
.ttl-wrap h1 {
	font-size: 125%;
	font-weight: bold;
}
.ttl-wrap .subt {
	font-size: 85%;
}
.ttl-wrap .txt {
	font-size: 75%;
	margin-top: 5px;
	line-height: 1.5;
}
.ttl-wrap .txt span {
 font-size: 85%;
	font-weight: bold;
	margin-left: 20px;
}
