@charset "UTF-8";
/* CSS Document */

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

	レビューページ
	
	カテゴリーカラー
	光電センサ	#revCate_01	#2995E0
	画像センサ	#revCate_02	#FF4651
	変位センサ	#revCate_03	#F9C764
	LED照明	#revCate_04	#866EAA
	コントロールユニット	#revCate_05	#8CC63F

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

/* 補正 */
.lineup_contents_01{
	margin: 0 0 20px;
}

.large_category_name {
	font-weight: bold;
}

/* 本編 */
.revTitle{
	width: 730px;
	height: 170px;
	margin: 0 auto 10px;
	position: relative;
}

/* ページ内リンク */
.cateJumpBtn{
	width: 730px;
	position: absolute;
	top: 130px;
	left: 0;
}

.cateJumpBtn a{
	display: inline-block;
	background-color: transparent;
}

.cateJumpBtn a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*----------------------------------
	共通
----------------------------------*/
/* 大枠 */
.revCate{
	width: 730px;
	margin: 0 auto 10px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
}

.revCate .cateTitle{
	height: 40px;
	margin: 0 0 10px;
}

.revCate .cateTitle strong{
	height: 40px;
	visibility: hidden;
}

/* リンク */
.revCate a,
.revCate a:link,
.revCate a:visited{
	color: #333;
	/*text-decoration: underline;*/
}

.revCate a:hover,
.revCate a:visited:hover{
	/*color: #333;
	text-decoration: underline;*/
}

.revCate a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*製品シリーズタイトル*/
.revCate .revSeries p{
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 10px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	line-height: 30px;
}

dl.section {
	display: block;
	width: 730px;
}

dl.section:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
*:first-child+html dl.section { zoom: 1; } /* IE7 */

dl.section .imgBox{
	display: block;
	float: left;
	width: 110px;
	margin-bottom: 10px;
	text-align: center;
}

dl.section .imgBox img{
	display: inline-block;
	margin-bottom: 5px;
}

dl.section dd.commentBox{
	display: block;
	float: right;
	width: 605px;
	text-align: left;
}

dl.section dl.balloon{
	display: block;
	width: 605px;
	margin-bottom: 10px;
}

dl.section .commentBox dd.article{
	background: url("../img/balloon.gif") no-repeat 0 -71px ;
	padding: 10px;
	color: #333;
	line-height: 1.5;
	font-weight: 500;
}

dd.revMeta {
	height: 20px;
	padding-top: 10px;
	background: url("../img/balloon.gif") no-repeat 0 0 ;
	text-align: right;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}

dd.revMeta strong {
	padding-left: 20px;
	font-weight: normal;
}

dd.revMeta strong.ico_reviewer {
	display: inline-block;
	background: url("../img/ico_reviewer.gif") no-repeat left center;
}

p.pageTopTxt{
	clear: both;
	width: 730px;
	height: 2em;
	font-size: 12px;
	line-height: 2em;
	text-align: right;
}
	
p.pageTopTxt a{
	display: inline-block;
	height: 2em;
	padding-left: 16px;
	background: url("../../../img/basic/ico_arrow_top.gif") no-repeat left center;
	font-size: 11px;
	line-height: 2em;
}
	
p.pageTopTxt a:hover{
	color: #333;
}

/*----------------------------------
	光電センサ	#revCate_01	#2995E0
----------------------------------*/
#revCate_01 .cateTitle{
	background: url("../img/title_5contents.gif") no-repeat 0 0;
}

#revCate_01 .revSeries p{
	border-color: #2995E0;
}

#revCate_01 dl.section .commentBox dd.article{
	background-color:  #5caee7;/*色調整有り注意*/
}

#revCate_01 dd.revMeta {
	background-color:  #5caee7;/*色調整有り注意*/
}

/*----------------------------------
	画像センサ	#revCate_02	#FF4651
----------------------------------*/
#revCate_02 .cateTitle{
	background: url("../img/title_5contents.gif") no-repeat 0 -40px;
}

#revCate_02 .revSeries p{
	border-color: #FF4651;
}

#revCate_02 dl.section .commentBox dd.article{
	background-color:  #ff7981;/*色調整有り注意*/
}

#revCate_02 dd.revMeta {
	background-color:  #ff7981;/*色調整有り注意*/
}

/*----------------------------------
	変位センサ	#revCate_03	#F9C764
----------------------------------*/
#revCate_03 .cateTitle{
	background: url("../img/title_5contents.gif") no-repeat 0 -80px;
}

#revCate_03 .revSeries p{
	border-color: #F9C764;
}

#revCate_03 dl.section .commentBox dd.article{
	background-color:  #F9C764;
}

#revCate_03 dd.revMeta {
	background-color:  #F9C764;
}

/*----------------------------------
	LED照明	#revCate_04	#866EAA
----------------------------------*/
#revCate_04 .cateTitle{
	background: url("../img/title_5contents.gif") no-repeat 0 -120px;
}

#revCate_04 .revSeries p{
	border-color: #866EAA;
}

#revCate_04 dl.section .commentBox dd.article{
	background-color:  #ab9ac4;/*色調整有り注意*/
}

#revCate_04 dd.revMeta {
	background-color:  #ab9ac4;/*色調整有り注意*/
}

/*----------------------------------
	コントロールユニット	#revCate_05	#8CC63F
----------------------------------*/
#revCate_05 .cateTitle{
	background: url("../img/title_5contents.gif") no-repeat 0 -160px;
}

#revCate_05 .revSeries p{
	border-color: #8CC63F;
}

#revCate_05 dl.section .commentBox dd.article{
	background-color:  #9CC955;/*色調整有り注意*/
}

#revCate_05 dd.revMeta {
	background-color:  #9CC955;/*色調整有り注意*/
}

