@charset "utf-8";

/* =========================================================

   CSS information

   Style Info : ページ限定設定
   Date : 2013/06/20

========================================================= */


/* 共通スタイル読み込み
--------------------------------------------------------- */
/* 全ページ共通設定 */
@import url("../../common/css/base.css");

/* コンテンツページ共通設定 */
@import url("../../common/css/contents.css");



/* contents.cssを一部書き換え
--------------------------------------------------------- */
/* ページタイトル */
.contents .page_title {
	background: #ff6666;
}

/* 記事ボックス設定 */
.contents .section {
	border: 5px solid #ffafaf;
}

/* 見出し設定 */
.contents h1 {
	background: url(../../common/img/icon/icon03_02.png) no-repeat 7px top;
}
.contents h2 {
	background: #ffd2d2;
}
.contents h3 {
	background: url(../../common/img/icon/icon05_02.gif) no-repeat 4px 0.35em;
}

/* リスト設定 */
.contents .section ul.icon02 li,
.contents .section span.icon02 {
	background: url(../../common/img/icon/icon02_02.png) no-repeat left 0.3em;
}
.contents .section ul.icon06 li,
.contents .section span.icon06 {
	background: url(../../common/img/icon/icon06_02.png) no-repeat left 0.3em;
}
.contents .section ul.icon07 li,
.contents .section span.icon07 {
	background: url(../../common/img/icon/icon07_02.gif) no-repeat left 0.5em;
}
.contents .section ul.icon08 li,
.contents .section span.icon08 {
	background: url(../../common/img/icon/icon08_02.png) no-repeat 1px 0.4em;
}

/* IE7でリストが消えるためリセット */
.contents .section span.icon02,
.contents .section span.icon06,
.contents .section span.icon07,
.contents .section span.icon08 {
	display: inline;
}



/* 右メニュー */
.contents .sidebar .subnav_title {
	background-color: #ff6666;
}
.contents .sidebar ul.subnav {
	border: 5px solid #ffafaf;
}
.contents .sidebar ul.subnav li {
	background: url(../../common/img/icon/icon02_02.png) no-repeat 10px 0.8em;
}



/* くだまつ商工レディースバナー
--------------------------------------------------------- */
.womens_club .bnr_womens_club {
	margin-bottom: 20px;
}



/* 会員募集中
--------------------------------------------------------- */
.womens_club table.admission {
	margin: -10px 0px 20px 0px !important;
}
.womens_club table.admission th {
	width: 6em;
}