@charset "UTF-8";


/* reset
--------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	height: 100%;
	overflow-y: scroll;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	empty-cells: hide;
}
hr {
	display:block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	//line-height: 1.35em;
	//vertical-align: middle;
	font-size: 100%;
}
ol, ul, dl {
	list-style-type: none;
	list-style-image: none;
}
fieldset, img {
	border: none;
}
address, caption, cite, code, dfn, em,th, var {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}

/* body
--------------------------------------------------------------------- */
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #FFF;
	color: #464646;
	font: 12px/1.5em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	_text-align: left;
}

/* link setting
--------------------------------------------------------------------- */
a:link,
/*a:visited {
	color: #545454;
	text-decoration: underline;
}*/
a:focus,
a:hover,
/*a#active {
	color: #0066CC;
	text-decoration: underline;
}*/
#category table tr th a,
#side.menu .side-article h1 a,
#side .side-article h2 a,
#side.menu .side-article ul a,
#link .link-set h3 a,
#res .link-set h3 a,#link .link-set .text a,
#link .link-set .text-search a,
#res .link-set .text a {
	//color: #0066CC;
	text-decoration: none;
}
#category table tr th a:hover,
#side.menu .side-article h1 a:hover,
#side.menu .side-article ul li a:hover,
#link .link-set h3 a:hover,
#res .link-set h3 a:hover,
#res .link-set h3 a,#link .link-set .text a:hover,
#link .link-set .text-search a:hover,
#res .link-set .text a:hover {
	text-decoration: underline;
}
#database table tr td a:hover img,
#banner ul li a:hover img,
.wysiwyg a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* clearfix
--------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 0px;
	clear: both;
}
* html .clearfix {
	height: 0px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* common
--------------------------------------------------------------------- */
.display-none {
	display: none;
	width: 0px;
	margin: 0;
	padding: 0;
}

/* header
--------------------------------------------------------------------- */
#header #hgroup {
	position: relative;
	width: 880px;
	height: 80px;
	margin: 0 auto;
}
#header #hgroup h1 {
	display: block;
	position: relative;
	top: 15px;
	left: 0;
}
#header #hgroup #header-link {
	position: absolute;
	top: 35px;
	right: 0;
}
#header #hgroup #header-link li {
	display: block;
	float: left;
	height: 1.414em;
	line-height: 1.414em;
	margin: 0 0 0 10px;
	padding: 0 0 0 1.0em;
	background: url(/db_link/en/img/common/icon.png) 0 2px no-repeat;
}
#header #main-img {
	width: 100%;
	height: 170px;
	border-top: 2px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background: #FCF7EB;
}
#header #main-img div {
	position: relative;
	width: 880px;
	height: 170px;
	margin: 0 auto;
	background: url(/db_link/en/img/common/main_img.png) 0 0 no-repeat;
}
#header #main-img div img {
	position: absolute;
}
#header #main-img div img {
	top: 45px;
	left: 0;
}

/* global-navi
--------------------------------------------------------------------- */
#global-navi {
	display: block;
	position: relative;
	z-index: 1000;
	overflow: hidden;
	width: 880px;
	height: 35px;
	margin: -20px auto 20px;
	background: url(/db_link/en/img/common/g_navi.png) 0 0 no-repeat;
	-moz-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;
	box-shadow: 0 0 3px #CCC;
}
#global-navi ul {
	width: 880px;
	height: 35px;
	margin: 0 auto;
}
#global-navi ul li {
	display: block;
	float: left;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	border-right: 1px solid #0090F0;
	border-left: 1px solid #3FB2FF;
	background: url(/db_link/en/img/common/g_navi.png) 0 0 no-repeat;
}
#global-navi ul li:first-child {
	border-left: none;
	padding-left: 13px;
}
#global-navi ul li:last-child {
	border-right: none;
}
#global-navi ul li.display-none {
	border-right: none;
}
#global-navi ul li a {
	display: block;
	width: 100%;
	height: 35px;
	text-decoration: none;
}
#global-navi ul li:hover,
#global-navi ul li.active {
	background-position: -10px -45px;
}
#global-navi ul li.navi-0:hover,
#global-navi ul li.active:first-child {
	background-position: 0 -45px;
}
#global-navi ul li a span {
	display: block;
	
		background: url(/db_link/en/img/common/g_navi_text_en.png) 0 0 no-repeat;
	
	text-indent: -9999px;
}
#global-navi ul li.navi-0 a span {
	width: 55px;
	background-position: 50% 0;
}
#global-navi ul li.navi-1 a span {
	width: 85px;
	background-position: 50% -35px;
}
#global-navi ul li.navi-2 a span {
	width: 145px;
	background-position: 50% -70px;
}
#global-navi ul li.navi-3 a span {
	width: 95px;
	background-position: 50% -105px;
}
#global-navi ul li.navi-4 a span {
	width: 85px;
	background-position: 50% -140px;
}
#global-navi ul li.navi-5 a span {
	width: 95px;
	background-position: 50% -175px;
}
#search-box {
	float: right;
	width: 170px;
	height: 19px;
	margin: -26px 10px 0 0;
	background: url(/db_link/en/img/common/search_bg.png) 0 0 no-repeat;
}
#search-box .search-form {
	position: relative;
	width: 134px;
	height: 17px;
	margin: 0 0 1px 10px;
	padding: 0 0 0 0;
	border: none;
}
#search-box .submit {
	position: absolute;
	top: 8px;
	right: 17px;
	z-index: 10000;
	margin: 2px 0 0 -25px;
}

/* wrap
--------------------------------------------------------------------- */
#wrap {
	/*display: none;*/
	width: 880px;
	margin: 0 auto;
	overflow: hidden;
}
#wrap h1 {
	position: relative;
	line-height: 1.618em;
	margin: 0 0 20px;
	border-bottom: 1px solid #FF9900;
	font-size: 23px;
}
#wrap h1 span {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 16px;
}
#wrap h1 span a {
	line-height: 1.0em;
	padding: 0 0 0 0;
}
#wrap h2 {
	position: relative;
	margin: 10px 0;
	padding: 2px 0 0 10px;
	line-height: 23px;
	border-left: 5px solid #F90;
	font-size: 18px;
}
#wrap h2 span {
	line-height: 23px;
	font-size: 15px;
}

/* main
--------------------------------------------------------------------- */
#main {
	width: 600px;
	float: left;
}
/* TOP - 分野で探す */
#category {
	width: 100%;
	font-size: 13px;
	margin: 0 0 30px;
}
#category table {
	width: 100%;
}
#category table tr:nth-child(odd) {
	background: #F9F9F9;
}
#category table tr th,
#category table tr td {
	min-width:130px;
	padding: 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: left;
	vertical-align: middle;
}
/* TOP - 50音で探す／ABC順で探す */
#kana-abc {
	width: 100%;
	line-hegith: 1.618em;
	margin: 0 0 30px;
	font-size: 16px;
}
#kana-abc ul {
	width: 100%;
	overflow: hidden;
}
#kana-abc ul li {
	display: block;
	float: left;
	margin: 0 0 1.0em;
	padding: 0 10px;
	border-right: 1px solid #CCC;
}
#kana-abc ul li:first-child {
	padding-left: 0;
}
#kana-abc ul li:last-child {
	border: none;
}
#kana-abc ul li a {
	color: #0066CC;
	text-decoration: none;
}
#kana-abc ul li a:hover {
	text-decoration: underline;
}
#type {
	line-hegith: 1.618em;
	margin: 0 0 30px;
	font-size: 13px;
}
#type ul {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#type ul li {
	display: block;
	float: left;
	width: auto;
	margin: 0 20px 0.5em 0;
	white-space:nowrap;
}
#type ul li a {
	line-height: 1.618em;
	padding: 0 0 0 1.2em;
	background: url(/db_link/en/img/common/icon.png) 0 -12px no-repeat;
	text-decoration: none;
}
#type ul li a:hover {
	text-decoration: underline;
}
/* 主なデータベース */
#database {
	width: 100%;
	height: 100%;
	margin: 0 0 30px;
}
#database table {
	width: 100%;
}
#database table tr td {
	width: 25%;
	padding: 8px 0 5px;
	border: 1px dashed #CCC;
	text-align: center;
	vertical-align: middle;
}
#database table tr td a {
	display: inline-block;
}
#database table tr td a img {
	vertical-align:bottom;
}
#database table tr td p {
	font-size: 11px;
	color: #666;
}
/* 一覧 */
#link,
#res {
	width: 100%;
}
#link h2,
#res h2 {
	margin: 10px 0 15px;
}
#link .link-set,
#res .link-set {
	overflow: hidden;
	margin: 0 0 10px;
	zoom: 1;
}
#link .link-set h3,
#res .link-set h3 {
	position: relative;
	margin: 0 0 10px;
	padding: 7px 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #F9F9F9;
	font-size: 16px;
}
#link .link-set h3 a,
#res .link-set h3  a {
display: block;
}
#link .link-set h3 span,
#res .link-set h3 span {
	display: block;
	position: absolute;
	top:8px;
	right: 5px;
	width: 70px;
	height: 15px;
	line-height: 15px;
	background: #F30;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	font-family: "Osaka",Arial,sans-serif;
}
#link .link-set ul,
#res .link-set ul  {
	display: block;
	float: left;
	width: 120px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
#link .link-set ul li,
#res .link-set ul li {
	display: block;
	margin: 0 0 2px;
	font-size: 11px;
}
#link .link-set ul li span,
#res .link-set ul li span {
	display: block;
	*display: inline;
	*zoom: 1;
	width: 96%;
	min-width: 6.5em;
	line-height: 14px;
	margin: 0 5px 0 0;
	padding: 2% 2% 0;
	background: #EEE;
	font-size: 12px;
	text-align: left;
}
#link .link-set .text,
#link .link-set .text-search,
#res .link-set .text {
	float: left;
	width: 470px;
	margin: 0 0 0 10px;
	font-size: 13px;
}
#link .link-set .text-search {
	width: 745px;
}
#refine table {
	width: 100%;
	margin: 0 0 20px;
	background: #EEE;
}
#refine table tr td {
	padding: 3px 0 3px 10px;
	font-size: 13px;
	vertical-align: middle;
}
#refine table tr td.align-right {
	text-align: right;
}
#no-links {
	width: 100%;
	font-size: 14px;
}
#no-links p {
	color: red;
}
/* ページャー */
#Pagination {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.pagination span,
.pagination a {
	display: inline-block;
	/*float: left;*/
	min-width: 18px;
	height: 18px;
	line-height: 6px;
	margin: 0 10px 0 0;
	padding: 6px 5px 4px;
	text-align: center;
	zoom: 1;
}
.pagination a {
	border: 1px solid #CCC;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f7f7f7), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #f7f7f7);
	background: -moz-linear-gradient(#fff, #f7f7f7);
	background: -o-linear-gradient(#fff, #f7f7f7);
	background: linear-gradient(#fff, #f7f7f7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f7f7f7));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f7f7f7))";
	zoom: 1;
}
.pagination .current,
.pagination a:hover {
	border: 1px solid #CCC;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.01, #F7F7F7));
	background: -webkit-linear-gradient(top, #F7F7F7 1%, #eee 100%);
	background: -moz-linear-gradient(top, #F7F7F7 1%, #eee 100%);
	background: -o-linear-gradient(top, #F7F7F7 1%, #eee 100%);
	background: linear-gradient(to bottom, #F7F7F7 1%, #eee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f7f7f7, endcolorstr=#eeeeee));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f7f7f7, endcolorstr=#eeeeee))";
	zoom: 1;
	color: #545454;
	text-align: center;
}
.pagination a.prev,
.pagination a.next {
	padding: 6px 10px 4px;
}

/* side
--------------------------------------------------------------------- */
#side {
	float: left;
	overflow: hidden;
	width: 260px;
	margin: 0 0 0 20px;
	font-size: 13px;
}
/* バナーエリア */
#banner {
	width: 100%;
	margin: 0 0 15px;
}
/* side-article */
.side-article {
	width: 100%;
}
#side .side-article h1 {
	position: relative;
	width: 250px;
	min-width: 240px;
	height: 30px;
	line-height: 28px;
	margin: -1px 0 0;
	padding: 2px 5px 0;
	border: none;
	background: url(/db_link/en/img/common/side_h1.png) no-repeat 0 0;
	font-size: 12px;
}
#side .side-article:first-child h1 {
	margin: 0;
}
#side .side-article h1 span {
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 12px;
}
#side .side-article h1 span a {
	line-height: 28px;
	padding: 0 0 0 1.0em;
	background: url(/db_link/en/img/common/icon.png) 0 2px no-repeat;
}
#side.menu .side-article h1 a {
	line-height: 28px;
	padding: 0 0 0 12px;
	background: url(/db_link/en/img/common/icon.png) 0 3px no-repeat;
}
#side .side-article h2 {
	margin: 0 0 0.3em;
	padding: 0;
	border: none;
}
#side .side-article h2 a {
	font-size: 14px;
}
#side .side-article .inner {
	margin: -2px 0 0;
	padding: 10px 5px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
 #side .side-article:last-child .inner {
	border-bottom: 1px solid #DDD;
}
.side-article .frame {
	padding-right: 0;
}
.side-article .inner iframe {
	overflow: scroll-y;
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	padding: 0;
}
#side.menu .side-article ul {
	width: 100%;
	overflow: hidden;
}
#side.menu .side-article ul li {
	display: block;
	float: left;
	margin: 0 0 1.0em;
	padding: 0 9px;
	border-right: 1px solid #CCC;
	font-size: 14px;
}
#side.menu .side-article ul li:last-child {
	border: none;
}
#side.side-article .inner:last-child {
	border-bottom: 1px solid #DDD;
}
.side-article .inner .wysiwyg {
	margin: 0 0 1.0em;
}
.side-article .inner .wysiwyg img {
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #CCC;
}

/* search
--------------------------------------------------------------------- */
#wrap #contents-880 {
	width: 880px;
}
#wrap #search {
	margin: 0 0 20px;
}
#wrap #search input {
	display: block;
	float: left;
	margin: 5px 0 0;
}
#wrap #search .search-form {
	width: 370px;
	border: 5px solid #EFEFEF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#wrap #search .submit {
	margin: 5px 0 0 10px;
}
#wrap #search p {
	float: none;
	clear: both;
	padding: 5px 0 0;
	color: #666;
}
#wrap .result-status {
	margin: 0 0 10px;
	padding: 0;
	color: #999;
}
	
/* page
--------------------------------------------------------------------- */
#wrap #page {
	text-align: justify;
	text-justify: inter-ideograph;
	zoom: 100%;
}
#wrap #page h2 {
	margin: 10px 0;
	padding: 2px 0 0 10px;
	line-height: 23px;
	border-left: 5px solid #F90;
	font-size: 18px;
}
#wrap #page .text,
#wrap #page .text-img {
	overflow: hidden;search
	margin: 10px 0 20px;
}
#wrap #page .text-img img {
	padding: 5px;
	border: 1px solid #CCC;
}
#wrap #page .text-img .float-left {
	margin: 0 10px 0 0;
	float: left;
}
#wrap #page .text-img .float-right {
	margin: 0 0 0 10px;
	float: right;
}
#wrap #page .list ul {
	margin: 0 0 0 1.5em;
	list-style-position: outside;
}

/* page-top
--------------------------------------------------------------------- */
#page-top {
	/*display: none;*/
	width: 880px;
	height: 1.0em;
	line-height: 1.0em;
	margin: 50px auto 10px;
	text-align: right;
}
#page-top a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 0 0 1.0em;
	background: url(/db_link/en/img/common/icon.png) 0 -30px no-repeat;
	color: #0066CC;
}
	
/* footer
--------------------------------------------------------------------- */
#footer {
	/*display: none;*/
	margin: 5px 0 0;
	background: #FFF;
}
#footer #footer-top {
	width: 100%;
	height: 20px;
	padding: 30px 0;
	border-top: 1px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	background: #FCF7EB;
	text-align: center;
}
#footer #footer-top ul {
	display: block;
	width: 880px;
	margin: 0 auto;
	text-align: center;
}
#footer #footer-top ul li {
	display: inline;
	line-height: 1.0em;
	padding: 0 10px;
	border-left: 1px solid #999;
}
#footer #footer-top ul li:first-child {
	border-left: none;
}
#footer #footer-bottom {
	position: relative;
	width: 880px;
	height: 75px;
	margin: 0 auto;
}
#footer #footer-bottom address {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 440px;
}
#footer #footer-bottom address strong {
	font-size: 15px;
}
#footer #footer-bottom ul {
	position: absolute;
	bottom: 50px;
	right: 0;
}
#footer #footer-bottom ul li {
	display: block;
	float: left;
	height: 1.0em;
	line-height: 1.0em;
	margin: 0 0 0 10px;
	padding: 0 0 0 1.0em;
	background: url(/db_link/en/img/common/icon.png) 0 0 no-repeat;
}
#footer #footer-bottom small {
	position: absolute;
	bottom: 10px;
	right: 0;
}

@charset "utf-8";

/* reset
----------------------------------------------------------------------*/
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; padding: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,main,figure {
	display:block;
}
img { border: 0; vertical-align: bottom; }
ul, ol { list-style: none; }
iframe { vertical-align: bottom; }
table{ border-collapse:collapse;}
input[type="text"]:focus {outline: 0;}

select::-ms-expand { /* for IE10 */
    display: none;
}


/* structure
----------------------------------------------------------------------*/
html { height: 100%; }
body {
	font-size: 10px;
 >font-size: 62.5%;
	color: #00479d;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	/*word-break : break-all;*/
  word-wrap:break-word;
}
h1, h2, h3, h4, h5, h6{font-size: 20px;}
a { text-decoration: none;color: #00479d; }

/* hover */
a { 
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
a:hover{ 
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
  overflow: hidden;
}
body > #wrapper { height: auto; min-height: 100%;}
@media screen and (min-width: 768px) {
  body > #wrapper{min-width: 1200px;padding-top: 100px;}
  body.home > #wrapper{min-width: 1400px;}
}
@media screen and (max-width: 767px) {
  #wrapper{padding-top: 56px;}
}

@media screen {
/*\*/
* html #wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/**/
}

/* cl ----------------- */
.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl { display: inline-block; }
/* Hides from IE-mac \*/
* html .cl { height: 1px; }
.cl { display: block; }
/* End hide from IE-mac */




/*--------------------------------------
  MODULE -- Primary
---------------------------------------*/
/* common
---------------------------------------*/
.flL { float: left; }
.flR { float: right; }

.taL { text-align: left; }
.taR { text-align: right; }
.taC { text-align: center; }

.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt60 { margin-top: 60px!important; }
.mt70 { margin-top: 70px!important; }
.mt80 { margin-top: 80px!important; }
.mt90 { margin-top: 90px!important; }
.mt100 { margin-top: 100px!important; }

.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb100 { margin-bottom: 100px!important; }


/* PC
---------------------------------------*/
@media screen and (min-width: 768px) {
	.pc {display: block;}
	.sp {display: none !important;}

}


/* SP
---------------------------------------*/
@media screen and (max-width: 767px) {
  
	.pc {display: none !important;}
	.sp,
  .spBlock{display: block;}
	img{max-width: 100%;height: auto;}

.mt20 { margin-top: 10px!important; }
.mt25,
.mt30 { margin-top: 15px!important; }
.mt35,
.mt40 { margin-top: 20px!important; }
.mt50 { margin-top: 25px!important; }
.mt60 { margin-top: 30px!important; }
.mt70 { margin-top: 35px!important; }
.mt80 { margin-top: 40px!important; }
.mt90 { margin-top: 45px!important; }
.mt100 { margin-top: 50px!important; }


.mb20 { margin-bottom: 10px!important; }
.mb25,
.mb30 { margin-bottom: 15px!important; }
.mb35,
.mb40 { margin-bottom: 20px!important; }
.mb50 { margin-bottom: 25px!important; }
.mb60 { margin-bottom: 30px!important; }
.mb70 { margin-bottom: 35px!important; }
.mb80 { margin-bottom: 40px!important; }
.mb90 { margin-bottom: 45px!important; }
.mb100 { margin-bottom: 50px!important; }


	
}

/* JS
---------------------------------------*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.hide {display:none;}

/* ----- lock menu ----- */
html {
    overflow-y: scroll;
    height: 100%;
}
.lock{overflow: hidden;width: 100%;height: 100%;}

.spMenu,
.langBlock{
  opacity: 0;background: rgba(0,46,101,.95);color: #fff;
  position: fixed;left: 0;top: 98px;z-index: -1;
  width: 100%;height: calc(100% - 98px);
  /*
  transition: .2s;
  */
}


.spMenu.open,
.langBlock.open{opacity: 1;z-index: 100;}

.langBlock ul{max-width: 1000px;margin: 30px auto;}
.langBlock li a{display: block;padding: 5px 15px;color: #fff;transition: .2s;}
.langBlock li a:hover{background: #fff;color: #00479d;opacity: 1;}

@media screen and (min-width: 768px) {
	.langBlock{ text-align: center; }
	.langBlock ul{display: inline-block;font-size: 20px;}
	.langBlock li a{border: 2px solid #fff;border-radius: 8px;padding: 5px 2em;margin: 10px 0;}
	.langBlock ul a.current{opacity: .3;}
}
@media screen and (max-width: 767px) {
  .spMenu,
.langBlock{top: 56px;height: calc(100% - 56px);}
  /*
  .lock .langBlock{
    display: none;
   -- transition: 0s;opacity: 1;position: relative;top: 0;z-index: 1;--
  }*/
  .langBlock ul{/*display: flex;flex-wrap: wrap;align-items: center;justify-content: center;*/}
/*  .langBlock ul li{width: 44%;}*/
  .langBlock ul a{text-align: center;border: 2px solid #fff;border-radius: 8px;margin: 5px 2%;padding: 5px;font-size: 15px;font-weight: bold;}
  .langBlock ul a:after{display: none;}
  .langBlock ul a.current{opacity: .3;}
  
}


/* ----- Accordion ----- */
.jsAccTrigger{cursor: pointer;}
.jsAccTrigger:after{
  content:'';display: inline-block;
    margin-top: 10px;margin-left: 15px;
    border-style: solid;
    border-width: 10px;
    border-color: #00479d transparent transparent transparent;
}
.jsAccTrigger.open:after{margin-top: -10px;border-color: transparent transparent #00479d transparent;}
@media screen and (max-width: 767px) {
  .jsAccTriggerSp{position: relative;}
  .jsAccTriggerSp:after{
  content:'';display: inline-block;
    position: absolute;right: 19px;top: 50%;margin: -2px 0 0;
    border-style: solid;
    border-width: 5px;
    border-color: #fff transparent transparent transparent;
  }
  .jsAccTriggerSp.open:after{margin-top: -8px;border-color: transparent transparent #fff transparent;}
  .jsAccTriggerSp:before{
    content:'';display: block;
    position: absolute;right: 5px;top: 5px;
    background: #00479d;border-radius: 8px;border:20px solid #00479d;
  }
}


/* ========================================
  LAYOUT
======================================== */
.sectionWidth{margin: auto;}
.row:after,
.contents:after,
.sectionWidth:after {
	content: "";
	display: block;
	clear: both;
}
	.contents{padding-bottom: 50px;}

*[class*="columnW"]:not(.columnW12)  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;float: left;}
.columnW1{width: 8.33%;float: left;}
.columnW2{width: 16.66%;}
.columnW3{width: 24.99%;}
.columnW4{width: 33.33%;}
.columnW5{width: 41.66%;}
.columnW6{width: 50%;}
.columnW7{width: 58.33%;}
.columnW8{width: 66.6%;}
.columnW9{width: 74.99%;}
.columnW10{width: 83.33%;}
.columnW11{width: 91.66%;}
@media screen and (min-width: 768px) {
	.sectionWidth{width: 1000px;}
	.siteHeader{
		max-width: 1240px;
		margin: auto;
	}
	.gnav .menu,
	.footerBottom {
		width: 1000px;
		margin: auto;
	}
	.siteHeader,
	.gnav,
	.siteFooter{min-width: 1000px;}
	
	.mainContents{padding-right: 40px;}
}
@media screen and (max-width: 767px) {
	.sectionWidth{padding-left: 15px;padding-right: 15px;}
	.contents,
	.mainContents,
	.subContents{
		float: none;
		width: 100%;
	}
	.mainContents{padding-bottom: 40px;}
}


/*--------------------------------------
  siteHeader
---------------------------------------*/
.siteHeaderWrap{position: fixed;width: 100%;top: 0;left: 0;z-index: 10001;background: #fff;}
.siteHeader{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.siteHeader .subArea>*{float: left;margin-left: 26px;}
.siteHeader .subArea .btnLang{
  background: url(/db_link/en/img/common/Language.png) no-repeat 50% 0;
  padding-top: 40px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

/* 2018-01-17 検索フィールドへのplaceholder設定対応 */
/* .siteHeader .searchBox{margin-top: 14px;} */
.siteHeader .searchBox{margin-top: 10px;}
/*.siteHeader .searchBox input{font-size: 14px;padding: 6px;width: 187px;}*/
.siteHeader .searchBox input{font-size: 14px;padding: 6px;width: 235px;font-family: inherit;}
.siteHeader .searchBox button{
  height: 28px;vertical-align: top;
  border: none;
/*  background:url(/db_link/en/img/common/icon_glass.png) no-repeat 10px 50%;*/
  background:url(/db_link/en/img/common/icon_glass.png) no-repeat 12px 60%;
  padding: 0 14px 0 34px;font-size: 12px;
}


@media screen and (min-width: 768px) {
	/* siteHeader
	---------------------------------------*/
	.siteHeader {
		padding: 20px 0 25px;
	}
	.siteHeader .subArea {}
}
@media screen and (max-width: 767px) {
	/* siteHeader
	---------------------------------------*/
	.siteHeader{padding: 10px 3%;}
	.siteHeader .logo{width: 180px;}
  
  .siteHeader .searchBox{display: none;}
  .siteHeader .subArea .btnLang{
    -webkit-background-size: auto 75%;
    background-size: auto 75%;
    padding-top: 30px;
    height: 40px;font-size: 10px;
    margin-top: -4px;
  }
}

/* ---------- menu-trigger ---------- */
.menu-trigger{text-align: center;font-size: 13px;line-height: 1;position: relative;z-index: 101;cursor: pointer;}
.menu-trigger .menuIcon,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger .menuIcon {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #00479d;
}
.menu-trigger span:nth-of-type(1) {
  top: 10%;
}
.menu-trigger span:nth-of-type(2) {
  top: 40%;margin-top: -1px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 20%;
}
.menu-trigger.active span{height: 3px;}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

		
@media screen and (max-width: 767px) {
  .siteHeader .subArea>*{margin-left: 12px;}
  .menu-trigger{font-size: 12px;}
  .menu-trigger .menuIcon{height: 24px;width: 28px;margin: auto;}
  .menu-trigger span{height: 4px;}
  
  .menu-trigger span:nth-of-type(1) {
    top: 5%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 10%;
  }
  .menu-trigger.active span{height: 3px;}
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

}


/*--------------------------------------
  gnav
---------------------------------------*/
.gnav{background: url(/db_link/en/img/common/gn_bg.png) repeat-x 0;height: 80px;}
@media screen and (min-width: 768px) {
	
	.gnav .menu{
		display:-webkit-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:flex;
		
		align-items:center;
		justify-content:space-between; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    border-left: 1px solid rgba(50,60,153,.15);
	}
	.gnav .menu>li{text-align: center;border-right: 1px solid rgba(50,60,153,.15);width: 100%;}
	.gnav .menu>li>a{display:block;display: -webkit-flex;display: flex;align-items: center;height: 80px;}
	.gnav .menu>li>a.active{background: #fff;border-bottom: 4px solid #00479d;position: relative;}
	.gnav .menu>li>a.active:after{
		content:'';display: block;
		border-style: solid;
		border-width: 7px 7px 0 7px;
		border-color: #00479d #fff #fff #fff;
		position: absolute;left: 50%;margin-left: -5px;bottom: 3px;
	}
  
	.gnav .menu>li>a img{margin: -5px auto;display: inline-block;vertical-align: top;}
	
	/* ---------- menu-pulldown ---------- */
	li.menu-pulldown {
		position: relative;
	}
	li.menu-pulldown ul.lv2 {
		width: 100%;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		position: absolute;
		z-index: 1;
		border: 1px solid #aaa;
	}
	li.menu-pulldown ul.lv2 li{border-bottom: 1px solid #fff;}
	li.menu-pulldown ul.lv2 a{display: block;padding: 1.5em 1em;text-align: left;color: #333;background: #eee;}
	li.menu-pulldown ul.lv2 a:hover{background: #aaa;}
	li.menu-pulldown ul.lv2 {
		visibility: hidden;
		opacity: 0;
		top: 4em;
	}
	li.menu-pulldown:hover ul.lv2 {
		visibility: visible;
		opacity: 1;
		top: 5em;
	}

}
@media screen and (max-width: 767px) {
  .gnav{
    background: url(/db_link/en/img/common/gn_bg_sp.png) 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 15px 0;
    height: auto;
    display: none;
  }
  .gnav ul{
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-between; 
    font-weight: bold;
  }
  .gnav ul li{width: 30%;text-align: center;line-height: 1.2;margin-bottom: 20px;}
  .gnav ul li img{margin-bottom: 10px;}
  
  

}


/*--------------------------------------
  siteFooter
---------------------------------------*/
.siteFooter {}
.siteFooter li{padding: 5px 0;font-size: 13px;line-height: 1.2;}
.siteFooter li a{position: relative;padding-right: 18px;display: inline-block;}
.siteFooter li a:after{
  position: absolute;right: 0;top: 1px;
  content:'';display: block;
  border-style: solid;
  border-width: 6px 5px;
  border-color: transparent transparent transparent #00479d;
}
.footerNav{background: #f4f4f4;padding: 40px 0;}
.footerNav h3{margin-bottom: 10px;font-size: 17px;}
.footerNav a .fzS{font-size: 10px;}
.copyright{text-align: center;padding-bottom:15px;font-size: 1.2em;line-height: 1;}


.pagetop{text-align: center;background: #00479d;position: fixed;right: 20px;bottom: 20px;}
.pagetop a{position: relative;display: block;width: 60px;height: 0;padding-top:60px;color: #fff;overflow: hidden;}
.pagetop a:before,
.pagetop a:after{
	left: 50%;margin-left: -7px;
	top: 50%;
	position: absolute;
	-webkit-transform:rotate(-45deg) ;
	-ms-transform:rotate(-45deg) ;
	transform:rotate(-45deg) ;
	display: block;content:'';height: 14px;width: 14px;}
.pagetop a:before{background: #fff;margin-top: -2px;}
.pagetop a:after{background: #00479d;margin-top: 2px;}



@media screen and (min-width: 768px) {
	.footerNav {
		overflow: hidden;
		margin: auto;
		text-align: left;
	}
  .footerNav>div{display: -webkit-flex;display: flex;}
	.footerNav .nav {width: 100%;padding-left: 25px;}
  .footerNav .nav:first-child{padding-left: 0;}
	.footerBottom{overflow: hidden;text-align: center;padding: 35px 0 ;}
  
  .footerBottom{
    text-align: left;
    background: url(/db_link/en/img/common/footer_ph.jpg) no-repeat 100% 35px;min-height: 150px;}
  .footerBottom li{float: left;margin-right: 20px;}
  .footerBottom .infomation{padding-top: 55px;font-size: 14px;clear: both;}
  .footerBottom .infomation .name{font-weight: bold;font-size: 36px;line-height: 1;margin-bottom: 14px;}
}

@media screen and (max-width: 767px) {
	.pagetop a{width: 40px;height: 0;padding-top: 40px;}
	
	/* siteFooter
	---------------------------------------*/
	.siteFooter{padding: 0 0 10px;}
	.footerNav,
	.siteFooter .copyright {
		text-align: center;
	}

	.footerNav{display: none;}
  
  .footerBottom{text-align: center;}
  .siteFooter li{font-size: 15px;margin-bottom: 1em;}
  
  .infomation{
    font-size: 14px;margin-bottom: 30px;
    margin-top: 50px;background: url(/db_link/en/img/common/footer_ph.jpg) no-repeat 50% 0 / 230px ;padding-top: 150px;}
  .infomation .name{font-size: 25px;font-weight: bold;margin-bottom: 5px;}
  
	.copyright {font-size: 1em;margin-top: 10px;}
}


/*--------------------------------------
  contents
---------------------------------------*/
.contents{font-size: 17px;line-height: 1.7;}
.contents .fzS{font-size: 13px;line-height: 1.5;}

.contents a{color: #0033ff;text-decoration: underline;}

#bak{padding-block-start: 45px; text-decoration: none;}

.secInner{padding: 30px 25px;}

@media screen and (max-width: 767px) {
  .contents{font-size: 13px;}
  .contents .fzS{font-size: 10px;}
  .secInner{padding: 15px 0;}

#bak{padding-top: 7px;}
}


/*--------------------------------------
  MODULE -- Secondary
---------------------------------------*/

/* TITLE
---------------------------------------*/
*[class^="title"] {line-height: 1.2;}
.mainContents>*:first-child>*[class^="title"]:first-child{margin-top: 0;}
.title01A{font-size: 50px;color: #00479d;padding-top: 60px;}
.title01A2{font-size: 35px;color: #00479d;padding-top: 70px;}
.title01A span{font-size: 0.4em;}
.title02A{
  font-size: 20px;color: #00479d;border-left: 6px solid #00479d;background: #f4f4f4;padding-left: 20px;min-height: 60px;line-height: 60px;
  display: flex;align-items: center;
  margin-top: 30px;
}

.sTitle01{text-align: center;font-weight: bold;margin: 50px auto 15px;}

@media screen and (max-width: 767px) {
  .title01A{font-size: 30px;padding-top: 33px;}
  .title01A2{font-size: 20px;padding-top: 40px;}
  .title01A span{font-size: 0.44em;}
  .title02A{margin-top: 20px;min-height: 50px;line-height: 50px;font-size: 15px;padding-left: 10px;border-left-width: 5px;}
  .sTitle01{margin-top: 30px;}
	
}

/* BOX
---------------------------------------*/
.box01{background: #e3f3ff;}
.box02{background: #f4f4f4;}

/* TABLE
---------------------------------------*/
.table01{width: 100%;border-collapse: collapse;margin-top: 15px;}
.table01 th,
.table01 td{font-size: 15px;line-height: 1.4;padding: 20px 5px;vertical-align: top;text-align: left;border: 1px solid #00479d;text-align: center;vertical-align: middle;}
.table01 th{border-color: #fff;background: #0089e9;color: #fff;vertical-align: middle;font-weight: normal;}
.table01 tr:first-child th{border-top-color: #0089e9;}
.table01 sup{font-size: .7em;}

@media screen and (max-width: 767px) {
  .table01{margin-top: 10px;}
	.table01 th,
	.table01 td{font-size: 12px;padding: 10px 3px;}
	.table01 th{white-space:nowrap;}
}

/* LIST
---------------------------------------*/
.oList01 li{padding-left: 2em;text-indent: -2em;}
.uList01 li{padding-left: 1em;text-indent: -1em;}


/* スクロールバー
---------------------------------------*/
.scroll{
  /*
  */
  overflow: auto;
  height: 100%;
 -ms-overflow-style:none;
}
.scroll::-webkit-scrollbar{
  display: none;
}
/*
.scroll::-webkit-scrollbar{
  width: 5px;
  background: #dedede;
}
.scroll::-webkit-scrollbar:horizontal{
  height: 5px;
  background: #dedede;
}
.scroll::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 2px;
}
.scroll::-webkit-scrollbar-thumb:horizontal{
  background: #666;
  border-radius: 2px;
}
*/

/* ICON
---------------------------------------*/
.icon{padding-left: 32px;position: relative;}
.icon:before{
  content:'';display: block;
  width: 30px;height: 30px;
  position: absolute;left: 0;top: 50%;margin-top: -15px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
.iconBook:before {background-image: url(icon_book);}
.iconEJ:before {background-image: url(icon_ej);background-position: 100% 50%;}
.iconGlass:before {background-image: url(icon_glass);}
.iconOpac:before {background-image: url(icon_opac);}
.iconReview:before {background-image: url(icon_review);}
.iconSums:before {background-image: url(icon_sums);}
.iconWord:before {background-image: url(icon_word);}

.iconDb:before {background-image: url(/db_link/en/img/common/icon_db_w.png);}
.iconSBW:before {background-image: url(/db_link/en/img/common/icon_sbw_w.png);}
.iconRepository:before {background-image: url(/db_link/en/img/common/icon_repository_w.png);}
.iconSession:before {background-image: url(/db_link/en/img/common/icon_session_w.png);}
.iconFaq:before {background-image: url(/db_link/en/img/common/icon_faq_w.png);}
.iconDoc:before {background-image: url(/db_link/en/img/common/icon_doc_w.png);}
.iconInfo:before {background-image: url(/db_link/en/img/common/icon_info_w.png);}
.iconStudy:before {background-image: url(/db_link/en/img/common/icon_study_w.png);}
.iconLibrary:before {background-image: url(/db_link/en/img/common/icon_library_w.png);}

/* arr */
.arr{position: relative;padding-right: 16px;display: inline-block;}
.arr:after{
  position: absolute;right: 0;top: 50%;margin-top: -8px;
  content:'';display: block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #00479d;
}


/* PARTS
---------------------------------------*/
/* emergencyInfo - 緊急のお知らせ - */
.emergencyInfo{text-align: center;margin: 0 auto 10px;}
.emergencyInfo .box{width: 800px;margin: auto;padding: 10px;background: #eee;display: flex;align-items: center;justify-content: flex-start;line-height: 1.4;}
.emergencyInfo .box dt{
  width: 50px;height: 50px;color: #fff;background: #c00;font-size: 12px;font-weight: bold;
  display: flex;align-items: center;justify-content: center;
}
.emergencyInfo .box dd{width: 100%;color: #c00;font-weight: bold;text-align: left;padding-left: 12px;font-size: 12px;}
.emergencyInfo .box dd .date{display: block;color: #888;font-weight: normal;font-size: .9em;}

/* searchBox */
.searchBox{
  border: 1px solid #00479d;
  display: -webkit-flex;
  display: flex;
}
.searchBox input{
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  border-radius: 0;
  border: none;border-right: 1px solid #00479d;}
.searchBox button{border: none;color: #00479d;background:url(/db_link/en/img/common/icon_glass.png) no-repeat 10px 50%;padding-left: 30px;font-size: 17px;cursor: pointer;}

@media screen and (max-width: 767px) {
.emergencyInfo .box{width: auto;}
}

/* 2018/1/22 スマホ時の検索フィールド拡大 */
@media screen and (max-width: 767px) {
  .sp .searchBox form{width: 100%;}
}

/* ========================================
  for menuInner
======================================== */
.menuInner *{font-weight: normal;color: #fff;}
.menuInner li{margin-top: 10px;}
.menuInner a{position: relative;padding-right: 20px;display: inline-block;}
.menuInner a:after{
  position: absolute;right: 0;top: 3px;
  content:'';display: block;
  border-style: solid;
  border-width: 6px 5px;
  border-color: transparent transparent transparent #fff;
}
.menuInner .nBlock01 .btnLogin{
  font-size: 12px;display: inline-block;background: #fff;color: #00479d;
  border-radius: 5px;
  padding: 3px 25px 2px 15px;
  line-height: 1;
  margin-left: 10px;
}
.menuInner .nBlock01 .btnLogin:after{
  border-width: 5px 6px;
  border-color: transparent transparent transparent #00479d;
  right: 5px;
}

@media screen and (min-width: 768px) {
  .menuInner{width: 1000px;margin: auto;}
  .menuInner .nBlock01,
  .menuInner .nBlock02,
  .menuInner .nBlock03{
    display: -webkit-flex;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #486990;
  }
  .menuInner .nBlock03{padding: 24px 0;}
  .menuInner .nBlock01>*,
  .menuInner .nBlock02>*,
  .menuInner .nBlock03>*{
    border-left: 1px solid #486990;
    padding: 0 28px;
  }
  .menuInner .nBlock01>*,
  .menuInner .nBlock03>*{padding: 6px 20px 6px 28px;}
  .menuInner .nBlock01>*:first-child,
  .menuInner .nBlock02>*:first-child,
  .menuInner .nBlock03>*:first-child{padding-left: 0;border-left: none;width: 222px;}
  .menuInner .nBlock01>*:nth-child(2),
  .menuInner .nBlock02>*:nth-child(2),
  .menuInner .nBlock03>*:nth-child(2){width: 270px;}
  .menuInner .nBlock01>*:nth-child(3),
  .menuInner .nBlock02>*:nth-child(3),
  .menuInner .nBlock03>*:nth-child(3){width: 272px;}
  .menuInner .nBlock04 li{float: left;margin-right: 10px;}
  .menuInner .nBlock01,
  .menuInner .nBlock03 li{font-size: 17px;}
  .menuInner .nBlock01 .name{font-size: 18px;}
  .menuInner .nBlock02 li,
  .menuInner .nBlock04 li{font-size: 13px;}
  .menuInner li .fzS{font-size: 10px;}
  
  .menuInner .nBlock01 a.iconDb:after,
  .menuInner .nBlock03 a:after{top: 7px;}
  .menuInner .nBlock02 .icon:before{
    -webkit-background-size: auto;
    background-size: auto;
  }
  .menuInner .nBlock01 .iconDb,
  .menuInner .nBlock03 .icon{padding-left: 39px;}
  .menuInner .nBlock02 .iconStudy,
  .menuInner .nBlock02 .iconLibrary{padding-left: 34px;}
  .menuInner .nBlock02 .iconStudy:before,
  .menuInner .nBlock02 .iconLibrary:before{margin-top: -20px;}
  .menuInner .nBlock02 .iconInfo:before,
  .menuInner .nBlock03 .iconFaq:before,
  .menuInner .nBlock03 .iconSession:before{margin-top: -17px;}
  .menuInner .nBlock03 .iconSession:before{width: 29px;}
  .menuInner .nBlock03 .iconFaq:before{width: 25px;}
  
  
  .menuInner .nBlock02 h3{font-size: 20px;}
  
  .menuInner .nBlock04{padding: 40px 0 0;}
  .menuInner .btnLogo{float: right;margin-top: 10px;}
  .menuInner .btnLogo img{display: inline-block;margin-top: -10px;}
}
@media screen and (max-width: 767px) {
  .menuInner{padding-bottom: 30px;}
  .menuInner .icon:before{width: 26px;}
  .menuInner>*{padding:30px 0;border-bottom: 1px solid #486990;}
  .menuInner>.sp{padding: 30px 15px 20px;}
  .menuInner .nBlock03{padding: 0px 15px 40px;}
  .menuInner .nBlock02,
  .menuInner .nBlock04{border-bottom: none;}
  .menuInner .nBlock02{padding-bottom: 0;}
  .menuInner .nBlock02 .linkBlock:last-child.open{border-bottom: 1px solid #486990;padding-bottom: 30px;}
  
/* 2018-01-17 検索フィールドへのplaceholder設定対応 */
/* .menuInner .searchBox input{width: calc(100% - 110px);font-size: 19px;color: #000;} */
/*20190222変更  .menuInner .searchBox input{width: calc(100% - 36px);font-size: 19px;color: #000;font-family: inherit;} */
  .menuInner .searchBox input{width: calc(100% - 36px);font-size: 18px;color: #000;font-family: inherit;}
 /* .menuInner .searchBox button{background-color: #fff;font-size: 12px;padding: 4px 8px 0px 30px;min-width: 110px;} */
 /*20190222変更 .menuInner .searchBox button{background-color: #fff;font-size: 12px;padding: 3px 4px 8px 30px;min-width: 110px;} */
  .menuInner .searchBox button{background-color: #fff;font-size: 12px;padding: 19px 8px 8px 28px;min-width: 26px;}
  
  .menuInner .langBlock{display: flex;align-items: center;text-align: center;padding: 20px 0 0;}
  .menuInner .langBlock .btnLang{
    width: 25%;
    display: inline-block;
    background: url(/db_link/en/img/common/icon_lang.png) no-repeat 50% 0;
    -webkit-background-size: 32px auto;
    background-size: 32px auto;
    padding-top: 40px;
    font-size: 13px;
    line-height: 1;
  }
  .menuInner .langBlock dd {width: 75%;text-align: center;}
  .menuInner .langBlock dd a{display: inline-block;width: 44%;text-align: center;border: 2px solid #fff;border-radius: 8px;margin: 5px 2%;padding: 5px;font-size: 15px;font-weight: bold;}
  .menuInner .langBlock dd a:after{display: none;}
  .menuInner .langBlock dd a.current{opacity: .3;}
  /**/
  .menuInner li{margin-top: 20px;}
  .menuInner .nBlock01 a:after{top: 5px;}
  .menuInner .nBlock02 a,
  .menuInner .nBlock04 a{padding-right: 10px;}
  .menuInner .nBlock02 a:after,
  .menuInner .nBlock04 a:after{top: 1px;right: -8px;}
  .menuInner .nBlock03 li{margin: 40px 0 0;}
  .menuInner .nBlock03 a:after{right: 3px;}

  .menuInner .nBlock01,
  .menuInner .nBlock02 ul,
  .menuInner .nBlock03,
  .menuInner .nBlock04 ul {display: flex; flex-wrap: wrap;padding-left: 15px;padding-right: 15px;}
  .menuInner .nBlock01 .btnLogin{border-radius:3px;padding: 3px 16px 3px 10px;}
  .menuInner .nBlock01 .btnLogin:after{right: -2px;}
  .menuInner .nBlock01>*,
  .menuInner li{width: 50%;}
  .menuInner .nBlock01 .tukai{margin: 40px 0 0;}
  .menuInner li{font-size: 13px;line-height: 1.2;}
  .menuInner li .fzS{font-size: 10px;}
  .menuInner .nBlock01,
  .menuInner .nBlock02 h3{font-size: 15px;}
  .menuInner .nBlock03 li{font-size: 14px;}
  .menuInner .nBlock02 h3{padding: 20px 0 14px 50px;border-bottom: 2px solid #486990;position: relative;}
  .menuInner .nBlock02 h3:before{margin-left: 15px;margin-top: -13px;}
  
  .menuInner .nBlock02 h3:after{
    content:'';display: block;width: 40px;height: 40px;
    border-radius: 8px;background: #fff url(/db_link/en/img/common/arr.png) no-repeat 50% 50%;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    position: absolute;right: 10px;top: 5px;
  }
  .menuInner .nBlock02 .open h3:after{transform: rotate(180deg);}
  
  .menuInner .nBlock02 .linkBlock+.linkBlock{margin-top: 30px;}
  .menuInner .nBlock04 .btnLogo{float: right;margin-top: 20px;margin-right: 20px;}
  .menuInner .nBlock04 .btnLogo:after{top: 13px;}

}




/* ========================================
  for HOME
======================================== */
.mv{
  background: url(../images/home/mv01ph_pc.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: left;
  border-bottom: 20px solid #fff;
}
.mv .text{
  display: flex;align-items: center;justify-content: flex-start;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;text-align: left;
}
.mv .text img{width: 25%;margin-left: 7%;margin-bottom: 20px;}
/*
.mv2 img{width: 100%;max-width: 1600px;margin:0 auto;}
*/
/* searchBlock */
.searchBlock{background: #00479d;padding: 40px 0;}
.searchBlock .tab li{
  margin-bottom: 2px;background: #c6c6c6;
  cursor: pointer;
  border-radius: 10px 0 0 10px;

  font-size: 18px;color: #00479d;line-height: 1;
  text-align: center;padding-top: 17px;
  margin-left: auto;
  border-right: 1px solid #00479d;
  padding-right: 10px;
}
.searchBlock .tab li.select{background: #fff;border-color: #fff;}
.searchBlock a.arr{display: inline-block;margin-top: 15px;font-size: 15px;}


@media screen and (min-width: 768px) {
  .mv{height: calc(100vh - 300px);min-height: 340px;}
/*
  .mv2 {text-align: center;padding-top: 98px;}
*/
  .searchBlock .inner{position: relative;height: 150px;}
  .searchBlock .tab,
  .searchBlock .jsTabContent{float: left;height: 150px;}
  .searchBlock .tab{margin-left: 180px;text-align: right;width: 200px;}
  .searchBlock .tab li{height: 49px;width: 190px;}
  .searchBlock .tab li:first-child{height: 48px;}
  .searchBlock .tab li.select{margin-left: 0;width: 200px;}
.searchBlock .tab li.icon:before{margin-left: 35px;}
.searchBlock .tab li.icon.select:before{margin-left: 45px;}
.searchBlock .tab li:after{margin-right: 20px;}
  .searchBlock .tab li.icon.iconSums:before{background-size: 90%;}
  
  .searchBlock .jsTabContent{
    width: 620px;background: #fff;border-radius:0 10px 10px 0;
    padding: 0 34px;
  }
  .searchBlock .textBox{
    position: absolute;left: 0;top: 0;
    width: 158px;height: 150px;padding:  0 14px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #00479d;background: #fff;
    font-size: 16px;line-height: 1.6;
  }
  .searchBlock .textBox:after{
    content:'';display: block;
    border-style: solid;
    border-width: 7px 0 7px 17px;
    border-color: transparent transparent transparent #fff;
    position: absolute;right: -17px;top: 14px;
  }
  .searchBlock .panel02 .textBox:after{top: 67px;}
  .searchBlock .panel03 .textBox:after{top: 118px;}
  .conBox{
    height: 150px;
    display: -webkit-flex;
    display: flex;
    align-items: center
  }
  .conBox .conInner{text-align: center;width: 100%;}
  .conBox .searchBox input{height: 40px;width: 480px;padding: 0 8px;font-size: 18px;}
  .conBox .searchBox button{width: 110px;padding-right: 10px;}
  .searchBlock .panel01{padding-top: 15px;}

}
@media screen and (max-width: 767px) {
  .searchBlock{margin-top: 40px;position: relative;}

  .searchBlock .tab{display: flex;}
  .searchBlock .tab li{
    width: calc(100% / 3);
    margin-left: 20px;border-radius: 10px;
    padding:10px;
    margin-bottom: 20px;
    position: relative;z-index: 2;
  }
.searchBlock .tab li:first-child{margin-left: 0;}
  .searchBlock .tab li.icon:before,
  .searchBlock .tab li.icon.select:before{
    position: relative;top: 0;left: 0;
    vertical-align: top;
    display: block;
    margin: 0 auto 10px;
    width: 50px;height: 50px;
  }
  .searchBlock .tab li.arr:after{
    border-width: 15px;
    border-color: #c6c6c6 transparent transparent;
    left: 50%;top: 100%;margin-top: 0;
    height: 0;width: 0;margin-left: -15px;
  }
  .searchBlock .tab li.arr.select:after{
    width: calc(100% + 1px);background: #fff;
    border:none;
    left: 0;margin: 0;top: 80px;z-index: -1;
    height: 40px;
  }
  
  
  .searchBlock .jsTabContent{
    background: #fff;border-radius:0 0 10px 10px;
    padding: 0 16px;
  }
  .searchBlock .textBox{
    position: absolute;top: -25px;left:5%;z-index: 2;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 13px;
    width: 90%;
    padding: 12px 5px;
    text-align: center;
  }
  .searchBlock .textBox:after{
    border: 1px solid #000;
    content:'';display: block;
    border: 1px solid transparent;
    border-width: 20px 12px;
    border-top-color: #fff;
    position: absolute;bottom: -40px;left: 10%;
  }
  .searchBlock .panel02 .textBox:after{left: 50%;margin-left: -12px;}
  .searchBlock .panel03 .textBox:after{left: 83%;}
  .conBox{
    height: 150px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .conBox .conInner{text-align: center;width: 100%;}
  .conBox .searchBox input{height: 40px;padding: 0 8px;font-size: 18px;}
  .conBox .searchBox button{width: 80px;padding-right: 10px;}


}



/* calendarArea */
.calendarArea{padding: 50px 0;}
.calendarArea .tab{width: 550px;}
.calendarArea .tab li{
  border: 1px solid #00479d;border-radius: 8px 0 0 8px;height: calc(100% / 5 - 5px);
  display: flex;justify-content: space-between; align-items: center;
  padding-left: 20px;
  font-size: 18px;line-height: 1;font-weight: bold;
  margin-top: 6px;
  position: relative;
  cursor: pointer;
}
.calendarArea .tab li.select{border-right-color: #fff;}
.calendarArea .tab li:first-child{margin-top: 0;height: calc(100% / 5 - 4px);z-index: 2;}
.calendarArea .tab li:not(.select){background: #f4f4f4;width: calc(100% - 20px);margin-left: auto;}
.calendarArea .tab li:not(.select):before{
  content:'';display: block;
  border-style: solid;border-width: 10px;
  border-color: transparent transparent transparent #00479d;
  position: absolute;left: -21px;
}
.calendarArea .tab li .name{white-space: nowrap;}
.calendarArea .tab li .time{font-size: 20px;padding-right: 25px;text-align: center;}
.calendarArea .tab li .time i{font-style: normal;font-size: 16px;}
.calendarArea .tab li .time b{display: inline-block;font-weight: normal;font-size: 10px;line-height: 1;border: 1px solid #00479d;margin:4px auto 0;padding: 2px;text-align: center;}

@media screen and (min-width: 768px) {
  .calendarArea .inner{
    display: -webkit-flex;
    display: flex;
    height: 400px;
    align-items: stretch;
  }
  .calendarArea .tabCon{border: 1px solid #00479d;width: 450px;margin-left: -1px;border-radius: 0 8px 8px 0;}
}
@media screen and (max-width: 767px) {
  .calendarArea{padding-bottom: 30px;overflow: hidden;}
  .calendarArea .tab{display: none;}
}



/* calendarBox */
.calendarBox{padding: 16px 50px;text-align: center;font-weight: bold;}
.calendarBox h3{font-size: 14px;}
.calendarBox .name {display: inline-block;line-height: 1.2;margin-top:8px;}
.calendarBox .name .year{font-size: 1.5em;}
.calendarBox .name .month,
.calendarBox .name .day{font-size: 4em;}
.calendarBox .name .month:after{content:'/';display: inline-block;font-size:.78em;vertical-align: top;margin-top: 5px;}
.calendarBox .name .week{font-size: 1.8em;}
/**/
.calendar{position: relative;}
.calendar table{width: 100%;margin: auto;border-collapse: separate;border-spacing: 1px}
.calendar td{font-size: 15px;height: 40px;padding-top: 5px;border-bottom: 4px solid #fff;width: calc(100% / 7);position: relative;}
.calendar td:first-child{color: #f00;}
.calendar .week td{font-size: 13px;font-weight: normal;border-bottom: none;padding: 0;height: auto;}
.calendar .prev,
.calendar .next{position: absolute;top: 50%;height: 0;}
.calendar .prev{left: -43px;}
.calendar .next{right: -43px;}
.calendar .prev:after,
.calendar .next:after{
  content:'';display: block;
  border: 12px solid transparent;
  cursor: pointer;
}
.calendar .prev:after{border-right: 12px solid #00479d;}
.calendar .next:after{border-left: 12px solid #00479d;}

.timeItem{text-align: left;margin-right: -30px;margin-top: 15px;}
.timeItem li{display: inline-block;margin-right: 10px;margin-bottom: 3px;font-size: 12px;vertical-align: top;}
.timeItem li:nth-child(6){margin-right: 0;}
.timeItem span{display: inline-block;width: 26px;height: 8px;border-bottom: 10px solid #eee;margin-right: 5px;}

.timeItem .item01,
.calendar .item01{border-color: #ffa9ff;}
.timeItem .item02,
.calendar .item02{border-color: #99ccff;}
.timeItem .item03,
.calendar .item03{border-color: #f5dd5b;}
.timeItem .item04,
.calendar .item04{border-color: #baa8ff;}
.timeItem .item05,
.calendar .item05{border-color: #a1f0a1;}
.timeItem .item06,
.calendar .item06:after{border: 1px solid #00479d;height: 10px;border-radius: 3px;}
.calendar .item06:after{content:'';display: block;position: absolute;top: 7px;left: 3px;width: 40px;height: 22px;}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .calendarBox{padding: 15px;border: 1px solid #00479d;background: #f4f4f4;border-radius: 10px;margin-bottom: 15px;}
  .calendarBox.open{border-radius: 0;background: none;}

  .calendarBox .accCon{display: none;}
  .calendarBox.open .accCon{display: block;}

  .spTitle{font-size: 18px;position: relative;line-height: 1.3; transition: .3s}
  .spTitle:after{
    content:'';display: block;
    height: 0;width: 0;
    border: 12px solid transparent;
    border-width: 14px 10px;
    border-bottom-color: #00479d;
    position: absolute;right: 0;top: 50%;margin-top: -24px;
  }
  .spTitle span{display: block;font-size: 22px;}
  .spTitle i{font-style: normal;font-size: 20px;}
  .calendarBox .spTitle .box{
    display: inline-block;border: 1px solid #00479d;
    line-height: 1.2;font-size: 12px;padding: 2px 5px;
  }
  .calendarBox.open .spTitle{font-size: 22px;line-height: 1.4;margin-bottom: 30px;}
  .calendarBox.open .spTitle:after{display: none;}
  .calendarBox.open .spTitle span{font-size: 25px;}

  .calendarBox .name {font-size: 12px;}
  .calendar .prev,
  .calendar .next{background: #00479d;height: 115px;width: 24px;margin-top: -57px;}
  .calendar .prev{left: -25px;}
  .calendar .next{right: -25px;}
  .calendar .prev:after,
  .calendar .next:after{margin-top: 46px;}
  .calendar .prev:after{border-right-color: #fff;margin-left: -7px;margin-right: 6px;}
  .calendar .next:after{border-left-color: #fff;margin-left: 7px;}
  .calendar td{border-width: 10px;padding-top: 8px;padding-bottom: 2px;}
  .calendar .item06:after{top: 7px;left: 4px;width: 36px;height: 22px;}
  
  .timeItem li{font-size: 16px;}
  
  .calendarArea .hide{display: block;}
}
@media screen and (max-width: 320px) {
  .spTitle,
  .calendarBox.open .spTitle{font-size: 18px;}
  .spTitle span{font-size: 20px;}
  .calendarBox.open .spTitle span{font-size: 24px;}
}

/*  linkArea - newsArea */
.linkArea{background: url(../images/home/bg01.png) 50% 0;padding: 30px 0 10px;}
.newsArea{background: url(../images/home/bg02.png) no-repeat 50% 0;padding: 55px 0 25px;}
.linkArea ul,
.newsArea .inner,
.wordsArea{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-between;
}
/**/
.linkArea li{margin: 0 0 20px;}
.linkArea li a{display: block;background: #00479d;border-radius: 4px;color: #fff;height: 90px;}
/**/
.newsArea .block{background: #fff;border-radius: 0 0 4px 4px;overflow: hidden;}
.newsArea .secHeader{padding: 8px 10px 8px 0;overflow: hidden;}
.newsArea .secHeader .title{
	background-color: #00479d;
	background: -webkit-gradient(linear, left top, right bottom, from(#00479d), to(#fff));
	background: linear-gradient(right, #00479d 0%, #fff 100%);
  color: #fff;font-weight: normal;
  line-height: 1;font-size: 17px;padding:6px 10px;
  width: 250px;float: left;
}
.newsArea .secHeader a{float: right;line-height: 28px;}
.newsArea .entryList{border-top: 1px solid #ccc;padding: 5px 0;}
.newsArea .entryList a{display: block;}
.newsArea .entry{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.newsArea .entry aside{margin-right: 20px;}
.newsArea .entry p{margin-bottom: 4px;}
.newsArea .category{border: 1px solid #00479d;display: inline-block;width: 56px;text-align: center;margin-right: 10px;line-height: 1.4;font-size: 12px; }
.newsArea time{display: inline-block;color: #888;font-size: 12px;}
.newsArea .block .btn{display: block;border-radius: 4px;background: #00479d;color: #fff;line-height: 35px;text-align: center;font-size: 14px;}
.newsArea .block .btn:after,
.wordsArea .block .btn:after{
  content:'';display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 12px;
}

.wordsArea{padding: 60px 0;}
.wordsArea .block{
  border: 1px solid #00479d;border-radius: 8px;overflow: hidden;
  padding: 26px 10px 30px 17px;
}
.wordsArea .block h3{font-size: 18px;padding-left: 55px;margin-bottom: 30px;}
.wordsArea .block h4{font-size: 13px;}
.wordsArea .block p strong{display: block;font-size: 13px;margin-top: 4px;}

.wordsArea .block .icon:before{width: 50px;height: 40px;background-size: auto;margin-top: -22px;}
.wordsArea .block .icon.iconReview:before{margin-top: -17px;}
.wordsArea .btn{display: block;background: #00479d;color: #fff;line-height: 35px;text-align: center;font-size: 14px;}


@media screen and (min-width: 768px) {
  .linkArea li,
  .newsArea .block,
  .wordsArea .block{margin-left: 20px;}
  .linkArea li:first-child,
  .linkArea li:nth-child(3),
  .newsArea .block:first-child,
  .wordsArea .block:first-child{margin-left: 0;}
  .linkArea li {font-size: 19px;font-weight: bold;}
  .linkArea li a{display: flex;align-items: center;padding-left: 84px;}
  .linkArea li a.icon:before{
    margin-left: 22px;margin-top:-25px;
    height: 45px;width: 45px;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
  }
  
  .linkArea li a,
  .wordsArea .block{width: 320px;}
  .linkArea li .iconDb,
  .linkArea li .iconSBW{width: 490px;}
  .newsArea .block{width: 490px;}
  .wordsArea .block{height: 220px;position: relative;}
  .wordsArea .block .btn{position: absolute;bottom: 0;left: 0;width: 100%;}
  
  .newsArea .secHeader a img{width: 45px;}
}

@media screen and (max-width: 767px) {

  .linkArea{
    background-image: url(../images/home/bg01_sp.png);
    -webkit-background-size: cover;
    background-size: cover;
  }
  
  
  .linkArea li{width: 30%;margin-left: 0;text-align: center;font-size: 15px;line-height: 1.2;font-weight: bold;}
  .linkArea li a{background: none;color: #00479d;height: auto;padding: 0;}
  .linkArea li a:before{
    position: relative;
    display: block;margin: auto;
    background-color: #00479d;
    border-radius: 10px;
    width: 100%;
    background-position: 50% 50%;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
    height: 100px;
    margin-bottom: 10px;
  }
  .linkArea li:nth-child(1),
  .linkArea li:nth-child(2){width: 48%;}
  .linkArea li:nth-child(4),
  .linkArea li:nth-child(5){margin-left: 5%;}
  
  .newsArea{background: none;padding: 40px 0 0;}
  .newsArea .inner{padding: 0;}
  .newsArea .secHeader .title{font-size: 18px;padding: 8px 15px;}
  .newsArea .secHeader a img{width: 58px;}
  .newsArea .entry{padding: 5px 15px;line-height: 1.2;}
  .newsArea .entry aside{width: 70px;margin-right: 15px;}
  .newsArea .entry .textArea{width: calc(100% - 90px);}
  .newsArea .block .btn{margin: 5px 15px 25px;font-size: 17px;padding: 10px;position: relative;}
  .newsArea .block .btn:after,
  .wordsArea .block .btn:after{position: absolute;right: 15px;top: 50%;margin-top: -5px;}
  .wordsArea{padding: 20px 15px 30px;display: block;}
  .wordsArea .block{margin-bottom: 20px;position: relative;padding: 23px 20px 70px;text-align: center;}
  .wordsArea .block h3{display: inline-block;padding-right: 20px;}
  .wordsArea .block h4,
  .wordsArea .block p{text-align: left;}
  .wordsArea .block .btn{position: absolute;width: 100%;bottom: 0;left: 0;font-size: 17px;line-height:50px;}

}






/* ========================================
  for usage
======================================== */
.usage .contents .linkList{display: flex;flex-wrap: wrap;padding: 10px 50px 20px;}
.usage .contents .linkList li{width: 50%;font-size: 17px;line-height: 1.4;margin-top: 12px;}
.usage .contents .linkList li a {display: inline-block;position: relative;padding-right: 20px;}
.usage .contents .linkList li a:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    content: '';
    display: block;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #00479d;
}



/* 貸出・宅配・更新・予約・返却
---------------------------------------*/
.contentsDetail h4{font-size: 17px;line-height: 1.2;font-weight: bold;margin-top: 45px;margin-bottom: 5px;}
.contentsDetail p.num{padding-left: 1em;text-indent: -1em;}
.contentsDetail p.num2{padding-left: 3em;text-indent: -3em;}

.contentsDetail .box01,
.contentsDetail .box02{padding: 16px;}
.contentsDetail .box01 p:not(:first-child),
.contentsDetail .box02 p:not(:first-child){margin-top:15px;}
.contentsDetail .table01 tr td:first-child {text-align: left;padding-left: 20px;}
.contentsDetail .table01 th.first{border-left-color: #0089e9;}
.contentsDetail .table01 th.last{border-right-color: #0089e9;}
.contentsDetail .table01 th.w02{width: 100px;}
.contentsDetail .table01 th.w03{width: 140px;}
@media screen and (min-width: 768px) {
.contentsDetail h3.title02A{margin-top: 50px;}
}
@media screen and (max-width: 767px) {
  .usage .contents .linkList {padding: 10px 0 20px;align-items: center;}
  .usage .contents .linkList li{font-size: 13px;margin-top: 30px;}
  /**/
  .contentsDetail .mt20{margin-top: 20px !important;}
  .contentsDetail p,
  .contentsDetail li{line-height: 1.4;}
  .contentsDetail h4{margin-top: 30px;font-size: 13px;}
.contentsDetail p.num{padding-left: 3em;text-indent: -3em;}
.contentsDetail .table01 tr td:first-child {padding-left: 5px;}
.contentsDetail .table01 th.w02{width: 40px;}
.contentsDetail .table01 th.w03{width: 60px;}
  
  
  
}



/* ========================================
  for news
======================================== */
body.news .title01A .icon{float: right;}
body.news .sideBlock{width: 190px;float: left;}
body.news .mainBlock{width: 780px;float: right;}
body.news .mainBlock .title02A{border-color: #00479d;background: #e3f3ff;}
/* entryArchive */
.entryArchive dd{background: #f4f4f4;margin-top: 12px;padding: 16px 0 6px 25px;line-height: 1.2;}
.entryArchive dd>span{display: block;margin-bottom:10px;}
.entryArchive dd a{display: inline-block;color: #00479d;text-decoration: none;}
.entryArchive dd a:after{
  content:'';display: inline-block;margin-top: 4px;margin-left: 6px;vertical-align: top;
  border-style: solid;border-width: 5px;
  border-color: transparent transparent transparent #00479d;
}
/* entryList */
.entryList{padding-bottom: 60px;}
.newsEntry{margin-top: 25px;}
.newsEntry a{text-decoration: none;display: flex;align-items: center;}
.newsEntry .thumb{width: 68px;height: 65px;margin-right: 18px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.newsEntry .thumb img{max-height: 100%;vertical-align: bottom;}
.newsEntry .title{color: #00479d;font-size: 14px;margin-bottom: 5px;}
.newsEntry .cat,
.newsEntry .date{font-size: 12px;line-height: 1;}
.newsEntry .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 56px;text-align: center;padding: 2px 0 3px;margin-right: 5px;}
.newsEntry .date{color: #888;}

/* entryContent -- NEWS詳細 */
.entryContent{padding-bottom: 100px;}
.entryContent .topBlock{margin-top: 30px;}
.entryContent .topBlock .thumb{
/*
width: 160px;margin-right:30px;display: flex;align-items: center;justify-content: center;
*/
  margin: 20px 0 30px;
}
.entryContent .topBlock .thumb img{max-width: 100%;}
.entryContent .topBlock .title{color: #00479d;font-size: 26px;line-height: 1.38;margin-bottom: 15px;}
.entryContent .topBlock .cat,
.entryContent .topBlock .date{line-height: 1;}
.entryContent .topBlock .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 56px;text-align: center;padding: 2px 0 3px;margin-right: 5px;font-size: 12px;}
.entryContent .topBlock .date{color: #888;font-size: 16px;}
.entryContent p{margin: 20px 0 40px;}

@media screen and (min-width: 768px) {
  body.news .title01A .icon img{width: 45px;}
}

@media screen and (max-width: 767px) {
  body.news .title01A .icon img{width: 60px;}
body.news .sideBlock,
body.news .mainBlock{width: 100%;float: none;}
/**/
  .entryArchive dd{overflow: hidden;padding: 10px 15px;}
  .entryArchive dd>span{width: 50%;float: left;margin: 10px 0;}
  .entryArchive dd a:after{border-width: 7px;margin-left: 10px;margin-top: 0;}
/**/
  .entryList{padding-bottom: 30px;}
  .newsEntry{margin-top: 15px;}
  .newsEntry .thumb{width: 70px;margin-right: 10px;}
  .newsEntry .text{width: calc(100% - 70px);}
  .newsEntry .title{font-weight: normal;}
  /* 記事詳細 */
.entryContent{padding-bottom: 50px;}
.entryContent .topBlock{margin-top: 10px;/*display: flex;*/}
  .entryContent .topBlock .thumb{/*width: 100px;margin-right: 10px;*/}
  .entryContent .topBlock .text{width: calc(100% - 100px);}
.entryContent .topBlock .title{font-size:20px;margin-bottom: 5px;}
.entryContent .topBlock .cat{font-size: 10px;}
.entryContent .topBlock .date{font-size: 13px;}
.entryContent p{margin: 20px 0;line-height: 1.5;}
    
}



/* ========================================
  for PAGENAME
======================================== */


/* NAME
---------------------------------------*/
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}

/*========================================
今日の言葉・一書
========================================*/
/*.todayentryList{padding-bottom: 60px;}*/
.todayentryList{padding-bottom: 30px;}
.todayEntry{margin-top: 25px;display: flex;}
.todayEntry a{text-decoration: none;display: flex;align-items: center;margin-left: 20px}
.todayEntry .thumb{width: 68px;height: 65px;margin-right: 18px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.todayEntry .thumb img{max-height: 100%;vertical-align: bottom;}
/*.todayEntry .title{color: #00479d;font-size: 14px;margin-bottom: 5px;}*/
.todayEntry .title{color: #00479d;font-size: 17px;margin-bottom: 5px;}
/*.todayEntry .cat,*/
/*.todayEntry .date{font-size: 12px;line-height: 1;}*/
.todayEntry .date{font-size: 14px;}
/*.todayEntry .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 56px;text-align: center;padding: 2px 0 3px;margin-right: 5px;}*/
.todayEntry .cat{display: inline-block;border: 1px solid #00479d;color: #00479d;width: 70px;text-align: center;padding: 2px 0 3px;margin-right: 5px;}
/**.todayEntry .date{color: #888;}**/
.todayEntry .date{color: #888;font-size:16px}

@media screen and (max-width: 767px) {
.todayEntry{margin-top: 40px;}
}
