/* Common CSS */
htm, body {
	background:#FFF;
}

/* ___________________Font */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    color: #313131;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana;
	line-height:1.4;
}

/* ___________________Link */
a {
	color: #3483A3;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}
a:hover {
	color:#51A2C3;
	text-decoration: underline;
}

.newsList a, .linkList a, .lookDetail a, #breadCrumb a,.lookDetailTitle a {
	color:#313131;
}

a img:hover  {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background:#FFF;
}
#en img:hover, #pageTop  img:hover {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

a[target="_blank"] {
	background:url(../images/common/ico_externalLink.png) right center no-repeat;
	padding-right:18px;
}

.pdfList a {
	background:none;
	padding-right:0;
}

/* newsList */
.newsList a {
	display:block;
}

/* ___________________body */
body {
	border-top:#89C6E5 solid 3px;
	font-size:14px;
}

/* ___________________header */
header {
	width:1100px;
	height:97px;
	margin:0 auto;
}

header h1,#logo {
	padding:14px 0 19px 0;
}
header ul {
	margin-top:26px;
}
header ul li {
	float:left;
	margin-left:20px;
}

#en { text-align:right; }

#searchText {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	border:#3483A3 solid 1px;
	width:148px;
	height:23px;
	font-size:14px;
	margin-right:5px;
	padding:0 5px;
}
#searchBtn {
	outline: none;
}

/* ___________________global navigation */
#gnavi {
	height:60px;
	/* background:url(../images/common/bg_gnavi.png) repeat-x; */
	background-image: linear-gradient(180deg, rgba(81, 163, 195, 1), rgba(68, 146, 181, 1));
	line-height:1;
}
#gnavi a img:hover {
	opacity: 1;
	background: rgba(255,255,255,0);
}
#gnavi .bl_gnavi {
	display: flex;
	margin:0 auto;
	width:1100px;
    height: 100%;
	border-left: 1px solid #3d8fb8;
	border-right: 1px solid #6db2d0;
}
#gnavi .bl_gnavi_wrap {
	flex: 1;
	border-right: 1px solid #3d8fb8;
	border-left: 1px solid #6db2d0;
}
#gnavi .bl_gnaviItemInner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 100%;
}
#gnavi .bl_gnaviItemInner::before {
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: '';
	display: block;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	border-radius: 5px;
	background-color: #c3e7f9;
	opacity: 0;
}
#gnavi .bl_gnaviItemInner:hover {
	text-decoration: none;
}
#gnavi .bl_gnaviItemInner:hover::before {
	opacity: 1;
}
#gnavi .bl_gnaviItemInner:hover .bl_ttlBlack{
	color: #434343;
}
#gnavi .bl_gnaviItemInnerNl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 100%;
}
#gnavi .bl_gnaviItemInnerNl::before {
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	display: block;
	width: calc(100% - 15px);
	height: calc(100% - 7px);
	border-radius: 5px 5px 0 0;
	background-color: #ffffff;
}
#gnavi .bl_gnaviItemInnerNl .bl_ttlBlue {
	color: #3483a3;
}
#gnavi .bl_gnaviIcon {
	z-index: 1;
	position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
#gnavi .bl_gnaviIcon > img {
	object-fit: contain;
	object-position: center;
}
#gnavi .bl_gnaviTtl {
	z-index: 1;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: -1px -1px 0px rgba(52, 131, 163, 0.2);
}
/* #gnavi ul {
	width:1103px;
	margin:0 auto;
}
#gnavi li {
	width:220px;
	height:60px;
	float:left;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
}
#gnavi li:first-child{ 	width:221px;}
#gnavi li:last-child { width:222px;}
#gnavi01 { 	background:url(../images/common/img_gnavi01.png) 0 top;}
#gnavi02 { 	background:url(../images/common/img_gnavi02.png) 0 top;}
#gnavi03 { 	background:url(../images/common/img_gnavi03.png) 0 top;}
#gnavi04 { 	background:url(../images/common/img_gnavi04.png) 0 top;}
#gnavi05 { 	background:url(../images/common/img_gnavi05.png?id=20190118) 0 top;}
nav#gnavi li:hover { background-position:0 -60px;}
nav#gnavi li.current:hover { background-position:0 60px;}
#gnavi li.current { background-position:0 60px;}

#gnavi li a {
	width:100%;
	height:60px;
	display:block;
} */

/* ___________________layout */
#contentsWrapper {
	width:1100px;
	margin:15px auto 0;
}

#contentsMain {
	width:775px;
	margin-right:35px;
	float:left;
}

#contentsMain  section {
	margin-bottom:60px;
}
#contentsMain  section:last-child {
	margin-bottom:0;
}

#contentsMain p {
	background-color:#fff;
}

/* ___________________sub navigation */
#snavi {
	width:290px;
	float:right;
}
#snavi img {
	margin-bottom:10px;
}
#snavi  ul {
	margin:0;
	margin-bottom:15px;
	border:#CCC 1px solid;
	border-top:#52A2C3 3px solid;
	border-bottom:#52A2C3 1px solid;
}
#snavi  ul li {
	border-bottom:#CCC 1px dotted;
	line-height:22px;
}
#snavi  ul li:last-child {
	border:0;
}
#snavi ul a {
	display:block;
	color:#313131;
	font-size:13px;
	padding: 10px;
	padding-left:25px;
	background:url(../images/common/ico_arrow.png) 10px 17px no-repeat;
}
#snavi  ul li.current a,
#snavi  ul li.current-cat a {
	background-color:#E4F5FF;
	font-weight:bold;
}
#snavi ul a:hover{
	background-color:#F7FCFF;
	text-decoration:none;
}
/* 2 column */
#snavi  ul.ul_2col {
	overflow:hidden;
}
#snavi  ul.ul_2col li {
	width:50%;
	float:left;
}

#snavi p {
	height:25px;
	background:url(../images/common/bg_h2.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:10px 0 5px;
	padding-left:15px;
}

/* ___________________img */
article img,#contentsMain img {
	border:#ccc 1px solid;
}
article img.noborder, .newsFlag img {
	border:solid 1px #eee;
}

/* ___________________footer */
footer {
	margin:76px auto 0;
	border-top:#3483A2  5px solid;
	background:url(../images/common/bg_footer.png) center center no-repeat;
}
#footerInner {
	width:1100px;
	margin:-30px auto 5px;
}
#pageTop {
	width:1100px;
	margin:0 auto;
	text-align:right;
	display:block;
	position:relative;
	top:-36px;
}
#footerLeft {
	width:300px;
	font-size:18px;
	font-weight:bold;
	margin-top:3px;
}
#footerLeft  p {
	height:25px;
	margin:12px 0 0 15px;
}
#footerRight {
	font-size:13px;
}
#footerRight span {
	font-weight:bold;
}

#copyright {
	background:#89C6E5;
}
#copyright p {
	color:#FFF;
	font-size:12px;
	width:1100px;
	margin:0 auto;
	text-align:right;
	padding:5px 0;
}

/* ___________________title (under) */
#contentsMain h1 {
	min-height:47px;
	background:url(../images/common/bg_h1.png) left top repeat-x;
	font-size:22px;
	font-weight:bold;
	line-height:1.6;
	padding-top:10px;
	margin-bottom:15px;
	border-bottom:#3483A3 3px solid;
}
#contentsMain.snaviNone h1 {
	width:1100px;	
}

#contentsMain h2 {
	min-height:28px;
	background:url(../images/common/bg_h2.png) no-repeat left bottom;
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	margin:40px 0 15px;
	padding-left:15px;
	padding-bottom:5px;
}
#contentsMain h2 span {
	font-size:14px;
	font-weight:normal;
	color:#7A7A7A;
	padding-left:5px;
}
#contentsMain h3 {
	font-size:16px;
	font-weight:bold;
	height:16px;
	padding-left:5px;
	border-left:2px #52A2C3 solid;
	line-height:1;
	margin-bottom:10px;
}
	
/* ___________________UI */

/* breadcrumb */
#breadCrumb li {
	float:left;
	background:url(../images/common/img_breadCrumb.png) center right no-repeat;
	padding-right:15px;
	margin-right:10px;
	font-size:13px;
}
#breadCrumb li.current {
	font-weight:bold;
	background:none;	
}

/* title detail link */
.lookDetailTitle {
	font-size:16px;
	text-align:right;
}
.lookDetailTitle span {
	padding-left:20px;
	background:url(../images/common/ico_arrow.png) 0 -48px no-repeat;
}

/* detail link */
.lookDetail {
	margin-top:10px;
	text-align:right;
}
.lookDetail span {
	padding-left:15px;
	background:url(../images/common/ico_arrow.png) 0 4px no-repeat;
}
a:hover .lookDetail span  {
	text-decoration:underline;
}

/* news list */
.date { 
	color:#7A7A7A;
	display:inline;
}

#topContents .newsIcon, #contentsMain .newsIcon {
	display:inline;
}
#topContents .newsIcon a, #contentsMain .newsIcon a {
	font-size:12px;
	color:#3483a3;
	background-color:#f7fcff;
	padding:1px 10px;
	margin-left:10px;
	border:#3483a3 1px solid;
	display:inline;
}
#topContents .newsIcon a:hover, #contentsMain .newsIcon a:hover{
	background-color:#89C6E6;
	color:#FFF;
	text-decoration:none;
}
#topContents .reportUnderWrapper .newsIcon a {
	margin-left:0;
}
#topContents .newsFlag a.flag_link, #contentsMain .newsFlag a.flag_link {
	background-color:none;
	padding:0;
	margin-left:0;
	margin-right: 10px;
	border:none;
	display:inline;
}
#topContents .newsFlag a.flag_link img, #contentsMain .newsFlag a.flag_link img {
	vertical-align:top;
}
#topContents .newsFlag a.flag_link:hover, #contentsMain .newsFlag a.flag_link:hover {
	background-color:#fff!important;
}
.newsList .date {
	padding-top:5px;
}

/* news entry */
#contentsMain .entry_head {
	margin:0 0 10px 0;
    height:37px;
}
#contentsMain .entry_head .newsIcon {
	width:350px;
	margin-left:0;
	float:left;
}
#contentsMain .entry_head .newsIcon a {
	margin-left:0;
	margin-right:10px;
}
#contentsMain .entry_head .newsFlag img {
	vertical-align: top;
}
#contentsMain .entry_head .social_btn {
    width:100px;
	float:right;
}
#contentsMain .entry_head .date {
	width:160px;
	float:right;
}

/* wp-pagenav */
.pagenation_wrapper{
	overflow:hidden;
}
.wp-pagenavi {
	display:inline-block;
	width:auto;
}
.wp-pagenavi .pages {
	float:left;
	color:#3483A3;
	padding:2px 0;
}
.wp-pagenavi .current,
.wp-pagenavi a {
	float:left;
	margin-left:15px;
	display:block;
	padding:2px 7px;
	color:#3483a3;
	background-color:#f7fcff;
	border:#3483a3 1px solid;
	border-radius:3px;
	text-decoration:none;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
	padding:2px 7px;
	border:#3483A3 1px solid;
	border-radius:3px;
	background:#3483A3;
	color:#FFF;
}
.wp-pagenavi .extend {
	float:left;
	color:#3483A3;
	padding:2px 0;
	margin-left:15px;
}
.wp-pagenavi .larger,
.wp-pagenavi .smaller,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
}

/* pager */
/*#pager {
	display:inline-block;
	width:auto;
}
#pager p {
	color:#3483A3;
	padding:2px 0;
}
#pager li {
	float:left;
	margin-left:15px;
}
#pager li a {
	display:block;
	padding:2px 7px;
	color:#3483a3;
	background-color:#f7fcff;
	border:#3483a3 1px solid;
	border-radius:3px;
}
#pager li.current {
	padding:2px 7px;
	border:#3483A3 1px solid;
	border-radius:3px;
	background:#3483A3;
	color:#FFF;
}
#pager li:hover a {
	background-color:#89C6E6;
	color:#FFF;
	text-decoration:none;
}*/

/* pageBack */
#pageBack {
	color:#3483A3;
	padding:2px 0;
	float:left;
	margin-top:20px;
}
#pageBack a {
	display:block;
	padding:2px 7px;
	color:#3483a3;
	background-color:#f7fcff;
	border:#3483a3 1px solid;
	border-radius:3px;
}
#pageBack a:hover {
	background-color:#89C6E6;
	color:#FFF;
	text-decoration:none;
}

/* ___________________text */
.article {
	line-height:1.6;
}
p { 
	margin-bottom:15px;
	line-height:1.6;
}
p:last-child { 
	margin-bottom:0;
}

.bold {
	font-weight:bold;
}

.attention {
	font-size:12px;
	color:#7A7A7A;
	margin-left:-0.5em;
}

/* ___________________list */
li { line-height:1.6;}

/* linkList */
.linkList li {
	padding-left:15px;
	margin-bottom:10px;
	background:url(../images/common/ico_arrow.png) 0 7px no-repeat;
}
.linkList li a {
	display:block;
}

/* boxLinkList */
.boxLinkList li {
	line-height:22px;
	margin-bottom:20px;
	border:#CCC solid 1px;
}
.boxLinkList li a {
	display:block;
	color:#313131;
	font-size:13px;
	padding:10px;
	padding-left: 25px;
	background:url(../images/common/ico_arrow.png) 10px 17px no-repeat;
}
.boxLinkList a:hover{
	background-color:#F7FCFF;
	text-decoration:none;
}

/* pdfList */
.pdfList li a {
	display:inline-block;
	border-radius:3px;
	background-color:#f7fcff;
	padding:5px 20px 5px 18px;
	margin-bottom:10px;
	border:#3483a3 1px solid;
}
.pdfList li a span {
	display:inline-block;
	background:url(../images/common/ico_pdf.png) left 2px no-repeat;
	padding-left:20px;
	min-height:20px;
}
.pdfList a:hover{
	background-color:#89C6E6;
	color:#FFF;
	text-decoration:none;
}

/* list-style */
.decimal li {
	list-style-type:decimal;
	margin-left:23px;
}
.decimal2 li {
	margin-left:-0.5em;
	padding-left:2.5em;
	text-indent: -2.5em;
}
.disc li {
	background:url(../images/common/ico_list.png) left 9px no-repeat;
	padding-left:10px;
}

li:last-child {
	margin-bottom:0;
}

/* ___________________table */
table div,table p {
	margin-bottom:15px;
}
table div:last-child,table p:last-child {
	margin-bottom:0;
}

.defaultTable,.titleTable {
	width:775px;
	border-top:#ccc 1px dotted;
	margin-bottom:30px;
}

/* .defaultTable */
.defaultTable tr {
	width:100%;
	vertical-align:top;
	margin:5px 0;
	display:table;
	border-bottom:#ccc 1px dotted;
}
.defaultTable th {
	width:150px;
	padding-right:15px;
	padding:5px 15px 5px 0\9;
	font-weight:bold;
}
.defaultTable td {
	padding-left:15px;
	padding:5px 0 5px 15px\9;
	margin-bottom:5px;
	border-left:#51A2C3 1px solid;
	display:block;
}
.defaultTable th,.defaultTable td * {
	line-height:1.6;
}

/* table th width */
.defaultTable.w120 th {
	width:120px;
}

.defaultTable.w200 th {
	width:200px;
}

/* .titleTable */
.titleTable {
	border:#FFF 1px solid;
	border-bottom:#CCC 1px dotted;
}
.titleTable th {
	padding:5px 0;
	text-align:center;
	border-right:#CCC 1px dotted;
	border-top:#51A2C3 1px solid;
	border-bottom:#51A2C3 1px solid;
	font-weight:bold;
}
.titleTable td {
	padding:5px 7px;
	border:#CCC 1px dotted;
}

/* ___________________dl */
dl {
	overflow:hidden;
	zoom:1;
}
dt {
	float:left;
	clear:both;
	padding-right:10px;
	line-height:1.7;
}
dd {
	float:left;
	line-height:1.7;
}

.defaultTable td dl.nameList dt {
	width:150px;
}
.defaultTable td dl.nameList dd {
	width:460px;
}

/* ___________________float */
.fl { float:left;}
.fr { float:right;}
.clear { overflow:hidden; zoom:1;}

/* ___________________text-align */
.aC { text-align:center; }
.aR { text-align:right; }

/* ___________________margin */
.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; }

.mt0 {margin-top:0 !important; }
.mt40 {margin-top:40px !important; }

/* ___________________serection */
::selection {
	background:#E4F5FF;
}

::-moz-selection {
	background:#E4F5FF;
}