@charset "UTF-8";
/* CSS Document */

.last { margin-right: 0!important; }

div#navigation {
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: relative;
}
nav#gnav {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
nav#gnav ul {
	font-size: 0;
}
nav#gnav ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 14px;
	margin-right: 7px;
}
nav#gnav ul li:last-child {
	margin-right: 0;
}
nav#gnav ul li a {
	display: block;
	width: 235px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}
nav#gnav ul li.features a { background: url(../img/common/navi_01_off.gif) left top no-repeat; }
nav#gnav ul li.data a { background: url(../img/common/navi_02_off.gif) left top no-repeat; }
nav#gnav ul li.packing a { background: url(../img/common/navi_03_off.gif) left top no-repeat; }

nav#gnav ul li.features a:hover,
nav#gnav ul li.features_on a { background: url(../img/common/navi_01_on.gif) left top no-repeat; }
nav#gnav ul li.data a:hover,
nav#gnav ul li.data_on a { background: url(../img/common/navi_02_on.gif) left top no-repeat; }
nav#gnav ul li.packing a:hover,
nav#gnav ul li.packing_on a { background: url(../img/common/navi_03_on.gif) left top no-repeat; }

ul#download_pdf {
	width: 235px;
	font-size: 13px;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
}
ul#download_pdf li {
	background: url(../img/common/pdf_icon_24x24.gif) left center no-repeat;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 10px;
}

.consent{
display: inline-block;
border: 1px solid #ccc;
border-radius: 6px;
padding: 15px 40px;
}

.tabs {
	margin: 50px 0 30px 0;
}
.tab {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border: 1px solid #4d4d4d;
	width: 220px;
	padding: 7px;
	text-align: center;
}
.tab a {
	display: block;
	text-decoration: none;
}
.tab.active {
	background-color: #535399;
}
.tab.active a {
	color: #fff;
}
.panel {
	display: none;
}
.panel.active {
	display: block;
}


.product_item {
	width: 200px;
	height: auto;
	text-align: center;
	margin-right: 3px;
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
}
.category {
	width: 127px!important;
	clear: both;
	padding: 22px 0;
}
.point_01 {
	margin-top: 23px;
}
.point_02 {
	clear: both;
	margin-left: 127px;
}
.txt_product {
	width: 680px;
	float: right;
	font-weight: normal;
}

h1 {
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
	margin: 5px 0;
	font-weight: normal;
	color: #535399;
}
h1 span {
	font-size: 25px;
}
h2 {
	color: #333;
	padding: 0;
	font-size: 20px;
}
h3.ttl_style_01 {
	border-left: 7px solid #535399;
	height: 28px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 18px;
	padding: 0 0 0 8px;
}
h3.ttl_style_02 {
	border: 1px solid #535399;
	font-size: 20px;
	padding: 8px;
}
h4 {
	font-weight:bold;
	font-size:120%;
	margin-top:30px;
}
h5 {
}
h6 {
}

h2.ttl_style01 {
	color: #fff;
	font-size: 24px;
	padding: 10px 10px 10px 30px;
	width: 95%;
	background-color:#508CFA;
	font-weight: normal;
	text-align:center;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}


.icon_arrow {
	background: url(../img/common/arrow.gif) left 3px no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}
.icon_step1 {
	background: url(../img/step1.gif) left top no-repeat;
	padding-left: 70px;
	margin-bottom: 5px;
}
.icon_step2 {
	background: url(../img/step2.gif) left top no-repeat;
	padding-left: 70px;
	margin-bottom: 5px;
}

.txt_color_press { color: #b41d3d; }
.txt_color_lf { color: #1d56b4; }
.txt_color_ld { color: #8f1db4; }

article {
	overflow: hidden;
	margin-bottom: 50px;
}
article:last-child {
	margin-bottom: 0;
}
.box_text {
	width: 500px;
	float: left;
}
.box_img {
	width: 421px;
	float: right;
}

.img_product {
	width: 250px;
	height: auto;
	float: left;
}
.img_product img {
	border: 1px solid #666;
}

.controller{
	margin:40px;
	text-align:center;
}
div.chk {
	width:200px;
	margin:20px auto;
  font-size:120%;
}

div.btn_download_firm {
	margin: 20px auto;
}

/* ダウンロードボタン */
.DL_btn  {
  font-size: 160%;
  font-weight: normal;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 12px 12px;
  color: #fff !important;
  background-color: #3171bb;
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
  letter-spacing: 0.5em;
}
.DL_btn:after {
  content: "";
  display: inline-block;
  padding: 0 0 4px;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  background: url(../img/dl_icon.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.DL_btn:before {
  content: "▶";
  margin-right: 10px;
}

table.table_deco2 {
	clear: both;
	width: 100%;
	border: 1px solid #999;
	margin: 10px 0 10px 0;
}
table.table_deco2 td {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	padding: 15px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.table_deco2 th {
	white-space: nowrap;
	text-align: left;
	padding: 15px;
	background-color: #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

table.table_deco1 {
	border: 1px solid #333;
	width: 820px;
}
table.table_deco1 th {
	background-color: #f2f2f2;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	font-weight: normal;
	white-space: nowrap;
	width: 100px;
}
table.table_deco1 td.btn_download {
	border-bottom: 1px solid #333;
	background-color: #f2f2f2;
}
table.table_deco1 td.btn_download span.txt_download {
	display: block;
	width: 250px;
	height: 60px;
	background: url(../img/btn_to_download.gif) left center no-repeat;
	text-indent: -9999px;
	float: right;
	overflow: hidden;
}
table.table_deco1 td.btn_download span.txt_filename {
	float: left;
	line-height: 60px;
	padding-left: 10px;
	display: block;
}
table.table_deco1 td.btn_download span {
	display: block;
}
table.table_deco1 td.btn_download a {
	text-decoration: none;
	display: block;
	height: 60px;
	width: 100%;
}
table.table_deco1 td.btn_download:hover a {
	color: #fff!important;
}
table.table_deco1 td.btn_download:hover {
	background-color: #0071bc;
}
table.table_deco1 td.btn_download:hover  span.txt_download {
	background: url(../img/btn_to_download_on.gif) left center no-repeat;
}
table.table_deco1 td.txt {
	padding: 10px;
}

div.article {
	width: 820px;
	margin: 0 auto 30px;
}
.ttl_style_01 {
	background: url(../img/common/list_circle01.gif) left center no-repeat;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.list_download {
	width: 75%;
	margin: 0 auto;
	border-bottom: 1px solid #999;
	padding: 10px 0 10px 20px;
	background: url(../img/common/list_circle01.gif) left center no-repeat;
	overflow: hidden;
	font-size: 16px;
}
div.list_download p {
	float: left;
	padding-top: 4px;
}
div.list_download a {
	display: block;
	float: right;
}