@CHARSET "UTF-8";

/**
 * WAC定義
 */
/* 行間 */
.text-margin1, .text-margin2 {
	font-size: 0;
}
.text-margin1 {
	height: 4px;
}
.text-margin2 {
	height: 8px;
}

/* テーブル */
.table {
	font-size : 12px;
	background-color : #e0e0e0;
	border           : 1px double #b8aa76;
	border-spacing   : 1px;
}
.tableTH1, .tableTH2, .tableTD1, .tableTD2 {
	padding : 6px;
	line-height:1.5;
}
.tableTH1 {
	background-color : #826908;
	color : #FFF;
	font-weight:bold;
}

.tableTH2 {
	background-color : #f7f2d2;
	color : #bd6a00;
	font-weight:bold;
}

.tableTD1 {
	background-color : #fff;
	color : #000;
}

.NoDetailButton {
	width: 144px;
	height: 28px;
	margin: auto;
}

/**
 * トップページ
 */
/* スケジュールページへ */
#gotoPlan {
	width: 401px;
	height: 34px;
	background-image: url(../imgs/main/content/top/button/gotoplan.png);
}
.SDev #gotoPlan {
	width: 902px;
	height: 106px;
	background-image: url(../imgs/main/content/top/button/gotoplan_sdev.png);
}

#planHeading {
	width: 932px;
	height: 139px;
	margin: auto;
	background: transparent url(../imgs/main/content/top/heading/plan.png) no-repeat;
}
#planHeading table {
	height: 139px;
}
.SDev #planHeading {
	height: 211px;
	margin: auto;
}
.SDev #planHeading table {
	height: 211px;
}

#planHeading2 {
	width: 932px;
	height: 113px;
	margin: auto;
	background: transparent url(../imgs/main/content/plan/heading/plan.png) no-repeat;
}
