@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2012/04 */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 大枠の基本構造用CSS */
/*------------------------------------------------------*/

/* *************************************** */
/* body */
/* *************************************** */

body {
	background-color: #ffffff;
	color: #222222;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 2.0;
}

	/* page-thanks */
	body.page-thanks {
		background-color: #2eaba5;
		color: #ffffff;
	}





/* *************************************** */
/* header */
/* *************************************** */

/* 枠組み --------------------------------- */
#header,
#headerinner {
	position: relative;
	height: 139px;
	background: url(/common/images/header/bg-header.gif) repeat-x 0 100%;
}
#header {
	z-index: 1000;
	width: 100%;
}
#headerinner {
	width: 1000px;
	margin: 0 auto;
}

	/* header-2 */
	.header-2,
	.header-2 #headerinner {
		height: 96px !important;
	}





/* zenrinlogo --------------------------------- */
#zenrinlogo {
	position: absolute;
	left: 10px;
	top: 26px;
	font-size: 0;
	line-height: 0;
}





/* headernav --------------------------------- */
#headernav {
	position: absolute;
	right: 170px;
	top: 20px;
	height: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right: solid 1px #999999;
	font-size: 0;
	line-height: 0;
}
#headernav li {
	display: inline;
	padding-right: 23px;
	/padding-right: 22px;
}

	/* site-english */
	.site-english #headernav {
		right: 10px;
		border-right: none;
	}
	.site-english #headernav li {
		padding-right: 0;
		padding-left: 23px;
		/padding-left: 22px;
	}





/* shoplogo --------------------------------- */
#shoplogo {
	position: absolute;
	right: 10px;
	top: 18px;
	font-size: 0;
	line-height: 0;
}





/* hsearch --------------------------------- */
#hsearch {
	position: absolute;
	right: 218px;
	top: 45px;
}
input#hsearch-field,
input#hsearch-submit {
	display: block;
	position: absolute;
	top: 0;
	height: 28px;
}
input#hsearch-field {
	right: 39px;
	width: 217px;
	padding: 0 5px 0 24px;
	border: none;
	background: url(/common/images/header/bg-hsearch.gif) no-repeat;
	line-height: 2.4;
}
input#hsearch-submit {
	right: 0;
	font-size: 0;
	line-height: 0;
}

	/* site-english */
	.site-english input#hsearch-field {
		right: 65px;
		width: 191px;
		background-image: url(/common/images/header/bg-en-hsearch.gif);
	}





/* cfs --------------------------------- */
#cfs {
	position: absolute;
	right: 10px;
	top: 46px;
	font-size: 0;
	line-height: 0;
}

	/* cfs-txt */
	#cfs-txt {
		position: absolute;
		right: 141px;
		top: 7px;
	}

	/* cfs-reset, cfs-minus, cfs-plus */
	#cfs-reset,
	#cfs-minus,
	#cfs-plus {
		position: absolute;
		top: 0;
		cursor: pointer;
	}
	#cfs-reset { right: 112px; }
	#cfs-minus { right: 87px; }
	#cfs-plus { right: 0px; }

	/* cfs-slider */
	#cfs-slider {
		position: absolute;
		right: 26px;
		top: 6px;
		width: 57px;
		height: 13px;
		background-color: #e9e9e9;
	}
	#cfss-inner {
		position: absolute;
		left: 0;
		top: 0;
		width: 57px;
		height: 13px;
		overflow: hidden;
	}
	#cfss-on {
		position: absolute;
		left: 0;
		top: 0;
		width: 22px;
		height: 13px;
		background-color: #7bc3c0;
	}
	#cfss-wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 57px;
		height: 13px;
		background: url(/common/images/header/bg-cfs-01.png) no-repeat;
	}
	#cfss-pointer {
		position: absolute;
		left: 11px;
		top: -3px;
		width: 20px;
		height: 21px;
		background: url(/common/images/header/bg-cfs-02.png) no-repeat;
	}
	#cfss-trap {
		position: absolute;
		left: 11px;
		top: -3px;
		z-index: 1300;
		width: 20px;
		height: 21px;
		background-image: url(/common/images/bg/spacer.gif);
	}
	#cfss-trap-l,
	#cfss-trap-r {
		position: absolute;
		top: 0;
		left: 0;
		height: 13px;
		background-image: url(/common/images/bg/spacer.gif);
	}
	#cfss-trap-l {
		z-index: 1200;
		width: 22px;
	}
	#cfss-trap-r {
		z-index: 1100;
		width: 57px;
	}





/* globalnav --------------------------------- */
#globalnav {
	position: absolute;
	left: 10px;
	top: 86px;
	font-size: 0;
	line-height: 0;
}
#globalnav li {
	position: absolute;
	top: 0;
}
#gnav-product { left: 0px; }
#gnav-support { left: 164px; }
#gnav-casestudy { left: 327px; }
#gnav-map { left: 490px; }
#gnav-company { left: 653px; }
#gnav-ir { left: 816px; }

	/* site-english */
	.site-english #gnav-company { left: 0px; }
	.site-english #gnav-ir { left: 327px; }
	.site-english #gnav-product { left: 653px; }





/* noscript-msg --------------------------------- */
#noscript-msg {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8;
}
#noscript-msg .inner {
	background: url(/common/images/bg/box1d.gif) repeat-y;
}
#noscript-msg .inner-f {
	background: url(/common/images/bg/box1d-f.gif) no-repeat 0 100%;
}
#noscript-msg .inner-h {
	padding: 15px 20px;
	background: url(/common/images/bg/box1d-h.gif) no-repeat;
}
#noscript-msg p {
	font-weight: bold;
}





/* *************************************** */
/* container */
/* *************************************** */

/* 枠組み --------------------------------- */
#container {
	width: 100%;
}
#contents {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.cinner {
	width: 980px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}
#maincontents {
	float: left;
	width: 680px;
}
#sidecontents {
	float: right;
	width: 250px;
	padding-bottom: 20px;
	line-height: 1.6;
}





/* breadcrumb --------------------------------- */
#breadcrumb {
	margin-bottom: 11px;
	font-size: 84%;
	line-height: 1.5;
}
#breadcrumb li {
	float: left;
	margin-right: 20px;
	padding-left: 24px;
	background: url(/common/images/icon/arrow-3a-r.gif) no-repeat 0 0.45em;
	white-space: nowrap;
}
#breadcrumb li.home {
	padding-left: 0;
	background: none;
}
#breadcrumb li a:link,
#breadcrumb li a:visited {
	text-decoration: none;
}
#breadcrumb li a:hover,
#breadcrumb li a:active {
	text-decoration: underline;
}



/* print --------------------------------- */


#print{
	width:180px;
	float:right;
	text-align:right;
	display:block;
	margin-top:-5px;
	font-size: 84%;
}
#print a{
	padding-left:20px;
	background:url(/common/images/icon/print-1a.gif) left center no-repeat;
	display:inline-block;
}

#print a:link,
#print a:visited {
	text-decoration: none;
}
#print a:hover,
#print a:active {
	text-decoration: underline;
}

/* emergency --------------------------------- */
#emergency {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.8;
}
#emergency-inner {
	background: url(/common/images/bg/box1d.gif) repeat-y;
}
#emergency .inner-f {
	background: url(/common/images/bg/box1d-f.gif) no-repeat 0 100%;
}
#emergency .inner-h {
	padding: 20px;
	background: url(/common/images/bg/box1d-h.gif) no-repeat;
}
#emergency h2 {
	margin-bottom: 10px;
}
#emergency p {
	font-weight: bold;
}





/* *************************************** */
/* sidecontents */
/* *************************************** */

/* sidehead --------------------------------- */
#sidehead {
	position: relative;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
}
#sideheading {
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
}
#sidehead #sideheading {
	margin-bottom: 0;
}
#sh-print {
	position: absolute;
	left: 179px;
	top: 32px;
}





/* sidenav --------------------------------- */
#sidenav {
	margin-bottom: 25px;
	line-height: 1.3;
}
#sidenav dl dd {
	display: none;
}

	/* tree2 */
	#sidenav .tree2 {
		font-weight: bold;
		line-height: 1.3;
	}
	#sidenav .tree2 a {
		display: block;
		padding: 14px 10px 12px 15px;
		background-image: url(/common/images/icon/arrow-2b-r.gif);
		background-repeat: no-repeat;
		background-position: 1px;
	}
	#sidenav .tree2 a:link, #sidenav .tree2 a:visited { background-color: #2eaba5; }
	#sidenav .tree2 a:hover, #sidenav .tree2 a:active { background-color: #32bab3; }

	#sidenav .tree2 a:link,
	#sidenav .tree2 a:visited,
	#sidenav .tree2 a:hover,
	#sidenav .tree2 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	/* title */
	#sidenav .title {
		position: relative;
		z-index: 1;
		margin-top: 2px;
		margin-bottom: 1px;
		padding: 7px 10px 5px 15px;
		background-color: #a0a0a0;
		color: #ffffff;
		font-weight: bold;
		line-height: 1.3;
	}
	#sidenav .title .arrow {
		display: block;
		position: absolute;
		left: 121px;
		bottom: -5px;
		width: 9px;
		height: 5px;
		background: url(/common/images/side/bg-snav-arrow-02.gif) no-repeat;
		font-size: 0;
		line-height: 0;
	}

	/* tree3 */
	#sidenav .tree3 {
		border-bottom: solid 1px #dcdcdc;
	}
	#sidenav .tree3 dt a,
	#sidenav .tree3 dt .nolink {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #ffffff;
		cursor: pointer;
	}
	#sidenav .tree3 dt .nolink {
		background-image: url(/common/images/side/bg-snav-arrow-03.gif);
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
	#sidenav .tree3 dt a:link,
	#sidenav .tree3 dt a:visited,
	#sidenav .tree3 dt a:hover,
	#sidenav .tree3 dt a:active {
		color: #222222;
	}
	#sidenav .tree3 dt a:link,
	#sidenav .tree3 dt a:visited {
		text-decoration: none;
	}
	#sidenav .tree3 dt a:hover,
	#sidenav .tree3 dt a:active {
		text-decoration: underline;
	}
	#sidenav .tree3 dt .inner {
		display: block;
		padding: 7px 10px 5px 15px;
		background-image: url(/common/images/side/bg-snav-arrow-01.gif);
		background-repeat: no-repeat;
		background-position: 0;
	}
	#sidenav .tree3 dt .nolink .inner {
		padding-right: 37px;
	}
	#sidenav .tree3 dd {
		padding-top: 5px;
		padding-bottom: 5px;
		background: url(/common/images/side/bg-snav-line-01.gif) no-repeat;
	}

		/* current */
		#sidenav .tree3 dt.current {
			font-weight: bold;
		}
		#sidenav .tree3 dt.current a,
		#sidenav .tree3 dt.current .nolink {
			background-color: #e0f2f2;
		}
		#sidenav .tree3 dt.current .nolink {
			background-position: -250px 50%;
		}
		#sidenav .tree3 dt.current a:link,
		#sidenav .tree3 dt.current a:visited,
		#sidenav .tree3 dt.current a:hover,
		#sidenav .tree3 dt.current a:active,
		#sidenav .tree3 dt.current .nolink {
			color: #007671;
		}
		#sidenav .tree3 dt.current .inner {
			background-image: url(/common/images/side/bg-snav-arrow-01-cr.gif);
		}
		#sidenav .tree3 dd.current {
			background: none;
		}

	/* tree4 */
	#sidenav .tree3 .tree4 dt a {
		padding: 6px 10px 6px 27px;
		background: transparent url(/common/images/icon/arrow-2a-r.gif) no-repeat 15px 0.85em;
	}
	#sidenav .tree3 .tree4 dd {
		margin-top: 5px;
		padding: 10px 0 5px;
		background: url(/common/images/side/bg-snav-line-02.gif) no-repeat;
		
	}

	/* tree5 */
	#sidenav .tree3 .tree4 .tree5 dt {
		font-size: 84%;
	}
	#sidenav .tree3 .tree4 .tree5 dt a {
		padding: 5px 10px 5px 42px;
		background-position: 30px 0.8em;
	}





/* related-product --------------------------------- */
#related-product {
	display: none;
	margin-bottom: 10px;
	padding: 14px;
	border: solid 1px #dcdcdc;
	background-color: #ffffff;
}
#rp-content .set {
	margin-top: 14px;
	padding-top: 15px;
	background: url(/common/images/bg/line-dot-01.gif) repeat-x;
}
#rp-content .set-first {
	margin-top: 0;
	padding-top: 0;
	background: none;
}

	/* category */
	#rp-content .set .category {
		margin-bottom: 5px;
	}
	#rp-content .set .category p {
		padding-left: 18px;
		background: url(/common/images/icon/arrow-1a-r.gif) no-repeat 0 0.5em;
		font-weight: bold;
	}
	#rp-content .set .category p.nolink {
		padding-left: 0;
		background: none;
	}
	#rp-content .set .category p a:link,
	#rp-content .set .category p a:visited {
		text-decoration: none;
	}
	#rp-content .set .category p a:hover,
	#rp-content .set .category p a:active {
		text-decoration: underline;
	}
	
	/* product */
	#rp-content .set .product p {
		padding-left: 12px;
		background: url(/common/images/icon/arrow-2a-r.gif) no-repeat 0 0.5em;
	}
	#rp-content .set .product p.nolink {
		padding-left: 0;
		background: none;
	}
	#rp-content .set .product p a:link,
	#rp-content .set .product p a:visited {
		text-decoration: none;
	}
	#rp-content .set .product p a:hover,
	#rp-content .set .product p a:active {
		text-decoration: underline;
	}
	
	/* descript */
	#rp-content .set .descript {
		margin-top: 5px;
		font-size: 84%;
	}





/* related-contents --------------------------------- */
#related-contents {
	display: none;
	margin-bottom: 10px;
	padding: 14px 14px 6px;
	border: solid 1px #dcdcdc;
	background-color: #ffffff;
}
#related-contents h4 {
	margin-bottom: 12px;
}
#related-contents ul {
	line-height: 1.4;
}
#sidecontents #related-contents ul.link1a li {
	margin-bottom: 8px;
	background-position: 0 0.4em;
}





/* intro-case --------------------------------- */
#intro-case {
	display: none;
	margin-bottom: 10px;
	padding: 14px;
	border: solid 1px #dcdcdc;
	background-color: #ffffff;
}
#ic-content .set {
	margin-top: 14px;
	padding-top: 15px;
	background: url(/common/images/bg/line-dot-01.gif) repeat-x;
}
#ic-content .set-first {
	margin-top: 0;
	padding-top: 5px;
	background: none;
}

	/* name */
	#ic-content .set .name p {
		padding-left: 18px;
		background: url(/common/images/icon/arrow-1a-r.gif) no-repeat 0 0.5em;
		font-weight: bold;
	}
	#ic-content .set .name p.nolink {
		padding-left: 0;
		background: none;
	}
	#ic-content .set .name p a:link,
	#ic-content .set .name p a:visited {
		text-decoration: none;
	}
	#ic-content .set .name p a:hover,
	#ic-content .set .name p a:active {
		text-decoration: underline;
	}
	
	/* descript */
	#ic-content .set .descript {
		margin-top: 5px;
	}





/* sidebnr --------------------------------- */
.sidebnr {
	margin-bottom: 10px;
}





/* related-info --------------------------------- */
.related-info {
	margin-bottom: 10px;
	padding: 14px 14px 6px;
	border: solid 1px #dcdcdc;
	background-color: #ffffff;
}
.related-info h4 {
	margin-bottom: 12px;
}
.related-info ul {
	line-height: 1.4;
}
#sidecontents .related-info ul.link1a li {
	margin-bottom: 8px;
	background-position: 0 0.4em;
}





/* side-get-adobe --------------------------------- */
.side-get-adobe {
	margin-bottom: 10px;
	padding: 14px;
	border: solid 1px #dcdcdc;
	background-color: #ffffff;
}
.side-get-adobe .bnr {
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
}
.side-get-adobe .txt {
	margin-bottom: 5px;
}





/* *************************************** */
/* footer */
/* *************************************** */

/* 枠組み --------------------------------- */
#footer {
	padding-top: 23px;
}

	/* footer1 */
	#footer1,
	#footer1-inner {
		background-color: #f2f2f2;
	}
	#footer1 {
		width: 100%;
	}
	#footer1-inner {
		position: relative;
		width: 980px;
		margin: 0 auto;
		padding: 24px 10px 25px;
	}

	/* footer2 */
	#footer2,
	#footer2-inner {
		height: 0px;
		background-color: #f2f2f2;
	}
	#footer2 {
		width: 100%;
	}
	#footer2-inner {
		position: relative;
		width: 980px;
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px;
	}
	#footer2-content {
		position: relative;
		border-top: solid 1px #d9d9d9;
	}
	.footer-2 #footer2-content,
	.site-english #footer2-content {
		border-top: none !important;
	}

	/* footer3 */
	#footer3,
	#footer3-inner {
		height: 70px;
		background-color: #f2f2f2;
	}
	#footer3 {
		width: 100%;
	}
	#footer3-inner {
		position: relative;
		width: 980px;
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px;
	}
	#footer3-content {
		position: relative;
		border-top: solid 1px #d9d9d9;
	}
	.footer-3 #footer3-content,
	.site-english #footer3-content {
		border-top: none !important;
	}




/* fpagetop --------------------------------- */
#fpagetop {
	position: absolute;
	right: 10px;
	top: -23px;
	font-size: 0;
	line-height: 0;
}





/* footer-col2 --------------------------------- */
#footer-col2 {
	background: url(/common/images/footer/bg-footer1.gif) repeat-y;
}
#fservice {
	float: left;
	width: 160px;
}
#groupcompany {
	float: right;
	width: 779px;
}
#fservice .heading,
#groupcompany .heading {
	font-size: 0;
	line-height: 0;
}

	/* fservice */
	#fservice .heading {
		padding-bottom: 17px;
	}
	#fservice ul li {
		margin-top: 5px;
	}
	#fservice ul li a {
		display: block;
		padding: 10px 10px 7px;
		border-style: solid;
		border-width: 1px;
		background-color: #ffffff;
	}
	#fservice ul li a:link,
	#fservice ul li a:visited {
		border-color: #dcdcdc;
		color: #666666;
		text-decoration: none;
	}
	#fservice ul li a:hover,
	#fservice ul li a:active {
		border-color: #2eaba5;
	}
	#fservice ul li a img {
		display: block;
		margin: 0 auto;
		font-size: 0;
		line-height: 0;
	}
	#fservice ul li.itsmo a img {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	#fservice ul li a span {
		display: block;
		margin-top: 5px;
		font-size: 84%;
		line-height: 1.3;
		text-align: center;
	}

	/* groupcompany */
	#groupcompany .heading {
		padding-bottom: 20px;
	}
	#groupcompany .col3eq {
		background: url(/common/images/footer/bg-groupcompany.gif) repeat-y;
	}
	#groupcompany .col3eq1,
	#groupcompany .col3eq2,
	#groupcompany .col3eq3 {
		width: 232px;
	}
	#groupcompany .col3eq1,
	#groupcompany .col3eq2 {
		margin-right: 41px;
	}
	#groupcompany .col3eq ul.link1a {
		line-height: 1.3;
	}
	#groupcompany .col3eq ul.link1a li {
		padding-top: 2px;
		padding-bottom: 12px;
		background-position: 0 0.45em;
	}
	#groupcompany .col3eq ul.link1a li.nolink {
		background-position: 0 0.7em;
	}





/* footernav --------------------------------- */
#footernav {
	position: absolute;
	left: 0;
	top: 21px;
	font-size: 0;
	line-height: 0;
}
#footernav li {
	display: inline;
	margin-right: 20px;
}





/* footerlogo --------------------------------- */
#footerlogo {
	position: absolute;
	right: 0;
	top: 14px;
	font-size: 0;
	line-height: 0;
}





/* fcopyright --------------------------------- */
#fcopyright {
	position: absolute;
	right: 0;
	top: 41px;
	font-size: 0;
	line-height: 0;
}
.site-english #fcopyright {
	top: 22px !important;
}





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
