@charset "utf-8";

/**
 * 法人 製品情報
 * 
 * @media screen
 * @version 1.0
 */
/*
----------------------------------------------------------------------
	Lineup
----------------------------------------------------------------------
*/
#SDKLineup h3,
#OtherLineup h3,
#CardtipLineup h3,
#ReaderWriterLineup h3 {
	width: 210px;
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#SDKLineup h3 {	background-image: url(../img/aside_sdk.png);}
#OtherLineup h3 {	background-image: url(../img/aside_other.png);}
#CardtipLineup h3 {	background-image: url(../img/aside_cardtip.png);}
#ReaderWriterLineup h3 {	background-image: url(../img/aside_readerwriter.png);}

* html #Aside #CardtipLineup h3 { behavior: expression(IEPNGFIX.fix(this)); }

/*
----------------------------------------------------------------------
	Product
----------------------------------------------------------------------
*/
.product {
	padding: 40px 30px 30px;
	width: 610px;
}

/* introduction */
.intro {
	position:relative;
}

.intro h3 {
	/margin-bottom:30px;
}

.intro ul {
	margin-top: 30px;
	background: #f2f2f2;
	zoom: 1;
	font-size: 0;
	line-height: 0;
}

	.intro ul:after {
		content: "."; display: block;
		height: 0; clear: both;
		line-height: 0; visibility: hidden;
	}

.intro ul li {
	float: left;
}

.intro ul.multi {
	margin-top:0;
	border-top:1px solid #e6e6e6;
}

.intro .tech_btn {
	position:absolute;
	top:0px;
	right:0px;
	_right:30px;
	width:90px;
	height:30px;
}

/* 2013 new format
----------------------------------------------------------------------*/
.product .info {
	position: relative;
	zoom: 1;
}
.product .info:after {
	clear: both;
	display: block;
	content: "";
}
.product span.bold {
	font-weight: bold;
}
.product .info .img-box {
	position: relative;
	float: left;
	margin-right: 20px;
	width: 240px;
	text-align: center;
}
.product .info .txt-box h3 {
	font-size: 137.5%;
	line-height: 1.2;
	color: #00469b;
}
.product .info .txt-box h3 .small {
	font-size: 87.5%;
}
.product .info .txt-box strong {
	position: relative;
	display: block;
	margin-top: 15px;
	font-weight: 700;
	font-size: 193.8%;
	font-family: Arial,"ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2;
}
.product .info .txt-box strong em {
	margin-left: 5px;
	font-size: 56.3%;
	font-weight: 700;
	color: #666;
	vertical-align: middle;
}
.product .info .txt-box strong span {
	margin-left: 3px;
	font-size: 56.3%;
	font-weight: 700;
	color: #333;
	vertical-align: middle;
}
.product .info .txt-box img.new {
	margin-left: 5px;
	padding-bottom: 4px;
	vertical-align: baseline;
}
.product .info .txt-box .tech-btn {
	position: absolute;
	top: 0;
	right: 10px;
}
.product .info .txt-box div.icon {
	margin-top: 10px;
}
.product .info .txt-box div.flag {
	margin-top: 15px;
}
.product .info .txt-box img.icon {
	margin-left: 15px;
}

.product .tag {
	display: inline-block;
	margin: 25px auto 0;
	zoom: 1;
	overflow: hidden;
}
.product .tag:after {
	clear: both;
	display: block;
	content: "";
}
.product .tag.right {
	float: right;
	margin: 15px 10px 0 0;
}
.product .tag ul {
	margin-left: -5px;
	zoom: 1;
}
.product .tag ul:after {
	clear: both;
	display: block;
	content: "";
}
.product .tag.two ul {
	width: 230px;
}
.product .tag li {
	position: relative;
	float: left;
	margin: 5px 0 0 5px;
	padding-top: 2px;
	width: 104px;
	height: 32px;
	text-align: center;
	font-size: 75%;
	line-height: 1.1;
	*line-height: 1.2;
	color: #555;
	background: #f2f2f2;
	border: 3px solid #e6e6e6;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.product .tag li span {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	width: 104px;
	height: 34px;
	vertical-align: middle;
	*position: relative;
	*top: 48%;
	*margin-top: -1em;
	*height: auto;
}

.product .description {
	margin: 30px 30px 0;
	font-size: 93.8%;
	color: #001038;
}
.product .description sub {
	color: #666;
	vertical-align: top;
}

.product .section .contact .mado {
	margin-top: 25px;
	font-size: 90%;
	font-weight: bold;
	color: #0691d0;
}
.product .section .contact .info {
	margin-top: 15px;
}
.product .section .contact li.tel {
	padding-left: 25px;
	background: url("../../../cmn/img/sup_tel.gif") no-repeat;
}
.product .section .contact li.fax {
	padding-left: 25px;
	background: url("../../../cmn/img/sup_fax.gif") no-repeat;
}

.product #Manual .clearfix {
	padding-bottom: 20px;
	border-bottom: 1px dotted #b3b3b3;
}
.product #Manual .img {
	float: left;
	width: 120px;
}
.product #Manual .word {
	float: left;
	width: 490px;
	font-size: 85%;
}
.product #Manual .item {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 120%;
}
.product #Manual .item a {
	padding-left: 13px;
	background: url("../img/icon_link.gif") no-repeat 0 3px;
}

	/* discon */
	.intro img.discon {
		position: absolute;
	}
	
	.intro div.notice {
		margin: 15px 0;
		padding: 6px 10px;
		border: 1px solid #e00;
		background: #fef5f9;
		font-size: 90%;
	}
	
	.intro div.notice em {
		color: #e00;
	}
	

/* list */
ul.disc {}

ul.disc li {
	margin-left:20px;
	padding:0 0 10px 0;
	list-style:disc;
}

ul.disc li li {
	list-style:circle;
}

table.spec ul.disc li {
	padding-bottom:0;
}

ul.arrow {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.arrow li {
	background:url("../img/lnk_arrow.gif") no-repeat scroll 0 0.4em transparent;
	margin:0 0 5px;
	padding-left:14px;
}

ol.num {
	margin:0 0 10px 27px;
	padding:0;
}

ol.num li {
	list-style:decimal;
	color:#333333;
	line-height:140%;
	margin:0 0 3px;
}

ul.alpha {
	margin:5px 0 10px 27px;
}

ul.alpha li {
	list-style:lower-alpha outside none;
}

h3.title {
	color: #00479d;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.3;
}

/* section */
.section {
	margin-top: 15px;
	margin-bottom: 35px;
	padding-top: 10px;
}

.section .feats {
	margin-bottom: 28px;
	padding-bottom: 3px;
	border-bottom: 2px solid #d9d9d9;
	color: #00479d;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}

.section h4 {
	margin-bottom: 28px;
	padding-bottom: 3px;
	border-bottom: 2px solid #d9d9d9;
	color: #00479d;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}

.section .mds {
	margin: 35px 1px 13px;
	padding-top: 1px;
	padding-left: 5px;
	border-left: 5px solid #00479d;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
}

.section h5 {
	margin: 35px 1px 13px;
	padding-top: 1px;
	padding-left: 5px;
	border-left: 5px solid #00479d;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
}

.section h5:first-of-type {
	margin-top: 28px;
}

.section h5 sup {
	margin-left: 5px;
	font-weight: normal;
	vertical-align: top;
}

.section h6 {
	margin: 35px 1px -5px;
	padding-top: 1px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
}

.section p {

}

.section em.featindex {
	font-weight:bold;
	color:#00479D;
}

/* menu */
ul.menu {
	margin-top: 12px;
	font-size: 90%;
	line-height: 1;
	text-align: center;
}

ul.menu li {
	display: inline;
	margin-bottom: 8px;
	padding: 0 17px;
	border-left: 1px solid #c4c4c4;
}

ul.menu li:first-child,
ul.menu li.first-child {
	border-left: none;
}

	* html ul.menu li {
		behavior: expression(
			this.className += (this.previousSibling == null) ? " first-child" : "",
			this.style.behavior = "none"
		);
	}


.product .scroll {
	border:1px solid #CCCCCC;
	height:287px;
	overflow:auto;
	padding:10px;
}


/* attention */
.attention {
	margin:10px 0;
	padding:15px 10px 15px 10px;
	background-color:#f2f2f2;
}

.attention strong {
	font-size:85%;
	display:block;
	padding:0 0 8px 20px;
	background:url(../../../../assets/img/attention.gif) no-repeat left top;
	border-bottom:1px solid #fff;
	zoom:1;
}

.attention strong span {
	font-weight:normal;
}

.attention p {
	margin-top:15px;
	font-size:75%;
}

.attention em {
	font-weight:bold;
}

.attention ol {
	margin-top:15px;
	font-size:75%;
}

.attention ol li {
	margin:0 0 5px 20px;
	list-style:decimal;
}

.attention ul {
	margin-top:15px;
	font-size:75%;
}

.attention ul li {
	margin:0 0 5px 20px;
	list-style:disc;
}

.attention a.att_link {
	display:block;
	margin-top:5px;
	padding-left:14px;
	font-size:120%;
	background:url(../img/lnk_arrow.gif) no-repeat 0 0.5em;
}


/*
----------------------------------------------------------------------
	Product Items
----------------------------------------------------------------------
*/
/* -- RC-S853_854 -- */
div.traffic {}

div.traffic .product {
	margin-bottom:20px;
}

div.traffic h3 {
	margin-bottom:15px;
	padding-bottom:3px;
	line-height:1.3;
	border-bottom:2px solid #D9D9D9;
	color:#00479D;
	font-size:110%;
	font-weight:bold;
}

/* -- RC-S890_891 -- */
table.appli {
	width:100%;
	text-align:center;
}

table.appli td {
	font-size:85%;
}

/* -- RC-S801 -- */
.intro .rcs801 {
	top:3px;
	right:-15px;
	_right:15px;
}


/* -- RC-S320 -- */
.individual {
	position:relative;
	top:-110px;
	font-size:75%;
}

/* -- pki -- */
.thum_img {
	float:right;
	margin-left:20px;
}


/* -- ICS-DAF_B010_S010 -- */
.dl_box {
	margin:20px 0;
	padding:10px;
	text-align:center;
	border:1px dotted #aaaaaa;
}


.note_box {
	border:2px solid #000000;
	font-size:90%;
	line-height:140%;
	margin:20px 10px;
	padding:8px 15px 8px;
}

/* -- ICS-DAF_B010_S010_basic_cons,
			ICS-DAF_B010_S010_standard_cons -- */
.cons {
	position:relative;
	font-size:85%;
}	

.cons h3 {
	position:absolute;
	top:-25px;
	left:-20px;
}

.cons h4 {
	_margin-top:10px;
	border:none;
}

.cons .section {
	margin-bottom:20px;
}		

.cons .int {
	color:#001038;
}	

.cons .cnt_box {
	position:relative;
	margin:50px 0 0 0;
	height:80px;
	text-align:center;
}

.cons .cnt_box_word {
	height:130px;
}

.cons .cnt_box .word {
	display:block;
	margin-bottom:10px;
}

.cons .cnt_box ul {
	position:absolute;
	left:-21px;
	padding:30px 0;
	width:650px;
	background-color:#f2f2f2;
}
	
.cons .cnt_box ul li {
	display:inline;
}

/* -- tagreader -- */
dl.ic_demo {
	margin-top:30px;
	zoom:1;
}

	dl.ic_demo:after {
		content: "."; display: block;
		height: 0; clear: both;
		line-height: 0; visibility: hidden;
	}

dl.ic_demo dt {
	float:left;
	width:155px;
}

dl.ic_demo dd {
	float:left;
	width:455px;
}

div.tagreader_num {
	zoom:1;
}

	div.tagreader_num:after {
		content: "."; display: block;
		height: 0; clear: both;
		line-height: 0; visibility: hidden;
	}

div.tagreader_num div {
	float:right;
	width:349px;
}

div.tagreader_num ul {
	float:left;
	width:200px;
}

div.tagreader_num ul li {
	width:200px;
	color:#333333;
	margin:0 0 3px 0;
}


/*
----------------------------------------------------------------------
	Mobile
----------------------------------------------------------------------
*/
div.mobile {
	padding: 15px 10px 25px;
	width: 650px;
}

div.mobile .date {
	margin: 10px 0 30px;
	text-align: right;
}

div.mobile ul.nav {
	margin-bottom: 30px;
	background: #f2f2f2;
	font-size: 0;
	line-height: 0;
}

div.mobile ul.nav li {
	float: left;
}

div.mobile div.section {
	margin: 30px 20px;
}

div.mobile .ucase img {
	float:right;
	margin-left:20px;
}

div.mobile .ucase_img {
	margin:20px 0 20px 83px;
	width:442px;
}

div.mobile .ucase_img p {
	text-align:right;
	margin-top:10px;
}


/* -- other -- */
.mt00 {margin-top:0px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mb00 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.pb00 {padding-bottom:0 !important;}

.vt {
	vertical-align:top !important;
}

.vb {
	vertical-align:bottom !important;
}

.intro2 {
	margin-top:20px;
	padding:20px;
	background-color:#eeeeee;
}

.intro2 em {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}



/*
----------------------------------------------------------------------
	Discon
----------------------------------------------------------------------
*/
div.discon {
	padding: 15px 10px 20px;
	width: 650px;
}

div.discon h4 {
	border-left: 5px solid #00479D;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	margin: 0 1px 13px 20px;
	padding-left: 5px;
	padding-top: 1px;
}

div.discon p {
	margin: 20px;
}

div.discon table.discon {
	margin: 0 20px 10px;
	width: 610px;
}

div.discon table.discon tbody th {
	width: 60%;
	white-space: nowrap;
}
