﻿@charset "UTF-8";

/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

.body_common set-up]
	h
	pagetop link

[lower.body_common]

[each page]

.body_common contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */
/*===============================================
●style.css
===============================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	letter-spacing:1px;
}

.container {
	width: 100%;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}
ul,ol{
	margin: 0;
	/*padding: 0;*/
}

header,nav,section,aside,footer {
	display: block;
}

table {
	border-spacing: 0;
	max-width:100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
table img{
	height:auto !important;
}
fieldset,img,a img,abbr,acronym {
	border: 0;
}

li img,dt img {
	vertical-align: top;
}
img{
	height:auto !important;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

a {
	outline: none;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
select{
	max-width: 100%;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Open Sans', Verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	line-height: 1.5;
	color: #1d2129;
	-webkit-text-size-adjust: 100%;
	font-size: 1.5em;
}
nav#side li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:779px) {
	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
	iframe{
		max-width:100%;
	}
}
/*----------------------- color */
/* red */
.red {
	color: #FF0000;
}

/* white */
.white {
	color: #FFFFFF;
}

/* aqua */
.aqua {
	color: #2b71b7;
}

/* blue */
.blue {
	color: #334f99;
}

/* black */
.black {
	color: #0b0b0b;
}
/*----------------------- size */
/* size10px */
.size10 {
	font-size: 0.71em;
}

/* size12px */
.size12 {
	font-size: 0.85em;
}

/* size14px */
.size14 {
	font-size: 1.0em;
}

/* size16px */
.size14 {
	font-size: 1.14em;
}

/* size18px */
.size18 {
	font-size: 1.28em;
}

/* size22px */
.size22 {
	font-size: 1.57em;
}

/* size24px */
.size22 {
	font-size: 1.71em;
}


/*----------------------- width */
.width_940 {
	max-width: 940px;
}

/*--------------------------------------- anchor */

a {
	color: #364c9a;
}

a:hover {
	color: #364c9a;
}

/* btn */
.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}
.btn a {
	font-size: 0.85em;
	color: #222222;
	border: solid 1px #000;
	display: inline-block;
	border-radius: 20px;
	padding: 5px 20px;
	text-align: center;
	margin: 10px auto 0;
	background: none;
	line-height: 1.5;
	text-decoration: none;
}
.btn a:active,
.btn a:hover {
	background:rgba(200,200,200,0.4);
}

/* エディター：スタイル */
.editor-style-btn1 {
	display: inline-block;
	margin: 0.3em 20px;
	padding: 0.5em 1.5em;
	color: #FFFFFF;
	border-radius: 20px;
	background-color: #0C3076;
}
@media screen and (min-width: 481px){
	.editor-style-btn1:hover {
		background-color: #1d86ed;
	}
}
.editor-style-btn1 a {
	display: inline-block;
	padding: 0.5em 1.5em;
}
.editor-style-btn1z {
	display: inline-block;
	margin: 0.3em 20px;
	color: #FFFFFF;
	border-radius: 20px;
	background-color: #333333;
}
@media screen and (min-width: 481px){
	.editor-style-btn1z:hover {
		background-color: #575757;
	}
}
.editor-style-btn1z a {
	display: inline-block;
	padding: 0.5em 1.5em;
}
.editor-style-btn1y {
	display: inline-block;
	margin: 0.3em 20px;
	color: #D80000;
	border-radius: 20px;
	border:2px solid #D80000;
	background-color: #FFFFFF;
}
.@media screen and (min-width: 481px){
	editor-style-btn1y:hover {
		background-color: #EEEEEE;
	}
}
.editor-style-btn1y a {
	display: inline-block;
	padding: 0.5em 1.5em;
}
.editor-style-btn1x {
	display: inline-block;
	margin: 0.3em 20px;
	color: #333333;
	border-radius: 20px;
	border:2px solid #333333;
	background-color: #FFFFFF;
}
@media screen and (min-width: 481px){
	.editor-style-btn1x:hover {
		background-color: #EEEEEE;
	}
}
.editor-style-btn1x a {
	display: inline-block;
	padding: 0.5em 1.5em;
}
.editor-style-btn1b {
	display: inline-block;
	margin: 0.3em 20px;
	color: #FFFFFF;
	border-radius: 20px;
	background-color: #ff0000;
}
@media screen and (min-width: 481px){
	.editor-style-btn1b:hover {
		background-color: #DB0000;
	}
}
.editor-style-btn1b a {
	display: inline-block;
	padding: 0.5em 1.5em;
}
.editor-style-btn1c {
	display: inline-block;
	margin: 0.3em 20px;
	color: #FFFFFF;
	border-radius: 20px;
	background-color: #008000;
}
@media screen and (min-width: 481px){
	.editor-style-btn1c:hover {
		background-color: #47C747;
	}
}
.editor-style-btn1c a{
	display: inline-block;
	padding: 0.5em 1.5em;
}
.editor-style-btn1d {
	display: inline-block;
	margin: 0.3em 20px;
	color: #FFFFFF;
	border-radius: 20px;
	background-color: #8a2be2;
}
@media screen and (min-width: 481px){
	.editor-style-btn1d:hover {
		background-color: #AE4FFF;
	}
}
.editor-style-btn1d a {
	display: inline-block;
	padding: 0.5em 1.5em;
}
.editor-style-btn1e {
	display: inline-block;
	margin: 0.3em 20px;
	color: #FFFFFF;
	border-radius: 20px;
	background-color: #ff4500;
}
@media screen and (min-width: 481px){
	.editor-style-btn1e:hover {
		background-color: #DB2100;
	}
}
.editor-style-btn1e a {
	display: inline-block;
	padding: 0.5em 1.5em;
}
.editor-style-btn1f {
	display: inline-block;
	margin: 0.3em 20px;
	color: #FFFFFF;
	border-radius: 20px;
	background-color: #808080;
}
@media screen and (min-width: 481px){
	.editor-style-btn1f:hover {
		background-color: #A4A4A4;
	}
}
.editor-style-btn1f a {
	display: inline-block;
	padding: 0.5em 1.5em;
}

.editor-style-btn1 a,
.editor-style-btn1z a,
.editor-style-btn1y a,
.editor-style-btn1x a,
.editor-style-btn1b a,
.editor-style-btn1c a,
.editor-style-btn1d a,
.editor-style-btn1e a,
.editor-style-btn1f a {
	color: #FFFFFF;
	text-decoration: none;
	word-break: keep-all;
}
.editor-style-btn2{
	clear:both;
	border: solid 1px #000;
	border-radius: 20px;
	margin: 10px auto 0;
	width:100%;
	text-align:center;
}
.editor-style-btn2 a{
	font-size: 0.85em;
	color: #222222;
	display: block;
	padding: 15px 20px;
	text-align: center;
	background: none;
	text-decoration:none;
}

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}
.editor-style-icon1 {
	display:inline-block;
	width:auto;
	color: #ffffff;
	padding:3px 8px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
	background:#FF0000;
	border-radius:3px;
}
.editor-style-icon1b {
	display:inline-block;
	width:auto;
	color: #ffffff;
	padding:3px 8px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
	background:#0C3076;
	border-radius:3px;
}
.editor-style-icon1c {
	display:inline-block;
	width:auto;
	color: #ffffff;
	padding:3px 8px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
	background:#008000;
	border-radius:3px;
}
.editor-style-icon1d {
	display:inline-block;
	width:auto;
	color: #ffffff;
	padding:3px 8px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
	background:#8a2be2;
	border-radius:3px;
}
.editor-style-icon1e {
	display:inline-block;
	width:auto;
	color: #ffffff;
	padding:3px 8px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
	background:#ff4500;
	border-radius:3px;
}
.editor-style-icon1f {
	display:inline-block;
	width:auto;
	color: #ffffff;
	padding:3px 8px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
	background:#808080;
	border-radius:3px;
}

/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}
@media screen and (min-width: 780px), print {
	.nowrap_pc{
		white-space:nowrap;
	}
}
.mt_10{
	margin-top:10px !important;
}
.pt_10{
	padding-top:10px !important;
}

/*--------------------------------------- columnBox */
.columnBox .column {
	padding:20px 20px 60px;
}
@media screen and (min-width: 780px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
	}
	.columnBox .v_middle {
		vertical-align: middle;
	}
	.columnBox .v_bottom {
		vertical-align: bottom;
	}
	.w20 {
		width: 20%;
	}
	.w30 {
		width: 30%;
	}
	.w40 {
		width: 40%;
	}
	.w50 {
		width: 50%;
	}
	.w60 {
		width: 60%;
	}
	.w70 {
		width: 70%;
	}
	.w80 {
		width: 80%;
	}
	.padr3 {
		padding-right: 3%;
	}
	.padL3 {
		padding-left: 3%;
	}
	.padt3 {
		padding-top: 3%;
	}
	.padt6 {
		padding-top: 6%;
	}
}
@media screen and (max-width: 779px){
	.columnBox .column {
		padding:20px 0;
	}
}

/*--------------------------------------- list_text */
.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
}
.list_text {
	padding: 1em 0;
}
.list_text li {
	background-color: none;
	font-size: 0.85em;
}
.list_text li:nth-child(2n) {
	background-color: none;
}
.list_text li a {
	text-decoration:none;
	display: block;
	color: #222222;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .icon {
	width: 80px;
}
.list_text li .date {
	width: 8em;
}
.list_text li .new {
	margin: 5px;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .icon,
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		display: table-cell;
		vertical-align: middle;
		padding: 5px 5px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .icon,
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		padding: 5px 5px;
		display: block;
	}
}
/*--------------------------------------- list_thumbnail */
.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}

.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
	color: #777777;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	transition: linear 0.2s;
}
.list_thumbnail .thumbnail span{
	padding: 27% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 -1em 4em 1em rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #f4f4f4;
	font-size: 0.9em;
}
.list_thumbnail .date,
.list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.new {
	color: #3ba5eb;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 10px 1em;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media screen and (min-width: 780px), print{
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li{
		width: 50%;
	}
	.list_thumbnailC3 li{
		width: 33%;
	}
	.list_thumbnailC4 li{
		width: 25%;
	}
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}

@media screen and (max-width: 779px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li{
		width: 50%;
	}
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC4 li{
		width: 50%;
	}
	.list_thumbnailC5 li{
		width: 50%;
	}
	.list_thumbnailC6 li{
		width: 50%;
	}
}

@media screen and (min-width: 480px), print{
	.list_thumbnailC2 li .listBox {
		padding: 1em 2em 1em 0;
	}
	.list_thumbnailC2 li:nth-child(2n) .listBox {
		padding: 1em 0 1em 2em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnail li{
		width: 100%;
	}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common set-up */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
.lower h1{
	padding: 1em 20px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
}
.body_common h2{
	padding: 1.5em 20px 0;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	letter-spacing:2px;
}

/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	color: #3A63A5;
	font-weight: bold;
	margin:0 0 20px 0;
	padding: 10px 20px;
	background-color: #ECF2FF;
}
h4{
	margin: 1em 0 1em;
	padding: 0.5em 0 0.5em 0.2em;
	color: #0D2B6F;
	border-bottom: 2px solid #0D2B6F;
	font-weight: bold;
}

h5 {
	color: #000000;
	font-weight: bold;
	margin: 1em 0;
	padding: 0.5em 0 0.5em 0.4em;
	border-bottom: 1px solid #000000;
}
h6 {
	color: #0d2b6f;
	font-weight: bold;
	margin: 0.3em 0 0.3em 0.1em;
}

@media screen and (min-width: 780px), print {
	.lower h1{
		font-size: 1.71em;
	}
	.body_common h2{
		font-size: 1.55em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.4em;
	}
	h5 {
		font-size: 1.15em;
	}
	h6 {
		font-size: 1.15em;
	}
}
@media screen and (max-width: 779px) {
	.lower h1,
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5,h6 {
		font-size: 1em;
	}
}

img{
	max-width:100%;
}

/* table */
table {
	border-collapse: collapse;
}

body:not(.body_product) table th,
body:not(.body_product) table td {
	border: 1px solid #CCCCCC;
}

table th {
	background: #E5E5E5;
	text-align: center;
}

body:not(.body_product) table[border="0"],
body:not(.body_product) table[border="0"] th,
body:not(.body_product) table[border="0"] td {
	border: none;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #CCCCCC;
}
.columnBox table{
	table-layout:auto;
}
/* スマートフォン・テーブルスクロール */

.scrollable.has-scroll {
	position:relative;
	overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
	position:absolute;
	top:0;
	left:100%;
	width:50px;
	height:100%;
	border-radius:10px 0 0 10px / 50% 0 0 50%;
	box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
	content:'';
}
.scroll_table th,
.scroll_table td {
	letter-spacing: 0;
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
	overflow-x:auto;
}
.scrollable.has-scroll img{
	width:320px;
}
.only_sp{
	display:none;
}
@media only screen and (max-width: 920px) and (min-width: 641px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}
@media only screen and (max-width: 640px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}
@media screen and (max-width:479px) {
	table th {
		width: auto !important;
	}
	table.responsive tr{
		display: block;
	}
	table.responsive th,
	table.responsive td{
		text-align:left;
		width:96% !important;
		display: list-item;
		list-style:none;
	}
	table.responsive tr table{
		display: table;
	}
	table.responsive th table th,
	table.responsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table.noresponsive tr{
		display: table-row;
	}
	table.noresponsive th,
	table.noresponsive td{
		text-align:left;
		width:100% !important;
		display: table-cell;
		list-style:none;
	}
	table.noresponsive tr table{
		display: table;
	}
	table.noresponsive th table th,
	table.noresponsive td table td{
		width:auto !important;
		display: table-cell;
	}
}

/* contact form */
.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0 !important;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}

.form_flow li.current {
	background-color: #2b71b7;
}

.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
}

.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}

.contact_msg .editor-style-btn1 {
	float: right;
}

.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 33.3%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
	border-right: 1px solid #ccc;
}

#input-table table tr {
	transition: linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #2b71b7;
	color: #ffffff;
	position: absolute;
	right: 20px;
	top: 20px;
}

.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}

#input-table table td {
	padding: 20px 30px 20px 15px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}
@media screen and (max-width: 779px){
	#input-table table .form_input_name{
		margin-bottom:10px;
	}
}
#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #3ba5eb;
}

.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	background-color: #2b71b7;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#074D93;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}
.form_comment_postcode{
	display:inline-block;
}
.ajaxzip3{
	display:block;
	font-size:0.8em;
	border-radius:8px;
	color:#FFF;
	background:#2B579A;
	border:none;
	padding:5px 10px;
	cursor:pointer;
}
.append_custom{
	font-size:85%;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

header #header_inner,
.breadCrumb ul,
.layout02,
.copy div,
article {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
/*--------------------------------------- header */
header {
	position: relative;
	z-index: 10;
	border-bottom: 3px solid #c3c3c3;
	background: #ffffff;
}
header:before {
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	content: '';
	position: absolute;
	background: #F4F4F4;
	z-index: -1;
}
header #header_inner {
	padding: 0 0 0 0;
}
header a {
	color: #333;
	text-decoration: none;
	display: block;
}

header a:hover {
	text-decoration: underline;
}
header #header_logo_box,
header #header_logo,
header #header_logo_after,
.header_info {
	display: inline-block;
	vertical-align: middle;
}
header #header_logo_box{
}
header #header_logo {
	width:230px;
	font-size: 1em;
	height:100%;
}
header #header_logo_after{
	width:60px;
	height:80px;
	background:url('./img/bg_header_logo_after.png') center center;
}
header .header_info {
	width:890px;
	height:80px;
	background:#F4F4F4;
}
@media screen and (max-width: 1200px){
	header .header_info {
		width:calc(100vw - 290px);
	}
	header .header_info{
		background:none;
		height:auto;
	}
	header #header_inner{
		background:url('./img/bg_header_1020.png') left top no-repeat;
	}
	header #header_logo_after{
		display:none;
	}
}
header div {
	position: relative;
}
/* global navigation */
nav.gNavi {
	float:right;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size:0.70em;
}
nav.gNavi ul{
	border-left: 2px solid #c3c3c3;
	padding: 0;
}

nav.gNavi li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	border-right: 2px solid #c3c3c3;
}
nav.gNavi li a {
	width: 140px;
	color: #333;
	display: table-cell;
	height:25px;
	line-height:25px;
	vertical-align: middle;
	text-align:center;
	text-decoration: none;
}
@media screen and (min-width: 1050px) and (max-width: 1200px), print{
	nav.gNavi li{
		display:table-cell;
	}
	nav.gNavi li a {
		width: calc(100vw * 0.115);
		height:auto;
	}
}
@media screen and (min-width: 900px) and (max-width: 1049px){
	nav.gNavi li{
		display:table-cell;
	}
	nav.gNavi li a {
		width: calc(100vw * 0.105);
		height:auto;
	}
}
@media screen and (max-width: 899px){
	nav.gNavi li{
		display:table-cell;
	}
	nav.gNavi li a {
		width: calc(100vw * 0.095);
		height:auto;
	}
}

nav.gNavi li {
	font-size: 1.1em;
}
nav.gNavi li a:hover, 
nav.gNavi li a:active{
	background:rgba(200,200,200,0.4);
}
nav.gNavi li.active a {
	color:#FFFFFF;
	background:#0D2B6F;
}
nav.gNavi li.gNavi_1 a,
nav.gNavi li.gNavi_2 a,
nav.gNavi li.gNavi_3 a{
	cursor:pointer;
}

.header_dropdown1,
.header_dropdown2,
.header_dropdown3,
.header_dropdown4 {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	background: linear-gradient(to bottom, #f4f4f4, #dbf0ff);
	z-index: 500;
	border-bottom:3px solid #0D2B6F;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.header_sub_nav{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 10px 20px;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
.header_sub_nav a{
	display:flex;
	align-items: center;
	width:100%;
	height:100%;
	text-decoration:none;
}
.header_sub_nav a:hover{
	color:#1F88AD;
}
.header_sub_nav h4{
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
.header_sub_nav td:nth-child(2n+1){
	width:92px !important;
}
.header_sub_nav td:nth-child(2n){
	width:25%;
}
.header_sub_nav h4{
	margin-bottom:10px;
}
.header_sub_nav h4 a{
	display:inline-block;
	padding-top:8px;
	padding-bottom:5px;
	width:100%;
	text-indent:0.5em;
}
.header_sub_nav h4 a:hover,
.header_sub_nav h4 a:active{
	background-color:rgba(250,255,255,0.5);
	color:#314F93;
}
/* glsub navigation */
.sub_Navi {
	height:55px;
	vertical-align: middle;
	text-align:right;
}
.sub_Navi ul,
.sub_Navi ul li,
.btn_login,
.box_search,
.box_contact {
	display: inline-block;
	vertical-align: middle;
}
.sub_Navi ul {
	padding: 0;
	margin-top:10px;
	font-size:0.85em;
}
.sub_Navi ul li{
	margin-right:10px;
}
.sub_Navi ul li a{
	display:inline-block;
	padding-left:15px;
	background:url('./img/icon_arrow_black_s_right.png') 2px 0.6em no-repeat;
}
.sub_Navi .btn_login{
	padding: 0;
	margin-top:10px;
	font-size:0.85em;
}
.sub_Navi .btn_login a{
	display:inline-block;
	border:1px solid #000000;
	padding:5px 10px;
	text-decoration:none;
}
.sub_Navi .btn_login a:hover,
.sub_Navi .btn_login a:active{
	color:#000000;
	background:rgba(200,200,200,0.4);
}
.sub_Navi .box_search{
	margin-top:10px;
	margin-left:5px;
	margin-right:10px;
	font-size:0.85em;
}
.sp_sub_Navi .box_search{
	position:relative;
}
.sub_Navi .box_search .search_text,
.sp_sub_Navi .box_search .search_text{
	width:200px;
	padding-left:10px;
	border-radius:20px;
	border-color:#000000;
	/*background:url('./img/icon_search.png') right center no-repeat;*/
}
.sub_Navi .box_search .search_icon,
.sp_sub_Navi .box_search .search_icon{
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 0;
	overflow: hidden;
	display: block;
	width: 24px;
	height: 18px;
	padding: 0px;
	border: medium none;
	background-color: transparent;
}
.sp_sub_Navi .box_search .search_icon{
	top: 5px;
}
.sub_Navi .box_contact{
	margin-top: 10px;
}
.box_contact_fix{
	position: fixed;
	width:133px;
	height:34px;
	background:url('./img/btn_contact_fix.png') no-repeat;
	top: 5px;
	right: 60px;
	z-index: 500;
	margin-top: 10px;
}
.box_contact_fix a{
	display:block;
	width:133px;
	height:34px;
	text-indent:-9800px;
}
.sub_Navi .box_contact a:hover,
.box_contact_fix a:hover{
	opacity:0.9;
}

@media screen and (min-width: 901px)and (max-width: 999px) {
	.sub_Navi ul li{
		margin-right:1px;
	}
	.sub_Navi .box_search .search_text{
		width:150px;
	}
}
@media screen and (max-width: 900px) {
	.sub_Navi ul li{
		margin-right:1px;
	}
	.sub_Navi .box_search{
		margin-right:0;
	}
	.sub_Navi .box_search .search_text{
		width:150px;
	}
	.sub_Navi .box_contact{
		display:none;
	}
}
@media screen and (min-width: 780px), print {
	.sp_menu,
	.sp_menu_btn,
	.box_contact_fix {
		display: none;
	}
}
@media screen and (max-width:779px) {
	header #header_inner{
		background:#FFFFFF url('./img/bg_header_1020.png') 50px top no-repeat;
	}
	header .header_info,
	nav.gNavi,
	nav.sub_Navi {
		display: none;
	}
	header #header_inner {
		padding: 0px 60px 0px 10px;
	}
	header #header_logo {

	}
	header #header_logo a {
		display: inline-block;
		padding: 5px;
	}
	.box_contact_fix{
		position: fixed;
		width:55px;
		height:40px;
		background:url('./img/btn_contact_fix_sp.png') no-repeat;
		top: 0;
		right: 60px;
		z-index: 500;
		margin-top: 10px;
		box-shadow: 0 1px 5px 0 rgba(12, 48, 118, 0.2);
	}
	.box_contact_fix a{
		display:block;
		width:55px;
		height:40px;
	}
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
}
.sp_menu_btn {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #5F6060;
	z-index: 500;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url(./img/icon_menu_btn_open.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
}
.sp_menu_btn.close {
	background-color: #f7f7f7;
	background-image: url(./img/icon_menu_btn_close.png);
}
.sp_menu {
	position: fixed;
	z-index: 60;
	right: -100%;
	top: 0;
	width: 100%;
	max-width: 280px;
	height: 100%;
	padding: 60px 20px;
	background-color: #ffffff;
	box-shadow: -3px 0 10px rgba(95, 96, 96, 0.3);
	overflow-y: auto;
	opacity:0;
	transition: right 0.3s;
}
.sp_menu.menu_fixed {
	right: 0;
	background-color:#F4F4F4;
	border-left:3px solid #C3C3C3;
	opacity: 1;
}
.sp_gNavi ul{
	padding:0;
}
.sp_sub_Navi ul{
	margin-top:20px;
	padding:0;
}
.sp_gNavi ul li{
	list-style:none;
	border-left:2px solid #c3c3c3;
	/*border-right:2px solid #c3c3c3;*/
	margin-bottom:10px;
}
.sp_gNavi ul li a{
	display:inline-block;
	width:100%;
	padding-left:1em;
	color:#222222;
	text-decoration:none;
}
.sp_gNavi ul li a:hover{
	cursor:pointer;
}
.sp_gNavi_li ul{
	margin-top:12px;
	margin-left:1.5em;
	border-bottom:1px solid #C3C3C3;
}
.sp_gNavi_li ul li{
	margin-bottom:0;
	padding:5px 0;
	border-left:none;
	border-top:1px solid #C3C3C3;
}
.sp_gNavi_li ul li a{
	padding-left:0;
}
.sp_sub_Navi ul li{
	list-style:none;
}
.sp_sub_Navi ul li a{
	display:inline-block;
	padding-left:15px;
	background:url('./img/icon_arrow_black_s_right.png') 2px 0.6em no-repeat;
	color:#222222;
	text-decoration:none;
}
.sp_sub_Navi .btn_login{
	padding: 0;
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.85em;
}
.sp_sub_Navi .btn_login a{
	display:inline-block;
	border:1px solid #000000;
	padding:5px 10px;
	text-decoration:none;
	color:#222222;
}
.sp_sub_Navi .btn_login a:hover,
.sp_sub_Navi .btn_login a:active{
	color:#000000;
	background:rgba(200,200,200,0.4);
}
@media screen and (max-width:479px) {
	header #header_inner {
		padding: 10px 60px 10px 10px;
	}
}
/*--------------------------------------- kayFrame */

/*--------------------------------------- mainContaints */
.container {
	padding: 0 0 30px;
}
.bg_gray {
	background-color: #F1F1F1;
}
.bg_lattice {
	background-color: #F1F1F1;
	background-image:
	repeating-linear-gradient(
		90deg,
		#E3E3E3 ,
		#E3E3E3 1px,
		transparent 1px,
		transparent 24px
	),
	repeating-linear-gradient(
		0deg,
		#E3E3E3 ,
		#E3E3E3 1px,
		#F1F1F1 1px,
		#F1F1F1 24px
	)}

.container article {
	padding: 0 20px;
	margin-bottom: 30px;
}
@media screen and (max-width:779px) {
	.container {
		padding: 0 0 30px;
	}
	.container article{
		margin-bottom: 30px;
	}
}
/*--------------------------------------- sideContaints */
#side {
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side .menu_title {
	background-color: #f4f4f4;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

#side ul {
	padding: 10px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;
}
#side li a {
	color: #333;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: linear 0.2s;
}
#side li a:before {
	content: "\f105";
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -0.5em;
}

#side li a:hover {
	color: #2B71B7;
}
#side li.current a {
	color: #ffffff;
	background-color: #2b71b7;
}
#side li.current a:before {
	content: "\f0da";
}
@media screen and (min-width:780px), print {
	.columnBox .column_side {
		width:320px;
	}
}
@media screen and (max-width: 779px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower.body_common */
.lower article{
	max-width:1020px;
}
h2#title{
	width:100%;
	margin:5px auto;
	padding-top:5px;
	padding-bottom:5px;
}
h2#title img{
	width:100%;
}
#bottomimg{
	max-width:1200px;
	margin:0 auto;
}
#bottomimg img{
	width:100%;
}

/* breadCrumb */
.breadCrumb {
	font-size: 0.8em;
}
.breadCrumb ul {
	padding: 10px 20px;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	color: #222;
	background: transparent url(img/breadcrumb.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
.breadCrumb br{
	display:none;
}
/*--------------------------------------- pagetop link */
#pgtp {
	border-bottom: solid 1px #b5c3df;
}

#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pageprev/next link */
.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.page_link a.page_link_left {
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: url(img/icon_page_link_left.gif) no-repeat left center;
}

.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	background: url(img/icon_page_link_right.gif) no-repeat right center;
}
/*--------------------------------------- pager */
.pager_box{
	clear:both;
	text-align:center;
	margin-top:15px;
}
.pager_box .pager{
	width:2.5em;
	display:inline-block;
	border:1px solid #BFBFBE;
	border-radius:3px;
}
.pager_box .pager a{
	display:block;
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager a:link,
.pager_box .pager a:visited{
	color:#333333;
	text-decoration:none;
}
.pager_box .pager a:hover,
.pager_box .pager a:active{
	background:#F1F1F1;
	text-decoration:none;
}
.pager_box .pager_current{
	background:#F1F1F1;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager_dot{
	width:1.5em;
	display:inline-block;
}
.pager_box .pager_space{
	width:1em;
	display:inline-block;
	padding-left:0.2em;
	padding-right:0.2em;
}
.pager_box .pager_first{
	display:inline-block;
}
.pager_box .pager_last{
	display:inline-block;
}

/*--------------------------------------- footer */
footer {
}
footer article {
	width: 100%;
}
footer .footerBox_1 {
	font-size:0.8em;
	padding: 20px 0 20px 10px;
	background-color: #e9e8e8;
}
footer .footerBox_1 ul{
	padding: 0;
	margin-bottom:1em;
}
footer .footerBox_1 li {
	list-style: url('img/icon_arrow_gray_s_right.png');
	clear: both;
	margin-bottom:6px;
}
footer .footerBox_1 li a {
	text-decoration: none;
	padding: 0;
	/*display: block;*/
	color:#1d2129;
}
footer .footerBox_1 li strong a,
footer .footerBox_1 li span a {
	/*display: inline-block;*/
}
footer .footerBox_1 li a:hover {
	color:#41454D;
}
footer .footerBox_1 li{
	font-size:0.9em;
}
footer .footerBox_1 li strong{
	font-size:1.2em;
}
@media screen and (max-width: 779px){
	footer .footerBox_1 td{
		display:inline-block;
	}
	footer .footerBox_1 td{
		width:49% !important;
		padding-left:30px;
	}
	footer .footerBox_1 td:nth-child(5){
		width:99% !important;
	}
}

footer .footerBox_2 {
	color: #FFFFFF;
	background-color: #1C1C1C;
	padding: 10px 0;
	text-align: center;
}
footer .copyright {
	font-size: 0.65em;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */

/*--------------------------------------- /index.php */
#top_main_slide{
	border-bottom:3px solid #C3C3C3;
}
.swiper-stage{
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.swiper-box {
	width: 1200px;
	max-width:100%;
	overflow: hidden;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible!important;
	z-index: 1;
}
.swiper-wrapper .swiper-slide {
	opacity: 0.5;
	transition: opacity 0.2s;
}
.swiper-wrapper .swiper-slide img{
	vertical-align:middle;
	max-width:100%;
}
.swiper-wrapper .swiper-slide-active {
	opacity: 1;
}
.swiper-wrapper .swiper-slide a {
	text-decoration: none;
}
.swiper-wrapper .swiper-slide .text_box {
	width: 100%;
	padding: 0 40px 10px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 30px;
	font-weight: bold;
	text-align: right;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.swiper-wrapper .swiper-slide .title {
	font-size: 2.5em;
	text-align: center;
	margin-bottom:10%;
}
.swiper-wrapper .swiper-slide .title2 {
	font-size: 1.6em;
}
.swiper-wrapper .swiper-slide .text {
	font-size: 1.2em;
	padding-top: 5px;
}
@media screen and (max-width: 480px) {
	.swiper-wrapper .swiper-slide .text_box {
		padding: 0 5px 10px;
	}
	.swiper-wrapper .swiper-slide .title {
		font-size: 1.5em;
		text-align: center;
		margin-bottom:0;
	}
	.swiper-wrapper .swiper-slide .title2 {
		font-size: 1.0em;
	}
	.swiper-wrapper .swiper-slide .text {
		font-size: 0.8em;
		padding-top: 5px;
	}
}
.top_search_box{
	max-width:900px;
	margin:60px auto 60px;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	background:#F5F5F5;
}
.top_search_box h2{
	text-indent:-9800px;
	display:table-cell;
	width:150px;
	height:150px;
	margin:0;
	padding:0;
	background:url('../../_files/common/top_search_title.png') no-repeat center center;
}
.top_search_box .search_box_core{
	display:table-cell;
}
.top_search_box ul{
	margin:20px 0 5px;
	padding:0;
}
.top_search_box ul li{
	display:inline-block;
	text-indent:-9800px;
	width:227px;
	height:44px;
}
.top_search_box ul li#tab1{
	background-image:url('../../_files/common/btn_top_search1.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.top_search_box ul li#tab2{
	background-image:url('../../_files/common/btn_top_search2.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.top_search_box ul li#tab3{
	background-image:url('../../_files/common/btn_top_search3.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.top_search_box form{
	margin-bottom:5px;
}
.top_search_box .top_search_keyword{
	font-size:0.85em;
	border-radius:0;
	border:1px solid #EAEAEA;
	padding:10px;
	width:85%;
	margin-top:1px;
	margin-right:0;
}
.top_search_box .top_search_submit{
	margin-left:0;
	text-indent:-9800px;
	border:0;
	width:68px;
	height:39px;
	background:url('../../_files/common/btn_top_search_enter.png') no-repeat center center;
}
@media screen and (max-width: 950px), print {
	.top_search_box{
		width:96%;
		margin-left:2%;
		margin-right:2%;
	}
}
article.top_company{
	max-width:1084px;
}
@media screen and (max-width: 779px){
	article.top_company td{
		display:inline-block;
		text-align:center;
	}
	article.top_company td{
		width:49% !important;
	}
	.top_search_box .top_search_keyword{
		max-width:80% !important;
	}
	.top_search_box h2{
		width:100px;
		heigt:100px;
	}
	.top_search_box ul li{
		width:32%;
		background-size:contain;
	}
}
@media screen and (max-width: 479px){
	.top_search_box .top_search_keyword{
		max-width:95% !important;
	}
	.top_search_box .top_search_submit{
		width:95%;
		background-color:#0D2B6F;
	}
	.top_search_box ul li{
		width:45%;
		height:25px;
		height:
		background-size:contain;
	}
}
article.top_products{
	max-width:1084px;
}
@media screen and (max-width: 779px){
	article.top_products tr{
		display:inline;
	}
	article.top_products td{
		display:inline-block;
		text-align:center;
		float:left;
	}
	article.top_products td{
		width:49% !important;
	}
	.body_product_top .msg tr{
		display:inline;
	}
	.body_product_top .msg td{
		display:inline-block;
		text-align:center;
		float:left;
	}
	.body_product_top .msg td{
		width:49% !important;
	}
}
article.top_products2{
	max-width:1250px;
}
@media screen and (max-width: 480px){
	article.top_products2 a{
		width: 47%;
		margin-left:1%;
		display: inline-block;
	}
}
article.news_slider{
	max-width:1200px;
}
#top_news_slide{
	max-width:85%;
	margin:60px auto;
}
#top_news_slide .slick-news{
}
#top_news_slide .slick-slide img{
	width:100%;
}
#top_news_slide .slide-news{
	width:265px;
	border:1px solid #C9CACA;
}
#top_news_slide .slide-news a{
	text-decoration:none;
	color:#222222;
}
#top_news_slide .text_box{
	padding:15px;
	line-height:1.3;
}
#top_news_slide .title-news{
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}
#top_news_slide .title2-news{
	font-size:0.85em;
}
.container_news div.news_wrapper{
	max-width:1040px;
	margin:0 auto;
}
.container_news:after {
	display:block;
	clear:both;
	content:"";
}
.container_news h2 {
	margin-bottom: 5px;
}
.container_news .btn {
	text-align: center;
}
.container_news .btn a {
	font-size:0.85em;
	color:#222222;
	border: solid 1px #000;
	width: 12em;
	display: block;
	border-radius:20px;
	padding: 5px 20px;
	text-align: center;
	margin: 10px auto 0;
	background:none;
}
.container_news .btn a:active,
.container_news .btn a:hover {
	background:rgba(200,200,200,0.4);
}
.container_news article {
	float: left;
	width: 50%;
	padding: 20px 10px 20px 10px;
}
.container_news article div.news_box{
	background:#FFFFFF;
	height:320px;
	padding:10px 15px 10px 20px;
	margin-top:20px;
}
.container_news article:nth-child(3) {
	float: right;
}
@media screen and (min-width: 780px) ,print{
	.container_news article:nth-of-type(3) {
		padding: 20px 50px 20px 40px;
	}
}
@media screen and (max-width: 779px) {
	.container_news article {
		width: 100%;
		padding: 0 20px;
	}
	.container_news article:nth-of-type(2) {
		padding: 0 20px 20px;
	}
	.container_news h2 {
		font-size: 1.2em;
	}
}
.container_news ul{
	height:300px;
	overflow-y:scroll;
}
.container_news li {
	list-style: none;
}
.container_news li a {
	display: block;
}
.container_news li .listBox {
	display: block;
	padding: 3px 0;
}
.container_news article a:hover {
	background-color: #efefef;
}
.container_news li .icon{
	float: left;
	width: 80px;
	text-align: left;
	padding-right: 6px;
}
.container_news li .date {
	float: left;
	width: 8em;
	text-align: left;
	padding-right: 6px;
}
.container_news article li .info_title {
	padding-left: 10px;
}
.container_news article li .info_title span {
	display: block;
	float: none;
	width: 100%;
}
.container_news article li .info_title .txt {
	/*min-height:42px;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0;
}
.container_news li .date span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 1px;
	margin-top: 3px;
}
.container_news li .date .icon_new {/* N E W ! */
	background-color: none;
	font-weight:bold;
	color:#FF2A2A;
}
article.top_support td{
	padding-bottom:20px;
}
article.top_support td img{
	vertical-align:middle;
}
article.top_support td a{
	text-decoration:none;
	color:#222222;
}
article.top_support td a:hover,
article.top_support td a:active{
	opacity:0.9;
}
@media screen and (max-width: 779px){
	article.top_support tr{
		display:inline;
	}
	article.top_support td{
		display:inline-block;
		text-align:center;
		float:left;
	}
	article.top_support td{
		width:49% !important;
	}
}
@media screen and (max-width: 779px){
	article.top_bottom .column{
		text-align:center;
	}
}
/*--------------------------------------- search_box */
.search_box{
	width: 100%;
	display: table;
	margin: 30px 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	background: #F5F5F5;
}
.search_box div.search_title{
	/*text-indent:-9800px;
	display:table-cell;
	vertical-align: middle;
	width:150px;
	height:120px;
	margin:0;
	padding:0;
	background:url('../../_files/common/top_search_title.png') no-repeat center center;*/
	display: table-cell;
	width: 10%;
	height: 120px;
	text-indent: -9800px;
}
.search_box div.search_title_discontinued{
	text-align:center;
	display:table-cell;
	vertical-align: middle;
	width:150px;
	height:120px;
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight: bold;
}

.search_box .search_box_core{
	display:table-cell;
	vertical-align: middle;
}
.search_box ul{
	margin:20px 0 5px;
	padding:0;
}
.search_box ul li{
	display:inline-block;
	text-indent:-9800px;
	width:227px;
	height:44px;
}
.search_box ul li#tab_search_category{
	background-image:url('../../_files/_template/img/btn_search_category.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.search_box ul li#tab_search_pattern{
	background-image:url('../../_files/_template/img/btn_search_pattern.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.search_box ul li#tab_search_purpose{
	background-image:url('../../_files/_template/img/btn_search_purpose.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.search_box ul li#tab_search_type{
	background-image:url('../../_files/_template/img/btn_search_type.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.search_box form{
	margin-bottom:5px;
}
.search_box .search_keyword{
	font-size:0.85em;
	border-radius:0;
	border:1px solid #EAEAEA;
	padding:10px;
	width:85%;
	margin-top:1px;
	margin-right:0;
}
@media screen and (max-width:779px){
	.search_box .search_keyword{
		width:100%;
	}
}
.search_box .search_submit{
	margin-left:0;
	text-indent:-9800px;
	outline:none;
	border:0;
	width:68px;
	height:39px;
	background:url('../../_files/common/btn_top_search_enter.png') no-repeat center center;
}
@media screen and (max-width:779px){
	.search_box .search_submit{
		display: block;
		margin: auto;
	}
}

.search_box .search_box_core form {
	padding-top: 30px;
	padding-right:10%;
}
.search_box #search_box_link {
	font-size: 85%;
	color: #6D6D6D;
	padding-left: 1em;
	padding-top: 0.2em;
	padding-bottom: 2em;
}
@media screen and (max-width: 950px), print {
	.search_box{
		width:96%;
		margin-left:2%;
		margin-right:2%;
	}
}
@media screen and (max-width: 779px){
	.search_box .search_keyword{
		/*width:calc(100vw * 0.5) !important;*/
	}
	.search_box div.search_title{
		/*width:100px;
		height:100px;*/
	}
	.search_box ul {
	}
	.search_box ul li{
		width:180px;
		height:35px;
		background-size:100%;
	}
}
@media screen and (max-width: 479px){
	.search_box .search_keyword{
		/*width:calc(100vw * 0.5) !important;*/
	}
	.search_box .search_submit{
		background-color:#0D2B6F;
	}
	.search_box div.search_title{
		/*width:100px;
		height:100px;*/s
	}
	.search_box ul li{
		width:100px;
		height:25px;
		background-size:100%;
	}
}
/* --------------header search */
.body_search input[type="text"]{
	width:inherit;
}
.site_search_word{
	text-align: center;
	padding: 20px 10%;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	background: #F5F5F5;
	margin-bottom:15px;
}
.site_search_word input[type="text"], .site_search_word .input_button {
	font-size: 1.2em;
	height: 40px;
	padding: 0 20px;
	border-radius:0;
}
.site_search_word input[type="text"], .site_search_word .input_button {
	font-size:0.85em;
	border-radius:0;
	border:1px solid #EAEAEA;
	padding:10px;
	width:85%;
	margin-top:1px;
	margin-right:0;
}
@media screen and (max-width:779px){
	.site_search_word input[type="text"], .site_search_word .input_button {
		width:100%;
	}
}

.site_search_word input[type="submit"], .site_search_word .input_button {
	margin-left:0;
	text-indent:-9800px;
	outline:none;
	border:0;
	width:68px;
	height:39px;
	background:url('../../_files/common/btn_top_search_enter.png') no-repeat center center;
	border-radius:0;
}
.search_result_list{
	list-style:none;
	margin-top:15px;
}
.search_result_list li{
	padding:10px 0 8px 20px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
.search_result_list li span{
	display:inline-block;
	float:right;
}
.search_box #search_box_link2 table{
	width:100%;
	margin: 10px 0;
}
.search_box #search_box_link2 table tr td:first-child{
	width:80%;
}
.search_box #search_box_link2 table tr td:last-child{
	vertical-align: bottom;
	text-align: right;
	padding-right:20px;
}
@media screen and (max-width: 779px) {
	.search_box #search_box_link2 table tr td:first-child{
		display:inline-block;
		width:90%;
	}
	.search_box #search_box_link2 table tr td:last-child{
		display:inline-block;
		width:100%;
		text-align:center;
	}
}
/* --------------product list */
h1#title{
	font-size:2em;
}
.page_nav ul{
	padding:0;
	margin-bottom:20px;
}
.page_nav ul li{
	margin-right:3px;
}
.page_nav_fixed{
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	max-width: 1000px;
	z-index: 1000;
}
.page_nav ul li {
	display: inline-block;
}
.page_nav ul li a {
	position: relative;
	text-decoration: none;
	padding: 5px 2em 5px 10px;
	display: block;
	border: 1px solid #dddddd;
	color:#FFFFFF;
	background:#0D2B6F;
}
.page_nav ul li a:before {
	content:"▼";
	color: #EEEEEE;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.subnavi_sub a{
	background:#207920 !important;
}
.page_nav ul{
	display:inline-block;
	margin:0;
	padding:0;
	padding-left:20px !important;
}
.page_nav ul li{
	margin-bottom:10px;
}
@media screen and (min-width:781px), print {
	.page_nav ul li {
		display: inline-block;
		vertical-align: middle;
		padding: 2px
	}
}
@media screen and (max-width:780px){
	.page_nav ul{
		padding:2px 2px 2px 2px !important;
	}
	.page_nav ul li {
		font-size:0.8em;
		letter-spacing:0;
		padding:2px;
		margin-bottom:0;
	}
}

/* ----------------------------product_detail */

.container_blue_2,
.breadCrumb_blue_2{
	background-color:#ECF2FF;
}
.container_blue_2 h2#title,
.container_blue_2 article{
	max-width:980px;
	margin:0 auto;
	padding:0;
}
.container_blue_2 h2#title,
.container_blue_2 .columnBox{
	background-color:#FFFFFF;
}
.container_blue_2 h2#title{
	padding-top:10px;
}
.container_blue_2 .columnBox .column{
	padding:20px 50px 60px;
}
@media screen and (max-width: 779px){
	.container_blue_2 .columnBox .column{
		padding:20px 10px 30px;
	}
}

.containerInner_default ul,
.containerInner_default ol {
	padding-left: 40px;
}
.product_detail_top{
	display: flex;
	margin-top:20px;
}
.product_detail_left{
	width:460px;
}
.product_detail_right{
	flex: 1;
}

@media screen and (min-width:781px), print {
	.product_detail_right{
		padding-left:20px;
	}
}
@media screen and (max-width: 950px){
	.product_detail_top{
		display: block;
	}
	.product_detail_left{
		width:100%;
	}
	.product_detail_right{
		width:100%;
		flex: 0;
	}
}
h1#product_title{
	display:none;
	font-size:1.3em;
	text-align:left;
	padding:5px 15px;
	background:#F4F4F4;
	margin-bottom:20px;
}
.product_detail_name_1 {
	font-size:1.2em;
}
.product_detail_name_2 {
	font-size:1.2em;
}
.product_detail_left h2{
	color: #0d2b6f;
	font-size:2.2em;
	font-weight: bold;
	margin-bottom:15px;
	vertical-align:middle;
}
.product_detail_left h2 span.products_new_icon{
	display:inline-block;
	padding:2px 0.5em 1px;
	margin-bottom:5px;
	font-size:50%;
	vertical-align:middle;
}
.product_detail_left h2 span.icon_color1{
	color:#FFFFFF;
	background:#ff6347;
}
.product_detail_left h2 span.icon_color2{
	color:#000000;
	background:#87cefa;
}
.product_detail_left h2 span.icon_color3{
	color:#000000;
	background:#CCCCCC;
}

.product_detail_topicon{
	display:inline-block;
	margin-bottom:40px;
}
/* photo */
.imagezoom-view img{
	vertical-align: baseline !important;
	max-width: none !important;
}
.photo_box{
	width:100%;
	padding: 50px 10px;
	background:#FFFFFF;
}
.slider_box{
	margin-left:5%;
	width: 90% !important;
}
.photo_main_wrapper {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 400px;
	text-align: center;
	margin-bottom:20px;
}
.photo_main_wrapper img {
	/*width: 100%;*/
	max-width: 400px;
	max-height: 400px;
}
.photo_main_wrapper span {
	display:block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	font-size:90%;
	width:100%;
	max-width: 450px;
	text-align:center;
}
.photo_main_box{
	cursor:pointer;
}
#gallery_main{
	margin: 15px 15px 0;
	padding:0 10px;
}
.slider_gallery_box {
}
#gallery_main .slick-list {
	max-width: 460px;
	margin: 0 auto;
}
#gallery_main .slick-slide img{
	width:100%;
}
@media screen and (max-width: 949px){
#gallery_main .slick-slide img{
		width:80%;
	}
}
.gallery_image_wrapper{
	display: flex !important;
	justify-content: center;
	align-items: center;
	max-width: 150px;
	height:150px !important;
	padding:15px 15px;
	cursor:pointer;
	margin: 0 5px;
	background-color: #ffffff;
	border: 1px solid #ddd;
}
.slick-slide .gallery_image_wrapper img{
	max-width: 100%;
	max-height: 100%;
}
.popup{
	max-height:80%;
}

.product_detail_type_link{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
.product_detail_data {
	background-color: #ecf2ff;
	margin-bottom: 15px;
}
.product_detail_comment{
	margin-bottom: 20px;
}
.product_detail_button,
.product_detail_button div{
	display:inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.product_detail_type,
.product_detail_material,
.product_detail_feature1,
.product_detail_industry{
	font-size:1.1em;
	padding: 10px 15px;
}
.product_detail_material,
.product_detail_feature1,
.product_detail_industry{
	border-top: 1px solid #ddd;
}
.product_detail_button_line1{
	padding-top:15px;
	padding-bottom:10px;
	border-top:2px solid #0D2B6F;
	border-bottom:2px solid #0D2B6F;
	text-align: center;
}
.product_detail_type span,
.product_detail_material span,
.product_detail_feature1 span,
.product_detail_industry span{
}

.editor-style-button{
	color: #0d2b6f;
	font-weight: bold;
	padding: 2px 8px;
	padding-left: 16px;
	background: #ffffff;
	border-radius: 5px;
	border:2px solid #cccccc;
	background: -moz-linear-gradient(top,  #ffffff 50%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 50%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 50%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	position: relative;
}
.product_detail_button .editor-style-button:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(./img/icon_arrow_blue_m_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 6px;
	height: 100%;
	left: 7px;
}
.editor-style-button a{
	color: #0d2b6f;
	text-decoration:none;
	vertical-align: middle;
}
.product_detail_technical_document,
.product_detail_shop_link,
.product_detail_parts_link{
	display:inline-block;
	width:128px;
}
.product_detail_button_line2{
	margin-top: 15px;
	text-align: center;
	background-color: #ecf2ff;
	padding: 10px 0 6px;
}
.product_detail_catalog_product,
.product_detail_catalog_web,
.product_detail_catalog_etc{
	display:inline-block;
	width:128px;
}
/* 標準仕様読み込み */
.product_detail_spec{
	width:100%;
	maxwith:100%;
	overflow:scroll;
	overflow-y:auto;
	overflow-x:auto;
}
@media screen and (max-width: 950px){
	.product_detail_spec_editor{
		width:100%;
		max-width:100%;
		overflow-x:scroll;
	}
}
/* 寸法表読み込み */
.product_detail_dimensions{
	width:100%;
	maxwith:100%;
	overflow:scroll;
	overflow-y:auto;
	overflow-x:auto;
}

/* Q&A */
.product_detail_bottom .faq_box {
	padding: 10px;
}
.product_detail_bottom .faq_box table {
	background-color: #ffffff;
}
.product_detail_bottom .faq_box table tr{
	border-bottom: 1px solid #ddd;
}
/* 関連製品 */
.products_related_list {
	
}
.products_related_list ul {
	padding: 0;
	list-style: none;
}
.products_related_list li {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
.products_related_list li .list_box {
	background-color: #fff;
	padding: 10px;
	border: 2px solid #CCCCCC;
}
.products_related_list li a {
	display: block;
}
.products_related_list li a {
	text-decoration: none;
	color: #495057;
}
.products_related_list li span {
	display: block;
}
.products_related_list li .img {
	padding: 20px 0;
	text-align: center;
}
.products_related_list li .products_related_list_name_1,
.products_related_list li .products_related_list_name_2 {
	display: inline;
	font-size:0.8em;
}
.products_related_list li .products_related_list_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #0d2b6f;
}
.bottom_link {
	margin-top:35px;
}
.bottom_link a{
	display:inline-block;
	color:#0070C0;
	padding-left:20px;
	margin-bottom:5px;
	text-decoration:none;
	background-image: url(./img/icon_right_blue_big.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.bottom_link a:hover,
.bottom_link a:active{
	text-decoration:underline;
}

.lineup{
	margin-top:15px;
	margin-bottom:15px;
}
@media screen and (min-width: 780px), print {
	.products_related_list li {
		width: 25%;
	}
}
@media screen and (max-width: 780px) {
	.products_related_list li {
		width: 50%;
	}

}
/*--------------------------------------- login */
.login_box{
	display:table;
}
.login_box_login,
.login_box_registration{
	display:table-cell;
	width:46%;
	border:1px solid #E9E8E8;
	padding:20px;
}
.login_box_space{
	display:table-cell;
	width:2%;
}
.login_box_change{
	border:1px solid #E9E8E8;
	padding:20px;
	margin-top:25px;
}
@media screen and (max-width:779px){
	.login_box_login,
	.login_box_registration{
		display:block;
		width:96%;
		margin:0 2% 20px;
	}
	.login_box_space{
		display:none;
	}
}

/* ios用リセット */
.input_button_login {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
.input_button_login::-webkit-search-decoration {
	display: none;
}
.input_button_login::focus {
	outline-offset: -2px;
}
/* /ios用リセット */
.input_text_login{
	width:100%;
	margin-bottom:12px;
}
.input_button_login,
.input_button_registration {
	display:block;
	width:350px;
	max-width:350px;
	border-radius:10px;
	font-size:1.5em;
	text-align:center;
	cursor:pointer;
	padding:10px 35px;
	color:#ffffff;
	line-height: 1em;
	transition: .3s;
	box-shadow: 2px 2px 3px #666666;
	margin:15px auto 5px;
	text-decoration:none;
}
.input_button_login{
	background:#0D2B6F;
	border: 2px solid #0D2B6F;
}
.input_button_login:hover{
	box-shadow: none;
	color: #0D2B6F;
	background: #ffffff;
}
.input_button_registration{
	background:#CD2139;
	border: 2px solid #CD2139;
}
.input_button_registration:hover {
	box-shadow: none;
	color: #CD2139;
	background: #ffffff;
}
@media screen and (max-width:779px){
	.input_button_login,
	.input_button_registration {
		width:auto;
	}
}
.login_error{
	display:inline-block;
	color:#990000;
	padding: 10px;
}

/*--------------------------------------- technical_data */
body .body_technical_data table,
body table.technical_data_detail_table{
	border-collapse:separate;
	border-spacing:5px;
	border:none;
	word-break: break-all;
	font-size:0.9em;
}
body .body_technical_data table th,
body table.technical_data_detail_table th{
	border:none;
	padding:2px 10px !important;
}
body .body_technical_data table td,
body table.technical_data_detail_table td{
	border:none;
	border-bottom:1px dashed #000000;
	padding:2px 10px !important;
}
body .body_technical_data table[border="0"],
body .body_technical_data table[border="0"] th,
body .body_technical_data table[border="0"] td{
	border:none;
	border-top:none;
	border-bottom:none;
}
body table.technical_data_detail_table td img{
	vertical-align:middle;
}
.body_technical_data .search_box{
	width: 90%;
	margin:30px auto 20px;
}
.body_technical_data .search_box div.search_title{
	/*background:url('../../_files/_template/img/technical_data_search_title.png') no-repeat center center;*/
	/*background:none;
	text-indent:0;
	text-align:center;
	font-weight:bold;
	width:150px;
	height:90px;
	vertical-align: top;
	padding-top: 30px;*/
	display: table-cell;
	width: 10%;
	height: 120px;
	text-indent: -9800px;
}
.body_technical_data .search_box form{
	padding-top:20px;
	padding-bottom:10px;
}
.body_technical_data .search_box .search_keyword{
	display:inline-block;
}
.body_technical_data .search_box .search_submit{
	display:inline-block;
	outline:none;
}
@media screen and (max-width:779px){
	.body_technical_data .search_box .search_submit{
		display: block;
		margin: auto;
	}
}

.body_technical_data .search_box #search_box_link{
	font-size:85%;
	color:#6D6D6D;
	padding-left:1em;
	padding-top:0.2em;
	padding-bottom:2em;
}
.body_technical_data .search_box #search_box_link1{
	padding-right:10%;
}

@media screen and (min-width: 780px) {
	.body_technical_data .search_box .search_box_core{
		display:table-cell;
		/*width:80%;*/
	}
}
@media screen and (min-width: 480px) and (max-width: 779px) {
	.body_technical_data .search_box div.search_title{
		/*display:inline-block;
		width:100%;
		height:auto;
		padding-top:15px;*/
	}
	.body_technical_data .search_box .search_keyword{
		/*width: calc(100vw * 0.65) !important;
		margin-left:10px;*/
	}
	.body_technical_data .search_box .search_box_core{
		display:block;
		width:100%;
	}
	.body_technical_data .search_box #search_box_link1{
		padding:0 10px;
	}
}
@media screen and (max-width:479px){
	.body_technical_data .search_box .search_box_core form{
		padding-right:0;
		margin:0 5%;
	}
	.body_technical_data table th{
		width:50% !important;
	}
	.body_technical_data .search_box div.search_title{
		display:none;
		/*display:inline-block;
		width:100%;
		height:auto;
		padding-top:15px;*/
	}
	.body_technical_data .search_box .search_keyword{
		/*width: calc(100vw * 0.5) !important;
		margin-left:10px;*/
	}
	.body_technical_data .search_box .search_box_core{
		display:block;
		width:100%;
	}
	.body_technical_data .search_box #search_box_link1{
		padding:0 10px;
	}
	.body_technical_data .search_box #search_box_link1 table td{
		display:block;
		width:100%;
		padding:0 0 0 0;
		margin-right:-20px;
		text-align:center !important;
	}
}
/*--------------------------------------- catalog */
.body_catalog h4#title{
	background:url('./img/icon_rolldown.png') right 10px center no-repeat;
	cursor:pointer;
}
.body_catalog h4#title:hover{
	color:#314F93;
	border-bottom: 2px solid #314F93;
}
.body_catalog h4#title.inactive{
	background:url('./img/icon_rollup.png') right 10px center no-repeat;
}

.body_catalog .search_box{
	width: 90%;
	margin:30px auto 0;
}
.body_catalog .search_box div.search_title{
	/*background:url('../../_files/_template/img/catalog_search_title.png') no-repeat center center;
	width:150px;
	height:90px;*/
	display: table-cell;
	width: 10%;
	height: 120px;
	text-indent: -9800px;
}
.body_catalog .search_box form{
	/*padding-top:30px;*/
}
.body_catalog .search_box .search_keyword{
	display:inline-block;
}
.body_catalog .search_box .search_submit{
	/*display:inline-block;
	outline:none;*/
}
.body_catalog .search_box #search_box_link{
	font-size:85%;
	color:#6D6D6D;
	padding-left:1em;
	padding-top:0.2em;
	padding-bottom:2em;
}
@media screen and (min-width: 780px) {
	.body_catalog .search_box .search_box_core{
		display:table-cell;
		width:80%;
	}
}
.catalog_list_box li {
	list-style: none;
	padding: 0 5px 10px;
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	margin-bottom:30px;
}
.catalog_list_box .catalog_list_box_img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px 10px;
	min-height:120px;
}
.catalog_list_box .catalog_list_box_title{
	font-size:1.05em;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
}
.catalog_list_box .catalog_list_box_img img{
	max-height:220px;
	border:1px solid #C3C3C3;
}
.catalog_list_box .catalog_list_box_msg{
	font-size:0.9em;
	margin-bottom:15px;
	padding-left:2%;
	padding-right:2%;
}
.catalog_list_box .catalog_list_box_pdf a{
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:8px;
	border-radius:3px;
	border:1px solid #0D2B6F;
	margin-bottom:10px;
	padding-left:12px;
	background:url('./img/catalog_icon_pdf.png') no-repeat 5px center;
}
.catalog_list_box .catalog_list_box_link a{
	display:inline-block;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:8px;
	border-radius:3px;
	margin-bottom:10px;
	padding-left:12px;
	background:#0D2B6F url('./img/catalog_icon_link.png') no-repeat 6px center;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .catalog_list_box .catalog_list_box_img { 	display: block; } /* IE11 */
}
.catalog_list_box li a {
	text-decoration: none;
}
@media screen and (min-width:781px), print {
	.catalog_list_box li {
		width: 24%;
	}
}
@media screen and (max-width: 780px) {
	.catalog_list_box li {
		width: 49%;
	}
}
/*--------------------------------------- about */
.body_about .container a{
	color:#000000;
	text-decoration:none;
}
.body_about .container a:hover,
.body_about .container a:active{
	opacity:0.8;
}
/*--------------------------------------- company */

.container_blue,
.breadCrumb_blue{
	background-color:#ECF2FF;
}
.container_blue .company_tab,
.container_blue h2#title,
.container_blue article{
	max-width:980px;
	margin:0 auto;
	padding:0;
}
.container_blue h2#title,
.container_blue .columnBox{
	background-color:#FFFFFF;
}
.container_blue .columnBox .column{
	padding:20px 50px 60px;
}
@media screen and (max-width: 779px){
	.container_blue .columnBox .column{
		padding:20px 10px 30px;
	}
}
.container_blue .company_tab ul{
	display:table;
	border-collapse:collapse;
	width:100%;
	list-style:none;
	font-size:1.1em;
	margin:0;
	padding:0;
}
.container_blue .company_tab ul li{
	display:table-cell;
	border:none;
	width:25%;
	height:2.4em;
}
.container_blue .company_tab ul li a{
	display:inline-block;
	width:96%;
	color:#FFFFFF;
	border-radius:5px 5px 5px 5px;
	background-color:#0D2B6F;
	text-align:center;
	line-height:2.4em;
	text-decoration:none;
	vertical-align:middle;
}
.container_blue .company_tab ul li.active a{
	color:#0D2B6F;
	border-radius:5px 5px 0 0;
	background-color:#FFFFFF;
	line-height:2.5em;
}
@media screen and (min-width: 480px) and (max-width: 779px){
	.container_blue .company_tab ul{
		font-size:1.0em;
	}
}
@media screen and (max-width: 479px){
	.container_blue .company_tab ul{
		font-size:0.7em;
	}
}
body .container_blue table{
	border-collapse:collapse;
	border:none;
	border-top:1px dashed #000000;
	word-break: break-all;
}
body .container_blue table th{
	border:none;
	border-bottom:1px dashed #000000;
}
body .container_blue table td{
	border:none;
	border-bottom:1px dashed #000000;
}
body .container_blue table[border="0"],
body .container_blue table[border="0"] th,
body .container_blue table[border="0"] td{
	border:none;
	border-top:none;
	border-bottom:none;
}
/*--------------------------------------- office */
.map_box{
	text-align:center;
}
.map_box img{
	max-width:100%;
}
/*--------------------------------------- map */
.body_map h2#title{
	border-bottom:1px solid #000000;
	color:#0d2b6f;
	margin-bottom:15px;
}
.modaal_close_box{
	position: absolute;
	top:20px;
	right:20px;
	z-index: 10;
}
.div_map{
	margin-top:20px;
}
/*--------------------------------------- news / news_products */
.body_news ul.list_text li a:hover,
.body_news_products ul.list_text li a:hover {
	background-color: #efefef;
}
/*--------------------------------------- news/index_detail.html */

.containerInner_news .thumbnail {
	display: block;
	text-align: center;
}
.containerInner_news h2#title {
	border-bottom: 1px solid #000;
}
.containerInner_news .date {
	display: block;
	text-align:right;
	margin-bottom: 5px;
	padding: 0 0 10px;
	font-size: 0.9em;
}

/*--------------------------------------- contact/index.html */
.contact p {
	margin-bottom: 2em;
}
.body_contact .msg h3{
	margin-bottom:0;
}
.body_contact .msg a:hover img{
	opacity:0.8;
}

table.contact_icon_table{
	width:100%;
	border-left:30px solid #ECF2FF;
	border-right:30px solid #ECF2FF;
	border-bottom:30px solid #ECF2FF;
	border-radius:15px;
}
table.contact_icon_table a:hover{
	opacity:0.8;
}
@media screen and (max-width:779px){
	table.contact_icon_table td{
		display:inline-block;
		width:48% !important;
	}
}
/*--------------------------------------- product */
.containerInner_products article {
	max-width: 1060px;
}

table.spec_result_table{
	table-layout:fixed;
	display:block;
	width:100%;
	max-width:100%;
}
table.spec_result_table th,
table.spec_result_table td{
	min-width:60px;
	font-size:0.8em;
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap:break-word;
}
table.spec_result_table td:nth-of-type(1){
	max-width:initial;
}
table.spec_result_table td:nth-of-type(1){
	position: relative;
	vertical-align: bottom;
	overflow: hidden;
}
table.spec_result_table td:nth-of-type(1) img {
	position: absolute;
	width: auto !important;
	height: auto !important;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	background:#EFEFEF;
	cursor:default;
	border:none;
}
@media screen and (min-width:781px), print {
	table.spec_result_table td:nth-of-type(1){
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width:780px){
	table.spec_result_table td:nth-of-type(1){
		width:15%;
		height: auto;
	}
}
/* for IE 11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, table.spec_result_table td:nth-of-type(1) img {
	position:relative;
	transform: translate(-50%, 0);
  } 
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  table.spec_result_table td:nth-of-type(1) img{
	position:relative;
	transform: translate(-50%, 0);
  }
}
table.spec_result_table td:nth-of-type(2){
	font-size:0.9em;
	max-width:initial;
	width:120px;
}
@media screen and (max-width:480px){
	table.spec_result_table td:nth-of-type(2){
	font-size:0.8em;
	}
}
table.spec_result_table td:nth-of-type(3){
	font-size:1.0em;
	max-width:initial;
	width:90px;
	text-align:center;
}
table.spec_result_table td span.products_new_icon{
	display:inline-block;
	white-space:nowrap;
	padding:2px 0.5em 1px;
	margin-bottom:5px;
	vertical-align:middle;
}
table.top_products_box3_table td span.products_new_icon{
	display:inline-block;
	white-space:nowrap;
	padding:2px 0.5em 1px;
	margin-bottom:5px;
	font-size: 0.9em;
	vertical-align:middle;
}
table.spec_result_table td span.icon_color1,
table.top_products_box3_table td span.icon_color1{
	color:#FFFFFF;
	background:#ff6347;
}
table.spec_result_table td span.icon_color2,
table.top_products_box3_table td span.icon_color2{
	color:#000000;
	background:#87cefa;
}
table.spec_result_table td span.icon_color3,
table.top_products_box3_table td span.icon_color3{
	color:#000000;
	background:#CCCCCC;
}
@media screen and (max-width:779px){
	table.spec_result_table{
		display:table;
	}
	table.spec_result_table th,
	table.spec_result_table td{
		min-width:initial;
	}
	table.spec_result_table th:nth-of-type(n+6),
	table.spec_result_table td:nth-of-type(n+6){
		display:none;
	}
}
.top_products_tab {
	text-align: center;
	/*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);*/
	/*background: #F5F5F5;*/
}
.top_products_tab ul {
	list-style: none;
	padding: 0!important;
}
.top_products_tab ul li {
	font-weight: bold;
	color: #0d2b6f;
	width: 30%;
	padding: 20px 10px;
	margin:0 1% 20px;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius:10px;
}
@media screen and (max-width: 479px){
	.top_products_tab ul li {
		font-size:12px;
	}
}
.top_products_tab ul li:first-child {
	/*border-left: none;*/
}
.top_products_tab ul li.active {
	background-color: #0d2b6f;
	color: #fff;
}
.top_products_box {
	display: none;
	border: 1px solid #ccc;
}
#top_products_box0{
	margin-top:50px;
}
.top_products_box.active {
	display: block;
}
.top_products_box .title {
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px;
	color: #0d2b6f;
	border-bottom: 2px solid #0d2b6f;
}
.top_products_box .sub_title {
	color: #e5e5e5;
	font-weight: bold;
	background-color: #0d2b6f;
	padding: 10px 20px;
}
.list_top_products_box1 {
	padding: 10px 5px!important;
	list-style: none;
	background-color: #f5f5f5;
}
.list_top_products_box1 li {
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}
.list_top_products_box1 li .inner_box {
	padding: 20px 10px;
	border: 1px solid #ddd;
	background-color: #ffffff;
}
.list_top_products_box1 li a {
	color: #1d2129;
	display: block;
	text-decoration: none;
}
.list_top_products_box1 li span {
	display: block;
}
.list_top_products_box1 li .img {
	text-align: center;
}
.list_top_products_box1 li .title_category {
	padding-top: 10px;
}

@media screen and (min-width: 780px), print{
	.list_top_products_box1 li {
		width: 20%;
	}
}
@media screen and (max-width: 779px){
	.list_top_products_box1 li {
		width: 50%;
	}

}
.top_products_box2_radio_box {

}
.top_products_box2_radio_box .title_radio {
	padding: 12px 20px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
.top_products_box2_radio_box ul {
	list-style: none;
	padding: 20px;
}
.top_products_box2_radio_box ul li {
	padding: 5px;
}
.top_products_box2_table_pump .title_table {
	color: #0d2b6f;
	font-weight: bold;
}
.top_products_box2_table_pump ul {
	padding: 0!important;
	list-style: none;
}
.top_products_box2_table_pump ul li {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
.top_products_box2_pump_2,
.top_products_box2_pump_3 {
	padding: 20px;
}

.top_products_box2_btn {
	padding: 16px 20px;
}
.top_products_box2_btn:hover {
	cursor:pointer;
}
.list_products_box3 {
	padding: 20px;
	background-color: #f5f5f5;
}
.list_products_box3 ul {
	max-width: 635px;
	margin: 0 auto;
	padding: 0!important;
	list-style: none;
}
.list_products_box3 li {
	padding: 4px 2px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.list_products_box3 li a {
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	display: block;
	width: 40px;
	background-color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
@media screen and (max-width:480px){
	.top_products_box3_table {
		font-size:80%;
	}
}
.top_products_box3_table .title_alphabet {
	color: #e5e5e5;
	font-weight: bold;
	background-color: #0d2b6f;
}
.top_products_box3_table .title_model {
	color: #0d2b6f;
	font-weight: bold;
}
.top_products_box3_table .tag {
	color: #fff;
	font-size: 0.9em;
	margin: 2px;
	padding: 3px 10px;
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
}
.top_products_box3_table .tag_color_1 {
	background-color: #54b6f3;
}
.top_products_box3_table .tag_color_2 {
	background-color: #f36063;
}
.top_products_box3_table .tag_color_3 {
	background-color: #63c563;
}
.body_category .top_products_box3_table td:nth-of-type(1){
	position: relative;
	vertical-align: bottom;
	overflow: hidden;
}
.body_category .top_products_box3_table td:nth-of-type(1) img {
	position: absolute;
	width: auto !important;
	height: auto !important;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	background:#EFEFEF;
	cursor:default;
	border:none;
}
/* for IE 11 */
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .body_category .top_products_box3_table td:nth-of-type(1) img {
	position:relative;
	transform: translate(-50%, 0);
  } 
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .body_category .top_products_box3_table td:nth-of-type(1) img{
	position:relative;
	transform: translate(-50%, 0);
  }
}

@media screen and (min-width:781px), print {
	.body_category .top_products_box3_table td:nth-of-type(1){
		width: 150px;
		height: 150px;
	}
	.body_category .top_products_box3_table td:nth-of-type(2){
		width:100px;
	}
	.body_category .top_products_box3_table td:nth-of-type(3){
		width:250px;
	}
}
@media screen and (min-width:481px) and (max-width:780px){
	.body_category .top_products_box3_table td:nth-of-type(1){
		width:15%;
		height: auto;
	}
	.body_category .top_products_box3_table td:nth-of-type(2){
		width:15%;
	}
	.body_category .top_products_box3_table td:nth-of-type(3){
		width:30%;
	}
}
@media screen and (max-width:480px){
	.body_category .top_products_box3_table td:nth-of-type(1){
		width:15%;
		height: auto;
	}
	.body_category .top_products_box3_table td:nth-of-type(2){
		width:18%;
	}
	.body_category .top_products_box3_table td:nth-of-type(3){
		width:30%;
	}
}

/*--------------------------------------- support/index_detail */
.body_support .column_main table td img{
	border:1px solid #0D2B6F;
	padding-left:10%;
	padding-right:10%;
	padding-top:10px;
	padding-bottom:10px;
}
.body_support .column_main table td a{
	text-decoration:none;
}
.body_support .column_main table td a:hover{
	opacity:0.8;
}
@media screen and (max-width:479px){
	.body_support .column_main table tr{
		display:inline;
	}
	.body_support .column_main table td{
		display:inline-block;
		width:49% !important;
	}
}
/*--------------------------------------- exhibition/index */
.search_box_exhibition{
	width: 90%;
	display: table;
	margin:30px auto;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	background:#F5F5F5;
}
@media screen and (max-width: 779px){
	.search_box_exhibition{
		width: 95%;
	}
}
.search_box_exhibition div.search_title_exhibition{
	/*text-indent:-9800px;
	display:table-cell;
	width:150px;
	height:120px;
	margin:0;
	padding:0;
	background:url('./img/search_title_exhibition.png') no-repeat center center;*/
	display: table-cell;
	width: 10%;
	height: 120px;
	text-indent: -9800px;
}
.search_box_exhibition .search_box_core_exhibition{
	display:table-cell;
	vertical-align: middle;
	padding-right:10%;
}
.search_box_exhibition ul{
	margin:20px 0 5px;
	padding:0;
}
.search_box_exhibition ul li{
	display:inline-block;
	text-indent:-9800px;
	width:227px;
	height:44px;
}
.search_box_exhibition form{
	margin-bottom:5px;
}
.search_box_exhibition .search_keyword{
	font-size:0.85em;
	border-radius:0;
	border:1px solid #EAEAEA;
	padding:10px;
	width:85%;
	margin-top:1px;
	margin-right:0;
}
@media screen and (max-width:779px){
	.search_box_exhibition .search_keyword{
		width:100%;
	}
	.search_box_exhibition form{
		margin-bottom:5px;
		padding-top:20px;
	}
}

.search_box_exhibition .search_submit{
	margin-left:0;
	text-indent:-9800px;
	outline:none;
	border:0;
	width:68px;
	height:39px;
	background:url('../../_files/common/btn_top_search_enter.png') no-repeat center center;
}
@media screen and (max-width:779px){
	.search_box_exhibition .search_submit{
		display: block;
		margin: auto;
	}
}

.search_box_exhibition #search_box_link{
	font-size:85%;
	color:#6D6D6D;
	padding-left:1em;
	padding-top:0.2em;
}

.exhibition_list {
	padding: 20px 0;
}
.exhibition_list ul {
	padding: 0!important;
	list-style: none;
}
.exhibition_list li {
	display: inline-block;
	vertical-align: top;
}
.exhibition_list li a {
	display: block;
	color: #1d2129;
	text-decoration: none;
}
.exhibition_list li span {
	display: block;
}
.exhibition_list li .inner_box {
	padding: 10px;
	border: 1px solid #ddd;
}
.exhibition_list li .img {
	display:table-cell;
	text-align: center;
	vertical-align:middle;
}
.exhibition_list li img {
	width:100%;
}

.exhibition_list li .title{
	color: #0d2b6f;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 20px;
}
.exhibition_list li .msg{
	padding-top: 20px;
}
.exhibition_list li .tag{
	padding-top: 20px;
	color: #777;
	font-size: 0.9em;
}

@media screen and (min-width: 951px), print {
	.exhibition_list li {
		width: 33%;
		padding: 10px;
	}
}
@media screen and (max-width: 950px) {
	.exhibition_list li {
		width: 50%;
		padding: 10px;
	}
	.exhibition_list li img{
		width:100%;
	}
}

.exhibition_title{
	letter-spacing:0;
}
.exhibition_kaiki{
	font-size:0.8em;
}
.exhibition_tenjihin{
	font-size:0.8em;
}
/*--------------------------------------- exhibition/index_detail */
.exhibition_main_img{
	margin:0 auto 20px;
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
}
.exhibition_main_img img{
	display:block;
	margin:0 auto;
}
.exhibition_detail_title{
	font-size:2em;
	margin-bottom:20px !important;
}
.exhibition_detail_kaiki{
	margin-bottom:20px;
}
.exhibition_detail_tenjihin{
	margin-bottom:20px;
}
.exhibition_detail_movie_id iframe{
	pointer-events:none;
}
.exhibition_detail_movie_content{
	display:flex;
}
.exhibition_detail_movie_text{
	padding: 0 15px 10px;
}
.exhibition_detail_movie_buttons{
	text-align:center;
}
.exhibition_detail_movie_product{
	display:inline-block;
	font-size: 0.85em;
	color: #FFFFFF;
	border: solid 1px #FF8600;
	width: 12em;
	border-radius: 20px;
	padding: 5px 20px;
	text-align: center;
	margin: 10px 3% 0 auto;
	background: #FF8600;
	text-decoration:none;
}
.exhibition_detail_movie_product:hover{
	color:#FF8600;
	background:#FFFFFF;
}
.exhibition_detail_movie_catalog{
	display:inline-block;
	font-size: 0.85em;
	color: #FFFFFF;
	border: solid 1px #0EA90E;
	width: 12em;
	border-radius: 20px;
	padding: 5px 20px;
	text-align: center;
	margin: 10px auto 0;
	background: #0EA90E;
	text-decoration:none;
}
.exhibition_detail_movie_catalog:hover{
	color:#0EA90E;
	background:#FFFFFF;
}
@media screen and (max-width: 779px){
	.exhibition_detail_movie_content{
		display:block;
	}
	.exhibition_detail_movie_id{
		text-align:center;
	}
}
/*--------------------------------------- maintenance/index */
table.contact_number{
	width:60%;
}
@media screen and (max-width: 779px){
	table.contact_number{
		width:100% !important;
	}
}
@media screen and (max-width:479px){
	table.contact_number{
		font-size:80%;
	}
}
/*--------------------------------------- media/index */
.containerInner_media .list_media{
	width:88%;
	margin:30px auto 0;
	border-top:1px solid #CCCCCC;
	padding:0;
}
@media screen and (max-width:479px){
	.containerInner_media .list_media{
		width:96%;
	}
}
.containerInner_media .list_media li{
	width:100%;
	display:flex;
	border-bottom:1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
	min-height:150px;
}
.media_content{
	width:700px;
	max-width:100%;
}
.media_title{
	color:#0D2B6F;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.5em;
}
.media_image{
	width:150px;
}
.media_thumbnail img{
	border:1px solid #CCCCCC;
}
/*--------------------------------------- product_movie/index.html */

/*---------------------------------------.search_box_movie */
.search_box_movie{
	width: 90%;
	display: table;
	margin:30px auto;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	background:#F5F5F5;
}
.search_box_movie div.search_title_movie{
	/*text-indent:-9800px;
	display:table-cell;
	width:150px;
	height:120px;
	margin:0;
	padding:0;
	background:url('./img/search_title_movie.png') no-repeat center center;*/
	display:table-cell;
	width:10%;
	height:120px;
	text-indent:-9800px;
}
.search_box_movie .search_box_core_movie{
	display:table-cell;
	vertical-align: middle;
	padding-right:10%;
}
.search_box_movie ul{
	margin:20px 0 5px;
	padding:0;
}
.search_box_movie ul li{
	display:inline-block;
	text-indent:-9800px;
	width:227px;
	height:44px;
}
.search_box_movie ul li#tab_search_category{
	background-image:url('../../_files/_template/img/btn_search_category.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.search_box_movie ul li#tab_search_pattern{
	background-image:url('../../_files/_template/img/btn_search_pattern.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.search_box_movie ul li#tab_search_purpose{
	background-image:url('../../_files/_template/img/btn_search_purpose.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.search_box_movie ul li#tab_search_type{
	background-image:url('../../_files/_template/img/btn_search_type.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.search_box_movie form{
	margin-bottom:5px;
}
.search_box_movie .search_keyword{
	font-size:0.85em;
	border-radius:0;
	border:1px solid #EAEAEA;
	padding:10px;
	width:85%;
	margin-top:1px;
	margin-right:0;
}
@media screen and (max-width:779px){
	.search_box_movie .search_keyword{
		width:100%;
	}
}
.search_box_movie .search_submit{
	margin-left:0;
	text-indent:-9800px;
	outline:none;
	border:0;
	width:68px;
	height:39px;
	background:url('../../_files/common/btn_top_search_enter.png') no-repeat center center;
}
@media screen and (max-width:779px){
	.search_box_movie .search_submit{
		display: block;
		margin: auto;
	}
}
.movie_search_title{
	vertical-align: top;
	width: 200px;
	padding-top:15px;" 
}
@media screen and (max-width:479px){
	.movie_search_title{
		vertical-align: top;
		width: 40%;
	}
}

.refined_search_title {
	font-size: 1.3em;
	font-weight: bold;
	margin-top:0 !important;
}
.refined_search_btn {
	margin: 10px 0;
	padding: 10px 0;
	padding-left: 30px;
	background-image:url(./img/refined_search_btn_open.png);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}
.refined_search_btn.open {
	background-image:url(./img/refined_search_btn_close.png);
}
.refined_search_list {
	display: none;
}
.refined_search_list.open{
	display: block;
}
.refined_search_list tr {
	border-bottom:1px solid #ccc;
}
.refined_search_list tr:first-child {
	border-top:1px solid #ccc;
}
.refined_search_list ul {
	list-style: none;
	padding: 0;
}
.refined_search_list ul li {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
@media screen and (max-width:779px){
	.refined_search_list ul li {
		width: 100%;
	}
}
.refined_search_box {
	text-align: center;
	padding: 20px 0;
}
.input_button_refined_search {
	font-size: 1.1em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 5px 10px;
	color: #0d2b6f;
	background-color: #fff;
	border: 1px solid;
	border-radius: 100em;
	width: 100%;
	max-width: 200px;
	cursor: pointer;
}
.search_list {
	padding: 20px 0;
}
.search_list ul {
	padding: 0!important;
	list-style: none;
}
.search_list li {
	display: inline-block;
	vertical-align: top;
}
.search_list li a {
	display: block;
	color: #1d2129;
	text-decoration: none;
}
.search_list li span {
	display: block;
}
.search_list li .inner_box {
	padding: 10px;
	border: 1px solid #ddd;
}
.search_list li .img {
	text-align: center;
}
.search_list li .title{
	color: #0d2b6f;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 20px;
}
.search_list li .msg{
	padding-top: 20px;
}
.search_list li .tag{
	padding-top: 20px;
	color: #777;
	font-size: 0.9em;
}

@media screen and (min-width: 951px), print {
	.search_list li {
		width: 25%;
		padding: 10px;
	}
}
@media screen and (max-width: 950px) {
	.search_box_movie{
		width:96%;
		margin-left:2%;
		margin-right:2%;
	}
	.search_list li {
		width: 50%;
		padding: 10px;
	}
}
@media screen and (max-width: 779px){
	.search_box_movie .search_keyword{
		/*width:calc(100vw * 0.5) !important;*/
	}
	.search_box_movie div.search_title{
		width:100px;
		height:100px;
	}
	.search_box_movie ul {
	}
	.search_box_movie ul li{
		width:180px;
		height:35px;
		background-size:100%;
	}
}
@media screen and (max-width: 479px){
	.search_box_movie .search_keyword{
		/*width:calc(100vw * 0.5) !important;*/
	}
	.search_box_movie .search_submit{
		background-color:#0D2B6F;
	}
	.search_box_movie div.search_title{
		width:100px;
		height:100px;
	}
	.search_box_movie ul li{
		width:100px;
		height:25px;
		background-size:100%;
	}
}
/*--------------------------------------- qa/index.html */
.qa_search_category {
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	background:#F5F5F5;
}

.qa_search_category ul {
	padding: 0;
	margin: 20px 0;
}
.qa_search_category li {
	margin: 0;
	list-style: none;
}
.qa_search_category li a {
	text-decoration: none;
	display: block;
}
.qa_search_category li .list_box {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.qa_search_category li .img,
.qa_search_category li .text {
	display: table-cell;
	vertical-align: middle;
}
.qa_search_category li .img {
	width: 70px;
	padding-right: 10px;
}
.qa_search_word_box {
	margin-top: 10px;
	border: 1px solid #ddd;
}
.margin_t30 {
	margin-top: 30px;
}
.qa_search_word {
	text-align: center;
	padding: 20px;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	background:#F5F5F5;
}
.qa_search_word input[type="text"],
.qa_search_word .input_button {
	font-size: 1.2em;
	height: 40px;
}
.qa_search_word input[type="text"] {

}
.qa_search_word .input_button {
	padding: 0 20px;
}
.qa_search_word_fr {
	padding: 20px;
	border-top: 1px dashed #cccccc;
}
.qa_search_word_fr .qa_title {
	display: table-cell;
	background-color: #7698C3;
	color: #fff;
	padding: 5px 10px;
	margin: 0 10px;
	font-size: 0.9em;
}
.qa_search_word_fr .qa_column {
	display: table-cell;
	padding-left:10px;
}
.qa_search_word_fr ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.qa_search_word_fr ul li:before {
	content: "/";
	padding-right: 10px;
}
.qa_search_word_fr ul li:first-child:before {
	display: none;
}


@media screen and (min-width: 781px), print{
	.qa_search_word_fr .columnBox {
		display: table;
		table-layout: fixed;
		margin: 0 auto;
	}
	.qa_search_word_fr .column {
		display: table-cell;
	}
}
@media screen and (min-width: 479px), print{
	.qa_search_category li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		max-width: 186px;
	}
	.qa_search_category li a {
		padding: 10px;
	}
}
@media screen and (max-width: 479px){
	.qa_search_category li {
		display: block;
		border-top: 1px solid #ddd;
	}
	.qa_search_category li:first-child {
		border-top: none;
	}
	.qa_search_category li a {
		padding: 5px;
	}
	.qa_search_category li br {
		display: none;
	}
	.qa_search_category li img {
		width: 50px;
	}
	.qa_search_word .input_button {
		margin-top: 20px;
	}
}
.container_faq .faq_nav {
	padding: 10px 0 0;
	list-style: none;
	display: block;
}
@media screen and (max-width: 479px){
	.container_faq .faq_nav{
		display:none;
	}
}
.container_faq .faq_nav li {
	display: inline-block;
	vertical-align: middle;
}
.container_faq .faq_nav li a {
	color: #002e66;
	display: block;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
	background-image: url(./img/qa_icon_link.png);
	background-position: center left 10px;
	background-repeat: no-repeat;
}
.qa_navi_top {
	display: none;
}
.qa_navi_top.fixed {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
.qa_navi_top_inener {
	max-width: 980px;
	margin: 0 auto;
}
.container_faq h2 {
	margin: 0;
	margin-top: 40px;
}
.faq_box {
	padding: 20px 0 10px;
}
.faq_box > a{
	text-decoration:none;
	underline:none;
	color:inherit;
}
.faq_box > a:hover .faq_title,
.faq_box > a:hover .faq_text{
	opacity:0.8;
}

.faq_box .faq_title,
.faq_box .faq_text {
	position: relative;
	min-height:50px;
}
.faq_box .faq_title:before,
.faq_box .faq_text:before {
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 10px;
	width: 30px;
	height: 100%;
}
.faq_box .faq_title {
	background-color: #ECF2FF;
	position: relative;
	margin: 0;
	padding: 15px 45px 15px 50px;
	background-position: center right 10px;
	background-repeat: no-repeat;
	font-size:1.3em;
}
.faq_box .faq_title.close {
}
.faq_box .faq_title:before {
	content: "";
	background-image: url(./img/qa_icon_q.png);
	background-position: center top 15px;
}
.faq_box .faq_text {
	padding: 20px 10px 15px 50px;
	background-color: #f7f7f7;
	font-size:0.8em;
}
.faq_box .faq_detail_text {
	padding: 15px 10px 15px 50px;
	font-size:1.1em;
}
.faq_box .faq_text:before {
	content: "";
	background-image: url(./img/qa_icon_a.png);
	background-position: center top 15px;
}
.faq_box .faq_text .qa_detail{
	float:right;
	margin-right:2%;
}
.faq_box .faq_text .qa_detail:before{
	display:block;
	width: 30px;
	height: 20px;
	border-left: 15px solid #002E66;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
/* ナビ固定時 */
.qa_navi_top.fixed .refined_search_title,
.qa_navi_top.fixed .qa_search_word_fr{
	display:none;
}
.qa_navi_top.fixed .qa_search_category ul{
	margin:0;
	text-align:center;
}
.qa_navi_top.fixed .qa_search_category ul li{
	max-width:100px;
}
.qa_navi_top.fixed .qa_search_category ul li a{
	padding:0;
}
.qa_navi_top.fixed .qa_search_category ul li .list_box{
	display:block;
}
.qa_navi_top.fixed .qa_search_category ul li .img{
	width:100px;
	text-align:center;
	display:inline-block;
	padding-right:0;
}
.qa_navi_top.fixed .qa_search_category ul li .img img{
	width:50px;
}
.qa_navi_top.fixed .qa_search_category ul li .text{
	width:100px;
	text-align:center;
	display:inline-block;
}
.qa_navi_top.fixed .qa_search_word{
	padding:5px;
}
@media screen and (max-width:899px){
	.qa_navi_top.fixed .qa_search_category ul li{
		max-width:80px;
	}
	.qa_navi_top.fixed .qa_search_category ul li .img{
		width:80px;
	}
	.qa_navi_top.fixed .qa_search_category ul li .text{
		width:80px;
	}
}

/*--------------------------------------- model */
.body_model #msg table{
	
}
.body_model #msg table th{
	background-color: #FCD5B4;
	padding:10px 2px 10px 2px;
	font-size:0.8em;
}
.body_model #msg table th:nth-of-type(7){
	font-size:0.6em;
}
.body_model #msg table td{
	background-color: #FCD5B4);
	vertical-align: top;
	font-size:0.8em;
	padding:3px 2px 0 8px;
}
@media screen and (min-width: 780px){
	.body_model #msg table th{
		white-space:nowrap;
	}
	.body_model #msg table td:nth-of-type(6){
		white-space:nowrap;
	}
}
/*--------------------------------------- trade/index.html */
.container_trade {
	min-height:80vh;
}
.trade_page_link {
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
	padding:0;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.trade_page_link li{
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #ddd;
}
.trade_page_link li:hover{
	background-color: #f0f0f0;
}
.trade_page_link li.current {
	background-color: #D1E0FF;
}
.trade_title {
	color: #0d2b6f;
	padding: 0 10px;
	border-bottom: 2px solid #0d2b6f;
}
.trade_title .trade_icon,
.trade_title #title {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.trade_title .trade_icon img {
	vertical-align: middle;
}
.trade_title a{
	color:#0d2b6f;
	text-decoration:none;
}
.trade_search_box {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #dddddd;
	text-align: center;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
	background: #F5F5F5;
}
.trade_search_box .trade_search .input_button,
.trade_search_box .trade_search input[type="text"] {
	display: inline-block;
	vertical-align: middle;

}
.trade_search_box .trade_search input[type="text"] {
	border: 1px solid #000;
	margin: 5px;
}
.trade_search_box .trade_search .input_button {
	padding: 6px 16px;
	text-indent: -9999999px;
	border-radius: 100em;
	background-image: url(./img/icon_search.png);
	background-color: #000000;
	background-position: center right 1px;
	background-repeat: no-repeat;
}
.trade_box {
	margin: 20px 0;
	padding-bottom: 20px;
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.trade_box.trade_box_category {
	background:#F8FBFF;
}
.trade_box .columnBox ul {
	margin-left: 20px;
}
.trade_box .column {
	padding: 20px;
}
.trade_box .column_img {
	text-align: center;
}
.trade_box .products_related{
	padding:20px;
}
.trade_box .products_related_list {
	padding: 0 14px;
}
.trade_box .products_related_list li .img {
	position: relative;
	vertical-align: bottom;
	overflow: hidden;
	width: 135px;
	height: 135px;
}
.trade_box .products_related_list li .img img {
	position: absolute;
	width: auto !important;
	height: auto !important;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	background:#EFEFEF;
	cursor:default;
	border:none;
}
.trade_data_list {
	padding-top: 20px;
}
.trade_data,
.trade_data_pdf {
	display: inline-block;
	vertical-align: middle;
	padding: 2px;
}
.trade_data a,
.trade_data_pdf a{
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	border-radius: 5px;
	padding: 2px 26px 2px 10px;
	border: 1px solid;
	background-position: center right 5px;
	background-repeat: no-repeat;
	border-radius: 3px;
}

.trade_data a{
	background-image: url(./img/icon_link_external.png);
}
.trade_data_pdf a{
	background-image: url(./img/icon_link_pdf.png);
}
.trade_msg_detail{
	padding:15px 20px 0;
	border-top:2px solid #C0D4FF;
}
.trade_inner_box {
	padding: 0 20px;
}
.trade_inner_box h3 a {
	text-decoration: none;
}
.trade_sub_box {
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgb(119 139 185 / 0.2);
	border-radius: 4px;
	border: 2px solid #c0d4ff;
}
.trade_sub_box #sub_title {
	padding: 10px;
	color: #fff;
	background-color: #0d2b6f;
}
.trade_sub_box #sub_title a {
	color: #fff;
}
.trade_detail_title {
	padding: 10px;
	color: #fff;
	background-color: #0d2b6f;
}
.trade_detail_title h2 {
	font-weight: bold;
}
.trade_detail_title h2 a{
	color:#FFFFFF;
}
.trade_box_detail {
	box-shadow: 0px 0px 10px rgb(119 139 185 / 0.2);
	border: 2px solid #c0d4ff;
	padding:20px;
}
@media screen and (min-width: 980px), print {
	.trade_page_link li{
		width: 12.5%;
	}
	.trade_page_link li:first-child{
		border: 0;
	}
	.container_trade .products_related_list li {
		width: 20%;
	}
	.trade_sub_box #sub_title {
		font-size: 1.2em;
	}
}
@media screen and (min-width: 580px) and (max-width: 979px) {
	.trade_page_link li{
		width: 25%;
	}
	.trade_page_link li:nth-child(n + 5) {
		border-top: 1px solid #ddd;
	}
	.trade_page_link li:nth-child(4n+1){
		border-left: none;
	}
	.container_trade .products_related_list li {
		width: 50%;
	}
	.trade_box .column_main {
		padding: 20px;
	}
	.container_trade .products_related_list li .img{
		width: auto;
	}

}
@media screen and (max-width: 579px) {
	.trade_page_link li{
		width: 50%;
	}
	.trade_page_link li{
		border-top: 1px solid #ddd;
	}
	.trade_page_link li:nth-child(4n+1){
		border-left: none;
	}
	.container_trade .products_related_list li {
		width: 50%;
	}
	.trade_box .column_main {
		padding: 20px;
	}
	.container_trade .products_related_list li{
		width: 100%;
	}
	.container_trade .products_related_list li .img{
		width: auto;
	}

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */

/* フォームツールチップ */
.invisible {
	display: none;
}

a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}

#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}

.comment_box th,
.comment_box td {
	padding: 10px;
}

.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}

.comment_name {
	width: 70%;
	text-align: left;
}

.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}

.comment_box td {
	padding-top: 0;
}

.comment_text {
	padding: 15px;
	background: #ffffff;
}

.icon_comment {
	text-align: right;
}

.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}

/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}


/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/* フォームエラー */
.error_msg,
.error_msg_js {
	padding : 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 7px no-repeat;
}

/* 印刷用調整 */
@media print{
	body{
		width:1050px !important;
	}
	header .header_info {
		width:800px;
	}
	header .header_info{
		background:none;
		height:auto;
	}
	header #header_inner{
		background:url('./img/bg_header_1020.png') left top no-repeat;
	}
	header #header_logo_after{
		display:none;
	}
	nav.gNavi li a {
		width: 120px;
	}
	.box_contact_fix,
	.sp_menu_btn{
		display:none !important;
	}
	.qa_navi_top{
		display:none !important;
	}
}