@charset "Shift_JIS";

/* ========================== business_diary ====================== */

.stationery-feature * {
	margin: 0;
	padding: 0;
}
.stationery-feature {
	width: 900px;
	font-size: 90%;
}
.stationery-feature .main {
	width: 650px;
	float: left;
}
.stationery-feature .side {
	width: 250px;
	float: right;
}


/* clear */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* block-theme */

.stationery-feature .block-theme {
	width: 240px;
	margin: 0 0 0 10px;
	position: relative;
}

.stationery-feature .block-theme .ttl {
	margin-bottom: 6px;
}

.stationery-feature .block-theme .btn {
	width: 130px;
	text-align: right;
	position: absolute;
	top: 4px;
	right: 0;
}
.stationery-feature .block-theme .btn a {
	padding-left: 15px;
	background: url(../../images/icon_01.gif) no-repeat 0 2px;
}

.stationery-feature .block-theme li {
	width: 240px;
	float: left;
}
