@charset "utf-8";
/* formattiong style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.7;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	-webkit-print-color-adjust: exact;
}
hr {
	display: none;
}
/* print
------------------------------*/
.print {
	display: block;
}
.noneprint {
	display: none;
}
.print-set {
	page-break-inside: avoid;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #330099;
	text-decoration: underline;
}
a:hover {
	color: #FF3366;
	text-decoration: none;
}
a:active {
	color: #FF3366;
	text-decoration: underline;
}
.arrow{
	padding: 0px 0px 0px 20px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	display: inline-block;
	min-height:13px; 
	text-indent:0;
}
.wav {
	padding: 7px 0px 2px 26px;
	background-image: url(../img/wavicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 27px;
}
.pdf {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.word {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/wordicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.zip {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/zipicon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	display: inline-block;
	min-height: 32px;
}
/* text style
------------------------------*/
.textbold {
	font-weight: bold;
}
.textcaution {
	color: #FF0000;
}
.textsmall {
	font-size: 90%;
}
.textbig {
	font-size: 150%;
	line-height: 1.3;
}
.ttf {
	text-transform: uppercase; /*大文字変換*/
}
/* layout
------------------------------*/
#wrapper {
	width: 650px;
	margin: 0px auto;
	padding: 3px 10px;
}
#home #wrapper {
	width: 880px;
}
/* secondpage layout
------------------------------*/
#main {
	margin: 0px 0px 10px;
	width: 650px;
	height: auto;
}
#sideber {
	display: none;
}
#content {
	float: none;
	width: 645px;
}
/* header
------------------------------*/
#header {
	display: none;
}
.print h1 {
	margin: 0px 0px 30px;
}
#home .print h1 {
	display: none;
}
#home #header {
	display: block;
	margin: 0px 0px 3px;
	padding: 0px;
	height: 87px;
}
h1 {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#header ul {
	float: right;
	width: 400px;
	margin: 8px 0px 0px;
	padding: 0px;
	text-align: right;
}
#header li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	height: 15px;
}
#header li a {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 2px 3px 2px 18px;
	font-size: 92%;
}
#header li a:link {
	color: #333333;
	text-decoration: none;
}
#header li a:visited {
	color: #333333;
	text-decoration: none;
}
#header li a:hover {
	color: #333333;
	text-decoration: underline;
}
#header li a:active {
	color: #333333;
	text-decoration: none;
}
/* globalnav
------------------------------*/
#globalnav {
	display: none;
}
#home .print #printnav {
	display: block;
	clear: both;
	width: 880px;
	height: 43px;
	margin: 0px 0px 10px;
}
.print #printnav {
	display: none;
}
/* rootlist
------------------------------*/
#rootlist {
	display: none;
}
/* content
------------------------------*/
p.to-top {
	display: none;
}
p.to-prev {
	display: none;
}
.m10lr {
	margin: 0px 10px;
}
.m10tb {
	margin: 10px 0px;
}
.m15b {
	margin: 0px 0px 15px;
}
.m10b {
	margin: 0px 0px 10px;
}
.m0 {
	margin: 0px;
}
.left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.rightm10b {
	float: right;
	margin: 0px 0px 10px 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.box {
	padding: 10px;
	margin: 0px 0px 15px;
	background-color: #FFFFF6;
	border-top: 3px double #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}
/* 親ボックスからはみ出すバグを回避 */
.box:after {
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.box {
	display: inline-table;
}
/* Mac版 IEではこの設定は無視されるのでWin版 IEのみ適用 \*/
* html .box {height: 1%;}
.box {display:block}
/* ここまで */
.box .layout-l {
	float: left;
	text-align: center;
	width: 310px;
	margin: 10px 0px 5px;
}
.box .layout-r {
	float: right;
	width: 283px;
	margin: 10px 0px 0px 10px;
}
.box h4 {
	clear: both;
	margin: 0px 0px 10px;
	border-bottom: 2px solid #FF99CC;
}
.box p {
	margin: 0px;
}
.box p.m10b {
	margin: 0px 0px 10px;
}
h2 {
	clear: both;
	height: 34px;
	width: 645px;
	margin: 0px 0px 15px;
}
h3 {
	clear: both;
	margin: 25px 0px 15px;
	padding: 0px 0px 0px 5px;
	border-left: 10px double #CC0033;
	border-bottom: 1px dotted #666666;
}
h4 {
	clear: both;
	margin: 20px 0px 10px;
	padding: 0px 0px 0px 2px;
	border-bottom: 2px dotted #FF99CC;
}
h5 {
	clear: both;
	margin: 15px 0px 10px;
	padding: 0px 0px 0px 2px;
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
}
p {
	margin: 0px 0px 10px;
}
img.border {
	border: 1px solid #CCCCCC;
}
ul {
	margin: 0px 0px 10px 10px;
}
ol {
	margin: 0px 0px 10px 10px;
}
li {
	margin: 0px 0px 0px 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0px 0px 7px 20px;
}
dd.m0 {
	margin: 0px 0px 0px 20px;
}
ul.none li {
    list-style-type:none;
}
ul.notice {
	padding-left:1.5em;
	margin: 0px 0px 10px;
}
ul.notice li {
	text-indent:-1.5em;
	margin: 0px;
    list-style-type:none;
}
ul.m10tb {
	margin: 10px 0px;
}
table ul.notice {
	margin: 0px;
}
ul.num {
	padding-left:2em;
}
ul.num li {
	text-indent:-2em;
}
ol.m10b {
	margin: 0px 0px 0px 10px;
}
ol.m10b li {
	margin: 0px 0px 10px 10px;
}
ol.m10b ul.notice li {
	margin: 0px;
}
ul.ok li {
    list-style-type:none;
	padding: 0px 0px 0px 20px;
	background-image: url(../support/img/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.ng li {
    list-style-type:none;
	padding: 0px 0px 0px 20px;
	background-image: url(../support/img/ng.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
dl.faq {
	clear: both;
}
dl.faq dt {
	padding: 11px 0px 5px 70px;
	margin: 0px;
	background-image: url(../support/img/q.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 25px;
	border-bottom: 1px dashed #999999;
}
dl.faq dd {
	padding: 11px 0px 5px 70px;
	margin: 0px;
	background-image: url(../support/img/a.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 25px;
	border-bottom: 1px solid #999999;
}
dl.sbs5 {
	margin: 0px 0px 10px;
}
dl.sbs5 dt {
	float: left;
	width: 5em;
	margin: 0px 0px 0px 1em;
}
dl.sbs5 dd {
	margin: 0px 0px 0px 6em;
}
dl.sbs11 {
	margin: 0px 0px 10px;
}
dl.sbs11 dt {
	float: left;
	width: 11em;
	margin: 0px 0px 0px 1em;
}
dl.sbs11 dd {
	margin: 0px 0px 0px 12em;
}
#menu, menu-pic {
	margin: 20px 0px 0px;
}
#menu ul, menu-pic ul {
	margin: 0px;
}
#menu ul li {
	width: 306px;
	margin: 3px;
	padding: 0px;
	display: inline-block;
}
#menu-pic ul li {
	display: inline;
	margin: 0px;
}
#menu-pic ul.m10lr li {
	margin: 0px 10px;
}
#menu-pic li.m0l img {
	margin: 0px 0px 5px;
}
#menu-pic li img {
	margin: 0px 0px 5px 5px;
}
ul#menu-y li {
	display: inline-block;
	width: 5em;
}
#menu ul li a {
	width: 271px;
	margin: 0px;
	float: left;
	padding: 5px 15px;
	background: #195AA5;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #195aa5;
}
#menu ul li span.on {
	width: 275px;
	margin: 0px;
	float: left;
	padding: 5px 15px;
	background: #69F;
	color: #FFFFFF;
}	
#menu ul li a:hover {
	background-color: #69F;
}
#menu ul li a span, #menu ul li span.on span{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 0px 0px 0px 20px;
}
#menu2 {
	margin: 20px 0px 0px;
}
#menu2 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#menu2 ul li {
	width: 158px;
	padding: 0px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu2 ul li a {
	width: 158px;
	margin: 0px;
	float: left;
	padding: 7px 0px;
	background: #69F;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#menu2 ul li span.on {
	width: 158px;
	margin: 0px;
	float: left;
	padding: 7px 0px;
	background: #195AA5;
	color: #FFFFFF;
	text-align: center;
}	
#menu2 ul li a:hover {
	background-color: #195AA5;
}
.parameter {
	color: #FFFFFF;
	background: #333333;
	padding: 0px 0px 0px 5px;
}
.modelname {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 5px 0px 0px;
}
.modelname h4 {
	display: inline;
	float: left;
	width: 170px;
	color: #FFFFFF;
	background: #333333;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px;
	font-size: 150%;
	line-height: 1.3;
	border: 2px solid #333;
}
.modelname h4 ul {
	margin: 0px;
	padding: 0px;
}
.modelname h4 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.modelname .layout-r {
	width: 425px;
	margin: 10px 0px 20px 0px;
	padding: 4px 15px;
	font-size: 150%;
	line-height: 1.3;
	border-bottom-style : solid;
	border-width : 2px;
	border-color : #333333;
	text-align: right;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.product {
	clear: both;
}
.product .layout-l {
	text-align: center;
	width: 102px;
	margin: 0px;
}
.product .layout-r {
	width: 513px;
	margin: 0px 0px 0px 10px;
}
.product .layout-r dl dt {
	float:left;
}
.product .layout-r dl dd {
	margin-left: 100px;
}
#producthead {
	margin: 50px 0px 30px;
	padding: 0px;
	position:relative;
}
#producthead .layout-r {
	float: left;
	margin: 0px 0px 50px 10px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.3;
	width: 245px;
}
#producthead h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 36px;
	line-height: 1.1;
	color: #195AA5;
	width: 290px;
}
#producthead .series {
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.3;
}
#rohs {
	float:left;
	color: #FFF;
	background-color: #3C6;
	padding: 0px;
	width: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 2px 0px 0px;
	border-bottom: 2px solid #3C6;
}
#producthead dl {
	float:left;
	margin: 0px 1px;
}
#producthead dl.high {
	float:left;
	margin: 0px 1px;
}
#producthead dl.low {
	float:left;
	margin: 0px 1px;
}
#producthead dl dt {
	color: #FFF;
	width: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#producthead dl.high dt {
	background-color: #C03;
}
#producthead dl.low dt {
	background-color: #06F;
}
#producthead dl dd {
	width: 46px;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
}
#producthead dl dd.high {
	border-color: #C03;
}
#producthead dl dd.low {
	border-color: #06F;
}
table {
	margin: 10px auto;
	border-top: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	border-collapse: collapse;
	clear: both;
}
table.m30b {
	margin: 10px auto 30px;
}
table th, table td {
	padding: 5px;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	text-align: left;
}
table th {
	padding: 5px;
	background-color: #E6EEFC;
	white-space: nowrap;
}
table tr.gray {
	background-color: #999;
}
table .tcenter {
	text-align: center;
}
table ul {
	margin: 0px 0px 0px 3px;
}
table.nowrap th {
	font-weight: normal;
	white-space: normal;
}
table.nowrap td {
	white-space: nowrap;
}
table.for {
	margin: 0px 0px 10px 10px;
	float: right;
}
table.for th {
	text-align: center;
}
table.for th {
	background-color: #EFFCE6;
}
table.partner {
	width: 400px;
}
table.caption {
	margin: 0px auto 5px;
}
.layout-l {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.layout-r {
	float: right;
	width: 368px;
}
.layout-r p {
	margin-bottom: 30px;
}
.psnone {
	display: none;
}
/* footer
------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 92%;
	padding: 10px 0px 0px;
}
#footer ul {
	display: none;
}
#home #footer ul {
	display: block;
	margin: 0px;
}
#footer li {
	list-style: none;
}
#footer li a:link {
	color: #333333;
	text-decoration: none;
}
#footer li a:visited {
	color: #333333;
	text-decoration: none;
}
#footer li a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer li a:active {
	color: #333333;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	padding: 0px 8px 0px;
}
address {
	border-top: 1px dotted #333333;
}
/* top css
------------------------------*/
#top-pr {
	clear: both;
	width: 880px;
	height: 235px;
	margin: 0px 0px 10px;
	_margin: 0px;
}
#topinfo {
	margin: 0px 0px 10px;
	width: 880px;
	height: auto;
}
#topinfo-main {
	float: none;
	width: 645px;
}
#home #topinfo-main {
	float: left;
	width: 645px;
}
#topinfo-sub {
	display: none;
}
#home #topinfo-sub {
	display: block;
	float: right;
	width: 225px;
}
.toptitle{
	height: 34px;
	width: 435px;
	margin: 0px 0px 10px;
}
.toptitle h2 {
	position: absolute;
}
.to-list {
	position: relative;
	top: 7px;
	right: -580px;
	height: 19px;
	width: 55px;
}
#news, #media, #event {
	margin: 0px 0px 20px 0px;
}
#other #news,#other #media,#other #event {
	margin: 0px 10px;
}
#news dt, #media dt {
	clear: left;
	float: left;
	width: 8em;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	_padding: 0px 0px 5px 5px;
	font-weight: normal;
}
#news dd, #media dd {
	margin: 0px;
	padding: 0px 10px 5px 9em;
}
#other #news dt, #other #media dt {
	padding-top: 10px;
	padding-bottom: 10px;
}
#other #news dd, #other #media dd {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
}
#other #news dd.first, #other #media dd.first, #other #news dt.first, #other #media dt.first {
	padding-top: 0px;
}
#media dd ul {
	margin-bottom: 20px;
}
#event dt {
	padding: 0px;
	clear: left;
	float: left;
	width: 6.5em;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 10px;
	font-weight: normal;
}
#event dt.twolines {
	height: 2em;
}
#event dd {
	font-weight: normal;
	margin: 0px;
}
