@charset "UTF-8";
/* CSS Document */
html{
	overflow: auto;
}
body{
	overflow-x:hidden;
	min-width: 950px;
	position: relative;
	margin: 0;
	padding: 0;
}
a:link{
	color: #003968;
	text-decoration: none;
}
a:visited{
/*	color: #0058AA;*/
	color: #003968;
	text-decoration: none;
}
a:hover,a:active{
	color: #970926;
	text-decoration: underline;
}

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

table{
	margin-bottom: 2em;
}

header#pagehead{
	width: 950px;
	margin: 10px auto 20px auto;
	padding: 0;
}
nav {
	margin: 0;
	padding: 0;
}
nav#above {
	text-align: right;
	width: 100%;
	float: left;
}
#above ul {
	list-style: none;
	float: right;
	margin: 0 0 5px 0;
	padding: 0;
}
#above ul li {
	list-style: none;
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding-left: 20px;
}
#above ul li a {
	display: inline-block;
}
#above ul li .icon-linkarrow{
	margin-right: 2px;
	color: #9fa0a0;
}
#above img {
	vertical-align: middle;
}
nav#global {
	width: 100%;
	float: left;
}
#global h1 {
	margin: 0;
	padding: 0;
	display: block;
	width: 240px;
	height: 54px;
	float: left;
}
#global h1 a {
	display: block;
	width: 240px;
	height: 54px;
	font-size: 0;
	line-height: 0;
}
#global h1 a::before {
	display: block;
	width: 100%;
	height: 100%;
	content: url("logo.svg");
}
#global ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	height: 48px;
	width:550px;
	background:rgba(0,57,104,1.00);

}
#global ul li {
	float: left;
	height: 48px;
	padding-right:30px;
	background:url(gnav_line.png) no-repeat center right;
}
#global li#gnav01{
}
#global ul li a {
	display: block;
	height: 38px;
	line-height: 1.1;
	font-size: 16px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:10px 10px 0px 10px;
	margin:0;
}
#global ul li a:link{
	background:rgba(0,57,104,1.00);
	}
#global ul li a:hover{
	background:rgba(255,255,255,0.20);
	}
#global ul li a:active,#global ul li a.active{
	background:#970926;
	}
#global ul li a span {
	display: block;
	font-size: 12px;
	font-weight:normal;
	color:rgba(255,255,255,0.65)
}

#gnav h1,#gnav div {
	margin: 0;
	padding: 0;
	display: block;
	width: 240px;
	height: 54px;
	float: left;
}
#gnav h1 a,#gnav div a {
	display: block;
	width: 240px;
	height: 54px;
	font-size: 0;
	line-height: 0;
}
#gnav h1 a:before,#gnav div a:before {
	display: block;
	width: 100%;
	height: 100%;
/*	background: url("logo.png");*/
}

#gnav{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#gnav span{
	margin-right: -7px;
	font-size: 40px;
}
#gnav ul{
	float: right;
	list-style: none;
	padding-left: 0;
}
#gnav ul li{
	float: left;
}
#gnav a{
	text-decoration: none;
	display: inline-block;
}
#gnav a:link,#gnav a:vsited{
	color: #003968;
}
#gnav a:hover{
	color: #40567e;
}
#gnav a:active,#gnav a.active{
	color: #970926;
}

/*Layout*/
#container,.container{
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: left;
	position: relative;
}


/*visual*/
#visual{
	width:100%;
	height:297px;
	float:left;

}
#visual img{
	margin: 0 auto;
	display: block;
}
/*products*/
#products{
	width: 950px;
	height: auto;
	margin: 10px auto 20px auto;
	padding: 0;
}
ul#top_products{
	list-style: none;
	display: block;
	margin: 0 auto;
	padding: 0;
}
ul#top_products li{
	float: left;
	margin: 0;
	padding: 0;

}
#products span{
	text-align: center;
	display: block;
	color: #004377;
	font-size: 1.1em;
	line-height: 1.1;
	margin: 0;
	font-weight: normal;
}
/*topics / news*/
#newscontainer{
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#topics,#news{
	width: 48%;
	float: left;
}
#news{
	margin-left: 4%;
	
}
#topics h3,#news h3,#contents h1,#contents h2.entryTitle{
	background: #003968;
	color: #fff;
	border-left: 8px solid #BF1834;
	border-right: 80px solid #40567E;
	padding: 4px 0px 2px 10px;
	margin: 0 0 1em 0;
	font-size: 1em;
	transform: skew(-18deg);
	-webkit-transform: skew(-18deg);
}
h3.entryTitle { margin: 0 !important; }
#topics h3 a,#news h3 a,#contents h1 a,#contents h2.entryTitle a{
	text-decoration: none;
	color: #fff;
}
#contents h1{
	margin: 0 0 1em 0;
}
#topics h3 span.normal{
	transform: skew(18deg);
	-webkit-transform: skew(18deg);
}
#topics div,#news div{
	border-left: 2px solid #ccc;
	padding: 5px 0px 5px 15px;
	min-height: 250px;
	height: auto;
}
#topics h4,#news h4{
	color: #004377;
	font-size: 1.1em;
	line-height: 1.1;
	margin: 0;
	font-weight: bold;
}
#topics p,#news p{
	font-size: 0.9em;
	line-height: 1.2;
	margin: 15px 0 0 0;
	padding: 0;
}
span#topbtn{
	display: block;
	margin: 10px 0;
}
span#topbtn a{
	margin: 0 10px;
}

#news ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
#news ul li{
	padding: 0px;
	margin: 0 0 0.25em 0;
}
#news ul li .date{
	display: block;
}

/*Footer*/
footer{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	font-size: 0.8em;
}
#footer-inner{
	width: 950px;
	margin: 0 auto;
}
.copy{
	display: block;
	float: left;
}
aside.footernav{
	display: block;
	float: right;
	text-align: right;
}
aside.footernav a{
	margin-left: 1em;
}
#pagetoplink{
	width: 100%;
	float: left;
	margin: 40px 0 0.5em 0;
	text-align: right;
}
/*Layout*/
aside#pagenav{
	width:200px;
	float: left;
}
section#contents{
	width: 700px;
	float: right;
}

/*pagenav*/
#pagenav h3{
	color: #fff;
	background: #004377;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5)
}
#sidenav .icon-linkarrow{
	margin-right: 2px;
	color: #004377;
	font-size: 0.9em;
}


ul#sidenav{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-right: 1px solid #ccc;
	border-radius: 0px 0px 4px 0px;
	-webkit-border-radius: 0px 0px 4px 0px;
	-moz-border-radius:  0px 0px 4px 0px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5)

}
ul#sidenav li{
}
ul#sidenav li a,ul#sidenav li p{
	padding: 10px;
	margin: 0;
	display: block;
	border-bottom: 1px solid #ccc;
	cursor: pointer;

}
ul#sidenav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sidenav li ul li a{
	padding-left: 2em;
	font-size: 0.9em;
}
ul#sidenav li ul li a:before{
	content: "> ";
	color: #9FA0A0;
}
ul#sidenav li a:link,ul#sidenav li a:visited{
	color: #004377;	
}
ul#sidenav li a:hover,ul#sidenav li a:active,ul#sidenav li.single a:hover,ul#sidenav li p:hover,ul#sidenav li a.active{
	background: #f4f4f4;
	text-decoration: none;
	color: #004377;
}
ul#sidenav li.single a{
	color: #000;
}
.accordion ul{
	display: none;
}
.accordion .open{
}

#sidenav span#toplink a{
	background: none;
	border: none;
	display: inline-block;
}

/**/
nav#topicpath-outer{
	width: 100%;
	margin-bottom: 10px;
}
ul#topicpath{
	float: right;
}
ul#topicpath li{
}

/**/
#contents_border{
	border-left: 4px solid #e3e3e4;
	padding: 0;
	margin: 0;
	height: auto;
}
#contents_border h2{
	font-weight: normal;
	color: #003968;
	margin: 0 0 10px 0;
	padding: 0;
}
#contents_border a{
	text-decoration: none;
}
#contents_border .products-box{
	margin-bottom: 40px;
}
#contents_border .products-box img{
	margin-bottom: 2em;
}
#contents_border .textbox p{
	overflow: auto;
}
#contents_border .textbox{
	margin: auto 1em;
	padding: 0 ;
	vertical-align: middle;
	display: block;
}
#contents_border .textbox p{
	font-size: 0.9em;
}

img.acms-float-left{
	margin-right: 1em;
	margin-bottom: 1em;
}
img.acms-float-right{
	margin-left: 1em;
	margin-bottom: 1em;
}


/**/
hr.contents{
	border: none;
	width: 100%;
	height: 3px;
	margin: 2em 0;
	padding: 0;
	/* background: url(%{THEMES_DIR}happy/style/hr_line.png) no-repeat; */
	background: url(hr_line.png) no-repeat;
}

/*Products*/
h2#ProductsEntryTitle{
	/* background: url(%{THEMES_DIR}happy/style/productsentrytitle.png) top left no-repeat; */
	background: url(productsentrytitle.png) top left no-repeat;
	padding: 0.25em 0 1em 2em;
	margin: 0 0 1.5em 0;	
}
.categoryname, .productcode{
	font-size: small;
	display: block;
}
#contents h3{
		/* background: url(%{THEMES_DIR}happy/style/hr_line.png) no-repeat; */
		background: url(hr_line.png) no-repeat;
		padding: 0.75em 0 1.5em 0.5em;
		margin: 0 0 1em 0;

}
.item_description{
	font-size: x-small;
	display: block;
	margin-left: 2em;	
}

/*IC handler*/
span.runtis{
	width: 100px;
	height: 26px;
	background: url(%{THEMES_DIR}happy/style/runtis-logo.png) no-repeat;
	text-indent: -999em;
	display: block;
}

/*Q & A*/
#qanda{}
.accordion dd{
	display: none;
}
#qanda dt{
	background: #E4EAEE;
	padding: 0.25em 0 0.25em 1em;
	margin: 0 0 0.25em 0;
	font-weight: normal;
}
#qanda dt:before{
	font-family: 'icomoon';
	content: "\e600  Q";
	color: #003968;
}
#qanda dd{
	padding: 0.25em 0 0.25em 4em;
	margin: 0 0 0.25em 0;
	text-indent: -2em;
}
#qanda dd:before{
	content: "> A";
	color: #970926;
}
#qanda .caution{
	font-weight:bold;
	color:#FF7300;
}
#qanda .text-red{
	color:red;
}
#qanda .text-orange{
	color:#FF7300;
}

/*catalog ダウンロード*/
table.link-arrow a:before{
	font-family: 'icomoon';
	content: "\e600";
	color: #003968;
	margin-right: 5px;
}
table.link-arrow a{
	text-decoration: none;
}
table.link-arrow {
	font-size: 0.9em;
}

/*gotop*/
#pagetoplink a:before{
	font-family: "acms-fonts";
	content: "\e07a";
	position: absolute;
	top: -1em;
	right: 3.5em;
}
#pagetoplink a{
	text-decoration: none;
}

/*distributor*/
.distributor_news_list ul{
	list-style: none;
	margin: 0 0 60px 1em;
	padding: 0;
}
.distributor_news_list ul li{
	padding: 0.25em;
	margin-bottom: 0.25em;
}
.distributor_news_list ul li:nth-child(even){
	background: #fafafa;
	border-bottom: 1px dashed #f0f0f0;
}
.distributor_news_list .date{
	margin-right: 0.5em;
	display: inline-block;
}

.distributor_contents_list ul{
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0;
}
.distributor_contents_list ul li{
	margin-bottom: 0.5em;
}

ul.pdf_thumb {
    list-style: none outside none;
}
ul.pdf_thumb li {
    float: left;
    margin-bottom: 10px;
    margin-right: 3%;
    min-height: 305px;
    width: 22%;
font-size:0.8em;
}
ul.pdf_thumb li img {
    border: 1px solid #666;
    margin: 0 auto 10px;
    width: 100%;
}
ul.pdf_thumb h4{
}

#software_dl{}
#software_dl ul{
	list-style: none;
}
#software_dl ul li{
	margin-bottom: 0.5em;
}
#software_dl a[href$=".zip"]:before,#software_dl a.dl_link:before{
	font-family: "acms-fonts";
	content: "\e063  ダウンロード";
	margin-right: 0.5em;
	padding: 0.25em 1em;
	border: 1px solid;
	border-radius: 4px;
	display: inline-block;
}
#software_dl a[href$=".pdf"]:before{
	font-family: "acms-fonts";
	content: "\e095";
	margin-right: 0.25em;
}

#software_dl_en{}
#software_dl_en ul{
	list-style: none;
}
#software_dl_en ul li{
	margin-bottom: 0.5em;
}
#software_dl_en a[href$=".zip"]:before,#software_dl_en a.dl_link:before{
	font-family: "acms-fonts";
	content: "\e063  Download";
	margin-right: 0.5em;
	padding: 0.25em 1em;
	border: 1px solid;
	border-radius: 4px;
	display: inline-block;
}
#software_dl_en a[href$=".pdf"]:before{
	font-family: "acms-fonts";
	content: "\e095";
	margin-right: 0.25em;
}


p.caption{
	display: block;
	font-size: x-small;
}
/**/
/**/
th{
	text-align: left;
}