@charset "UTF-8";
/*
Theme Name: メトロール コーポレートサイト用テーマ
Author: Metrol
Version: 1.0
*/

/* base
-------------------------------------------------------------*/
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  background: #f9f9f9;
  line-height: 1.6;
  font-size: 13px;
  min-width: 1050px;
}
header, article, footer, article, aside, time, nav {
  display: block;
}
a:link {
  color: #003984;
  text-decoration: underline;
}
a:visited {
  color: #003984;
}
a:focus, a:hover, a:active {
  color: #003984;
  text-decoration: none;
}
figure {
  line-height: 0;
}
/* common
-------------------------------------------------------------*/
#container {
  width: 1050px;
  margin: 0 auto;
  background-color: #fff;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#container .wrapper {
  padding: 25px 0;
}
h1, h2, h3 {
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.4;
}
table th {
  padding: 8px;
  text-align: left;
  background: #f2f2f2;
  border: 1px solid #ccc;
  font-weight: normal;
}
table td {
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
}
table caption {
  text-align: right;
}
table th.bg-red {
  background-color: #FFF2F2;
  color: #DD0027;
}
table td.bg-red {
  background-color: #FFF2F2;
}
table th.bg-blue {
  background-color: #D8EDFF;
  color: #003074;
}
table td.bg-blue {
  background-color: #D8EDFF;
}
table th.bg-orabge {
  background-color: #ffe3e3;
  color: #DD0027;
}
table td.bg-orabge {
	background-color: #ffe3e3;
}
table.style-b th {
  text-align: center;
}
table.style-b thead th {
  background: #f2f2f2;
}
table.style-b tbody th {
  text-align: left;
  color: #003073;
  background: #E1F1FF;
}
table.style-b tbody td {
  text-align: center;
}
table.style-c th{
  background: #F0F7FD;
  vertical-align: top;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}
table.style-c td{
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}
.center {
  text-align: center;
}
#container #mainColumn {
  float: left;
  width: 725px;
}
#container #sideColumn {
  float: right;
  width: 235px;
}
/* header */
header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
}
header .headWrap {
  width: 1050px;
  margin: 0 auto;
}
header #headTop {
  background-color: #222222;
  color: #fff;
}
header #headTop p {
  float: left;
  margin: 9px 0;
  font-size: 12px;
  line-height: 12px;
}
header #headTop .rightBlock {
  float: right;
}
header #headTop .header-links {
  padding-right: 10px;
}
header #headTop ul {
  display: table-cell;
  padding: 6px 0 0 0;
  line-height: 1;
}
header #headTop ul li {
  display: table-cell;
  padding-left: 7px;
  font-size: 11px;
}
header #headTop ul li a {
  color: #ccc;
  text-decoration: none;
}
header #headTop ul li img {
  vertical-align: middle;
}
header h1 {
  float: left;
}
header h1 a {
  margin-top: 9px;
  padding-bottom: 10px;
  display: block;
  width: 197px;
  height: 48px;
  background: url(images/common/header_logo.png) no-repeat;
}
header #logoArea {
  width: 1050px;
  margin: 0 auto;
  background: url(images/common/header_img.jpg) no-repeat 248px 0;
}
header #logoArea .rightBlock {
  float: right;
  width: 605px;
  text-align: right;
}
header #logoArea #header-tel {
  float: left;
  margin-top: 9px;
  font-size: 11px;
  text-align: left;
  line-height: 1.2;
}
header #logoArea #header-btns {
  float: right;
}
header #logoArea #header-btns ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
header #logoArea #header-btns ul li {
  display: table-cell;
  padding-left: 10px;
}
header .btn-red a, header .btn-blue a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
/* globalNavi */
#globalNavi {
  width: 100%;
  border-bottom: 4px solid #003984;
  background: url(images/common/nav_bg.png) repeat-x #ffffff;
}
#globalNavi .wrapper {
  width: 1050px;
}
#globalNavi ul {
  margin: 0;
  padding: 0;
  background: url(images/common/nav_divider.png) no-repeat left bottom;
  list-style: none;
  position: relative;
}
#globalNavi ul li {
  display: table-cell;
  width: 174px;
  padding: 0 1px 0 0;
  line-height: 1;
  text-align: center;
  background: url(images/common/nav_divider.png) no-repeat right bottom;
}
#globalNavi ul li a {
  display: block;
  padding: 15px 0;
  color: #222;
  text-decoration: none;
}
#globalNavi ul li a:hover, #globalNavi ul li.focus a {
  color: #003984;
  background: url(images/common/nav_current.png) no-repeat center bottom;
}
.current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #003984 transparent;
}
.current.none {
  display: none;
}
.current.lineup {
  left: 77px;
}
.current.case {
  left: 252px;
}
.current.faq {
  left: 427px;
}
.current.order {
  left: 602px;
}
.current.contact {
  left: 777px;
}
/* side */
#sideColumn {
  margin-top: -20px;
}
#sideColumn .block {
  margin-bottom: 20px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}

#sideColumn h2 {
  padding: 8px 0 8px 10px;
  font-size: 14px;
  color: #003984;
  border-bottom: 1px solid #003984;
}
#sideColumn .description {
  padding: 10px;
  font-size: 13px;
}
#sideColumn .description2 {
  padding: 2px 10px 10px 10px;
  font-size: 13px;
}
#sideColumn .btn {
  text-align: center;
}
#sideColumn .btn a {
  width: 185px;
}
#sideColumn p {
  margin: 0;
  padding: 0 10px;
}
#sideColumn ul {
  margin: 0;
  padding: 10px 0 10px 23px;
}
#sideColumn ul li {
  line-height:205%;
}
#sideColumn .blogMenu h3 {
  margin: 10px 0 0 10px;
}
#sideColumn .blogMenu select {
  margin: 5px 0 10px 10px;
}
#sideColumn .blogMenu ul.category {
  padding: 0 0 10px 23px;
}
/* footer */
footer {
  width: 100%;
  background-color: #eee;
}
footer .footHeadWrap {
  width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
footer address {
  float: left;
  width: 250px;
  font-style: normal;
}
footer .footBottomWrap {
  background-color: #222;
  color: #fff;
}
footer .footBottomWrap .footerInner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
footer h2 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
}
footer h3 {
  margin-bottom: 20px;
  font-weight: normal;
}
footer #footer-txt {
  float: left;
}
footer #footer-tel {
  display: table-cell;
  width: 360px;
}
footer #footer-fax {
  display: table-cell;
}
footer #footer-btns {
  float: right;
}
footer #footer-btns .btn a {
  width: 210px;
}
footer #footer-links {
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
footer #footer-links a {
  color: #ccc;
  text-decoration: none;
}
footer #footer-links a:visited {
  color: #ccc;
  text-decoration: none;
}
footer #footer-links a:hover {
  color: #FFF;
}
footer #footer-links dl, footer #footer-links ul {
  display: table-cell;
  margin: 0;
  line-height: 1.8;
}
footer #footer-links ul {
  width: 250px;
  padding: 0;
  list-style: none;
}
footer #footer-links dl:nth-of-type(1) {
  width: 600px;
}
footer #footer-links dl:nth-of-type(2) {
  width: 220px;
}
footer #footer-links dd {
  margin: 0 0 0 12px;
  font-size: 11px;
}
footer #footer-links dl:nth-of-type(1) dd {
  float: left;
  width: 260px;
}
footer address {
  width: 120px;
  height: 50px;
  display: block;
  background: url(images/common/footer_logo.png) no-repeat left 20px;
  text-indent: -9999px;
}
footer p.copyright {
  margin-left: 140px;
}
.btn-blue a {
  background-color: #046EB8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 10px 12px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}
.btn-red a {
  background-color: #C30D23;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 10px 12px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}
.btn-orange a {
  background-color: #f45211;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 10px 12px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}
.btn-drakgreen a {
  background-color: #085d31;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 12px 10px 12px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}
.btn-green a {
	background-color: #8FC320;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.btn-download a {
	background-color: #8FC320;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	margin-top: 2px;
	height: 21px;
	width: 280px;
	float: right;
  font-size: 12px;
}

.btn-url a {
	background-color: #8FC320;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	margin-top: 2px;
	margin-right: 150px;
	margin-left: 150px;
	height: 20px;
	float: none;
}

.align-l {
  text-align: left;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
.txt-small {
  font-size: 12px;
}
.txt-xsmall {
  font-size: 11px;
}
.float-r {
  float: right;
}
.float-l {
  float: left;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
#breadcrumb ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
#breadcrumb li {
  display: table-cell;
  padding: 0 15px 0 10px;
  background: url(images/common/breadcrumb_arrow.png) no-repeat right center;
  font-size: 12px;
}
#breadcrumb li:first-child {
  padding-left: 0;
}
#breadcrumb li:last-child {
  background: none;
}
.pageup {
  width: 1050px;
  margin: 0px auto;
  text-align: right;
  background: none repeat scroll 0% 0% #FFF;
}
.pageup a{
  background: #eee;
  padding: 10px 20px;
  margin-right: 25px;
  display: inline-block;
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
.pageup-fix{
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #000;
  padding: 8px 15px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pageup-fix a{
  color: #fff;
  text-decoration: none;
}
#pager {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
#pager .next {
  float: right;
  width: 200px;
  height: 20px;
  text-align: right;
}
#pager .prev {
  float: left;
  width: 200px;
  height: 20px;
}
#pager .home {
  float: left;
  width: 325px;
  height: 20px;
  text-align: center;
}
.archives-current a{
  color: #222;
  text-decoration: none;
}
/* top
-------------------------------------------------------------*/
#mainVisual .wrapper {
  width: 1050px;
  height: 300px;
  overflow:hidden;
}
.top #sideColumn {
  margin-top: 0;
}
/* product */
#top-product a:link {
  text-decoration: none;
}
#top-product .description {
	margin: 5px 15px 20px 0;
	padding: 0 5px 0 0;
	font-weight: normal;
}
#top-product .block {
  float: left;
  width: 243px;
}
#top-product .block:nth-of-type(3) {
  width: 239px;
}
#top-product .block:nth-of-type(6) {
  width: 239px;
}
#top-product h1 {
  margin: 0 0 10px 0;
  font-size: 19px;
}
#top-product h2 {
  width: 234px;
  margin-top: 8px;
  padding-bottom: 5px;
  padding-left: 2px;
  color: #003984;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.3;
}
#top-product .client {
  margin: 6px 0 0 0;
  padding-right: 6px;
  font-weight: bold;
  color: #666;
}
#top-product img {
  border: 1px solid #f1f1f1;
}
/* news */
#top-news h1 {
  padding: 0 0 5px 0;
  border-bottom: 2px solid #003984;
  font-size: 18px;
}
#top-news dl {
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}
#top-news dt {
  display: table-cell;
  width: 140px;
  color: #666;
}
#top-news dd {
  display: table-cell;
  text-align: left;
}
/* category */
#top-category h1 {
  margin-bottom: 5px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #003984;
  font-size: 18px;
}
#top-category .block {
  display: table-cell;
  width: 244px;
}
#top-category .block:nth-of-type(3) {
  width: 238px;
}
#top-category h2 {
  width: 238px;
  margin-top: 5px;
  color: #003984;
  line-height: 1.4;
  font-size: 13px;
}
#top-category .description {
  margin: 6px 0 0 0;
  font-weight: normal;
}
/* demo */
#top-demo h1 {
  margin-bottom: 8px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #003984;
  font-size: 18px;
}
#top-demo section {
  margin-bottom: 8px;
}
#top-demo .block {
  float: left;
  width: 348px;
  height: 68px;
  margin-bottom: 9px;
  padding: 5px 5px 0 5px;
  background-color: #E3F1FE;
  font-size: 11.5px;
}
#top-demo .block:nth-of-type(odd) {
  margin-right: 9px;
}
#top-demo h2 {
  margin: 3px 0;
  font-size: 12px;
}
#top-demo .block p {
  margin: 0;
  line-height: 1.5;
  letter-spacing:-0.03em;
}
#top-demo figure {
  float: left;
  height: 60px;
  margin-right: 7px;
  line-height: 1;
}
#top-demo figure img {
  max-width: 100px;
  max-height: 60px;
  border: 1px solid #ddd;
}
#top-demo .block.past{
  background-color: #eee;
}
#top-demo .block.past h2{
  color: #999;
}
#top-demo .block.past h2 a{
  color: #999;
}
#top-demo .block.past p{
  color: #999;
}
#top-demo .block.past img{
  opacity: 0.6;
}
/* blog */
#top-blog h1 {
  margin-bottom: 8px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #003984;
  font-size: 18px;
}
#top-blog .block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}
#top-blog .box {
  display: block;
  float: left;
  width: 350px;
  margin: 0 21px 20px 0;
  border: 1px solid #ddd;
  position: relative;
}
#top-blog .box:nth-of-type(even) {
  float: right;
  margin-right: 0;
}
#top-blog .category {
  display: inline-block;
  margin: 0;
  padding: 2px 6px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-weight: bold;
}
#top-blog .category-a {
  background-color: #8FC41E;
}
#top-blog .category a {
  color: #fff;
  text-decoration: none;
}
#top-blog .date {
  margin: 10px 0 0 12px;
}
#top-blog h2 {
  margin: 0 10px 12px 12px;
  font-size: 14px;
}
#top-blog .description {
  margin: 0 10px 12px 12px;
  line-height: 1.5;
}
/* contact */
#top-contact h1 {
  margin-bottom: 8px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #003984;
  font-size: 18px;
}
/* products-lineup
-------------------------------------------------------------*/
#products-lineup > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#products-lineup #switch-lineup, #products-lineup #sensor-lineup {
  display: table-cell;
  width: 355px;
  background: #F0F7FD;
}
#products-lineup #switch-lineup h1, #products-lineup #sensor-lineup h1 {
  margin: 12px 15px 7px 15px;
  padding: 0;
  font-size: 20px;
  border: none;
}
#products-lineup #switch-lineup p, #products-lineup #sensor-lineup p {
  margin: 0 15px 15px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#products-lineup #switch-lineup ul, #products-lineup #sensor-lineup ul {
  padding: 0 0 5px 15px;
  list-style: none;
}
#products-lineup #sensor-lineup {
  border-left: 15px solid #fff;
}
#products-lineup section h1 {
  margin: 40px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #003984;
  font-size: 18px;
}
#products-lineup section .block {
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
#products-lineup section .block figure {
  float: left;
}
#products-lineup section .block h2 {
  float: right;
  margin: 20px 15px 10px 0;
  width: 345px;
  font-size: 18px;
}
#products-lineup section .block h3 {
  float: right;
  margin-right: 15px;
  width: 345px;
  font-size: 16px;
}
#products-lineup section .block p {
  float: right;
  height: 7em;
  margin: 5px 15px 20px 0;
  width: 345px;
}
#products-lineup section .block .btn {
  margin-right: 15px;
  text-align: right;
}
#products-lineup section .block .btn a {
  padding: 7px 10px 7px 15px;
}

#products-lineup1k #index h2 {
  float: right;
  width: 206px;
  margin: 10px 10px 5px 0;
  padding: 0;
  border: none;
  font-size: 14px;
}
#products-lineup1k #index h3 {
  float: right;
  width: 206px;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}
#products-lineup1k #index figure {
	float: left;
}
#products-lineup1k #index ul {
  padding: 0 0 0 15px;
  line-height:180%;
  list-style: none;
}
#products-lineup1k #index .block {
  float: left;
  width: 350px;
  margin: 0 25px 25px 0;
  box-sizing: border-box;
}
#products-lineup1k #index .block:nth-child(2n) {
  margin: 0;
}
#products-lineup1k #index .block .block {
	margin: 0 0 10px -1px;
	background: #f9f9f9;
	box-sizing: border-box;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #eee;
	border-left-color: #ddd;
}
/* products-search
-------------------------------------------------------------*/
#products-search > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#products-search #index ul {
  margin: 60px 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#products-search #index li {
  display: inline;
  margin: 0 2px;
}
#products-search #index a {
  display: inline-block;
  padding: 5px 10px;
  background: #D9E9FF;
  font-size: 14px;
  border: 1px solid #BFDBFF;
}
#products-search section h1 {
  margin: 40px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #003984;
  font-size: 18px;
}
#products-search #archives table {
  float: left;
  width: 355px;
}
#products-search #archives table:nth-child(even) {
  float: right;
}
/* products
-------------------------------------------------------------*/
#products > h1 {
  margin: 10px 0 15px 0;
  font-size: 22px;
}
#products #itemDetail figure {
  float: left;
  width: 400px;
}
#products #itemDetail h1 {
  float: right;
  width: 305px;
  margin-bottom: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  font-size: 30px;
  line-height: 1.2;
}
#products #itemDetail p {
  float: right;
  width: 305px;
}
#products #feature h1, #products #application h1, #products #story h1, #products #case1 h1, #products #case2 h1, #products #variation1 h1, #products #variation2 h1, #products #comparison h1, #products #faq h1, #products #spec h1, #products #download h1, #products #contact h1, #recruit #contact h1,#products #interview_dpa h1{
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  clear: both;
}
/* feature */
#products #feature .block {
  height: 255px;
  margin-bottom: 10px;
  background: #F0F7FD;
}
#products #feature figure {
  float: left;
  width: 340px;
}
#products #feature h2 {
  float: right;
  width: 340px;
  margin: 22px 22px 7px 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
}
#products #feature p {
  float: right;
  width: 340px;
  margin-right: 20px;
}
/* application */
#products #application .block {
  float: left;
  width: 355px;
  margin-bottom: 20px;
}
#products #application .block2 {
  float: left;
  width: 725px;
  margin-bottom: 20px;
}
#products #application .block:nth-of-type(2n) {
  float: right;
}
#products #application h2 {
  margin-top: 7px;
  font-size: 15px;
  color: #003984;
}

#products #application p {
  margin: 0;
}

/* youtube */
#products #youtube h1{
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  clear: both;
}

#products #youtube .block {
  float: left;
  width: 355px;
  margin-bottom: 20px;
}
#products #youtube .block2 {
  float: left;
  width: 725px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#products #youtube .block:nth-of-type(2n) {
  float: right;
}

#products #youtube h2 {
  margin: 15px 10px 10px 40px;
  font-size: 18px;
  color: #003984;
}


#products #youtube p {
  margin: 0;
}


/* case1 */
#products #case1 .block {
  height: 125px;
  margin-bottom: 10px;
  background: #F0F7FD;
}
#products #case1 figure {
  float: left;
  width: 185px;
}
#products #case1 h2 {
  float: right;
  width: 500px;
  margin: 10px 20px 0 0;
  font-size: 14px;
}
#products #case1 p {
  float: right;
  width: 500px;
  margin: 0 20px 0 0;
  font-size: 12px;
}
#products #case1 .client {
  margin: 0 20px 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #666;
}
#products #case1 .more {
  text-align: right;
  line-height: 1;
}
/* case2 */
#products #case2 .block {
  float: left;
  width: 228px;
  margin: 10px 19px 10px 0;
}
#products #case2 .block:nth-of-type(3n) {
  margin-right: 0;
}
#products #case2 figure {
  width: 228px;
  height: 228px;
  margin-bottom: 8px;
  border: 1px solid #eee;
}
#products #case2 h2 {
  padding-left: 30px;
  background: url(images/products/products_case2_img_q.png) no-repeat;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}
#products #case2 h2 a {
  text-decoration: none;
  color: #222;
}
/* variation1 */
#products #variation1 .block {
  float: left;
  width: 228px;
  margin: 0 19px 20px 0;
}
#products #variation1 .block:nth-of-type(3n) {
  margin-right: 0;
}
#products #variation1 figure {
  width: 228px;
  height: 170px;
  margin-bottom: 8px;
  border: 1px solid #eee;
}
#products #variation1 h2 {
  font-size: 13px;
  color: #003984;
}
#products #variation1 p {
  margin: 2px 0 0 0;
  font-size: 12px;
}
/* variation2 */
#products #variation2 .block {
  float: left;
  width: 166px;
  margin: 0 20px 20px 0;
}
#products #variation2 .block:nth-of-type(4n) {
  margin-right: 0;
}
#products #variation2 figure {
  width: 166px;
  height: 166px;
  margin-bottom: 8px;
  border: 1px solid #eee;
}
#products #variation2 h2 {
  font-size: 12px;
  color: #003984;
}
#products #variation2 p {
  margin: 2px 0 0 0;
  font-size: 12px;
}
/* comparison */
#products #comparison table td {
  text-align: center;
}
#products #comparison .demerit {
  margin-top: 20px;
}
#products #comparison .demerit ul {
  margin: 5px 0 0 0;
  padding: 15px 20px;
  list-style: none;
  background: #F0F7FD;
  border: 1px solid #eee;
}
#products #comparison .demerit li {
  padding-left: 20px;
  background: url(images/products/products_demerit_img.png) no-repeat left 5px;
}
#products #comparison .demerit h2 {
  margin: 0;
  font-size: 14px;
  color: #003984;
}
/* faq */
#products #faq dl {
  padding-top: 10px;
}
#products #faq dt {
  margin-bottom: 20px;
  padding: 1px 0 12px 30px;
  background: url(images/products/products_faq_img_q.png) no-repeat left top;
  border-bottom: 1px dotted #000;
}
#products #faq dd {
  margin-left: 45px;
  padding: 20px 15px 15px 50px;
  background: url(images/products/products_faq_img_a.png) no-repeat 20px 20px;
  border: 1px dotted #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* download */
#products #download h2 {
  margin-bottom: 8px;
  font-size: 14px;
  color: #003984;
}
/* contact */
#products #contact h2 {
  margin-bottom: 8px;
  font-size: 14px;
  color: #003984;
}
/* case
------------------------------------------------------------- */
#case-lineup > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#case-lineup #list .block h1 a:link {
  text-decoration: none;
  color: #003984;
}
#case-lineup #list .block h1 a:visited {
  color: #003984;
}
#case-lineup .more a:link {
  text-decoration: none;
  color: #FFF;
}
#case-lineup .more a:visited {
  color: #FFF;
}
#case-lineup .more2 a:link {
  text-decoration: none;
  color: #FFF;
}
#case-lineup .more2 a:visited {
  color: #FFF;
}
#case-lineup #list .block .more2{
  float: right;
  width: 100px;
  text-align: right;
  background-color: #8FC320;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 10px 5px 15px;
}
#case-lineup #list{
  margin-top: 30px;
}
#case-lineup #list .block{
  height: 220px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #bbb;
}
#case-lineup #list .block figure{
  float: left;
}
#case-lineup #list .block h1{
	float: right;
	width: 415px;
	margin-bottom: 5px;
  padding-bottom: 7px;
	font-size: 18px;
	color: #003984;
	line-height: 25px;
  border-bottom: 1px solid #676767;
}
#case-lineup #list .block p{
  float: right;
  width: 415px;
  margin: 5px 0 0 0;
}
#case-lineup #list .block .more{
  float: right;
  width: 100px;
  text-align: right;
  background-color: #8FC320;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 10px 5px 15px;
}

#case-lineup #list .block .client{
	float: right;
	width: 415px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 5px;
}
#case-lineup #list .tags{
  float: right;
	width: 415px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
#case-lineup #list .tags a{
  background-color: #339900;
  margin: 0 0 4px 5px;
  padding: 1px 8px 1px 8px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
}
#case-lineup #list .tags .annoyance a{
  background-color: #003984;
}
#case-lineup #list .tags .trade a{
  background-color: rgb(244, 104, 53);
}
#case-lineup .case-tagList{
  margin-bottom: 45px;
}
#case-lineup .case-tagList .tags{
  padding: 15px 20px 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#case-lineup .case-tagList .tags > p{
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: bold;
}
#case-lineup .case-tagList .tags ul{
  padding: 0;
  margin: 0;
}
#case-lineup .case-tagList .tags li{
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  float: left;
}
#case-lineup .case-tagList .tags li a{
  display: inline-block;
}
#case-lineup .case-tagList .tags li:before{
  font-family: 'FontAwesome';
  content: "\f04b";
  color: #bbb;
  margin-right: 5px;
}
#case-lineup .case-tagList .tags li:after{
  content: ' | ';
  display: inline-block;
  margin: 0 14px 0 12px;
  color: #bbb;
}
#case-lineup .case-tagList .tags li:last-child:after{
  content: '';
}
#case .mainWrap {
  margin-bottom: 10px;
  padding: 10px;
  background: #f3f6f5;
  border: 1px solid #ddd;
}
#case #task figure, #case #proposal figure{
  margin-top: 20px;
  margin-bottom: 20px;
}
#case .mainWrap figure {
  float: left;
}
#case h1 {
  margin: 15px 20px 20px 0;
  font-size: 20px;
  line-height: 1.2;
}
#case .mainWrap p {
  float: right;
  width: 380px;
  margin: 10px 15px 0 0;
}
#case .mainWrap .client {
  margin: 10px 15px 5px 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  color: #333;
}
#case .mainWrap .tags{
  float: right;
	width: 380px;
	
  margin-top: 5px;
  margin-right: 15px;
  text-align: right;
}
#case .mainWrap .tags a{
  background-color: #339900;
  margin-left: 5px;
  padding: 4px 8px 3px 8px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#case .mainWrap .tags .annoyance a{
  background-color: #003984;
}
#case #task h1, #case #proposal h1, #case #contact h1, #case #used h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#case #task .point {
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
}
#case #task .point ul {
	margin: 0;
	background: #F0F7FD;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #357CD1;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	line-height: 200%;
}
#case #task .point .subhead {
}
#case #task .point .subhead p {
  display: inline-block;
  width: 180px;
  margin: 0;
  padding: 5px 10px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #357CD1;
}
#case #proposal .point {
  margin: 0px 25px 0 25px;
}
#case #proposal .point ul {
  margin: 0;
  padding: 12px 20px 12px 40px;
  background: #FFF2F2;
  font-size: 14px;
  border: 1px solid #FB7272;
  line-height: 200%;
  font-weight: bold;
}
#case #proposal .point .subhead {
}
#case #proposal .point .subhead p {
  display: inline-block;
  width: 180px;
  margin: 0;
  padding: 5px 10px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #FB7272;
}
#case #comment {
	margin-top: 60px;
}
#case #comment h1 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #003984;
}
#case #comment p {
	position: relative;
	float: left;
	width: 535px;
	background: #F8F8F8;
	border: 1px dotted #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
#case #comment .staff {
  float: right;
  width: 120px;
  padding-left: 16px;
  text-align: center;
}
#case #comment p:after {
  position: absolute;
  top: 15px;
  left: 575px;
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(images/case/case_comment_balloon.png) no-repeat;
}
#case #used .block {
  margin-bottom: 10px;
}
#case #used .block figure {
	width: 126px;
	float: left;
	border: 1px solid #eee;
}
#case #used .block p {
	width: 580px;
	font-size: 14px;
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#case #used .block h2 {
	float: right;
	width: 580px;
	font-size: 16px;
}
/* purchase
-------------------------------------------------------------*/
#purchase > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#purchase >  h2 {
  font-size: 14px;
  display: block;  
  margin: 15px 0 20px 0;
  line-height:200%;
  color: #333333;  
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 10px 10px 10px 10px;
}
#purchase #distributor h1, #purchase #contact h1, #purchase #wholesaler h1, #purchase #catalog h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#purchase #distributor dl {
  display: table-cell;
  width: 235px;
  padding-right: 10px;
}
#purchase #distributor dl:nth-of-type(3) {
  padding-right: 0;
}
#purchase #distributor dt {
  padding: 3px 8px;
  background: #F2F2F2;
  font-weight: bold;
}
#purchase #distributor dd {
  margin: 0;
  padding: 4px 0;
  border-top: 1px dotted #999;
}
#purchase #distributor dt+dd {
  border: none;
}
#purchase #distributor dd:last-of-type {
  border-bottom: 1px dotted #999;
}
#purchase #wholesaler, #purchase #catalog {
  display: table-cell;
  width: 235px;
  padding-right: 10px;
}
#purchase #wholesaler ul, #purchase #catalog ul {
  padding: 0;
  list-style: none;
}
#purchase #wholesaler li, #purchase #catalog li {
  padding: 4px 0;
  border-bottom: 1px dotted #999;
}
/* download
-------------------------------------------------------------*/
#download > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#download .block {
  margin-top: 30px;
}
#download .block figure {
  float: left;
  margin: -20px 0 0 25px;
}
#download .block .catchCopy {
  float: right;
  width: 540px;
  margin: 20px 20px 0 0;
  font-size: 14px;
}
#download .block h1 {
  float: right;
  width: 540px;
  margin-right: 20px;
  font-size: 20px;
}
#download .block h1 img {
  vertical-align: middle;
}
#download .block p {
  float: right;
  width: 540px;
  margin: 10px 20px 15px 0;
}
#download .red {
  background: #FFF2F2;
  border-top: 2px solid #FFDDDD;
}
#download .blue {
  background: #F0F7FD;
  border-top: 2px solid #CCE4F9;
}
#download .green {
  background: #F7FCE9;
  border-top: 2px solid #DCF2A2;
}
#download #totalCatalog {
  margin-top: 50px;
  border: 2px solid #C30D23;
}
#download #totalCatalog h1 {
  padding: 4px 0;
  background: #C30D23;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#download #totalCatalog p {
  margin: 13px 20px;
}
#download #totalCatalog figure {
  margin-bottom: 10px;
  text-align: center;
}
#download #contact h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
/* inquiry
-------------------------------------------------------------*/
#inquiry > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#inquiry > h2 {
  font-size: 14px;
  display: block;  
  margin: 15px 0 20px 0;
  line-height:200%;
  color: #333333;  
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 10px 10px 10px 10px;
}
#inquiry #address .addressWrap {
  height: 420px;
  margin-top: 50px;
  padding-left: 267px;
  background: url(images/inquiry/inquiry_address_img.jpg) no-repeat #F0F7FD;
}
#inquiry #address .addressWrap h1 {
  padding: 20px 0 20px 0;
  font-size: 16px;
}
#inquiry #address .addressWrap ul {
  margin: 0 20px 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  list-style: none;
}
#inquiry #address .addressWrap li {
  margin-bottom: 15px;
}
#inquiry #address .sheetDownload {
  margin-top: 15px;
  background: #F2F2F2;
  border: 1px solid #ddd;
}
#inquiry #address .sheetDownload ul {
  padding: 0;
}
#inquiry #address .sheetDownload li {
  display: table-cell;
  padding-left: 25px;
  list-style: none;
}
#inquiry #address .sheetDownload img {
  vertical-align: middle;
}
#inquiry #contact h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
/* control
-------------------------------------------------------------*/
#control > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#control #notice {
  margin-top: 30px;
}
#control #notice h1 {
  font-size: 16px;
  color: #C30D23;
}
#control #notice ul {
  margin: 5px 0 0 0;
  padding: 10px 30px;
  background: #FDF4F5;
  border: 1px solid #C30D23;
}
#control #list h1, #control #contact h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
/* media
-------------------------------------------------------------*/
#media > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#media > h2 {
  font-size: 14px;
  display: block;  
  margin: 15px 0 20px 0;
  line-height:200%;
  color: #333333;  
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 10px 10px 10px 10px;
}
#media .category {
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #eee;
}
#media .category h1 {
  margin: 5px 10px 10px 10px;
  font-size: 15px;
  color: #333;
}
#media .category ul {
  background: #f8f8f8;
  line-height: 200%;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
}
#media .category li {
  display: inline-block;
  margin-right: 20px;
}
#media .category li a {
  text-decoration: none;
}
#media #category h1, #media #contact h1 {
  float: none;
  width: auto;
  margin: 40px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#media #pickup h1 {
  z-index: 1;
  position: relative;
  margin-top: 10px;
  margin-bottom: -60px;
}
#media #pickup .pickupWrap {
  padding: 10px 20px 0 20px;
  position: relative;
}
#media #pickup .pickupWrap .box {
  float: left;
  width: 145px;
  margin: 0 35px 20px 0;
}
#media #pickup .pickupWrap .box:nth-of-type(4n) {
  margin-right: 0;
}
#media #pickup .pickupWrap .box img {
  border: 1px solid #d3d3d3;
}
#media #pickup .pickupWrap .box span {
  display: block;
  font-size: 12px;
  color: #003984;
}
#media #pickup .pickupWrap .balloon {
  position: absolute;
  top: -20px;
  left: 20px;
}
#media #category h2 {
  display: inline-block;
  width: 160px;
  padding: 4px 10px;
  background: #003984;
  font-size: 18px;
  color: #fff;
}
#media #category .block {
  padding: 20px 20px 0 20px;
  background-color: #f3f6f5;
}
#media #category .box {
  float: left;
  width: 145px;
  margin: 0 35px 20px 0;
}
#media #category .box:nth-of-type(4n) {
  margin-right: 0;
}
#media #category .box img {
  border: 2px solid #fff;
}
#media #category .box span {
  display: block;
  font-size: 12px;
  color: #003984;
}
/* exhibition
-------------------------------------------------------------*/
#exhibition > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#exhibition #outline h1, #exhibition #contact h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#exhibition #country, #exhibition #yearly {
  padding: 0;
  text-align: right;
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
}
#exhibition #country li, #exhibition #yearly li {
  display: inline;
  margin-right: 7px;
  padding-right: 10px;
  border-right: 1px solid #666;
}
#exhibition #country li:last-child, #exhibition #yearly li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
#exhibition .block {
  position: relative;
  border-top: 1px solid #666;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}
#exhibition .block figure {
  float: left;
  width: 200px;
  height: 150px;
}
#exhibition .block:last-of-type {
  border-bottom: 1px solid #666;
}
#exhibition .block h1 {
  float: right;
  width: 480px;
  margin: 0 20px 5px 0;
  font-size: 18px;
}
#exhibition .block dl {
  float: right;
  width: 500px;
  margin: 0 0px 4px 0;
  padding-bottom: 4px;
  border-bottom: 1px dotted #999;
}
#exhibition .block dl:first-of-type {
  padding-top: 4px;
  border-top: 1px dotted #999;
}
#exhibition .block dt {
  display: table-cell;
  width: 80px;
}
#exhibition .block dd {
  display: table-cell;
}
#exhibition .block .flag {
  position: absolute;
  top: -25px;
  right: 680px;
}
#exhibition .block .more {
  float: right;
  width: 100px;
  text-align: right;
  background-color: #c30223;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 10px 5px 15px;
}
#exhibition .block .more a{
  word-break:break-all;
}
#exhibition .block .more a:link {
  text-decoration: none;
  color: #FFF;
}
#exhibition .block .more a:visited {
  color: #FFF;
}
#exhibition #outline th {
  width: 100px;
}
/* mailmagazine
-------------------------------------------------------------*/
#mailmagazine > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#mailmagazine #backnumber h1, #mailmagazine #contact h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#mailmagazine #backnumber dl {
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
#mailmagazine #backnumber dt {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
#mailmagazine #backnumber dd {
  margin: 0;
}
#mailmagazine pre {
  padding: 20px;
  background: #F8F8F8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* faq
------------------------------------------------------------- */
#faq > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#faq #category {
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #eee;
}
#faq #category h1 {
  margin: 5px 10px 10px 10px;
  font-size: 15px;
  color: #333;
}
#faq #category ul {
  background: #f8f8f8;
  line-height: 200%;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
}
#faq #category li {
  display: inline-block;
  margin-right: 20px;
}
#faq #category li a {
  text-decoration: none;
}
#faq .question h1 {
  float: none;
  width: auto;
  margin: 50px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#faq .question dl {
  padding-top: 10px;
}
#faq .question dt {
  font-size: 15px;
  background: url(images/products/products_faq_img_q.png) no-repeat left top;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 12px;
  padding-left: 40px;
}
#faq .question dd {
  margin-left: 45px;
  background: #f3f6f5 url(images/products/products_faq_img_a.png) no-repeat 10px 10px;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 55px;
}
/* about
------------------------------------------------------------- */
#about > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#about > h2 {
  margin: 15px 0 0 0;
  font-size: 14px;
}
#about #craftmanship h1, #about #block1 h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#about #craftmanship .block {
  height: 200px;
  margin-bottom: 10px;
  background: #F0F7FD;
}
#about #craftmanship figure {
  float: left;
  width: 240px;
}
#about #craftmanship h2 {
  float: right;
  width: 430px;
  margin: 20px 20px 0 0;
  font-size: 18px;
  color: #003980;
}
#about #craftmanship p {
  float: right;
  width: 430px;
  margin: 10px 20px 0 0;
  font-size: 13px;
}
#about #craftmanship .more {
  text-align: right;
  line-height: 1;
}
#about #index .block {
  float: left;
  width: 355px;
}
#about #index .block:nth-child(even) {
  float: right;
}
#about #index .indexWrap {
  height: 180px;
  border: 1px solid #ddd;
}
#about #index h1 {
  margin: 25px 0 5px 0;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  line-height: 1.6;
}
#about #index figure {
  float: left;
  margin-right: 13px;
}
#about #index ul {
  margin: 13px;
  list-style: none;
}
#about #index li {
  line-height: 190%;  
}
#about #index p {
  margin: 13px;
}
#about #index .more {
  text-align: right;
  line-height: 190%;
}
/* block1 */
#about #block1 {
  margin-bottom: 50px;
}
#about #block1 h2 {
  margin: 15px 0 0 0;
  font-size: 14px;
}
/* block2 */
#about #block2 {
  margin-bottom: 50px;
}
#about #block2 h1 {
  float: right;
  width: 350px;
}
#about #block2 figure {
  float: left;
}
#about #block2 p {
  float: right;
  width: 350px;
}
#about #block2 .block {
  margin-bottom: 30px;
}
#about #block2 .image {
  float: left;
  width: 350px;
  margin-top: 20px;
}
#about #block2 .image:nth-child(even) {
  float: right;
}
/* block3 */
#about #block3 {
  margin-bottom: 30px;
}
#about #block3 .block {
  margin-bottom: 20px;
}
#about #block3 h1 {
  float: right;
  width: 350px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#about #block3 figure {
  float: left;
}
#about #block3 p {
  float: right;
  width: 350px;
}
#about #block3 .image {
  float: left;
  width: 228px;
  margin: 10px 20px 0 0;
}
#about #block3 .image:nth-child(3n) {
  margin-right: 0;
}
/* access */
#access > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#access > h2 {
  margin: 15px 0 0 0;
  font-size: 16px;
}
#access #address {
  border: 1px solid #ccc;
  padding: 10px 15px;
  background: #f8f8f8;
  font-size: 14px;
}
#access #address dt {
  float: left;
  width: 80px;
  font-weight: bold;
}
#access #address dd {
  float: right;
  text-align: left;
  width: 540px;
  padding-left: 20px;
  border-left: 2px solid #ccc;
}
#access .btn{
  text-align: right;
}
#access #route{
  margin-top: 20px;
  background: #F0F7FD;
}
#access #route figure{
  float: left;
}
#access #route h1{
  float: right;
  width: 430px;
  margin: 20px 25px 10px 20px;
  padding-bottom: 5px;
  color: #003984;
  font-size: 16px;
  border-bottom: 1px solid #999;
}
#access #route p{
  float: right;
  width: 430px;
  margin: 0 25px 10px 20px;
}
#access #gate h1 {
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
}
#access #gate dl{
  float: left;
  width: 345px;
}
#access #gate dl:nth-child(even){
  float: right;
}
#access #gate dt{
  font-size: 16px;
  color: #003984;
  font-weight: bold;
}
#access #gate dd{
  margin: 0;
}
/* outline */
#outline > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#outline .category {
  padding: 5px;
  background: #f8f8f8;
  border: 1px solid #eee;
}
#outline .category h1 {
  margin: 5px 10px 10px 10px;
  font-size: 15px;
  color: #333;
}
#outline .category ul {
  background: #f8f8f8;
  line-height: 200%;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
}
#outline .category li {
  display: inline-block;
  margin-right: 20px;
}
#outline .category li a {
  text-decoration: none;
}
#outline #info h1, 
#outline #history h1, 
#outline #philosophy h1, 
#outline #branch h1,
#outline #prize h1,
#outline #authorize h1 {
  float: none;
  width: auto;
  margin: 45px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#outline > table{
  margin-top: 20px;
}
#outline #branch .block{
  float: left;
  width: 355px;
  margin-bottom: 5px;
  margin-top: 15px;
}
#outline #branch .block:nth-child(odd){
  float: right;
}
#outline #branch .block h2{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#outline #branch .block dl{
  margin: 0;
  border: 1px solid #ddd;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
#outline #branch .block dt{
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666;
  padding-bottom: 5px;
}
#outline #branch .block dd{
  margin: 0;
  padding: 0;
  line-height: 18px;
}
#outline #prize {
  margin-bottom: 30px;
}
#outline #prize .block {
  margin-bottom: 20px;
}
#outline #prize figure {
  float: left;
}
#outline #prize p {
  float: right;
  width: 350px;
}
#outline #prize .image {
  float: left;
  width: 228px;
  margin: 25px 20px 0 0;
}
#outline #prize .image:nth-child(3n) {
  margin-right: 0;
}
/* recruit */

#recruit > h1 {
margin-bottom: 25px;
font-size: 20px;
}
#recruit #index .block {
  float: left;
  width: 355px;
}
#recruit #index .block:nth-child(even) {
  float: right;
}
#recruit #index .indexWrap {
  xheight: 180px;
}
#recruit #index h1 {
  margin: 30px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
}
#xrecruit #index figure {
  float: left;
  margin-right: 13px;
}
#recruit #index ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#recruit #index li {
  line-height: 190%;  
}
#recruit #index p {
  margin: 13px 0;
}
#recruit #index .more {
  text-align: right;
  line-height: 190%;
}
/* privacy
------------------------------------------------------------- */
#privacy h1 {
  padding: 0 0 20px 0;
  font-size: 20px;
}
#privacy .privacy h1{
float: none;
width: auto;
margin: 40px 0 15px 0;
padding-bottom: 5px;
border-bottom: 2px solid #003984;
font-size: 18px;
line-height: 1.6;
clear: both;
}
/* sitemap
------------------------------------------------------------- */
#sitemap > h1 {
margin-bottom: 25px;
font-size: 20px;
}
#sitemap .left{
  float: left;
}
#sitemap .right{
  float: right;
}
#sitemap ul{
  display: inline-block;
  width: 350px;
  padding: 0;
  list-style: none;
}
#sitemap li{
  margin-bottom: 25px;
  background-color: #FFF;
}
#sitemap li a{
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #f3f6f5;
}
#sitemap li ul{
  padding-top: 10px;
  background-color: #fff;
}
#sitemap li li{
  background-color: #fff;
  margin-bottom: 0;
}
#sitemap li li a{
  padding: 4px 15px 0 15px;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  border: none;
  background-color: #FFF;
}
/* information
------------------------------------------------------------- */
#information h1 {
  padding: 0 0 20px 0;
  font-size: 20px;
}
#information dl {
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}
#information > dl:first-of-type {
  padding-top: 8px;
  border-top: 1px dotted #ccc;
}
#information dt {
  display: table-cell;
  width: 140px;
  color: #666;
}
#information dd {
  display: table-cell;
  text-align: left;
}
/* 取扱マニュアル
------------------------------------------------------------- */
#manual .inline {
  display: inline-block;
}

#manual .blue_title {
  color: #003984;
}
#manual .blue_text {
  font-size:1.2em;
  color: #003984;
}
#manual .red_text {
  margin:0;
  font-size:1.2em;
  color: #C30D23;
}

#manual .top_border {
  border-top:solid 2px #003984;
  margin-top:20px;
/*   padding-top: 14px; */
}

#manual .bold {
  font-weight: bold;
}

#manual .movie_i {
  position:relative;
}
#manual h3 {
  margin:20px 0 10px 0;
}
#manual .movie_i:after{
  position:absolute;
  top:-14px;
  content:url(https://www.metrol.co.jp/wp-content/themes/metrol_corp/images/common/movie_i.png);
}

/* clearfix
------------------------------------------------------------- */
.clearfix:after, .container:after, header:after, header .headWrap:after, footer:after, .footHeadWrap:after, .footerInner:after, .wrapper:after, #logoArea:after, section:after, .block:after, .mainWrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.clearfix, .container, header, header .headWrap, fooer, .footHeadWrap, .footerInner, .wrapper, #logoArea, section, .block, .mainWrap {
 /zoom : 1}




























/* 追加（メトロール甲斐）
------------------------------------------------------------- */






#products #download .tabelimgk {
  float: right;
  display: block;
}
table td.tableimg2k {
  border: 1px solid #ccc;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
table td.tableimg3k {
  padding: 0px;
}
#products #feature2k h1 {
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  clear: both;
}
#products #feature2k .block {
  height: 300px;
  background: #fff;
}
#products #feature2k figure {
  float: left;
  width: 400px;
}
#products #feature2k h2 {
  float: right;
  width: 300px;
  margin: 18px 0px 5px 0;
  font-size: 17px;
}
#products #feature2k p {
  float: right;
  width: 300px;
}
#products #feature2k .more {
  text-align: right;
  line-height: 1;
  margin-right: 22px;
}
#products #feature3k h1 {
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  clear: both;
}
#products #feature3k .block {
  height: 300px;
  background: #fff;
}
#products #feature3k figure {
	float: left;
	width: 350px;
}
#products #feature3k h2 {
  float: right;
  width: 300px;
  margin: 18px 0px 5px 0;
  font-size: 17px;
}
#products #feature3k p {
	float: right;
	width: 355px;
}
#products #feature3k .more {
  text-align: right;
  line-height: 1;
  margin-right: 22px;
}
#products #story .more {
  text-align: right;
  line-height: 1;
  margin-right: 22px;
}
#products #used2k h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#products #used2k .block {
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  padding-bottom: 15px;
}
#products #used2k .block figure {
  float: left;
  border: 1px solid #eee;
}
#products #used2k .block p {
  float: right;
  width: 508px;
  margin: 0;
  font-size: 14px;
}
#products #used2k .block h2 {
  float: right;
  width: 478px;
  font-size: 16px;
  background-image: url(https://www.metrol.co.jp/images/products/products_case2_img_q.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 20px;
}
#products #used3k h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#products #used3k .block {
  margin-bottom: 15px;
  background-color: #f6f6f6;
}
#products #used3k .block figure {
  float: left;
  border: 1px solid #eee;
}
#products #used3k .block p {
  float: right;
  width: 508px;
  margin: 0;
  font-size: 14px;
}
#products #used3k .block h2 {
  float: right;
  width: 478px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 20px;
}
#products #application2k h1 {
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  clear: both;
}
#products #application2k .block {
  float: left;
  width: 225px;
  margin: 10px 24px 10px 0px;
}
#products #application2k .block:nth-of-type(3n) {
  margin-right: 0px;
}
#products #application2k h2 {
  margin-top: 7px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #003984;
}
#products #application2k p {
  margin: 0;
}
#products #application2k figure {
  width: 225px;
  height: 225px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#products #application3k h1 {
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  clear: both;
}
#products #application3k .block {
  float: left;
  width: 225px;
  margin: 10px 24px 10px 0px;
}
#products #application3k .block:nth-of-type(3n) {
  margin-right: 0px;
}
#products #application3k h2 {
  margin-top: 7px;
  font-size: 13px;
  font-weight: normal;
}
#products #application3k p {
  margin: 0;
}
#products #application3k figure {
  width: 225px;
  height: 225px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
/* variation1 */
#products #variation1k h1 {
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  clear: both;
}
#products #variation1k .block {
  float: left;
  width: 228px;
  margin: 0 19px 20px 0;
}
#products #variation1k .block:nth-of-type(3n) {
  margin-right: 0;
}
#products #variation1k figure {
  width: 228px;
  height: 228px;
  margin-bottom: 8px;
  border: 1px solid #eee;
}
#products #variation1k h2 {
  font-size: 13px;
  color: #003984;
}
#products #variation1k p {
  margin: 2px 0 0 0;
  font-size: 12px;
}
table.style-k th {
  text-align: center;
}
table.style-k thead th {
  background: #f2f2f2;
}
table.style-k tbody th {
  text-align: left;
  color: #003073;
  background: #E1F1FF;
}
table.style-k tbody td {
}
#control #notice figure {
  margin-top: 25px;
  margin-bottom: 25px;
}
#purchase #distributor1k h1, #purchase #contact1k h1, #purchase #wholesaler1k h1, #purchase #catalog1k h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
#purchase #distributor1k dl {
  display: table-cell;
  width: 235px;
  padding-right: 10px;
}
#purchase #distributor1k dl:nth-of-type(3) {
  padding-right: 0;
}
#purchase #distributor1k dt {
  padding: 3px 8px;
  background: #f3f6f5;
  border: 1px solid #eee;
  font-weight: bold;
}
#purchase #distributor1k dd {
  margin: 0;
  padding: 8px 0;
  border-top: 1px dotted #999;
}
#purchase #distributor1k dt+dd {
  border: none;
}
#purchase #distributor1k dd:last-of-type {
  border-bottom: 1px dotted #999;
}
#purchase #wholesaler1k, #purchase #catalog1k {
  display: table-cell;
  width: 235px;
  padding-right: 10px;
}
#purchase #wholesaler1k ul, #purchase #catalog1k ul {
  padding: 0;
  list-style: none;
}
#purchase #wholesaler1k li, #purchase #catalog1k li {
  padding: 8px 0;
  border-bottom: 1px dotted #999;
}
#inquiry #address1k .addressWrap {
  margin-top: 20px;
  padding-left: 0px;
  background-color: #fff;
  border-top: 1px solid #999;
  padding-right: 0px;
}
#inquiry #address1k .addressWrap h1 {
  padding: 20px 0 20px 0;
  font-size: 16px;
}
#inquiry #address1k .addressWrap ul {
  margin: 0 0px 0 0;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #999;
  list-style: none;
}
#inquiry #address1k .addressWrap li {
  margin-bottom: 15px;
}
#inquiry #address1k .sheetDownload {
  margin-top: 15px;
  background: #F2F2F2;
  border: 1px solid #ddd;
}
#inquiry #address1k .sheetDownload ul {
  padding: 0;
}
#inquiry #address1k .sheetDownload li {
  display: table-cell;
  padding-left: 25px;
  list-style: none;
}
#inquiry #address1k .sheetDownload img {
  vertical-align: middle;
}
#inquiry #address1k .p {
  vertical-align: middle;
}
._tel {
  font-size: 2.5em;
  color: #333;
  font-family: "Arial Black", "HiraKakuProN-W6", Gadget, sans-serif;
  
}
._underbar {
	margin-top: -5px;
	margin-bottom: -10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
._underbar2 {
  margin-top: -20px;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bbb;
}
._underbar3 {
  margin-top: 18px;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bbb;
}
._download {
  display: block;
  float: right;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 5px;
}
#download2k > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#download3k > h1 {
	font-size: 16px;
	margin-top: 23px;
	display: block;
	background-color: #fdfdfd;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}
#download3k > h2 {
	margin-bottom: 5px;
	font-size: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #046EB8;
	color: #003984;
	padding-bottom: 5px;
}
#download2k .block {
  margin-top: 0px;
}
#download2k .block figure {
  float: left;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999
.;
  border-right-color: #999;
}
#download2k .block .catchCopy {
  font-size: 14px;
  font-weight: bold;
  float: right;
  width: 570px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0;
}
#download2k .block h1 {
  width: 570px;
  margin-right: 20px;
  font-size: 18px;
  color: #003984;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin-bottom: 10px;
  padding-bottom: 8px;
  float: right;
  margin-top: 15px;
}
#download2k .block h1 img {
  vertical-align: middle;
}
#download2k .block p {
  float: left;
  width: 340px;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 2px;
  display: block;
  font-size: 14px;
}
#download2k .met {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #999;
  padding: 0px;
}
#download2k #totalCatalog {
  margin-top: 50px;
}
#download2k #totalCatalog h1 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
  background-color: #C30D23;
  border: 1px solid #C30D23;
}
#download2k #totalCatalog p {
  margin: 13px 20px;
}
#download2k #totalCatalog figure {
  margin-bottom: 10px;
  text-align: center;
}
#download2k #contact h1 {
  float: none;
  width: auto;
  margin: 40px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #003984;
  font-size: 18px;
  line-height: 1.6;
  clear: both;
}
table.style-bk th {
  text-align: center;
  background: #ffffff;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 8px;
}
table.style-bk thead th {
  background: #f2f2f2;
}
table.style-bk tbody th {
  text-align: left;
  color: #003073;
  background: #E1F1FF;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
table.style-bk tbody td {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
#products-search1k > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#products-search1k #index ul {
  margin: 60px 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#products-search1k #index li {
  display: inline;
  margin: 0 2px;
}
#products-search1k #index a {
  display: inline-block;
  padding: 5px 10px;
  background: #D9E9FF;
  font-size: 14px;
  border: 1px solid #BFDBFF;
}
#products-search1k section h1 {
  margin: 40px 0 0px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #003984;
  font-size: 18px;
}
#products-search1k #archives table {
  float: left;
  width: 355px;
}
#products-search1k #archives table:nth-child(even) {
  float: right;
}
#products-lineup1k > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#products-lineup1k #switch-lineup, #products-lineup1k #sensor-lineup {
  display: table-cell;
  width: 355px;
  background: #F0F7FD;
}
#products-lineup1k #switch-lineup h1, #products-lineup1k #sensor-lineup h1 {
  margin: 12px 15px 7px 15px;
  padding: 0;
  font-size: 14px;
  border: none;
}
#products-lineup1k #switch-lineup p, #products-lineup1k #sensor-lineup p {
  margin: 0 15px 15px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#products-lineup1k #switch-lineup ul, #products-lineup1k #sensor-lineup ul {
  padding: 0 0 5px 15px;
  list-style: none;
}
#products-lineup1k #sensor-lineup {
  border-left: 15px solid #fff;
}
#products-lineup1k section h1 {
  margin: 40px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #003984;
  font-size: 18px;
}
#products-lineup1k section .block {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#products-lineup1k section .block figure {
  float: left;
}
#products-lineup1k section .block h2 {
  float: right;
  margin: 20px 15px 10px 0;
  width: 380px;
  font-size: 18px;
}
#products-lineup1k section .block h3 {
  float: right;
  margin-right: 15px;
  width: 380px;
  font-size: 16px;
}
#products-lineup1k section .block p {
  float: right;
  width: 380px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 10px;
}
#products-lineup1k section .block .btn {
  margin-right: 15px;
  text-align: right;
}
#products-lineup1k section .block .btn a {
	margin-top: 12px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
}




#blog .block .block #products-lineup1k section .block {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#blog .block .block #products-lineup1k section .block figure {
  float: left;
}
#blog .block .block #products-lineup1k section .block h2 {
  float: right;
  margin: 20px 15px 10px 0;
  width: 380px;
  font-size: 18px;
}
#blog .block .block #products-lineup1k section .block h3 {
  float: right;
  margin-right: 15px;
  width: 380px;
  font-size: 16px;
}
#blog .block .block #products-lineup1k section .block p {
  float: right;
  width: 380px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 10px;
}
#blog .block .block #products-lineup1k section .block .btn {
  margin-right: 15px;
  text-align: right;
}
#blog .block .block #products-lineup1k section .block .btn a {
	margin-top: 12px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
}





#products-lineup1k #category-lineup {
  display: table-cell;
  width: 231px;
  background: #F0F7FD;
}
#products-lineup1k #category-lineup h1 {
  margin: 12px 15px 7px 15px;
  padding: 0;
  font-size: 14px;
  border: none;
}
#products-lineup1k #category-lineup p {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 13px;
  padding-right: 15px;
  padding-left: 15px;
}
#products-lineup1k #category-lineup ul {
  padding: 0 0 5px 15px;
  list-style: none;
}
#products-lineup1k #category-lineup {
  border-right: 15px solid #fff;
}
#products-lineup1k > h1 {
  margin-bottom: 25px;
  font-size: 20px;
}
#products-lineup1k #category2-lineup {
  display: table-cell;
  width: 231px;
  background: #F0F7FD;
}
#products-lineup1k #category2-lineup h1 {
  margin: 12px 15px 7px 15px;
  padding: 0;
  font-size: 14px;
  border: none;
}
#products-lineup1k #category2-lineup p {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 13px;
  padding-right: 15px;
  padding-left: 15px;
}
#products-lineup1k #category2-lineup ul {
  padding: 0 0 5px 15px;
  list-style: none;
}
#products-lineup1k #category2-lineup {
  border-right: 15px solid #fff;
}
/* 追加（アプトアンケート用）
------------------------------------------------------------- */






.aptoenq {
}
.aptoenq_necessary {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.aptoenq_question {
 border: 1px solid #FFF;
 margin-bottom: 0px;
}
.aptoenq_cusinfo {
 border: 1px solid #FFF;
 margin-bottom: 20px;
}
.aptoenq_question input {
  display: inline;
  width: auto;
  font-size: 0.9em;
}
.aptoenq_question input[type="text"] {
  /*min-width:260px;
  */ margin-right: 0.5em;
  padding: 0.45em !important;
  border-style: solid;
  border-width: 1px;
  border-color: #AAA #CCC #CCC #AAA;
  border-radius: 2px;
  text-align: left;
  background-color: white;
}
.aptoenq_question input[type="checkbox"] {
  margin: 3px 3px 3px 4px !important;
  border-style: none;
}
.aptoenq_question input[type="radio"] {
  margin: 3px 3px 0px 5px !important;
  border-style: none;
}
.aptoenq_question label {
  font-weight: normal;
}
.aptoenq_question textarea {
  width: auto;
  padding: 0.45em;
  font-size: 0.9em;
  font-family: Lucida Grande, Arial;
  background-color: white;
}
.aptoenq_question label {
  width: auto;
  display: inline;
}
.aptoenq_question label span {
  vertical-align: middle;
}
.aptoenq_qa {
 border-width: 1px;
 border-style: solid;
 margin-bottom: 20px;
}

.aptoenq_q {
	padding: 6px;
	font-weight: bold;
}
.aptoenq_a {
	padding: 15px;
	margin-bottom: 0px;
}
.aptoenq_a input[type="text"] {
  margin: 2px;
}
.aptoenq_choice {
  width: 33%;
  float: left;
}
.aptoenq_br {
  clear: both;
  margin-bottom: 10px;
  padding-top: 10px;
  border-bottom: #CCC 1px dotted;
}
.aptoenq_qa .aptoenq_br {
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: 0;
}
.aptoenq_cusinfo {
  font-size: 1.1em;
}
.aptoenq_cusinfo input, .aptoenq_cusinfo textarea, .aptoenq_qa input, .aptoenq_qa textarea {
	color: #000;
	font-size: 13px;
}
.aptoenq_cusinfo .aptoenq_cusinfo_subj {
  font-weight: bold;
  margin: 20px 0 10px;
  float: none;
}
.aptoenq_cusinfo .aptoenq_cusinfo_warn {
  text-align: left;
  margin: 6px;
  float: none;
}
.aptoenq_cusinfo .aptoenq_cusinfo_item {
  float: left;
  width: 25%;
  padding-top: 0.65em;
  font-size: 0.9em;
  text-indent: 1.0em;
}
.aptoenq_cusinfo .aptoenq_cusinfo_fm {
  float: left;
  width: 75%;
  font-size: 0.9em;
}
.aptoenq_cusinfo .aptoenq_cusinfo_exp {
  font-size: 0.8em;
  text-align: center;
}
/*
.aptoenq_c {
   text-align: center;
 }
.aptoenq_l {
   text-align: left;
 }
.aptoenq_r {
   text-align: right;
 }
.aptoenq_h130 {
   line-height: 130%;
 }
.aptoenq_h160 {
   line-height: 160%;
 }
*/





.aptoenq_b {
  font-weight: bold;
}
.aptoenq_red {
  color: red;
}
.aptoenq_readonly {
  color: gray;
}
.aptoenq_check {
  width: 25px;
  height: 20px;
  display: inline-block;
}
.aptoenq_check_overlimit {
  display: none;
}
.aptoenq_check_blank {
  width: 25px;
  height: 20px;
  margin-top: 3px;
  display: inline-block;
}
.aptoenq_overlimit {
  padding-top: 4px;
  color: gray;
}
#aptoenq_confirm iframe {
  width: 575px;
  height: 600px;
  overflow: hidden;
  border: none;
}
#aptoenq_closebutton {
  cursor: pointer;
}
.aptoenq_popup {
  border-top: 1px solid #999999;
  background-color: #FFF;
  text-align: center;
  padding: 10px 25px;
  box-shadow: 3px 3px 5px;
}
.aptoenq_popup .aptoenq_popupbutton {
  margin: 10px;
}
.aptoenq_popup div.popupframe {
  border: 1px solid black;
  background-color: #F4F4F4;
}
.aptoenq_popup_title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  border-bottom: 1px solid #FFF;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 3px 3px 5px;
  background: #d9d9d9 repeat-x left center;
  padding: 20px 10px 15px 33px;
}
.aptoenq_grayout {
  background-color: black;
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}
.aptoenq_msg {
  font-size: 14px;
  text-align: left;
}
.aptoenq_bt_set {
  width: 400px;
  margin: 10px auto;
}
.aptoenq_bt_send, .aptoenq_bt_back {
  text-align: center;
}
.aptoenq_bt_send {
  float: left;
  margin: 10px 0 10px 0;
  border: 0;
}
.aptoenq_bt_back {
	float: right;
	margin: 11px 0 10px 0;
	border: 0;
	display: block;
}
.aptoenq_bt_send button {
	margin: 0;
	width: 200px;
	padding: 0.5em 0;
	border: 0;
	background: transparent;
	color: #FFF !important;
	font-weight: 600 !important;
	border-radius: 4px;
	background: transparent;
	background-color: #8fc320;
}
.aptoenq_bt_back button {
  width: 180px;
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: transparent;
  color: #FFF !important;
  font-weight: 600 !important;
  border-radius: 4px;
  background: transparent;
  background: #CCC;
}
/*
.aptoenq_bt_set button {
   border: 0px;
   height: 43px;
   padding-bottom: 5px;
 }
.aptoenq_bt_send button {
   width: 200px;
   font-size: 14px;
   line-height: 15px;
   background: url(/lib/enquete/bg_bt_send02.gif) no-repeat right top;
 }
.aptoenq_bt_back button {
   width: 180px;
   font-size: 14px;
   line-height: 15px;
   background: url(/lib/enquete/bg_bt_back02.gif) no-repeat right top;
 }
*/
.aptoenq_bt_set :hover {
  color: #00F;
}
.btn-kaizen a {
  display: inline-block;
  color: #003e81;
  margin-top: 5px;
  margin-bottom: 15px;
}
.about {
  display: block;
  font-size: 13px;
  line-height:150%;
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fdfdfd;
  margin-right: 20px;
  margin-left: 20px;
}
.about2 {
  display: block;
  font-size: 13px;
  line-height:150%;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  margin-right: 0px;
  margin-left: 0px;
}
.about3 {
  display: block;
  font-size: 14px;
  line-height:210%;
  padding: 20px 20px 20px 30px;
  border: 2px solid #003984;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #f9f9f9;
  margin-right: 0px;
  margin-left: 0px;
}
.btn-map a {
  background-color: #f45211;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: left;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 160px;
}


.about4 {
  display: block;
  font-size: 14px;
  line-height:180%;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #f8f8f8;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}



.case {
  display: block;
  font-size: 14px;
  line-height:180%;
  padding: 15px;
  border: 1px solid #ededed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  margin-top: 30px;
  margin-right: 25px;
  margin-left: 25px;
}
.iblue {
  color: #003984;
}
.spec_dl {
  text-align: right;
}
.super {
  vertical-align: super;
  font-size: 0.8em;
}
#recruit > h2 {
  font-size: 14px;
  display: block;  
  margin: 15px 0 20px 0;
  line-height:200%;
  color: #333333;  
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 10px 10px 10px 10px;
}
.type_name {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.ci {
	display: block;
	float: left;
	margin-right: 10px;
}
.ci2 {
	display: block;
	margin-top: 12px;
}
.mailmagagine_btn {
	margin-top: 40px;
	margin-right: 60px;
	margin-bottom: 40px;
	margin-left: 60px;
	display: block;
	background-color: #62acbb;
	color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 110px;
}
.mailmagagine_btn figure {
	float: left;
	margin-left: 3px;
}
.mailmagagine_btn h3 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6f6f6;
	margin-top: 10px;
	float: right;
	width: 450px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mailmagagine_btn p {
	font-size: 14px;
	margin-right: 10px;
	float: right;
	width: 450px;
	margin-top: 0px;
}
.mailmagagine_btn a:link {
  color: #FFF;
  text-decoration: none;
}
.mailmagagine_btn a:visited {
  color: #FFF;
}
#btn-area{
	position: relative;
	width: 100%;
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#btn-area a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
#dl_step .block1 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 25px;
	margin-left: 0px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#dl_step .block2 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 35px;
	margin-left: 0px;
	border: 2px solid #374c73;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f0f7fd;
}
#dl_step .block3 {
	float: left;
	width: 289px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#dl_step .block1 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 25px;
	margin-left: 0px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#dl_step .block2 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 35px;
	margin-left: 0px;
	border: 2px solid #374c73;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f0f7fd;
}
#dl_step .block4 {
	float: left;
	width: 345px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #F9F9F9;
}
#dl_step .block5 {
	float: left;
	width: 345px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	border: 2px solid #046EB8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #E6ECF2;
}
#dl_step .block6 {
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
}
#dl_step .block6 img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	margin-left: -1px;
}
#dl_step img {
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dl_step .block:nth-of-type(3n) {
  margin-right: 0px;
}
#dl_step p {
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.dl_comment {
	font-size: 12px;
	color: #036;
	display: block;
	line-height: 16px;
	margin-top: 8px;
}
.dl_step {
	font-weight: bold;
	color: #003984;
	font-size: 16px;
	display: block;
	margin-top: 5px;
}
.cta_btn3 {
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 60px;
	margin-left: 50px;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 210px;
	border: 6px solid #eee;
	background-color: #fbfbfb;
}
.cta_btn3 figure {
	float: right;
	margin-top: -34px;
	margin-right: -13px;
	margin-bottom: 0px;
	margin-left: -13px;
}
.cta_btn3 h3 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 20px;
	float: left;
	width: 390px;
	margin-bottom: 10px;
	color: #333;
	margin-left: 25px;
	padding-bottom: 5px;
}
.cta_btn3 .cta {
	font-size: 13px;
	float: left;
	width: 390px;
	color: #333;
	margin-bottom: 6px;
	margin-left: 25px;
	margin-top: 0px;
}
.cta_btn3 .dl {
	font-size: 12px;
	float: left;
	width: 360px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-left: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #8FBF36;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: center;
}
.cta_btn3 a:link {
  color: #FFF;
  text-decoration: none;
}
.cta_btn3 a:visited {
  color: #FFF;
}


.vona {
	font-size: 10px;	
	line-height: 200%;
}
.vona1 {
	font-size: 11px;
	font-weight: bold;
}
.vona2 {
	font-size: 11px;
}

/* interview 
-------------------------------------------------------------*/
#interview > h1{
  font-size: 30px;
  font-weight: bold;
  color: #004776;
  line-height: 1.35;
  margin: 24px 0 6px;
}
#interview > p{
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 30px;
}
  #interview p strong{
    font-size: 16px;
  }
#interview .mainWrap{
  background-color: #f2f6fa;
  padding: 10px;
  margin-bottom: 50px;
}
#interview .mainWrap figure{
  float: left;
}
#interview .mainWrap .txt{
  float: right;
  width: 420px;
  margin: 20px 10px 0 0;
}
#interview .mainWrap .txt p{
  margin: 0 0 12px 0;
  font-size: 12px;
}
#interview .mainWrap .txt p strong{
    font-size: 14px;
  }
#interview section > h1{
  font-size: 22px;
  border-bottom: solid 1px #000000;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#interview section > p{
  font-size: 14px;
}
#interview .block_1{
  margin: 30px 0;
}
  #interview .block_1 figure{
    float: right;
    background-color: #f8f8f8;
    padding: 10px;
    width: 290px;
    line-height: 1.6;
  }
  

  
  #interview .block_1 figure img{
    margin-bottom: 4px;
  }
  #interview .block_1 .txt{
    float: left;
    width: 390px;
    margin-top: 10px;
    font-size: 14px;
  }
  #interview .block_1 .txt p{
    margin: 0 0 20px;
  }
  
  
  
  #interview .block_1_advics{
  margin: 30px 0;
}
  
    #interview .block_1_advics figure{
    float: right;
    background-color: #f8f8f8;
    padding: 10px;
    width: 230px;
    line-height: 1.6;
  }
  
  #interview .block_1 figure_advics img{
    margin-bottom: 4px;
  }
  #interview .block_1_advics .txt{
    float: left;
    width: 450px;
    margin-top: 10px;
    font-size: 14px;
  }
  #interview .block_1_advics .txt p{
    margin: 0 0 20px;
  }
  
  
#interview .block_2{
  margin-bottom: 30px;
}
  #interview .block_2 div{
    float: left;
    width: 350px;
  }
  #interview .block_2 div:nth-of-type(2n){
    float: right;
    width: 350px;
  }
  
  
    #interview .block_2_advics div{
    float: left;
    width: 290px;
  }
  #interview .block_2_advics div:nth-of-type(2n){
    float: right;
    width: 430px;
  }
  
  
  
  #interview .block_2 h2{
    font-size: 14px;
    margin: 10px 0 3px;
  }
  #interview .block_2 p{
    margin: 0;
  }
#interview .block_3{
  margin: 30px 0 0 0;
}
  #interview .block_3 figure{
    float: left;
    background-color: #f8f8f8;
    padding: 10px;
    width: 290px;
    line-height: 1.6;
    color: #004776;
    font-weight: bold;
  }
  #interview .block_3 figure img{
    margin-bottom: 4px;
  }
  #interview .block_3 .txt{
    float: right;
    width: 390px;
    margin-top: 0px;
    font-size: 14px;
  }
  #interview .block_3 .txt p{
    margin: 0 0 20px;
  }
#interview .block_4{
  margin: 30px 0 10px;
}
  #interview .block_4 figure{
    float: left;
    width: 220px;
  }
  #interview .block_4 .txt{
    float: right;
    width: 480px;
    margin-top: 10px;
    font-size: 14px;
  }
  #interview .block_4 .txt p{
    margin: 0 0 20px;
  }
#interview .block_img{
  margin-bottom: 30px;
}
  #interview .block_img h2{
    font-size: 14px;
    margin: 10px 0 4px;
  }
  #interview .block_img p{
    margin: 0;
  }
#interview .task dl{
  width: 685px;
  margin: -10px auto 20px auto;
  border: 1px solid #c30d23;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
  #interview .task dt{
    display: table-cell;
    width: 20px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    background-color: #c30d23;
    color: #fff;
    text-align: center;
    vertical-align: middle;
  }
  #interview .task dd{
    display: table-cell;
    padding: 12px 12px 6px 12px;
  }
  #interview .task dd ul{
    padding: 0;
    margin: 0;
  }
  #interview .task dd li{
    list-style: none;
    padding: 0 0 5px 23px;
  }
  #interview .task dd li:before{
    font-family: 'FontAwesome';
    content: "\f00d";
    margin-left: -18px;
    float: left;
    color: #c30d23;
  }
#interview .results dl{
  width: 685px;
  margin: 30px auto;
  border: 1px solid #006835;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
  #interview .results dt{
    display: table-cell;
    width: 20px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    background-color: #006835;
    color: #fff;
    text-align: center;
    vertical-align: middle;
  }
  #interview .results dd{
    display: table-cell;
    padding: 12px 12px 6px 12px;
  }
  #interview .results dd ul{
    padding: 0;
    margin: 0;
  }
  #interview .results dd li{
    list-style: none;
    padding: 0 0 5px 23px;
  }
  #interview .results dd li:before{
    font-family: 'FontAwesome';
    content: "\f058";
    margin-left: -18px;
    float: left;
    color: #006835;
  }
#interview #client{
  margin-top: 50px;
  background-color: #f8f8f8;
}
  #interview #client figure{
    width: 200px;
    float: left;
  }
  #interview #client p{
    padding: 20px 0 0;
  }
    #interview #client p strong{
      display: block;
      margin-bottom: 10px;
    }
#interview .m_30{
  margin: 30px 0;
}
#interview .mt_50{
  margin-top: 50px;
}



/* interview_dpaページ用
-------------------------------------------------------------*/

#interview_dpa .mainWrap{
  background-color: #f2f6fa;
  padding: 10px;
  margin-bottom: 0px;
}
#interview_dpa .mainWrap figure{
  float: left;
}
#interview_dpa .mainWrap .txt{
  float: right;
  width: 420px;
  margin: 20px 10px 0 0;
}
#interview_dpa .mainWrap .txt p{
  margin: 0 0 12px 0;
  font-size: 12px;
}
#interview_dpa .mainWrap .txt p strong{
    font-size: 14px;
  }