@charset "utf-8";
/*************************************************
*
*	3rd Section
*	第三階層の共通スタイル
*
*************************************************/

/*-------------------------------------------------------------
	section
	セクションごとの区切り（囲みdiv）
-------------------------------------------------------------*/
#contentArea div.section{
	/*width:660px;
	margin-bottom:30px;
	overflow:hidden;*/
}


/*-------------------------------------------------------------
	ul li
	基本のリストスタイル
-------------------------------------------------------------*/
#contentArea div.section ul{
	margin:0 0 15px 2em;
}
#contentArea div.section ul li{
	list-style:outside disc;
	margin-bottom:5px;
}
#contentArea div.section ul li span{
	display:block;
	font-weight:bold;
}

/* listNoMark　マークなしリスト */
#contentArea div.section ul.listNoMark{
	margin-left:0;
}
#contentArea div.section ul.listNoMark li{
	list-style:none;
	padding-left:1em;
	text-indent:-1em;
}

/* marginList　下にマージンありリスト */
#contentArea div.section ul.marginList li{
	margin-bottom:20px;
}


/*-------------------------------------------------------------
	ol.olList
	番号付きリストスタイル
-------------------------------------------------------------*/
#contentArea ol.olList{
	margin:0 0 15px 2em;
}
* html #contentArea ol.olList{
	margin:0 0 15px 2.2em;
}
#contentArea ol.olList li{
	list-style:outside decimal;
	margin-bottom:3px;
}


/*-------------------------------------------------------------
	ulSpecColumn
	「仕様・オプション一覧」部分のリストスタイル
-------------------------------------------------------------*/
#contentArea div.section ul.ulSpecColumn{
	margin:0 0 10px 0;
}
#contentArea div.section ul.ulSpecColumn li{
	list-style:none;
	padding:3px 1em 3px 1em;
	background:#efefef;
}


/*-------------------------------------------------------------
	p
	基本の p スタイル
-------------------------------------------------------------*/
#contentArea p{
	margin-bottom:15px;
}

#contentArea p span.capTitle{
	display:block;
	margin-bottom:5px;
}


/*-------------------------------------------------------------
	pCenter
	p の中身を真中寄せ
-------------------------------------------------------------*/
#contentArea p.pCenter{
	margin:10px auto;
	text-align:center;
	font-size: 1.2em;
}
#contentArea p.pCenter img{
	margin-bottom:5px;
}


/*-------------------------------------------------------------
	divLeft / divRight
	左右２カラムレイアウト
-------------------------------------------------------------*/
#contentArea div.divLeft{
	float:left;
	width:320px;
}
#contentArea div.divLeftBig{
	float:left;
	width:319px;
}
#contentArea div.divLeftSmall{
	float:left;
	width:259px;
}

#contentArea div.divRight{
	float:right;
	width:320px;
}
#contentArea div.divRightBig{
	float:right;
	width:319px;
}
#contentArea div.divRightSmall{
	float:right;
	width:259px;
}


/*-------------------------------------------------------------
	div3col
	３カラムレイアウト
-------------------------------------------------------------*/
#contentArea div.div3col{
	float:left;
	width:190px;
	margin-right:5px;
}
* html #contentArea div.div3col{
	margin-right:2px;
}


/*-------------------------------------------------------------
	imgFloatLeft / imgFloatRight
	画像の左右フロート
-------------------------------------------------------------*/
#contentArea img.imgFloatLeft{
	float:left;
	margin:0 10px 10px 0;
}
#contentArea img.imgFloatRight{
	float:right;
	margin:0 0 10px 10px;
}


/*-------------------------------------------------------------
	Title
	見出し（h1～h6）
-------------------------------------------------------------*/
/*-- h1 ------------------*/
#contentArea h1{
	margin-bottom:5px;
}
#contentArea h1.mainTitle{
	margin-bottom:15px;
}
#contentArea h1.titleCenter{
	text-align:center;
	margin-bottom:15px;
}

/*-- h2 ------------------*/
#contentArea h2.topTitle{
	margin-top:30px;
}
#contentArea h2.topTitleBig{
	margin:30px 0;
	font-size:200%;
}

#contentArea h2.topTitle2{
	margin-top:10px;
	margin-bottom:30px;
}
#contentArea h2.titleCenter{
	text-align:center;
	margin-bottom:10px;
}

/*-- h3 ------------------*/
#contentArea h3{
	height:25px;
	margin-bottom:20px;
	padding-left:18px;
	line-height:25px;
	color:#fff;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(/tecfiles/css/img/ttl_bg_single_red.png);
}
/*simple*/
#contentArea h3.h3_simple{
	height:auto;
	margin-bottom:10px;
	padding-left:0;
	line-height:1.5em;
	font-size:112%;
	color:#333;
	background:none;
}

/*-- h4 ------------------*/
#contentArea h4{
	margin-bottom:12px;
	padding-left:6px;
/*	font-size:112%;*/
	border-left:5px solid #f12424;
}
/*simple*/
#contentArea h4.h4_simple{
  background: none;
	padding-left:0;
	border:none;
}
/*span*/
#contentArea h4 span{
	display:block;
	padding-bottom:1px;
	font-size:90%;
}
/*h4 img*/
#contentArea h4 img{
	vertical-align:middle;
}

/*-- h5 ------------------*/
#contentArea h5{
	margin-bottom:5px;
	padding-left:9px;
	background-repeat:no-repeat;
	background-position:left 5px;
	background-image:url(/tecfiles/css/img/accent_min_red.png);
}
/*simple*/
#contentArea h5.h5_simple{
	padding-left:0;
	background:none;
}
/*span*/
#contentArea h5 span{
	display:block;
	padding-bottom:1px;
	font-size:92%;
}

/*-- h6 ------------------*/
#contentArea h6{
	margin-bottom:5px;
}


/*-------------------------------------------------------------
	officeTtl
-------------------------------------------------------------*/
#contentArea h2.officeTtl{
	font-weight:normal;
}
#contentArea h2.officeTtl img{
	vertical-align:top;
	margin:10px 0;
}
#contentArea h2.officeTtl img.right{
	float:right;
}


/*-------------------------------------------------------------
	pCatch
-------------------------------------------------------------*/
#contentArea  p.pCatch{
	font-weight:bold;
	margin-top:15px;
}


/*-------------------------------------------------------------
	pageNav
-------------------------------------------------------------*/
#contentArea ul.pageNav{
	margin:10px 0 15px 0;
}
#contentArea ul.pageNav li{
	display:inline-block;
	*display:inline;/*IE6,7*/
	*zoom:1;/*IE6,7*/
	padding-left:15px;
	margin-right:15px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(/tecfiles/css/img/arrow_sq_red_down.png);
}


/*-------------------------------------------------------------
	contentNav
	ページ上部のナビゲーション
-------------------------------------------------------------*/
#contentArea ul.contentNav{
	text-align:right;
	margin:5px 0 5px 0;
}
#contentArea ul.contentNav li{
	display:inline-block;
	*display:inline;/*IE6,7*/
	padding-left:15px;
	margin-right:15px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(/tecfiles/css/img/arrow_sq_gray.png);
}


/*-------------------------------------------------------------
	table
	テーブル
	（※tableSpecクラスのテーブルのスタイルはjsで定義）
-------------------------------------------------------------*/
#contentArea table{
	max-width:640px;
	margin-bottom:10px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	overflow:auto;
}
/*2colomn*/
#contentArea div.divLeft table,
#contentArea div.divRight table{
	width:300px;
}
#contentArea div.divLeft table tr td table,
#contentArea div.divRight table tr td table{
	width:99%;
}
* html #contentArea div.divLeft table tr td table,
* html #contentArea div.divRight table tr td table{
	width:94%;
}
/*indexBox2*/
#contentArea div.indexBox2 table{
	width:566px;
	margin:0 auto 10px auto;
}
#contentArea div.indexBox2 table tr td table{
	width:99%;
}
* html #contentArea div.indexBox2 table tr td table{
	width:94%;
}
/*indexBox2 in 2colomn*/
#contentArea div.divLeft div.indexBox2 table,
#contentArea div.divRight div.indexBox2 table{
	width:267px;
	margin:0 auto 10px auto;
}
#contentArea div.divLeft div.indexBox2 table tr td table,
#contentArea div.divRight div.indexBox2 table tr td table{
	width:99%;
}
* html #contentArea div.divLeft div.indexBox2 table tr td table,
* html #contentArea div.divRight div.indexBox2 table tr td table{
	width:94%;
}

#contentArea table th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#f4f4f4;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
#contentArea table th.thleft{
	vertical-align:top;
	text-align:left;
}
#contentArea table td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0.3em 1em;
	word-wrap: break-word;
}
#contentArea table td.tdcenter{
	text-align:center;
}
#contentArea table td.tdright{
	text-align:right;
}

#contentArea table td p.pCenter img{
	vertical-align:middle;
}

#contentArea table thead.theadDisplayNone{
	display:none;
}
#contentArea table tbody table{
	width:100%;
	margin-bottom:1px;
	border:none;
}
* html #contentArea table tbody table{
	width:94%;
}
#contentArea table tbody table td{
	border-right:none;
	padding:0.3em 0;
}


/*-------------------------------------------------------------
	indexBox2
-------------------------------------------------------------*/
#contentArea div.indexBox2{
	margin-bottom:10px;
	background:#fafafa;
	border: 1px solid #ccc;
	overflow:hidden;
}
#contentArea div.indexBox2 h5{
	margin-bottom:10px;
	padding:2px 0 2px 13px;
	background-color:#ddd;
	background-position:3px 8px;
	border-bottom: 1px solid #ccc;
}
#contentArea div.indexBox2 h6{
	margin-left:1em;
	margin-bottom:3px;
}
#contentArea div.indexBox2 ul{
	margin-left:2.2em;
	margin-right:1em;
}
#contentArea div.indexBox2 p{
	margin-left:1em;
	margin-right:1em;
}

/*-------------------------------------------------------------
	indexBox3
-------------------------------------------------------------*/
#contentArea div.indexBox3{
	margin-bottom:15px;
	background:#fafafa;
	border: 1px solid #ccc;
	overflow:hidden;
}
#contentArea div.indexBox3 h5{
	margin-bottom:10px;
	padding:2px 0 2px 13px;
}
#contentArea div.indexBox3 h6{
	margin-left:1em;
	margin-bottom:3px;
}
#contentArea div.indexBox3 ul{
	margin-left:2.2em;
	margin-right:1em;
}

/*------------------------------------------------
	featureBox
------------------------------------------------*/
#contentArea div.featureBox{
	margin:0 0 15px 0;
	padding:12px 15px 3px 15px;
	background:#fafafa;
	border:2px solid #ee0000;
}
#contentArea div.featureBox h4{
	margin-bottom:5px;
}
#contentArea div.featureBox p{
	margin-bottom:10px;
}


/*-------------------------------------------------------------
	grayBox
-------------------------------------------------------------*/
#contentArea div.grayBox{
	margin:15px 0;
	padding:12px 15px 3px 15px;
}

/*-------------------------------------------------------------
 	explanationBox
-------------------------------------------------------------*/
#contentArea div.explanationBox{
	overflow:hidden;
	margin:15px;
}



/*-------------------------------------------------------------
	releaseDate
	文書の発行日などの右寄せ
-------------------------------------------------------------*/
#contentArea .releaseDate{
	text-align:right;
}
#contentArea .releaseDate.clear{
	margin-top:10px;
	margin-bottom:5px;
}


/*-------------------------------------------------------------
	proNav
	シリーズ一覧
-------------------------------------------------------------*/
#contentArea div.section div.proNav{
	margin-bottom:15px;
}
#contentArea div.section div.proNav ul{
	margin:0 0 0px 1.2em;
}
#contentArea div.section div.proNav ul li{
	display:inline-block;
	*display:inline;/*IE6,7*/
	*zoom:1;/*IE6,7*/
	width:125px;
	list-style:none;
	padding-left:10px;
	background:url(/tecfiles/css/img/arrow_gray01.png) no-repeat left 6px;
}


/*-------------------------------------------------------------
	searchBox
	検索ボックス
-------------------------------------------------------------*/
#contentArea .searchBox{
	margin:9px 0 14px 0;
}
#contentArea .searchBox input{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.3em;
	vertical-align:middle;
	border:1px solid #646464;
	vertical-align:middle;
}
#contentArea .searchBox input.input_text{
	width:169px;
	height:17px;
	padding:2px 4px 0 4px;
}
/*
* html #contentArea .searchBox input.input_text{
	height:21px;
}
*/

/*----------------------------------------------
	imagePopup
----------------------------------------------*/
#contentArea a.imagePopup img{
	margin-bottom:5px;
	border:2px solid #999;
}
#contentArea a.imagePopup:hover img{
	border:2px solid #fa0000;
}


/*----------------------------------------------
	toPageTop
----------------------------------------------*/
#contentArea div.pUp{
	clear:both;
	text-align:right;
}
#contentArea div.pUp a{
}


/*----------------------------------------------
	clear
----------------------------------------------*/
.clear
	{zoom:1;clear: both;}/*for IE 5.5-7*/
.clear:after
	{content:"."; display: block; height:0px; clear:both; visibility:hidden;}/*for modern browser*/