@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
 
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

sup {
	vertical-align:text-top;
	font-size: 70%;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	background-color:#f0f0f0;
}

p{
	font-size: 13px;
}

header {
	width:100%;
}

img[src$=".svg"] {
    width: 100%;
}

#wrapper{
	width:890px;
	margin:0 auto;
	border-left:solid 1px #9d9d9d;
	border-right:solid 1px #9d9d9d;
	background-color:#ffffff;
}

h2 h3 h4 h5 h6{
	font-family: sans-serif;
}

h2{
	width:100%;
	height:35px;
	margin:5px auto 15px auto;
	background-image:url(images/ttl_back.gif);
	background-repeat:no-repeat;
}

h2 p{
	font-size:17px;
	font-weight:600;
	color:#757575;
	padding-left:20px;
	line-height:30px;
}

h3{
	width:100%;
	height:30px;
	background-color:#77b3d4;
	margin:0 auto 15px auto;
	clear: both;
	border-bottom:solid 2px #4594be;
}

h3 p{
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	line-height:30px;
	padding-left:10px;
	float: left;
}

.h3TypeName{
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	line-height:32px;
	padding-right:8px;
	float: right;
}

h4{
	margin-bottom:10px;
	height: 23px;
	background-image: url(images/product.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
}

h4 p{
	line-height:15px;
	font-size:15px;
	color:#007fc2;
	margin-left: 5px;
	text-align:left;
	font-weight:600;
}

h5{
	line-height:15px;
	font-size:14px;
	font-weight:600;
	margin-bottom:10px;
	clear: both;
}

h5 p{
	width:10px;
	height:10px;
	background-color:#F30307;
	float:left;
	margin-right:5px;
	margin-top:3px;
		/* box-shadow */
	box-shadow: 1px 1px 1px 0px #aaaaaa;
}

h6{
	line-height:17px;
	font-size:14px;
	font-weight:600;
	margin-bottom:10px;
	margin-left: 2px;
	clear: both;
}

h6 p{
	width:8px;
	height:8px;
	background-color:#F30307;
	float:left;
	margin-right:5px;
	margin-top:4px;
	border-radius:50px;
}

h6 span{
	font-weight:600;
	margin-left: 15px;
}

hr{
	clear: both;
}


.hr_Dotted{
	border-top: dotted 1px #dddddd;
}

.headline1{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.headline2{
	padding: 5px 8px;
	font-size: 12px;
	font-weight: bold;
	background-color: #B8E4EF;
	border: solid 1px #ddd;
	display: inline-block;
	margin-bottom: 10px;
}

.txtBox01{
	font-size: 13px;
	margin: 0 10px 10px 10px;
	float: left;
	line-height: 18px;
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.box::before{
box-sizing: border-box;
width: 12px;
height: 12px;
border: 1px solid #EF7A06;
}
.box::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #EF7A06;
}

.round::before{
box-sizing: border-box;
width: 12px;
height: 12px;
border: 1px solid #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.round::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}

.arrow_right::before{
left: 4px;
width: 6px;
height: 2px;
background: #C80003;
}

.arrow_right::after{
left: 4px;
width: 4px;
height: 4px;
border-top: 2px solid #C80003;
border-right: 2px solid #C80003;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.list_A{
	font-size: 13px;
	margin: 10px;
	float: left;
	line-height: 18px;
}

.list_A_line{
	margin-bottom: 10px;
}

.list_A_title{
	font-weight: 600;
}

.list_A_text{
	margin-left: 18px;
}

.list_A_text_2{
	margin-left: 33px;
}

.table_A{
	font-size: 13px;
	width: 100%;
	margin: 25px 0;
	border: solid 1px #cccccc;
}

.table_A th{
	padding: 5px 0 5px 10px;
	font-weight: 600;
	text-align: left;
	width: 25%;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	background-color: #EcEcEc;
}

.table_A td{
	padding: 5px 10px;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	line-height: 17px;
}


.linkText:hover{
   filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.linkBtn{
	margin-bottom: 15px
}

.linkBtn a{
	text-decoration:none;
}

.linkText{
	line-height:20px;
	background-color:#F39416;
	margin:0 auto;
	border-radius: 50px;          
    -webkit-border-radius: 50px;  
    -moz-border-radius: 50px;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;  /* 必要に応じて指定 */ 
	font-size:13px;
	font-weight: 600;
	color:#FFFFFF;
	padding: 0em 1.5em;
}

.dlBtn{
	margin: 10px 0;
}

.dlBtnImg{
	width: 105px;
	height: 24px;
	background-image: url(images/dl.gif);
	background-repeat: no-repeat;
}

.softDownload{
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	width: 230px;
	border-radius: 20px;
	background-color: #26A0E5;
	margin: 10px auto;
}

.softDownload p{
	font-weight: 600;
}

.softDownload a{
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
}
/*--------------------------------------------------------*/
/*================================================
 *  Support
 ================================================*/
.lastUpdateDate{
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}

/*--------------------------------------------------------*/
/*================================================
 *  Header
 ================================================*/
.languageSelectArea{
	width:100%;
	height:23px;
	background-color:#B8B8B8;
	text-align:right;
}

.languageSelect{
	line-height:23px;
	margin-right:10px;
	color:#ffffff;
	font-size:13px;
}

.languageSelect a{
	text-decoration:none;
	color:#ffffff;
}

#corporateLogo{
	display:table;
	width:330px;
	height:60px;
	text-align:center;
	background-color:#fff;
	margin-left: 20px;
	padding-top: 10px;
	float:left;
}

#corporateLogo h1{
	display:table-cell;
	vertical-align:middle;
}

.otherLink{
	width:540px;
	height:30px;
	float:left;
	display:block;
	text-align:right;
}

.otherLinkText{
	font-size:13px;
	margin-right:13px;
	line-height:30px;
	display:block;
	float:right;
}

.otherLinkText a{
	color:#7c7c7c;
	text-decoration:none;
}

.googleSearch{
	width:510px;
	height:40px;
	display:block;
	float:right;
	margin-right: 10px;
}

.googleSearch table{
	float:right;
}

.googleSearch table td{
	line-height:45px;
	vertical-align:middle;
}

.googleSearch img{
	margin-right:5px;
	vertical-align:middle;
}

/*================================================
 *  Navi
 ================================================*/
nav{
	display:block;
	width:100%;
	height:auto;
	border-bottom:solid 1px #9d9d9d;
}
/*----global-----*/
.globalNavi{
	width:100%;
	height:25px;
	display:inline-block;
	clear:both;
}

.globalNavi ul{
	display:inline-block;
	clear:both;
	overflow: hidden;
}

.globalNavi li{
	float:left;
	color:#9c9c9c;
}

.globalNavi_Text{
	width:100px;
	font-size:13px;
	font-weight: 600;
	text-align:center;
	float:left;
	line-height:25px;
}

.globalNavi li a{
	color:#A7A7A7;
	text-decoration:none;
}

.globalNavi_Line{
	width:5px;
	line-height:25px;
}

/*---secondNavi-----*/
.secondNavi{
	width:100%;
	height:40px;
	font-size:14px;
	display:block;
	clear:both;
	background-image:url(images/nav_back.jpg);
	background-repeat:repeat-x;
	margin-bottom: 3px;
}

.secondNavi li a{
	color:#ffffff;
	text-decoration:none;
}

.secondNavi li:hover{
	text-decoration:none;
	border-bottom:solid 3px #76b8db;
	display:inline-block;
}

.secondNavi_Text{
	line-height:39px;
	font-weight: 600;
	float:left;
	padding:0 30px;
}

.secondNavi_Text_pro{
	line-height:39px;
	font-weight: 600;
	float:left;
	padding:0 10px;
}

.secondNavi_Line{
	float:left;
	width:1px;
	height:32px;
	margin-top:5px;
	background-color:#888888;
}

/*-----breadChrumb-----*/
.breadChrumb{
	width:100%;
	height:17px;
	display:block;
	margin-left:5px;
	clear:both;
}

.breadChrumb li{
	line-height:17px;
	font-size:11px;
	float:left;
}

.previous a{
	color:#b6b6b6;
	text-decoration:none;
}

#contentsWrap{
	width:890px;
	background-color:#e8e8e8;
	display: block;
	overflow: hidden;
	border-top:solid 1px #9d9d9d;
}


/*================================================
 *  leftcolumn
 ================================================*/
#leftColumn{
	width: 150px;
	background-color:#e8e8e8;
	float:left;
}

#leftColumn a{
	text-decoration: none;
}

#leftColumn ul li{
	font-size: 13px;
	font-weight: 600;
	padding: 9px;
	border-bottom: dotted 1px #aaa;
	color: #898989; 
	background-color: #f6f6f6;
}

#leftColumn ul li.active{
	font-size: 13px;
	font-weight: 600;
	padding: 9px;
	border-bottom: dotted 1px #aaa;
	color: #ffffff; 
	background-color: #77b8db;
}

#leftColumn ul li:hover{
	color: #ffffff; 
	background-color: #77b8db;
}

#leftColumn ul li a{
	color: #898989; 
}

#leftColumn ul li a:hover{
	text-decoration: none;
	color: #ffffff; 
}

/*left sub navi*/
#leftColumn ul > ul > li{
	font-size: 11px;
	font-weight: 500;
	padding: 6px 0 6px 18px;
	border-bottom: dotted 1px #aaa;
	color: #898989; 
	background-color: #ffffff;
}


#leftColumn ul > ul > li.active{
	font-size: 11px;
	font-weight: 500;
	padding: 6px 0 6px 18px;
	border-bottom: dotted 1px #aaa;
	color: #898989; 
	background-color: #e4f6ff;
}

#leftColumn ul > ul > li:hover{
	color: #898989; 
	background-color: #e4f6ff;
}

#leftColumn ul > ul > a > li{
	font-size: 11px;
	font-weight: 500;
	padding: 6px 0 6px 18px;
	border-bottom: dotted 1px #aaa;
	color: #898989; 
	background-color: #ffffff;
}

#leftColumn ul > ul > a > li:hover{
	font-size: 11px;
	font-weight: 500;
	padding: 6px 0 6px 18px;
	border-bottom: dotted 1px #aaa;
	color: #898989; 
	background-color: #e4f6ff;
}

#leftColumn ul > ul > a > li.active{
	font-size: 11px;
	font-weight: 500;
	padding: 6px 0 6px 18px;
	border-bottom: dotted 1px #aaa;
	color: #898989; 
	background-color: #e4f6ff;
}


/*================================================
 *  maincontentsArea
 ================================================*/
.mainContentsArea_topLine{
	width:739px;
	height:5px;
	float:right;
	background-color:#cdedff;
	border-bottom:solid 1px #9d9d9d;
	border-left:solid 1px #9d9d9d;
}

#mainContentsArea{
	width:739px;
	float:right;
	border-left:solid 1px #9d9d9d;
	background-color: #e0e0e0;
	
}

.contents{
	width:700px;
	margin:0 auto;
}

.contents_left{
	width: 570px;
	padding: 10px 10px 50px 15px;
	float: left;
	background-color:#fff;
	box-shadow:2px 0px 5px 0 #ccc;	
}


/*-------rightNaviArea------*/
.contents_rightnavi{
	width: auto;
	display: block;
	overflow: hidden;
	box-shadow:2px 0px 5px 0 #ccc inset;
}

.contents_rightnavi ul{
	background-color: #ffffff;
	font-size: 12px;	
}

.contents_rightnavi ul a{
	text-decoration: none;
}

.contents_rightnavi li{
	background-color: #ffffff;
	padding: 7px 0 7px 10px;
	font-size: 12px;
	color: #0751F1;
	border-bottom: dotted 1px #aaa;
}

.contents_rightnavi li:hover{
	background-color: #e4f6ff;
}
.contents_rightnavi li a{
	color: #66ABEA;
}

.rightNavi_title{
	background-color: #cdedff;
	padding: 7px 0 7px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #909090;
	border-bottom: dotted 1px #aaa;
}

.rightNavi_title a{
	text-decoration: none;
	color: #909090;
}


/*-------summaryArea------*/
.summaryArea{
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.summaryArea_img{
	width: 250px;
	min-height: 100px;
	float: left;
}

.summaryArea_img p{
	font-size: 13px;
	color: #0654E7;
}

.summaryArea_text{
	width: 320px;
	float: left;
}

/*-------Txt-----------*/
.leadTxt{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 15px 0;
	color: #5C5C5C;
}


/*----catalogList Table---------*/
.catalogList{
	width:100%;
	text-align:left;
	line-height:25px;
	font-size:13px;
	border:solid 1px #9d9d9d;
	border-collapse: collapse;
	margin-bottom:20px;
}

.productName{
	width:350px;
	padding-left:10px;
	border:solid 1px #9d9d9d;
	border-collapse: collapse;
}

.typeName{
	width:200px;
	padding-left:10px;
	border:solid 1px #9d9d9d;
	border-collapse: collapse;
}

.pdfLink{
	text-align:center;
	width:150px;
	border:solid 1px #9d9d9d;
	border-collapse: collapse;
	vertical-align:middle;
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	height:32px;
	font-size:12px;
	text-align:center;
	line-height:32px;
	background-color:#b7b7b7;
	color:#ffffff;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	text-align:center;
	line-height:60px;
}
.totop a {
	display:block;
	text-decoration:none;
}

.toTopBtn {
	width:60px;
	height:60px;
	border-radius:50px;
	background-color:#0056CD;
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:13px;
	font-weight:600;
	color:#FFFFFF;
}

.totop :hover {
   filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
