@charset "utf-8";
/**************************************
*
*	release
*	Over write '3rd_section.css'
*
**************************************/

/*-------------------------------------------------------------
	section
	セクションごとの区切り（囲みdiv）
	※'3rd_section.css'を上書き
-------------------------------------------------------------*/
#contentArea div.section{
	/*width:740px;
	margin-left:10px;*/
}


/*-------------------------------------------------------------
	Title
	見出し（h1～h6）
	※'3rd_section.css'を上書き
-------------------------------------------------------------*/
/*-- h1 ------------------*/
#contentArea h1{
	margin:5px 10px 10px 10px;
}

/*-- h2 ------------------*/
#contentArea h2{
	margin-bottom:5px;
	line-height: 1.2;
	font-size: 2.0em;
	text-align:center;
}

/*-- h3 ------------------*/
#contentArea h3{
	background-color:#a2a2a2;
}


/*-------------------------------------------------------------
	pageNav
	ページ上部のナビゲーション
	※'3rd_section.css'を上書き
-------------------------------------------------------------*/
#contentArea ul.contentNav{
	text-align:right;
	margin-bottom:20px;
}


/*-------------------------------------------------------------
	table
	テーブル（common.cssから継承、上書）
	（※tableSpecクラスのテーブルのスタイルはjsで定義）
-------------------------------------------------------------*/
#contentArea table{
	width: auto;
	margin-bottom:10px;
	font-size: 0.9em;
}
#contentArea table table{
	width:auto;
}
#contentArea div.section table.spec tbody th{
	text-align:left;
}
#contentArea div.section table.spec tbody table td{
	border-bottom:none;
}


/* releaseDate */
#contentArea .releaseDate{
	text-align:right;
}


/*-------------------------------------------------------------
	halfBox
-------------------------------------------------------------*/
#contentArea div.halfBox{
	width:50%;
	float:left;
}

#contentArea div.section table.specinspec tbody{
	border-left: 1px solid #ccc !important;
	border-top: 1px solid #ccc !important;
}

#contentArea div.section table.specinspec th{
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
}
#contentArea div.section table.specinspec td{
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	padding: 0.3em 1em;
}
