@charset "utf-8";
/*================================================================================================*/
/* ★Fontsize list (12px=100%) */
/* | 9px =74.5%  | 10px=83%    | 11px=91%    | 12px=100%   | 13px=107.6% | 14px=115.8% | */
/* | 15px=124.2% | 16px=132.4% | 17px=140.7% | 18px=148.9% | 19px=157.2% | 20px=165.5% | */
/* | 21px=173.8% | 22px=182.1% | 23px=190.3% | 24px=198.6% | 25px=206.9% | 26px=197%   | */
/* |-----------------------------------------------------------------------------------| */
/* |  Classes  | .fontSS=10px | .fontS=12px | .fontM=13px | .fontL=16px | .fontLL=19px | */
/*================================================================================================*/

/*================================================================================================*/
/* @Core styles */
/*================================================================================================*/
body {
	background:#fff;
	color:#5b5b5b;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	margin:0;
	padding:0;

}

body {
	font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.025em;
}
*:first-child+html body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
* html body, body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


p, table, ul, dl {
	margin-bottom:1.539em;
}
/*h1, h2, h3, h4, h5, h6, strong, em, th, dt {*/
	/*font-weight:bold;*/
/*}*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div {
	margin:0;
	padding:0;
}
table {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul li {
	list-style:none;
}
a {
	color:#5b5b5b;
	text-decoration:none;
	font-size:100%;
	overflow:hidden;
	outline:none;
}
a:hover {
	color:#080e40;
	text-decoration:underline;
}
a img {
	border:0;
}
input[type=submit], input[type=button] {
	cursor:pointer;
}
/*================================================================================================*/
/* @layout */
/*================================================================================================*/
#header {
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 10px 0px;
	position:fixed;
	z-index:100;
	background:#fff;
}
.headwrap {
	position:relative;
	width:1050px;
	/*max-width:1300px;*/
	margin:0px auto;
	height: 90px;
	overflow: hidden;
}
#main,
#main_ot {
	/*width:1050px;*/
	max-width:1300px;
	margin:0px auto 0px auto;
	padding:100px 0px 0px 0px;
	position:relative;
}
#contents {
	margin:0 100px;
	padding:0px 10px 0px 30px;
}
#lcnv {
	/*width:230px;*/
	/*position:fixed;
	z-index:100;
	top:150px;*/
	margin:0px 0px 0px 10px;
}
#footer {
	border-top: 1px solid #d9d9d9;
	padding:30px 0px;
}
.noscript {
	background-color: #000;
	text-align: center;
	width: 470px;
	padding: 10px;
	color: white;
	border: #89909D solid 1px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-235px;
	margin-top:-20px;
	z-index: 2;
}
/*================================================================================================*/
/* @Header */
/*================================================================================================*/
#header #logo {
	position:absolute;
	top:25px;
	left:10px;
}
#header #logo img {
	height:30px;
}
#header #sitenv {
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}
#header #sitenv li {
	display:inline;
	margin-left:20px;
}
#header #sitenv li a {
	background:url(../images/arrow04.png) top left no-repeat;
	padding-left:10px;
}
#header #glnv {
	position:absolute;
	top:39px;
	right:10px;
	text-align:right;
	display:block;
}
#header #glnv li {
	display:inline;
}

#header #topicpath {
	font-size:83%;
	font-weight:bold;
	position: absolute;
	bottom:10px;
	left:10px;
}
#header #topicpath a {
	color:#c11b22;
	text-decoration:underline;
}

#glnv a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
#glnv a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 2px #ae1f25;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#glnv a:hover::after {
  width: 100%;
}
#glnv a .line {
  border-bottom: solid 2px #ae1f25;

}

/*================================================================================================*/
/* @Main */
/*================================================================================================*/
#contents {
	position:relative;
}
#contents .print {
	text-align:right;
	cursor:pointer;
	margin-bottom:20px;
}
#contents .description {
	line-height:2;
}
#contents .article {
	/*border-top:1px solid #d9d9d9;*/
	margin:0px 0px 28px 0px;
	/*padding:28px 0px 0px 0px;*/
	padding:0px;
	position:relative;
}
#contents .article p.thumb {
	/*position:absolute;*/
}
#contents .article > h2 {
	margin-bottom:50px;
}
#contents .article > h3 {
	margin-bottom:10px;
	font-weight:bold;
	letter-spacing:normal;
}
.text_css {
	line-height:1.8;
	margin: 40px 10px 20px;
}
/*.text_css em {*/
	/*font-weight: normal;*/
/*}*/
#contents .article div:not(.text_css) p {
	line-height:1.8;
  margin: 40px 10px 20px;
}
#contents .article div.block {
	margin-bottom:40px;
	position:relative;
}

#contents .article div.block p.caselist {
}
#contents .article div.block p.caselist img {
	margin-right:18px;
}

/* add marge 0804*/

#contents #catalog div.box {
    display: inline-block;
    margin: 20px 10px 40px 0;
    max-width: 206px;
    vertical-align: top;
}
#contents #catalog div.box a {
    display: block;
}
#contents #catalog div.box a span.mediaImg {
    border: 1px solid #dddddd;
    display: block;
    margin-bottom: 5px;
}
#contents #catalog div.box a span img {
    border: 2px solid #fff;
    height: auto;
    width: 200px;
}
#contents #catalog div.box span.com {
    display: block;
    height: 7em;
}
#contents #catalog div.box a span.rel_ttl {
    border: medium none;
    display: block;
    min-height: 2.5em;
}
#contents #catalog div.box span.icon_pdf {
    display: block;
    text-align: left;
}
#contents #catalog div.box span.icon_pdf span {
    background: url("../../common/images/icon_pdf.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 91%;
    padding: 2px 0 2px 22px;
}
/* END add marge 0804*/


#lcnv {
}
#lcnv #category {
	margin-bottom:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #000000;
	font-weight: 600;
}
#lcnv h2#productname {
	color:#293782;
	margin-bottom:15px;
}
#lcnv p#contact {
	margin:0 0 40px 0;
    text-align: center
}






/* 3column 790px; */

.lesp_wrapper {
	float: left;
	width:100%;
}
.lesp_center {
	margin: 0 200px;
}
.lesp_left {
	float: left;
	margin-left: -100%;
	_margin-left: -80%;
	width: 200px;
}
.lesp_right {
	float: left;
	margin-left: -200px;
	width: 200px;
	text-align:right;
}
/*
.lesp_left {
	float:left;
	width:200px;
	margin-left:-580px;
}
.lesp_center {
	width:380px;
	float:left;
	margin-left:200px;
}
.lesp_right {
	float:right;
	margin-left: 0;
	width:200px;
	text-align:right;
}*/

.lesp_left ul li,
.lesp_right ul li{
	margin-bottom:5px;
}


/*================================================================================================*/
/* @Footer */
/*================================================================================================*/
#footer .inner {
	width:auto;
	margin:0px auto;
	font-size:91%;
	overflow: hidden;
}
#footer #banners {
	width:auto;
	clear: both;
}
#footer #banners ul {
}
#footer #banners ul li {
	float:left;
	margin:0px 10px 0px 0px;
}
#footer #banners ul li img {
	display:block;
	border:1px solid #fff;
}
#footer #pagelist {
	/*width:720px;*/
	width: 1000px;
	/*float:left;*/
}
#footer #pagelist ul {
	/*width:160px;*/
	width:200px;
	float:left;
	margin-right:20px;
	margin-bottom:25px;
}
#footer #pagelist ul li {
	font-size:91%;
	margin-bottom:14px;
}
#footer p {
	clear:both;
}
/*================================================================================================*/
/* @HeadLine */
/*================================================================================================*/
p.num {
	display:block;
	font-weight:300;
	color:#dddddd;
	font-size:600%;
	letter-spacing:-5px;
	line-height:1;
	margin-bottom:0px!important;
}
.title_block {
	margin:0px 0px 20px 0px!important;
	font-size:200%;
	line-height:1.3;
	letter-spacing:-1px;
}
/*================================================================================================*/
/* @list */
/*================================================================================================*/
.lists {
}
.lists li {
	background:url(../images/arrow05.png) 0px 2px no-repeat;
	padding:0 25px 3px 10px;
	margin-bottom:12px;
	font-size:91%;
	display:inline-block;
}
.lists li a.on {
	color:#e60d13;
}
.lists li a span.enttl {
	font-size:115.8%;
	color:#333;
}
.lists li ul {
	margin:18px 0 0 -10px;
}
.lists li ul li {
	background:url(../images/arrow04.png) top left no-repeat;
	background-position:0px 3px;
	padding:0px 0px 0px 10px;
	margin-bottom:12px;
	font-size:83%;
}
.caption {
	margin-bottom:20px;
	line-height:1.5;
}
.caption li {
	font-size:91%;
}
/*================================================================================================*/
/* @table */
/*================================================================================================*/
.tbl_dflt {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	border:0;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
}
.tbl_dflt th {
	width:12em;
	padding:10px;
	text-align:left;
	background:#d9d9d9;
	font-weight:300;
	border-top:1px solid #fff;
	border-right:1px solid #d9d9d9;
	border-left:0;
}
.tbl_dflt td {
	padding:10px;
	border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-left:0;
}
/*================================================================================================*/
/* @Patern */
/*================================================================================================*/

/*================================================================================================*/
/* @wysiwyg */
/*================================================================================================*/
.wysiwyg {
}
.wysiwyg p {
	padding:0px 0px;
	margin-bottom:20px;
}
.wysiwyg p {
}
.wysiwyg ul {
	margin: 18px 0 18px 40px;
	list-style-position:inside;
}
.wysiwyg ol {
	margin: 18px 0 18px 44px;
	list-style-position:inside;
}
.wysiwyg ul {
	list-style:disc!important;
}
.wysiwyg ul li {
	list-style:disc!important;
}
.wysiwyg ol {
	list-style:decimal!important;
}
.wysiwyg ol li {
	list-style:decimal!important;
}
/*================================================================================================*/
/* @Classes */
/*================================================================================================*/
/* Global --------------------------------------*/
.m0 {
	margin:0 !important;
}
.mt0 {
	margin-top:0 !important;
}
.mr0 {
	margin-right:0 !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.ml0 {
	margin-left:0 !important;
}
.m10 {
	margin:10px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.ml10 {
	margin-left:10px !important;
}
.m20 {
	margin:20px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.ml20 {
	margin-left:20px !important;
}
.m30 {
	margin:30px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mr30 {
	margin-right:30px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.ml30 {
	margin-left:30px !important;
}
.m40 {
	margin:40px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mr40 {
	margin-right:40px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.ml40 {
	margin-left:40px !important;
}
.m50 {
	margin:50px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mr50 {
	margin-right:50px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.ml50 {
	margin-left:50px !important;
}
.p0 {
	padding:0 !important;
}
.pt0 {
	padding-top:0 !important;
}
.pr0 {
	padding-right:0 !important;
}
.pb0 {
	padding-bottom:0 !important;
}
.pl0 {
	padding-left:0 !important;
}
.p10 {
	padding:10px !important;
}
.pt10 {
	padding-top:10px !important;
}
.pr10 {
	padding-right:10px !important;
}
.pb10 {
	padding-bottom:10px !important;
}
.pl10 {
	padding-left:10px !important;
}
.p20 {
	padding:20px !important;
}
.pt20 {
	padding-top:20px !important;
}
.pr20 {
	padding-right:20px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pl20 {
	padding-left:20px !important;
}
.p30 {
	padding:30px !important;
}
.pt30 {
	padding-top:30px !important;
}
.pr30 {
	padding-right:30px !important;
}
.pb30 {
	padding-bottom:30px !important;
}
.pl30 {
	padding-left:30px !important;
}
.p40 {
	padding:40px !important;
}
.pt40 {
	padding-top:40px !important;
}
.pr40 {
	padding-right:40px !important;
}
.pb40 {
	padding-bottom:40px !important;
}
.pl40 {
	padding-left:40px !important;
}
.p50 {
	padding:50px !important;
}
.pt50 {
	padding-top:50px !important;
}
.pr50 {
	padding-right:50px !important;
}
.pb50 {
	padding-bottom:50px !important;
}
.pl50 {
	padding-left:50px !important;
}
.w5 {
	width:5% !important;
}
.w10 {
	width:10% !important;
}
.w15 {
	width:15% !important;
}
.w20 {
	width:20% !important;
}
.w25 {
	width:25% !important;
}
.w30 {
	width:30% !important;
}
.w35 {
	width:35% !important;
}
.w40 {
	width:40% !important;
}
.w45 {
	width:45% !important;
}
.w50 {
	width:50% !important;
}
.w55 {
	width:55% !important;
}
.w60 {
	width:60% !important;
}
.w65 {
	width:65% !important;
}
.w70 {
	width:70% !important;
}
.w75 {
	width:75% !important;
}
.w80 {
	width:80% !important;
}
.w85 {
	width:85% !important;
}
.w90 {
	width:90% !important;
}
.w95 {
	width:95% !important;
}
.w100 {
	width:100% !important;
}
.wauto {
	width:auto !important;
}
.whalf {
	width:355px;
}
div.indent .whalf {
	width:335px;
}
div.indent div.indent .whalf {
	width:315px;
}
.align_right {
	text-align:right!important;
}
.align_center {
	text-align:center!important;
}
.center {
	text-align:center!important;
}
.align_left {
	text-align:left;
}
.fontSS {
	font-size:77% !important;
}
.fontS {
	font-size:93% !important;
}
.fontM {
	font-size:100% !important;
}
.fontL {
	font-size:123.1% !important;
}
.fontLL {
	font-size:146.5% !important;
}
.font_normal {
	font-weight:normal;
}
.font_bold {
	font-weight:bold;
}
.nowrap {
	white-space:nowrap;
}
a.bd img {
	border:1px solid #ddc086;
}

.bdnone {
	border:none !important;
}
/*================================================================================================*/
/* @Clearfix */
/*================================================================================================*/
.clrfix:after, #wrapper:after, #header:after, #main:after, #contents:after, #sitenv:after, #btmnv:after, #footer:after, .txt_pic:after, .section:after, .block:after, .inner:after, .box:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clrfix, #wrapper, #header, #main, #contents, #sitenv, #btmnv, #footer, .txt_pic, .section, .block, .inner, .box {
	display:inline-table;
	min-height:1%;
}
* html .clrfix, * html #wrapper, * html #header, * html #main, * html #contents, * html #sitenv, * html #btmnv, * html #footer, * html .txt_pic, * html .section, * html .block, * html .inner, * html .box {
	height:1px;
}
.clrfix, #wrapper, #header, #main, #contents, #sitenv, #btmnv, #footer, .txt_pic, .section, .block, .inner, .box {
	display:block;
}
