body,body *{
	position:relative;
}
a{
	text-decoration:none;
}
header {
	width: 100%;
	margin:0;
	padding:0;
	height: 60px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
}
header .h_menu {
	position: fixed;
	height: 60px;
	width:100%;
	margin:0;
	padding:0;
	background: #fff ;
	border-bottom: 1px solid #ddd;
	box-shadow:0 0.3em 1em -1em #000 ;
	z-index: 101;
}
@media(max-width:768px){
	header{
		height: 40px;
	}
	header .h_menu {
		height: 40px;
	}
}
@media(max-width:360px) , (max-height:360px){
	header{
		height: 24px;
	}
	header .h_menu {
		height: 24px;
	}
}
header .h_menu .menu {
	background-color : #fff;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : 50% auto;
	background-image: url(images/menu.png) ;
	height: 100%;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 60px;
	display:none
}
@media(max-width:768px){
	header .h_menu .menu{
		display:block;
		width: 40px;
	}
}
header .h_menu .menu.close {
	background-color : #fff;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : 40% auto;
	background-image: url(images/close.png) ;
}
#branding{
	float:left;
	top: 0;
	left: 0;
	position: relative;
	width: 25%;
	height: 100%;
	min-width: 278px;
	max-width: 360px;
	padding:0 0 0 2%;
	z-index: 2;
}
@media(max-width:768px){
	#branding{
		width: 60%;
		max-width: 278px;
	}
}
#branding h1{
	width: 80%;
	height: 100%;
	margin:0;
	float:left;
	background-color : transparent;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : contain;
	background-image: url(images/sendai_logo.png) ;
}
#branding h1 a{
	display:block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
#branding span{
	display:block;
	width: 15%;
	height: 100%;
	background-color : transparent;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : contain;
	background-image: url(images/logo2.jpg) ;
	float: right;
	text-indent: -99999px;
}
@media(max-width:768px){
	#branding h1 {
		width: 65%;
		background-color : transparent;
		background-image : none;
		background-repeat : no-repeat;
		background-attachment : scroll;
		background-position: 50% 50%;
		background-size : contain;
		background-image: url(images/sendai_logo.png) ;
	}
	#branding span{
		display:block;
		width: 12.5%;
		height: 70%;
		background-color : transparent;
		background-image : none;
		background-repeat : no-repeat;
		background-attachment : scroll;
		background-position: 50% 50%;
		background-size : contain;
		background-image: url(images/logo2.jpg) ;
		float: left;
		text-indent: -99999px;
		margin:0.5rem;
	}
}
@media(max-width:360px){
	#branding h1 {
		width: 45%;
	}
	#branding span{
		width: 8.5%;
	}
}
ul.navi{
	float: right;
	text-align:right;
	margin:0;
	padding:0;
}
ul.navi.recruit{
	width:100%;
	background-color: rgba(255, 255, 255, 0.75) ;
	position: relative;
	height:50px;
	margin:0;
}
header.main ul.navi.recruit{
	display:none;
}
ul.navi .caption{
	display:inline-block;
	font-size:12px;
	color:rgba(255, 102, 102, 0.75);
	padding-right: 6px;
}
ul.navi.recruit .caption{
	color:rgba(0, 128, 200, 0.75);
}
ul.navi li {
	display: inline-block;
	display: inline;  
	zoom: 1;  
}
ul.navi li:last-child{
	margin-right:0.65em;
}
ul.navi li a{
	border-radius: 1em;
	color:#666;
	border: 1px solid #ccc;
	display: inline-flex;
	display: inline;  
	zoom: 1;  
	margin: 14px 0 0;
	padding: 6px 6px;
	font-size:12px;
	background-color:#fff;
}
ul.navi.recruit li a{
	background-color:rgba(255, 255, 255, 0.75);
	color: rgba(0, 128, 200, 1);
	border: 1px solid rgba(0, 128, 200, 0.75);
	margin: 10px 0 0;
	padding: 6px 6px;
	font-size:12px;
}
ul.navi li a:hover{
	color:#f66;
	border: 1px solid #f66;
}
ul.navi.recruit li a:hover{
	background-color:rgba(255, 255, 255, 1);
}
ul.navi.corp li.active a{
	border: 1px solid rgba(255, 102, 102, 0.75);
	background-color:rgba(255, 102, 102, 0.75);
	color:#fff;
	font-weight:bold;
}
ul.navi.corp li#co_nav6.active:before{
	content: "";
	position: absolute;
	bottom: -7px;
	right: 30px;
	border: 10px solid transparent;
	border-top: 10px solid rgba(255, 102, 102, 0.75);
}
ul.navi.recruit li.active a,
ul.navi.recruit li.active a:hover{
	border: 1px solid rgba(0, 128, 200, 1);
	background-color:rgba(0, 128, 200, 0.8);
	color:#fff;
}
@media(max-width:768px){
	ul.navi.corp,
	ul.navi.recruit {
		list-style: none outside none;
		background-color:rgba(0,0,0,0.5);
		display:none;
		padding-top:5px;
		width:8em;
		position:absolute;
		top:40px;
		right:0;
		float: none;
		z-index:0;
	}
	ul.navi.recruit {
		background-color:rgba(0,128,200,0.5);
		right:8em;
	}
	header.main .h_menu ul.navi.recruit {
		visibility: hidden;
	}
	header.recruit .h_menu ul.navi.recruit {
		right:0;
		top:40px;
	}
	header.recruit .h_menu ul.navi.corp {
		visibility: hidden;
	}
	ul.navi.corp .caption,
	ul.navi.recruit .caption{
		display:none;
	}
	ul.navi.corp li,
	ul.navi.recruit li {
		display: list-item;
		margin: 0;
	}
	ul.navi.corp li a,
	ul.navi.recruit li a {
		background:transparent;
		border: none;
		border-radius: 0;
		color: #fff;
		display: block;
		padding: 0.25em 1em;
		margin: 0;
		text-decoration: none;
	}
	ul.navi.corp li.active a,
	ul.navi.recruit li.active a{
		border: none;
	}
	ul.navi.corp li.active a:hover,
	ul.navi.corp li a:hover ,
	ul.navi.recruit li.active a:hover,
	ul.navi.recruit li a:hover {
		font-weight:normal;
		border: none;
	}
	ul.navi.recruit li:last-child ,
	ul.navi.corp li:last-child {
		margin-right: 0;
	}
}
@media(max-width:360px) , (max-height:360px){
	ul.navi.corp,
	ul.navi.recruit {
		top:24px;
	}
	header.recruit .h_menu ul.navi.recruit {
		top:24px;
	}
}
/*footer*/
footer {
	width: 100%;
	position: fixed;
	background-color : rgba(0, 96, 160, 0.8);
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : cover;
	height: 48px;
	bottom: -48px;
	z-index: 209;
}
body.privacy footer,
body.notice footer {
	bottom: 0;
	display:table;
}
@media(max-width:480px) , (max-height:480px){
	footer {
		display:none;
	}
}
#f_menu > div {
	color: #ccc;
	display: table-cell;
	font-size: 77%;
	height: 48px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#f_menu > div a{
	color: rgba(200,200,200,0.8);
}
#f_menu > div a:hover{
	color: rgba(200,200,200,1);
}
#f_menu > div > div.break{
	display:none;
}
div.nobreak{
	display:block;
	line-height:0;
}
@media(max-width:768px){
	div.nobreak{
		display:inline;
	}
	#f_menu > div > div.break{
		display:block;
		line-height:0.5;
	}
}
#banner {
	background: rgba(255, 255, 255, 0) none no-repeat scroll 0 0;
	position: absolute;
	bottom:60px;
	text-align : center;
	width:100%;
}
#banner > .bannerimg{
	display:inline-block;
	background-color: rgba(255, 255, 255, 1) ;
	background-image : none;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
	background-size: contain ;
	width: 25%;
	min-height: 40px;
	margin: 5px;
	position: relative;
	opacity:0.75;
}
#banner > .bannerimg a{
	border: 0 none;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}
#banner > .bannerimg.mnv {
	background-position: 100% 100%;
	background-size: auto 80%;
}
#banner > .bannerimg.mnv a:before {
	content: "採用情報";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #1b82f1;
	transform: translate(-50%, -50%);
	font-weight: bold;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
	text-shadow: 0 0 3px #fff, 0px 1px 3px #fff, 0px -1px 3px #fff, -1px 0px 3px #fff, -1px 1px 3px #fff, -1px -1px 3px #fff;
	width: 100%;
}
@media(max-width:480px),(max-height:480px){
	#banner {
		bottom:1em;
	}
	#banner > .bannerimg.mnv a:before {
		left: 40%;
		top: 30%;
	}
}
a.cb_map{
	display:inline-block;
	width: 1em;
	height: 1em;
	text-indent:-9999px;
	background-color : transparent;
	background-image : url(images/mappin.png);
	background-repeat: no-repeat ;
	background-position:50% 50%;
	background-size : contain ; 
}

/*pageTop*/
#pageTop {
	position: fixed;
	bottom: 1.5em;
	right: 1.5em;
	z-index: 9999;
}
#pageTop a {
	display: block;
	border-radius: 2.5em;
	width:  2.5em;
	height:  2.5em;
	text-indent: -99999px;
	background-image: url(images/top_a.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 2.5em;
	text-indent: -9999px;
	opacity:0.65;
}
html,body{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.6;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:500;
}
html,
body,
section{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
	background-color:transparent;
	background-image:none;
	background-repaet:no-repeat;
	background-attachment:scroll;
	background-position:50% 100%;
	background-size:cover;
}
/* #section1{ background-image: url(images/shaoku_01.jpg) ; } */
#section1{ background-image: url(images/mv2025.jpg) ; }
#section2{ background-image: url(images/nkimura2.jpg) ; background-position: 70% 100%}
#section3{ background-image: url(images/dragstore.jpg) ; }
#section4{ background-image: url(images/lblline.jpg) ; }
#section5{ background-image: url(images/m-M00412.jpg) ; }
.content-right,
.content-left{
	top:0;
	position:absolute;
	width:50%;
	height:100%;
}
@media(max-width:768px) {
	.content-right,
	.content-left{
		top:0;
		position:absolute;
		width:100%;
		height:100%;
	}
	/* #section2{ background-image: url(images/nkimura2.jpg) ; background-position: 140% 100%} */
}
.content-left{
	background-color:rgba(255,255,255,0.99);
	background-image: url(images/touhoku.png) ;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:0% 100%;
	background-size:auto 50% ;
}
#section1 .content-left{
	background:rgba(255,255,255,0);
}
.catch {
	background-color : transparent;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position:50% 0;
	background-size : contain;
	position: absolute;
	text-indent: -9999px;
	height: 50%;
	width: 50%;
	top: 0;right: 0;bottom:0;left:0;margin:auto;
}
#section1 .catch{ background-image : url(images/catch01.png) ;}
#section2 .catch{ background-image : url(images/catch02.png) ; right:50%; left:auto;}
#section3 .catch{ background-image : url(images/catch03.png) ; }
#section4 .catch{ background-image : url(images/catch04.png) ; }
#section5 .catch{ background-image : url(images/catch05.png) ; }

@media(max-width:768px){
	#section2 {
		background-position: 95% 100%;
	}
	#section2 .catch{
		right:45%;
	}
}
p{
	text-align:justify;
}
.message {
	background-color: rgba(250, 250, 250, 0.25);
	width:99%;
	border: 1px solid #eee;
}
.message > p{
	margin: 2em 2em 0;
}
.message > p + p{
	margin: 0.5em 2em 2em;
}
.status {
	font-size: 85%;
	padding:1em 2.5em 0 0;
	padding:1rem 2.5rem 0 0;
	text-align: right;
}
.name {
	font-family: serif;
	font-size: 123%;
	letter-spacing: 0.5rem;
	padding: 0 2em rem;
	padding: 0 2rem 2rem;
	text-align: right;
}
.name:before {
	content: "";
	font-size: 0.75rem;
	position: relative;
	top: -0.2rem;
	left: -0.2rem;
}
.content-right > span {
	bottom: 1em;
	color: rgba(255, 255, 255, 0.65);
	display: block;
	font-size: 77%;
	line-height: 2;
	position: absolute;
	right: 1em;
	text-shadow: 0 0.25px rgba(0, 0, 0, 0.25), 0px 2px 5px rgba(0, 0, 0, 0.25), 2px 0px 5px rgba(0, 0, 0, 0.25),  -2px -2px 5px rgba(0, 0, 0, 0.25), 2px 2px 5px rgba(0, 0, 0, 0.25);
}
h3.a1 {
	font-size: 1.25em;
	font-size: 1.25rem;
	display:block;
	color: #333;
	height:0.9em;
	width: 100%;
	padding:0.4em 0;
	line-height:1;
	overflow:hidden;
	margin:1em 0 0.6em;
	background-color : transparent;
	background-image : none;
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 0 50%;
	background-size : contain;
	background-image: url(images/logo3.png) ;
	text-indent: 2em;
}
h3.a1 > span {
	background: rgba(0, 128, 204, 0.75) none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 0.9rem;
	font-weight: normal;
	margin: 0 0 0 1rem;
	padding: 0.25rem 0.55rem;
	position: relative;
	text-indent: 0;
	top: -0.1em;
}
.item > span {
	background: rgba(0, 128, 204, 0) none repeat scroll 0 0;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	overflow:hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.item > span:hover{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	border-radius:1em;
	background-color : rgba(0, 128, 204, 0.75);
	background-image : url(images/symb_mark.png);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : 25% 25%;
}
.item > span a {
	text-align:center;
	height: 100%;
	width: 100%;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0) ;
	display: block;
	font-size: 77%;
	line-height: 1.4;
	position: relative;
	text-decoration:none;
	top:1em;
}
.item > span:hover a{
	color: rgba(255, 255, 255, 1) ;
}
.item > span:hover a:after {
	bottom:2em;
	text-align:center;
	margin : auto;
	left:0;
	right:0;
	content: "小林製薬の製品情報へ";
	display: block;
	position: absolute;
	color:#fff;
}
.photo > span {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.5) 80%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
	bottom: 0;
	color: rgba(255,255,255,0.75);
	display: block;
	font-size: 0.66rem;
	line-height: 2;
	margin: 0 -0.5em;
	padding: 0 0.5em 0 0;
    	position: absolute;
	text-align: right;
}
table{
	border-collapse: collapse;
	font-size: 85%;
	line-height: 1.6;
	width:99%;
}
th {
	background-color: rgba(0, 128, 201, 0.5);
	border-color: rgba(255,255,255,1);
	border-style:solid;
	border-width:0.1rem 0 0 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	width: 6em;
	padding:0.025rem;
}
td{
	padding:0 0 0 0.5rem;
	border-color: rgba(205,205,205,0.5);
	border-style:solid;
	border-width:1px 0 0 0;
	background-color: rgba(255, 255, 255, 0.05);
}
@media(max-height:480px){
	.outline th,.outline td{
		font-size:0.95em;
	}
}
tr.first td,
tr.first th{
	border-width:0;
}
td.cell3 {
	width: 30%;
	background-color : rgba(255, 255, 255, 0);
	background-image : url(images/org2025-2.jpg);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: 50% 50%;
	background-size : contain;
}
td.cell3 a {
	background: rgba(255, 255, 255, 0) ;
	opacity: 0;
	text-indent:-9999px;
	padding: 4.5rem 4rem;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
td.cell3 a:hover {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	background: rgba(0, 128, 205, 0.75) none repeat scroll 0 0;
	border-radius: 3rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	opacity: 1;
	padding: 2.5rem 1.5rem;
}
td .month {
/*	display: inline-block;
	text-align: right;
	width: 2.5em;*/
}
td .position {
    display: inline-block;
    width: 6em;
}
ul.access{
	list-style: none outside none;
	padding-left: 0;
	line-height: 1.4;
	margin:0.5em 0;
	letter-spacing:0;
}
ul.access > li {
	margin: auto auto auto 1em;
}
ul.access > h4 {
	margin: 0.5em 0 ;
	border-left:0.75em solid #069;
	text-indent:0.3em;
}
.access.public > li {
	margin: 0 1.5%;
	display:block;
	float:left;
	width:30%;
}
.access.public > li > span{
	display:block;
	text-align:center;
	padding:0.5em 0;
	border-radius: 1em;
}
.geton {
	border:1px solid #aaa;
	font-weight: bold;
}
.transfer {
	border:1px solid #aaa;
	font-weight: bold;
}
.trafic{
	font-size: 93%;
	padding: 0;
}
.access.public .bus,.access.public .walk,.access.public .taxi{
	background-color : rgba(255, 255, 255, 0);
	background-image : url(images/blue50.png);
	background-repeat : repeat-y;
	background-attachment : scroll;
	background-position: 50% 0;
	background-size : 3px 6px;
	padding: 0.5em 0 ;
	font-size: 77%;
	color:#666;
}
.getout {
	color: #069;
	font-weight: bold;
	border:1px solid #069;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
strong::before {
	content: "“";
	display: inline-block;
	font-family: times new roman;
	font-weight: bold;
	top: -0.15em;
	left: -0.05em;
	margin-left: 0.15em;
	position: relative;
	line-height: 0;
	font-size: 1.05em;
}
strong::after {
	content: "”";
	display: inline-block;
	font-family: times new roman;
	font-weight: bold;
	margin-right: 0.15em;
	position: relative;
	top: -0.15em;
	right: -0.05em;
	line-height: 0;
	font-size: 1.05em;
}
td strong {
	font-family: sans-serif;
	font-weight: normal;
}
td strong::before {
	content: "〈";
	font-size: 0.95em;
	color: #999;
}
td strong::after {
	content: "〉";
	font-size: 0.95em;
	color: #999;
}
/*bx-pager*/
.bx-pager{
	text-align:left ;
	width:100%;
}
.bx-pager .bx-pager-item{
	display:inline-block;
	margin-right:0.25rem;
	padding: 0 2px;
}
.bx-pager .bx-pager-item a.bx-pager-link{
	background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
	box-shadow:0 0 10px -5px rgba(0, 0, 0, 0.75) ;
	-ms-box-shadow:0 0 10px -5px rgba(0, 0, 0, 0.75) ;
	-webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	border-radius: 50%;
	color: rgba(0,96,144,0.95);
	display: table-cell;
	font-size: 0.77rem;
	font-weight: bold;
	margin: 0;
	padding: 0.25em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	vertical-align: middle;
	height: 5em;
	width: 5em;
}
.bx-pager .bx-pager-item a.bx-pager-link:hover{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	box-shadow:0 0 15px -5px rgba(0, 0, 0, 1) ;
	-ms-box-shadow:0 0 15px -5px rgba(0, 0, 0, 1) ;
	-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,1);
	position:relative;
}
.bx-pager .bx-pager-item a.bx-pager-link.active {
	font-weight: bold;
	color:#fff;
	background: rgba(0, 128, 201, 0.75) none repeat scroll 0 0;
}
.bx-pager .bx-pager-item a.bx-pager-link span{
	line-height:1.2;
	font-size:85%;
	display: block;
}
.both .bx-pager{
	display: none;
}
.bx_arrow span a {
	display: block;
	height: 64px;
	position: absolute;
	text-indent: -9999px;
	width: 32px;
}
.bx_arrow:not(.active) span a {
	opacity: 0;
}
section.active .bx_arrow span a {
	opacity:0.5;
	transition: all 2.5s ease-in-out 2.5s;
	-webkit-transition: all 2.5s ease-in-out 2.5s;
}

.bx_arrow > .bx_arrow-prev > .bx-prev {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("images/arrowLR_blue.png");
	background-position: -32px 0;
	background-repeat: no-repeat;
	background-size: 64px auto;
}
.bx_arrow > .bx_arrow-next > .bx-next {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("images/arrowLR_blue.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 64px auto;
	right: 50%;
}
@media screen and (max-width: 768px) {
	.bx_arrow span a{
		position: absolute;
		display:block;
		width:18px;
		height:32px;
		text-indent:-9999px;
		opacity: 0.75;
	}
	.bx_arrow > .bx_arrow-prev > .bx-prev{
		background-color : transparent;
		background-repeat : no-repeat;
		background-attachment : scroll;
		background-position: -16px 0;
		background-size: 32px auto;
	}
	.bx_arrow > .bx_arrow-next > .bx-next{
		right:2px;
		background-color : transparent;
		background-repeat : no-repeat;
		background-attachment : scroll;
		background-position: 0 0;
		background-size: 32px auto;
	}
}
.mCSB_inside > .mCSB_container {
	margin-right: 0;
}
#cboxCurrent {
	font-size: 77%;
	top: 0;
	left: 0;
}
#cboxTitle {
	bottom: 0;
	font-size: 77%;
}
.org.inner.clearfix {
}
map#clbmap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.nodisp {
	background-color: rgba(255, 255, 255, 1);
	display: none;
	font-size: 85%;
	height: 10em;
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right:0;
	margin:auto;
	width: 100%;
	z-index:9;
}
.nodisp h4{
	background-color: rgba(0, 128, 200, 1);
	margin:0 0 0.5em;
	color:rgba(255, 255, 255, 1);
	padding:0.1em 0.25em;
}

@media screen and (min-width: 769px) {
	.innerW {
		display: none;
		width: 3px;
	}
}
@media screen and (max-width: 768px) {
	.innerW {
		display: none;
		width: 2px;
	}
}
@media screen and (max-width: 480px) {
	.innerW {
		display: none;
		width: 1px;
	}
}
span#tsuchi {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("images/tsuchi.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	display: inline-block;
	height: 1.25em;
	text-indent: -99999px;
	width: 1em;
}
