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


/*-------------------------------
---------------------------------
---------------------------------
---------------------------------
---------------------------------
ベースレイアウト
---------------------------------
---------------------------------
---------------------------------
---------------------------------
-------------------------------*/


/*--------------------------
----------------------------
----------------------------
共通
----------------------------
----------------------------
--------------------------*/

/* PC時表示 */
.pc-revelation, .pctb-revelation {
    display: block !important;
}
.pc-revelation-i, .pctb-revelation-i {
    display: inline !important;
}
/* PC時非表示 */
.tb-revelation, .sp-revelation, .tb-revelation-i, .sp-revelation-i {
    display: none !important;
}
body {
    background-color: #ffffff;
    font-size: 12px;
    min-width: 980px;
    text-align: left;
    width: 100%;
}


div#container {
    background-color: #ffffff;
    line-height: 2;
    margin: 0;
    min-width: 980px;
    padding: 0;
    width: 100%;
}

.androidBold {
    font-family: monospace;
}

a {
    color: #000000;
}
a:hover {
    color: #000000;
	text-decoration: underline;
}
a.trans:hover {
	-webkit-opacity: 0.8;
    opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}
a.trans:hover img {
	-ms-filter: "alpha(opacity=80)";
}
a.pdf {
	display: inline-block;
	position: relative;
	margin-right: 17px;
	line-height: 1.3;
}
a.pdf:after {
	content: "";
	position: absolute;
    bottom: -3px;
	right: inherit;
	width: 16px;
	height: 16px;
	margin: 2px;
	background: url(../img/ico_pdf01.png) 0 0 no-repeat;
}

/*--------------------------
共通　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
/* スマホ時表示 */
.sp-revelation {
    display: block !important;
}
.sp-revelation-i {
    display: inline !important;
}
/* スマホ時非表示 */
.pc-revelation, .tb-revelation, .pctb-revelation, .pc-revelation-i, .tb-revelation-i, .pctb-revelation-i {
    display: none !important;
}
body {
    font-size: 14px;
    line-height: 1;
    max-width: 640px;
    min-width: 320px !important;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}
div#container {
    max-width: 640px;
    min-width: 320px;
    padding-top: 0;
    position: relative;
}
a:hover {
	text-decoration: none;
}
a.trans:hover {
	-webkit-opacity: 1;
    opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
a.trans:hover img {
	-ms-filter: "alpha(opacity=100)";
}
a.pdf:after {
    bottom: -3px;
	background: url(../img/ico_pdf01_sp.png) 0 0 no-repeat;
	background-size: 16px 15px;
}
}

/*--------------------------
共通　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
/* タブレット時表示 */
.tb-revelation, .pctb-revelation {
    display: block !important;
}
.tb-revelation-i, .pctb-revelation-i {
    display: inline !important;
}
/* タブレット時非表示 */
.pc-revelation, .sp-revelation, .pc-revelation-i, .sp-revelation-i {
    display: none !important;
}
body {
    line-height: 1;
    max-width: 800px;
    min-width: inherit;
    text-align: left;
}
div#container {
    max-width: 800px;
    min-width: 641px;
}
a:hover {
	text-decoration: none;
}
a.trans:hover {
	-webkit-opacity: 1;
    opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
a.trans:hover img {
	-ms-filter: "alpha(opacity=100)";
}
}
@media screen and (min-width: 641px) {
a.tellink {
	pointer-events: none;
}
}


/* !wrapper
---------------------------------------------------------- */
@media screen and (max-width: 640px) {
#wrapper {
	width: 100%;
    min-width: 320px;
}
}
@media screen and (min-width: 641px) {
div#wrapper {
    max-width: 800px;
    min-width: 641px;
}
}
@media screen and (min-width: 801px) {
div#wrapper {
    max-width: none;
    min-width: 980px;
}
}


/*--------------------------
----------------------------
----------------------------
ヘッダー
----------------------------
----------------------------
--------------------------*/

div#container {
    background-color: transparent;
    margin: 0 auto;
    width: 100%;
}
div#header {
    margin: 0 auto;
    padding: 32px 0 6px;
    position: relative;
    width: 980px;
}

	/* === ヘッダーロゴ === */
	div#header h1.logo {
		height: 57px;
		margin-bottom: 25px;
		text-align: center;
		width: 253px;
	}
	
	/* === ヘッダーナビ === */
	#header_navi {
		position: absolute;
		right: 0;
		top: 28px;
	}
	#header_navi_inner {
		float: right;
		margin-bottom: 12px;
		padding-left: 9px;
	}
	p#gnavibutton {
		display: none;
	}
	#header_navi_inner ul.gnavi {
		display: none;
	}
	#header_navi_inner li {
		float: left;
		padding-right: 8px;
	}
	#header_navi_inner li.home a {
		padding-right: 0;
	}
	#header_navi_inner li.language {
		padding-right: 0;
	}
	#header_navi_inner li.sitemap {
	}
	#header_navi_inner li.sitemap a {
	}
	#header_navi_inner li a {
		display: block;
		line-height: 1.6;
		padding: 2px 12px 3px 10px;
	}
	#header_navi_inner li.language a {
		background-color: #015dcc;
		color: #ffffff;
	}
	#header_navi_inner li a span {
		background: url("../img/arrow_blk.png") no-repeat scroll -1px 3px;
		padding-left: 10px;
	}
	#header_navi_inner li.language a span {
		background: url("../img/arrow_wht.png") no-repeat scroll -1px 3px;
	}
	#header_navi_inner li.language a:hover {
		background-color: #003e85;
		text-decoration: none;
	}
	#header_navi_inner li a:hover span, #header_navi_inner li.language a:hover span {
		background-position: 1px 3px;
	}
	div.google_search {
		clear: right;
		text-align: right;
	}
	div#formSet {
		float: right;
	}
	div#search input.search {
		height: 26px;
		width: 224px;
	}
	
	/* === グローバルナビ === */
	div#gnavi {
		background-color: #0054b4;
		border-bottom: 1px solid #ffffff;
		width: 100%;
	}
	div#gnavi div.gnavibody {
		margin: 0 auto;
		width: 980px;
	}
	div#gnavi ul {
		border-left: 1px solid #4d88cb;
	}
	div#gnavi ul li {
		border-right: 1px solid #4d88cb;
		display: table;
		float: left;
		height: 65px;
		width: 195px;
	}
	div#gnavi ul li.gn6 {
		display: none;
	}
	div#gnavi ul li:first-child {
		width: 194px;
	}
	div#gnavi ul li a {
		color: #ffffff;
		display: table-cell;
		font-size: 116.6%;
		height: 65px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		width: 195px;
	}
	div#gnavi ul li:first-child a {
		width: 194px;
	}
	div#gnavi ul li.current a {
		background-color: #003e85;
	}
	div#gnavi ul li a:hover {
		background-color: #003e85;
	}

/*--------------------------
ヘッダー　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
div#header {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
}

	/* === ヘッダーロゴ === */
	div#header h1.logo {
		margin-bottom: 10px;
		padding-left: 3%;
		height: 44px;
	}
	div#header h1.logo a {
		background: url("../img/logo_sp.png") no-repeat scroll 0 0;
		background-size: 180px 41px;
		display: block;
		height: 41px;
		overflow: hidden;
		text-indent: -900px;
		white-space: nowrap;
		width: 180px;
	}
	
	/* === ヘッダーナビ === */
	#header_navi {
		position: static;
		right: inherit;
		top: inherit;
	}
	#header_navi div.google_search {
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}
	#header_navi div.google_search input {
		border-radius: 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
	}
	#header_navi div.google_search input.search {
		width: 82%;
	}
	#header_navi div.google_search input.searchb {
		width: 30px !important;
		height: 30px !important;
	}
	p#gnavibutton {
		background: url("../img/menu_sp.png") no-repeat scroll 0 0;
		background-size: 54px 108px;
		display: block;
		height: 54px;
		overflow: hidden;
		position: absolute;
		right: 0;
		text-indent: -900px;
		top: 0;
		white-space: nowrap;
		width: 54px;
	}
	p#gnavibutton.open {
		background-position: 0 -54px;
	}
	#header_navi_inner {
		display: none;
		margin-bottom: 0;
		padding: 0;
		position: relative;
		top: -10px;
		width: 100%;
		z-index: 1000;
	}
	#header_navi_inner ul.gnavi {
		display: block;
	}
	#header_navi_inner li {
		border-bottom: 1px solid #dfdfdf;
	}
	#header_navi_inner ul li a {
		background-color: #0054b4;
   		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #ffffff;
		display: block;
		font-size: 107%;
		padding: 15px 17px;
	}
	#header_navi_inner ul li.current a {
		background-color: #003e85;
	}
	#header_navi_inner ul.gnavi li ul.subnavi {
		border-top: 1px solid #4d88cb;
	}
	
	#header_navi_inner ul.gnavi li ul.subnavi li {
		border-top: 1px dotted #4d88cb;
		border-bottom-width: 0px;
	}
	#header_navi_inner ul.gnavi li ul.subnavi li:first-child {
		border-top-width: 0px;
	}
	#header_navi_inner ul.gnavi li ul.subnavi li a {
		padding: 10px 17px;
		background-color: #c9e2ff;
		font-size: 106%;
		color: #0054b4;
	}
	#header_navi_inner ul li ul.subnavi li.current a {
		background-color: #003e85;
		color: #ffffff;
	}
	#header_navi_inner ul.gnavi li ul.subnavi li a span {
		display: inline-block;
		background-image: none;
	}
	
	#header_navi_inner ul.gnavi {
		border-top: 1px solid #4d88cb;
	}
	#header_navi_inner ul.gnavi li {
		border-bottom: 1px solid #4d88cb;
	}
	#header_navi_inner li {
		float: none;
		padding: 0;
	}
	#header_navi_inner li.gn6, #header_navi_inner li.home {
		display: none;
	}
	#header_navi_inner li.language a, #header_navi_inner li.sitemap a {
		background-color: #ffffff;
    	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #000000;
		display: block;
		font-size: 107%;
		padding: 15px 17px;
	}
	#header_navi_inner li.sitemap a span, #header_navi_inner li.language a span {
		background: url("../img/arrow_blk_sp.png") no-repeat scroll -1px 3px;
		background-size: 8px 10px;
	}
	#header_navi_inner li.language a:hover {
		background-color: #ffffff;
	}
	#header_navi_inner li a:hover span, #header_navi_inner li.language a:hover span {
		background-position: -1px 3px;
	}
	
	div#formSet {
		float: none;
	}
	
	/* === グローバルナビ === */
	div#gnavi {
		display: none;
	}
	div#gnavi div.gnavibody {
		width: 100%;
	}
	div#gnavi ul li a:hover {
		background-color: inherit;
	}
}

/*--------------------------
ヘッダー　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#header {
    padding: 4.8% 2% 0.5%;
    width: 96%;
}

	/* === ヘッダーロゴ === */
	div#header h1.logo {
		margin-bottom: 2.5%;
	}
	
	/* === ヘッダーナビ === */
	#header_navi {
		right: 2%;
	}
	#header_navi_inner li.language a:hover {
		background-color: #015dcc;
	}
	#header_navi_inner li a:hover span, #header_navi_inner li.language a:hover span {
		background-position: -1px 3px;
	}
	#header_navi div.google_search input {
		border-radius: 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
	}
	
	/* === グローバルナビ === */
	div#gnavi div.gnavibody {
		width: 100%;
	}
	div#gnavi ul {
		border-left-width: 0px;
	}
	div#gnavi ul.gnavi li {
		border-color: #ffffff;
		border-image: none;
		border-style: solid;
		border-width: 0 1px 1px 0;
   		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		width: 33%;
	}
	div#gnavi ul li a {
		font-size: 130%;
	}
	div#gnavi ul.gnavi li.gn4 {
		clear: left;
	}
	div#gnavi ul.gnavi li.gn3, div#gnavi ul.gnavi li.gn6 {
		border-right-width: 0;
		display: list-item;
		width: 34%;
	}
	div#gnavi ul.gnavi li.gn4, div#gnavi ul.gnavi li.gn5, div#gnavi ul.gnavi li.gn6 {
		border-bottom-width: 0;
	}
	div#gnavi ul li p {
		display: table;
		width: 100%;
	}
	div#gnavi ul li a {
		height: 50px;
		width: 100%;
	}
	div#gnavi ul li a:hover {
		background-color: inherit;
	}
	div#gnavi ul li.current a:hover {
		background-color: #003e85;
	}
}



/*--------------------------
----------------------------
----------------------------
メインイメージ
----------------------------
----------------------------
--------------------------*/

div#top_image_pane {
    width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/gnavi_bg.png) repeat-x center bottom;
}
div#top_image {
	position: relative;
    width: 980px;
	height: 114px;
    margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#top_image h2.top_image_title {
	display: table;
	padding-right: 350px;
	padding-left: 43px;
	min-height: 114px;
	line-height: 1.3;
	font-size: 180%;
	font-weight: bold;
	color: #000000;
}
div#top_image h2.top_image_title span {
	display: table-cell;
	height: 114px;
	*height: auto;
	vertical-align: middle;
}

/*--------------------------
メインイメージ　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
div#top_image_pane {
	background-image: none;
}
div#top_image {
	position: relative;
    width: 100%;
	height: 0;
	min-height: inherit;

	padding-bottom: 25%;
	background-size: contain;
}
div#top_image h2.top_image_title {
	position: relative;
	top: 43%;
	min-height: inherit;
	padding-right: 0%;
	padding-left: 23px;
	font-size: 103%;
	font-weight: bold;
}
div#top_image h2.top_image_title span {
	height: auto;
}
}

/*--------------------------
メインイメージ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#top_image_pane {
	background-image: none;
}
div#top_image {
	position: relative;
    width: 100%;
	height: 0;
	min-height: 92px;
	background-size: cover;
	background-position: right 0px;
}
div#top_image h2.top_image_title {
	min-height: 92px;
    padding-right: 40%;
    padding-left: 33px;
}
div#top_image h2.top_image_title span {
	height: 92px;
	*height: auto;
}
}


/*--------------------------
----------------------------
----------------------------
パンくず
----------------------------
----------------------------
--------------------------*/

div#breadcrumb_navi {
    width: 980px;
    margin: 0 auto;
	padding: 15px 0px 9px;
}
div#breadcrumb_navi ul {
	padding: 0px 2px;
}
div#breadcrumb_navi ul li {
    display: inline;
	padding-left: 2px;
}
div#breadcrumb_navi ul li a {
}
div#breadcrumb_navi ul li:before {
	content: ">";
	padding: 0px 5px 0px 3px;
}
div#breadcrumb_navi ul li:first-child {
	padding-left: 0;
}
div#breadcrumb_navi ul li:first-child:before {
	display: none;
}

/*--------------------------
パンくず　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
div#breadcrumb_navi {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	padding-right: 3%;
	padding-left: 3%;
}
}

/*--------------------------
パンくず　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#breadcrumb_navi {
    width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
}


/*--------------------------
----------------------------
----------------------------
コンテンツ
----------------------------
----------------------------
--------------------------*/

div#contents {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 980px;
    margin: 0 auto;
    padding-bottom: 65px;
}
#contents div#contentsfield {
	float: right;
	width: 700px;
}
div.banner_area {
	float: left;
	width: 240px;
	padding-top: 8px;
	padding-right: 40px;
}

div.contents_detail {
	padding: 40px 10px 0px;
}

/*--------------------------
コンテンツ　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
div#contents {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
	padding-bottom: 0;
}
#contents div#contentsfield {
	float: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin-bottom: 11%;
	margin-left: 0;
    padding: 0 3%;
}
div.contents_detail {
	padding: 6.25% 0 0;
}

div.banner_area {
	display: none;
	float: none;
	width: 100%;
	padding: 0;
}
}

/*--------------------------
コンテンツ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#contents {
    width: 100%;
    max-width: 800px;
    min-width: 641px;
	margin-bottom: 7%;
	padding: 0% 2%;
}
#contents div#contentsfield {
	float: right;
	width: 100%;
	min-height: inherit;
	margin-left: -240px;
	padding-left: 0;
}
#contents div.contents_area {
	width: auto;
    margin: 0 0 0 240px;
	padding-left: 7%;
}
div.contents_detail {
	padding: 5% 0 0;
}

div.banner_area {
	padding-right: 0px;
}
}




/*--------------------------
----------------------------
----------------------------
パーツ
----------------------------
----------------------------
--------------------------*/

.cmn_divide_xl {
	margin-bottom: 50px;
}
.cmn_divide_l {
	margin-bottom: 40px;
}
.cmn_divide_m {
	margin-bottom: 30px;
}
.cmn_divide_s {
	margin-bottom: 20px;
}
.cmn_divide_xs {
	margin-bottom: 10px;
}
.cmn_ml_10 {
	margin-left: 10px;
}
.cmn_ml_15 {
	margin-left: 15px;
}
.cmn_ml_20 {
	margin-left: 20px;
}
.cmn_mr_10 {
	margin-right: 10px;
}
.cmn_mr_15 {
	margin-right: 15px;
}
.cmn_mr_20 {
	margin-right: 20px;
}
.cmn_pl_10 {
	padding-left: 10px;
}
.cmn_pl_15 {
	padding-left: 15px;
}
.cmn_pl_20 {
	padding-left: 20px;
}
.cmn_pr_10 {
	padding-right: 10px;
}
.cmn_pr_15 {
	padding-right: 15px;
}
.cmn_pr_20 {
	padding-right: 20px;
}
.bottom_line {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

h3.cmn_title {
	padding-bottom: 15px;
	border-bottom: 2px solid #0054b4;
	line-height: 1.5;
	font-size: 200%;
	font-weight: bold;
	color: #0054b4;
}
h3.cmn_title span.bio_products{
	font-size:80%;
	letter-spacing: -0.4px;
}
h4.cmn_title {
	margin-bottom: 15px;
	line-height: 1.6;
	font-size: 167%;
	font-weight: bold;
	text-align: left;
}
h4.cmn_title_min {
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 133%;
	font-weight: bold;
	text-align: left;
}
h5.cmn_title {
	font-size: 116%;
}
h6.cmn_title {
	font-size: 107%;
}
.square_title {
	min-height: 16px;
	padding-left: 23px;
	background: url(../img/icon_square.png) no-repeat 0px 6px;
	line-height: 1.5;
	font-size: 150%;
	font-weight: bold;
	color: #0054b4;
}

.square_title dl{
	margin: 0;
	padding: 0;
}

.square_title dl dt{
	width: 1.5em;
	float:left;
}

.square_title dl dd{
	padding-left: 1.5em;
}

.square_title span{
	letter-spacing: -0.35px;
}

div.tablepane table {
	width: auto;
	width: 100%;
}
div.tablepane table.wide {
	width: 100%;
}
div.tablepane {
	width: 100%;
	width: 100%;
	overflow: visible;
}

table.cmn_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 2px solid #c2c2c2;
}
table.cmn_table.product {
    border-color: #5798e3;
}
table.cmn_table th,
table.cmn_table thead td,
table.cmn_table tbody td { 
	padding: 8px 8px 7px;
	border: 1px solid #c2c2c2;
	vertical-align: top;
}
table.cmn_table th {
	background: #f0f0f0;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
table.cmn_table thead th,
table.cmn_table th.thead,
table.cmn_table tr.head th { 
	padding: 5px 10px;
	border: 1px solid #c2c2c2;
	vertical-align: top;
}
table.cmn_table thead th,
table.cmn_table th.thead,
table.cmn_table tr.head th {
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

div.gmap {
	width: 680px;
	height: 407px;
}
div.gmap img {
	max-width: none;
}

dl.cmn_datalist {
}
dl.cmn_datalist dt {
	clear: left;
	float: left;
	font-weight: bold;
}
dl.cmn_datalist dd {
	padding-left: 4em;
}
dl.cmn_datalist dd.em3 {
	padding-left: 3em;
}
dl.cmn_datalist dd.em5 {
	padding-left: 5em;
}
dl.cmn_datalist dd p.colon {
	padding-left: 1em;
	text-indent: -1em;
}

ul.cmn_list {
	margin-left: 20px;
}
ul.cmn_list li {
	list-style-type: disc !important;
	list-style-position: outside;
	margin-bottom: 5px;
}

ol.cmn_list {
	margin-left: 25px;
}
ol.cmn_list li {
	list-style-type: decimal;
	list-style-position: outside;
}

ul.cmn_list2{
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.cmn_list2 li {
  text-indent: -1em;
  padding-left: 1em;
	line-height: 1.7;
}
ul.cmn_list2 li ~ li {
	margin-top: 8px;
}
.list_title{
	border-top: 1px solid #aaa;
	padding-top: 10px;
}


/*--------------------------
パーツ　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
.cmn_divide_xl {
	margin-bottom: 7.81%;
}
.cmn_divide_l {
	margin-bottom: 6.25%;
}
.cmn_divide_m {
	margin-bottom: 4.69%;
}
.cmn_divide_s {
	margin-bottom: 3.125%;
}
.cmn_divide_xs {
	margin-bottom: 1.56%;
}

h3.cmn_title {
	font-size: 153%;
}
h4.cmn_title {
	margin-bottom: 3.9%;
	line-height: 1.5;
	font-size: 123%;
}
.square_title {
	font-size: 120%;
	line-height: 1.4;
	background: url(../img/icon_square_sp.png) no-repeat 0px 5px;
	background-size: 16px 16px;
}

div.tablepane table {
	width: auto;
	width: 100%;
}
div.tablepane table.wide {
	width: 620px;
}
div.tablepane table.wide th div,
div.tablepane table.wide td div {
	width: 100%;
	background: url(../../common/img/transparent.gif);
	padding-right: 5px;
}
div.tablepane {
	width: 100%;
	max-width: 640px;
	overflow: scroll;
}

table.cmn_table {
	width: 100%;
}
table.cmn_table .td_type01 {
	background: #eaeaea;
	text-align: left;
}
table.cmn_table .td_type02 { text-align: right;} 

div.gmap {
	width: 100%;
	height: 0;
	padding-bottom: 59.85%;
}
}

/*--------------------------
パーツ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
.cmn_divide_xl {
	margin-bottom: 6.25%;
}
.cmn_divide_l {
	margin-bottom: 5%;
}
.cmn_divide_m {
	margin-bottom: 3.75%;
}
.cmn_divide_s {
	margin-bottom: 2.5%;
}
.cmn_divide_xs {
	margin-bottom: 1.25%;
}

h3.cmn_title {
}
h4.cmn_title {
	line-height: 1.6;
}


div.tablepane table {
	width: auto;
	width: 100%;
}
div.tablepane table.wide {
	width: 100%;
}
div.tablepane {
	width: 100%;
	max-width: none;
	padding-bottom: 2px;
	overflow: scroll;
	overflow-y: visible;
}

table.cmn_table {
	width: 100%;
}
div.tablepane table.wide {
	width: 620px;
}
table.cmn_table thead th,
table.cmn_table th.thead,
table.cmn_table tr.head th { 
	padding: 10px;
}

div.gmap {
	width: 100%;
	height: 0;
	padding-bottom: 59.85%;
}
}



/*--------------------------
----------------------------
----------------------------
サブナビ
----------------------------
----------------------------
--------------------------*/

div.banner_area ul.subnavi {
	margin-bottom: 20px;
	border-top: 2px solid #4d88cb;
}
div.banner_area ul.subnavi li {
    line-height: 1;
	border-bottom: 1px dotted #4e88cb;
}
div.banner_area ul.subnavi li a {
    display: inline-block;
	width: 224px;
	padding: 13px 8px;
	color: #0054b4;
}
div.banner_area ul.subnavi li.current a {
	background-color: #003e85;
	color: #ffffff;
}
div.banner_area ul.subnavi li a span {
    display: inline-block;
	padding-left: 10px;
	background: url(../img/arrow_bl.png) no-repeat -1px 6px;
    line-height: 1.5;
}
div.banner_area ul.subnavi li.current a span {
	background: url(../img/arrow_wht.png) no-repeat -1px 6px;
}
	div.banner_area ul.subnavi li a:hover {
		text-decoration: underline;
	}
	div.banner_area ul.subnavi li a:hover span {
		background-position: 1px 6px;
		text-decoration: underline;
	}

/*--------------------------
サブナビ　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
div.banner_area ul.subnavi li a {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
	div.banner_area ul.subnavi li a:hover {
		text-decoration: none;
	}
	div.banner_area ul.subnavi li a:hover span {
		background-position: -1px 6px;
		text-decoration: none;
	}
}

/*--------------------------
サブナビ　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
	div.banner_area ul.subnavi li a:hover {
		text-decoration: none;
	}
	div.banner_area ul.subnavi li a:hover span {
		background-position: -1px 6px;
		text-decoration: none;
	}
}



/*--------------------------
----------------------------
----------------------------
サイドバナー
----------------------------
----------------------------
--------------------------*/

div.banner_area ul.banner li {
    line-height: 1;
    margin-bottom: 8px;
}
div.banner_area ul.banner li a {
    display: block;
    height: 96px;
    overflow: hidden;
    text-indent: -900px;
    white-space: nowrap;
    width: 240px;
}
div.banner_area ul.banner li.recruit a {
    background: url("../img/side_banner01.jpg") no-repeat scroll 0 0;
}
div.banner_area ul.banner li.contact a {
    background: url("../img/side_banner02.jpg") no-repeat scroll 0 0;
}
	div.banner_area ul.banner li a:hover {
		-webkit-opacity: 0.8;
		opacity: 0.8;
		-ms-filter: "alpha(opacity=80)";
	}
	div.banner_area ul.banner li a:hover img {
		-ms-filter: "alpha(opacity=80)";
	}

/*--------------------------
サイドバナー　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
div.banner_area ul.banner {
    border-bottom: 1px solid #dfdfdf;
}
div.banner_area ul.banner li {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 0;
}
div.banner_area ul.banner li a {
    display: block;
    height: auto;
    overflow: visible;
    padding: 15px 3%;
    text-decoration: none;
    text-indent: 0;
    white-space: normal;
    width: auto;
}
div.banner_area ul.banner li.recruit a, div.banner_area ul.banner li.contact a {
    background-color: #f3f3f3;
    background-image: none;
}
div.banner_area ul.banner li a span {
    background: url("../img/arrow_blk_sp.png") no-repeat scroll 0 3px;
	background-size: 8px 10px;
    padding-left: 13px;
}
	div.banner_area ul li.banner a:hover {
		-webkit-opacity: 1;
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
	}
	div.banner_area ul li.banner a:hover img {
		-ms-filter: "alpha(opacity=100)";
	}
ul#footer_navi li a {
    background: url("../img/arrow_blk_sp.png") no-repeat scroll 0 3px;
	background-size: 8px 10px;
    display: block;
    padding-left: 13px;
    text-align: left;
}
}

/*--------------------------
サイドバナー　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div.banner_area ul.banner li {
    margin-bottom: 3%;
}
	div.banner_area ul li.banner a:hover {
		-webkit-opacity: 1;
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
	}
	div.banner_area ul li.banner a:hover img {
		-ms-filter: "alpha(opacity=100)";
	}
}



/*--------------------------
----------------------------
----------------------------
フッター
----------------------------
----------------------------
--------------------------*/

div#pageBottom {
    bottom: 30px;
    position: fixed;
    right: 10px;
    z-index: 1000;
}
div#pageBottom a {
    background: url("../img/btn_totop_off.png") no-repeat scroll 0 0;
    display: block;
    height: 52px;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
    width: 52px;
}
div#pageBottom a:hover {
    background: url("../img/btn_totop_on.png") no-repeat scroll 0 0;
}
div#footer {
    width: 100%;
}
div#footer_navi_pane {
    border-color: #dfdfdf;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    padding: 20px 0 19px;
    width: 100%;
}
div#footer_navi_inner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 980px;
}

div#footer_inner {
    margin: 0 auto;
    padding: 14px 0 20px;
    text-align: center;
    width: 980px;
}
div#footer_inner p.footer_title {
    font-size: 133%;
    font-weight: bold;
    padding-bottom: 2px;
}
div#footer_inner p#address {
    padding-bottom: 13px;
}

ul#footer_navi {
	display: table;
	margin: 0 auto;
}
ul#footer_navi li {
	display: table-cell;
}
ul#footer_navi li.last {
    padding-right: 0;
}
ul#footer_navi li a {
    background: url("../img/arrow_blk.png") no-repeat scroll 0 3px;
    padding-left: 13px;
}
ul.footer_navi_detail {
    float: left;
    left: 50%;
    position: relative;
}
ul.footer_navi_detail li {
    float: left;
    left: -50%;
    padding-right: 24px;
    position: relative;
}

/*--------------------------
フッター　スマホ
--------------------------*/
@media screen and (max-width: 640px) {
div#pageBottom a:hover {
    background: url("../img/btn_totop_off.png") no-repeat scroll 0 0;
}
div#footer_navi_inner, div#footer_inner {
    width: 100%;
}
div#footer_navi_pane {
    border-width: 0;
    padding-bottom: 0;
    padding-top: 0;
}
ul#footer_navi {
	display: block;
    border-top: 1px solid #dfdfdf;
}
ul#footer_navi li {
	display: list-item;
	width: 100%;
}
ul.footer_navi_detail {
    float: none;
    left: 0;
    width: 100%;
}
ul.footer_navi_detail li {
    border-bottom: 1px solid #dfdfdf;
    float: none;
    left: 0;
    padding-right: 0;
    width: 100%;
}
ul#footer_navi li a ,
ul.footer_navi_detail li a {
    background-image: none;
    padding: 15px 3%;
}
ul.footer_navi_detail li a span {
    background: url("../img/arrow_blk_sp.png") no-repeat scroll 0 1px;
	background-size: 8px 10px;
    display: block;
    padding-left: 13px;
    text-align: left;
}
ul.footer_navi_detail li a:hover {
    background-position: 0 1px;
}
#footer_inner {
    line-height: 1.3;
}
}

/*--------------------------
フッター　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
div#pageBottom a:hover {
    background: url("../img/btn_totop_off.png") no-repeat scroll 0 0;
}
div#footer_navi_pane {
    padding: 20px 0 15px;
}
div#footer_navi_inner, div#footer_inner {
    width: 100%;
}
ul#footer_navi li a:hover {
    background-position: 0 3px;
}
div#footer_inner p.footer_title {
    padding-bottom: 7px;
}

ul#footer_navi {
	display: block;
	margin: 0 auto;
}
ul#footer_navi li {
	display: list-item;
	min-height: 1em;
	margin-bottom: 7px;
}
ul#footer_navi li:last-child {
	margin-bottom: 0px;
}
}


/*--------------------------
----------------------------
google検索
----------------------------
--------------------------*/

#___gcse_0 {
	width: 260px;
	height: 30px;
}

#header #headerNavi ul li.hnavi1 form{
	position:relative;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding:0 !important;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  background:none !important;
  border:none !important;
}
.gsc-table-cell-snippet-close{
	border:none !important;
}
form.gsc-search-box{
	margin:0 !important;
	height: 30px !important;
}
.gsc-search-box td{
	border:none !important;
	padding:0 !important;
}
.gsc-clear-button{
	display:none !important;
}
td.gsib_b {
	display: none;
}
div.gsc-input-box {
	height: 28px;
}
#cse-search-form {
	width: auto !important;
}
.gsc-search-box td {
	padding:0 !important;
	line-height:0 !important;
}
.gsc-search-box input.gsc-input {
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #999999;
	width: 224px !important;
	height: 28px !important;
	line-height: 28px;
}
/* Search button */
td.gsc-search-button {
	padding-left: 4px !important;
}
.gsc-search-button button.gsc-search-button ,
button.gsc-search-button {
	margin: 0 !important;
	padding: 0 !important;
	left: 0px !important;
	width: 30px !important;
	height: 0px !important;
	padding-bottom: 30px !important;
	border:0 !important;
	border-radius: 0px !important;
	cursor:pointer;
	background:url(../img/search_btn_off.png) no-repeat 0px 0px !important;
}
.gsc-search-button button.gsc-search-button:hover ,
button.gsc-search-button:hover {
	background:url(../img/search_btn_on.png) no-repeat 0px 0px !important;
}
button.gsc-search-button svg{
	display: none;
}

/*--------------------------
google検索　スマホ
--------------------------*/
@media (max-width: 640px) {
#___gcse_0 {
	width: 100%;
}
.gsc-search-box input.gsc-input {
	width: 100% !important;
}
.gsc-search-button button.gsc-search-button ,
button.gsc-search-button {
	background:url(../img/search_btn_sp.png) no-repeat 0px 0px !important;
	background-size: 30px 30px !important;
}
.gsc-search-button button.gsc-search-button:hover ,
button.gsc-search-button:hover {
	background:url(../img/search_btn_sp.png) no-repeat 0px 0px !important;
	background-size: 30px 30px !important;
}
}

/*--------------------------
google検索　タブレット
--------------------------*/
@media screen and (min-width: 641px) and (max-width: 800px) {
.gsc-search-button button.gsc-search-button:hover ,
button.gsc-search-button:hover {
	background:url(../img/search_btn_off.png) no-repeat 0px 0px !important;
}
}