@charset "utf-8";
/*///////////////////////////////

	お知らせ

///////////////////////////////*/

.center .notice {
	position: relative;
	margin: 0 0 30px 0;
}

/* 枠 */
.center .notice .frame-top-left {
	background: url("../images/frame/style01/waku1x2.gif") repeat-x;
}
.center .notice .frame-top-right {
	background: url("../images/frame/style01/waku1x1.gif") no-repeat;
}
.center .notice .frame-top {
	background: url("../images/frame/style01/waku1x3.gif") no-repeat right top;
	height: 7px;
}
.center .notice .frame-middle-left {
	background: url("../images/frame/style01/waku2x1.gif") repeat-y;
	background-color: #f9f8ee;
}
.center .notice .frame-middle-right {
	background: url("../images/frame/style01/waku2x3.gif") repeat-y top right;
}
.center .notice .frame-bottom-left {
	background: url("../images/frame/style01/waku3x2.gif") repeat-x;
}
.center .notice .frame-bottom-right {
	background: url("../images/frame/style01/waku3x1.gif") no-repeat;
}
.center .notice .frame-bottom {
	background: url("../images/frame/style01/waku3x3.gif") no-repeat right top;
	height: 7px;
}

/* タイトル */
.center .notice .frame-header-left {
	margin-bottom: 5px;
	border-left: 10px solid #838446;
	border-right: 1px solid #838446;
	border-bottom: 1px solid #838446;
	background-color: #f0f0f0;
}
.center .notice .frame-header-left .title {
	padding: 4px 0 0 18px;
	font-size: 110%;
	font-weight: normal;
}

/* 内容 */
.center .notice .frame-middle-left .notice-box {
}

/*------------------------------
	一覧
------------------------------*/
.center .notice .list-anchor {
	position: absolute;
	right: 12px;
	bottom: 30px;
	font-size: 90%;
}

/*------------------------------
	注目枠表題
------------------------------*/
.center .notice .notice-box {
	margin: 0;
	padding: 12px 10px 32px 16px;
}
.center .notice .notice-box .unit {
	position: relative;
	margin-bottom: 6px;
	overflow: hidden;
}
.center .notice .notice-box .date {
	margin-left: 15px;
	display: block;
	float: left;
	width: 140px;
	font-size: 95%;
}
.center .notice .notice-box .title {
	margin-left: 142px;
	padding-left: 12px;
	font-size: 95%;
	line-height: 1.26em;
}

/*------------------------------
	顧客仕様
------------------------------*/
.center .notice .rss,
.center .notice .notice-box .office,
.center .notice .notice-box .headline {
	display: none;
}

/*------------------------------
	アイコン
------------------------------*/
.center .notice .notice-box .opt {
	position: absolute;
	top: 7px;
	left: 0px;
	display: block;
	width: 10px;
	height: 10px;
}
.center .notice .notice-box .opt1-0 {
	background: url("../images/icon/point02.gif") no-repeat left center;
}
.center .notice .notice-box .opt1-1 {
	background: url("../images/icon/point03.gif") no-repeat left center;
}

/*------------------------------
	注目枠凡例
------------------------------*/
.center .notice .explanatory {
	margin: 1px 5px 0 0;
	padding: 0;
	text-align: right;
	font-size: 80%;
}
.center .notice .explanatory .opt {
	margin: 0;
	padding: 0 0 0 10px;
	background: url("../images/icon/point03.gif") no-repeat left center;
}