@charset "utf-8";
/* CSS Document */

/*====================
タイムレコーダ　ページ共通
====================*/	

br.clear {
	clear: both;
}

.mt10{
	margin:10px 0 0 0;
	}


/*====================
各製品ページ共通
====================*/	

.subNaviBox{
margin:10px 0 0 0;
padding:0;
width:710px;
clear:both;
}
.subNaviBox ul{
margin:0;
padding:0;
height:35px;
list-style:none;
clear:both;
}
.subNaviBox li{
margin:0;
padding:0;
height:35px;
font-size:1%;
float:left;
}

.subNaviBox ul.subNaviBottom{
margin:0;
padding:0;
list-style:none;
height:25px;
background:transparent url(/click/jseries/img/sub_navi_bg.gif) repeat-x 0 0;
border-bottom:solid 1px #999;
border-left:solid 1px #999;
border-right:solid 1px #999;
clear:both;
}

.subNaviBox ul.subNaviBottom li.subNaviLink{
margin:0;
padding:8px 5px 0 0;
height:17px;
text-align:right;
font-size:100%;
line-height:100%;
float:right;
}
.subNaviBox ul.subNaviBottom li.subNaviLink a{
margin:0;
padding:0 0 0 8px;
background:transparent url(/click/jseries/img/sub_navi_arrow.gif) no-repeat 0 5px;
}

ul#timerec_connect {
	margin-bottom: 20px;
}
ul#timerec_connect li {
	background-image: url(../../../IMG/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	padding-left: 15px;
}
.timerec_img{
	margin:30px 0 20px 0;
}

#timerec_box {
	width: 710px;
	margin-bottom: 10px;
}
.timerec_lineup {
	width: 680px;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	height: 280px;
	/*margin-bottom: 10px;*/
}
.timerec_lineup_long {
	width: 680px;
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	height: 320px;
	/*margin-bottom: 10px;*/
}

.timerec_lineup .timerec_products_l {
	float: left;
	width: 320px;
	height: 310px;
	border: 1px solid #CCCCCC;
	background-image: url(../img/timerec_products_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
	overflow: hidden;
	/*margin-right: 30px;*/
}

.timerec_lineup .timerec_products_r {
	float: right;
	width: 320px;
	height: 310px;
	border: 1px solid #CCCCCC;
	background-image: url(../img/timerec_products_bg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color: #FFFFFF;
	overflow: hidden;
}

.timerec_products_long {
	float: left;
	width: 680px;
	height: 310px;
	border: 1px solid #CCCCCC;
	background-image: url(../img/timerec_products_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
	overflow: hidden;
}
.timerec_products_blank {
	float: right;
	width: 320px;
	height: 310px;
	border: 1px solid #fff;
	background-color: #FFFFFF;
	overflow: hidden;
}

.timerec_title {
	margin: 0;
	padding: 0;
	width: 320px;
	height: 25px;
	background: #999999;
	border: #999 solid 1px;
	color: #FFFFFF;
	text-indent: 20px;
	line-height: 25px;
	font-size: 110%;
	font-weight: bold;
}
.timerec_title_long {
	margin: 0;
	padding: 0;
	width: 680px;
	height: 25px;
	background: #999999;
	border: #999 solid 1px;
	color: #FFFFFF;
	text-indent: 20px;
	line-height: 25px;
	font-size: 110%;
	font-weight: bold;
}

.timerec_inner {
	width: 290px;
	height: 300px;
	margin: 15px auto;
}
.timerec_inner_long {
	width: 650px;
	height: 300px;
	margin: 15px auto;
}

.timerec_inner_long_l {
	width: 320px;
	height: 300px;
	margin: 15px 0;
	float: left;
}
.timerec_inner_long_r {
	width: 200px;
	height: 150px;
	margin: 15px 0 0 30px;
	float: left;
}

.timerec_products_r dl dt {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	/*border-bottom-color: #990066;*/
	border-bottom-color: #6666cc;
	margin-bottom: 20px;
}

.timerec_products_l dl dt {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6666cc;
	margin-bottom: 20px;
}

.timerec_products_long dl dt {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6666cc;
	margin-bottom: 20px;
}

.products_img {
	float: left;
	width: 85px;
	margin-right: 20px;
	height: 280px;
}

.products_img_new {
	float: left;
	width: 120px;
	margin-right: 10px;
	height: 240px;
}
.timerec_products_long dl dd.products_img_long {
	float: left;
	width: 120px;
	margin-right: 10px;
	height: 400px;
}

.timerec_products .timerec_products_new .timerec_products_long dl dd.products_detail ul li {
	margin-bottom: 10px;
}

#line_box {
	padding-left: 40px;
	height: 150px;
	border-left: #999999 solid 1px;
}
/*====================
タイムレコーダ　仕様ページ
====================*/	

#spec_list {
	margin-bottom: 20px;
}
#spec_list p {
	font-weight: bold;
	margin-bottom: 15px;
}

#spec_list dl {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	background-image: url(../../../corporate/img/li_bg_grey.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 6px;
	padding-top: 7px;
}

#spec_list dl dt{
	width:105px;
	padding-left:15px;
}


#spec_list dl dd{
	zoom:1;
	line-height: 165%;
	margin-top: -1.5em;
	margin-left: 135px;
}

dl#spec_list p {
	font-weight: bold;
}

.popup a:link,
.popup a:visited{
	color:#039;
	text-decoration:underline;
	}
.popup a:active,
.popup a:hover{
	color:#555;
	text-decoration:underline;
	}


/*====================
タイムレコーダTOPページ
====================*/	
table.border {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.border th {
	padding: 7px;
	background: #91ADB7;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	white-space: nowrap;
	border-top: 0 solid #CCCCCC;
	border-right: 0 solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #FFFFFF;
}
table.border td {
	padding: 4px;
	border-top: 0 solid #CCCCCC;
	border-right: 0 solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
td.gray_e {
	background-color: #eeeeee;
}
#popup50 {
	margin: 50px;
	font-size: 12px;
	padding-bottom: 30px;
	font-family:'ＭＳ Ｐゴシック', 'MS P Gothic',sans-serif;
	font-size:76%;
	line-height:140%;
	color:#555;

}

ol#number {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 25px;
}
ol#number li {
	margin-bottom: 5px;
}
ol#number li ul li {
	margin-left: 10px;
}
.shift_center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

