@charset "utf-8";
/*
Theme Name: ERINA Wordpress theme files
Theme URI: http://www.erina.or.jp/
Description: reciponsive wordpress theme for ERINA
Version: 1.1
Author: Siance
Author URI: http://siance.co.jp
*/

html{ height: 100%;}
body {
	margin: 0;
	padding: 0;
	font-size: 87.5%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5em;
	color: #333;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header,main,article,section,nav,footer,aside { display: block;}
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption{
	text-align: left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	zoom: 1;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* ↑ここまでリセットcss */

a { color: #436CD8; text-decoration: none;}
a:visited { color: #2D4B93;}
a:hover,a:focus { text-decoration: underline;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover img,a:focus img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #000 !important;
}
::selection {
	background: none repeat scroll 0 0 #436ed9;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: none repeat scroll 0 0 #436ed9;
	color: #fff;
	text-shadow: none;
}
.mode {ime-mode: disabled;}
.un-mode {ime-mode: active !important;}

.center { text-align: center;}

/*-------------------------------------------------------------
	ページに関する指定(PC)
-------------------------------------------------------------*/
header {
	width: 100%;
}
.fixed {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
}
#header_wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 93px;
}
.fixed #header_wrap {
	min-height: 45px;
}
#header_txt{
	text-align: center;
	border: 3px solid #E32E02;
	max-width: 1600px;
	margin: 0 auto;
	}
	#header_txt p{
	color: #E32E02;
	font-weight: bold;
	font-size: 18px;
	padding: 21px;
	}
header ul {
	float: right;
	margin: 0;
	padding: 0;
}
header ul li {
	float: left;
}
nav#menu ul {
	margin: 0;
	padding: 0;
}
nav#menu ul a:hover,nav#menu ul a:focus {
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
	transition: 0s ease-in-out;
}
nav#menu ul li { list-style: none;}
header h1 {
	float: left;
	padding: 44px 0 16px;
	margin-right: 20px;
}
header h1 a {
	display: block;
	height: 32px;
}
.jp header h1 a {
	width: 368px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/logo.png) no-repeat;
}
.en header h1 a {
	width: 320px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/en-logo.png) no-repeat;
}
header h1 a span { display: none;}
#menu {
	float: right;
}
nav#menu ul.accordion {
	margin-top: 48px;
	display: table;
}
.fixed nav#menu ul.accordion {
	margin-top: 0;
}
.menu_top { font-size: 16px; /* ヘッダーが崩れないようにするため */}
.menu_top,.lang {
	float: left;
	position: relative;
}
.menu_top .on {
	color: #436ED9;
}
.nav-dropdown {
	display: block;
	padding: 12px;
	font-weight: bold;
	color: #000;
}
.nav-dropdown:hover,.menuundefined_hover,.selected,.nav-dropdown:focus {
	background: #436ED9;
	color: #fff !important;
	cursor: pointer;
}
.open .search_icon span,.search_icon:hover span,.search_icon:focus span {
	display: block;
	margin-top: 4px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-search-on.png) 0 0 no-repeat;
	width: 12px;
	height: 16px;
	font-size: 0;
}
.search_icon span {
	display: block;
	margin-top: 4px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-search-off.png) 0 0 no-repeat;
	width: 12px;
	height: 16px;
	font-size: 0;
}
#smp_nav {
	display: none;
}


/* メガドロップ */
.mbox {
	display: none;
	position: absolute;
	left: 0;
	background: rgba(67, 110, 217, 0.96);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5),1px 0 0 rgba(255,255,255,0.5), -1px 0 0 rgba(255, 255, 255, 0.5);
	padding: 8px 0 0;
	z-index: 1000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/*  修正前--------------------------------------------------------------------------------------
.mbox-1 {
	width: 320px;
	left: 0;
}
.mbox-2 {
	width: 224px;
	left: 0;
}
.mbox-3 {
	width: 328px;
	left: 0;
}
.mbox-4 {
	width: 240px;
	left: 0;
}
.mbox-5 {
	width: 208px;
	right: 0;
	left: auto;
}
*/
.jp .mbox-5 {
	width: 240px;
	left: 0;
}
.jp .mbox-1 {
	width: 288px;
	left: 0;
}
.jp .mbox-3 {
	width: 336px;
	left: -104px;
}
.jp .mbox-2 {
	width: 256px;
	left: -96px;
}
.jp .mbox-4 {
	width: 256px;
	left: -168px;
}

.en .mbox-5 {
	width: 336px;
	left: 0;
}
.en .mbox-1 {
	width: 336px;
	left: 0;
}
.en .mbox-3 {
	width: 336px;
	left: 0;
}
.en .mbox-2 {
	width: 160px;
	left: 0;
}
.en .mbox-4 {
	width: 352px;
	left: -214px;
}

.mbox li {
	xwhite-space: nowrap;
	font-weight: normal !important;
	float: none;
}
.mbox li a { display: block; color: #fff; padding: 8px 16px;}
.mbox li.menu_bnr a {
	background: #3354A5;
	color: #fff !important;
	padding: 16px 16px 0;
}
.mbox li:last-child a { padding-bottom: 16px;}
.menu_bnr span {
	margin-right: 8px;
}
li#search {
	position: absolute;
	top: 16px;
	right: 96px;
}
.search_area {
	float: left;
	position: relative;
	width: 160px;
	background: #f0f0f0;
	z-index: 2000;
}
#search_txt {
	float: left;
	width: 126px;
	padding: 0 2px;
	height: 24px;
	line-height: 24px;
	background: none;
	border: none;
}
#search_btn {
	float: right;
	width: 30px;
	height: 24px;
	line-height: 24px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-search-off.png) center center no-repeat;
	border: none;
	font-size: 0;
}
#search_btn:hover,#search_btn:focus {
	cursor: pointer;
	background: #436ED9 url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-search-on.png) center no-repeat;
}
li#search .mbox span { display: none;}

li.lang {
	position: absolute;
	top: 16px;
	right: 0;
	width: 80px;
	text-align: center;
	font-size: 12px;
	background: #f0f0f0;
	line-height: 24px;
}
li.lang a {
	font-weight: bold;
	color: #000;
}
.navbar-nav > li.lang > a:hover,.navbar-nav > li.lang > a:focus { background: #fff !important; color: #333 !important;}


.fixed #search,.fixed .lang { display: none;}
.fixed h1 {
	float: left;
	padding: 10px 0;
}
.fixed h1 a {
	display: block;
	width: 68px !important;
	height: 24px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/logo-s.png) 0 0 no-repeat !important;
}
.fixed h1 a span { display: none;}
.fixed .accordion {
	margin-top: 0;
}

.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin: auto;
}
.alignright {
	float: right;
}

main aside {
	display: block;
	margin: 64px 0 0;
}

footer {
	clear: both;
	overflow: hidden;
	margin: 0 auto 0;
	width: 960px;
}
.footer_box {
	width: 100%;
	overflow: hidden;
}
.footer_box-1 { height: 48px;}
#share_wrap {
	display: inline-block;
	height: 48px;
	position: relative;
}

.sns_bn {
	float: left;
	overflow: hidden;
}
.sns_bn a {
	display: block;
	float: left;
	margin-right: 10px;
}
.sns_bn a img { display: block;}

#sns_wrap {
	display: inline-block;
	border: 1px solid #446fd9;
}
.sns_text{
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/share.png) 8px center no-repeat;
	padding: 0 24px 0 32px;
	line-height: 46px;
	float: left;
	color: #436ed9;
	font-weight: bold;
	font-size: 115%;
}
.sns_text span {
	display: inline-block;
	padding-left: 15px;
	margin-left: 16px;
}
#sns_wrap ul {
	margin:0;
	float: left;
}
.sns_open ul {
	padding: 12px 0 0;
}
.sns_close ul {
	width: 0;
	height: 0;
	overflow: hidden;
	padding:0;
}
#sns_wrap ul li {
	float: left;
	list-style: none;
}
#sns_wrap ul li.sns_tw { margin: 0 16px;}
#sns_wrap ul li.sns_go { margin-right: 16px;}
.swich_btn {
	width: 24px;
	float: left;
	line-height: 46px;
}
.sns_close .swich_btn  { background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon_plus.png) left center no-repeat; text-decoration: none !important;}
.sns_open .swich_btn { background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon_minus.png) left center no-repeat; text-decoration: none !important;}
.sns_swich { cursor: pointer;}
.sns_swich:hover,.sns_swich:focus { text-decoration: underline;}

#return {
	float: right;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #436ED9;
}
#return a {
	display: block;
	width: 46px;
	height: 46px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/arrow-up-off.png) center center no-repeat;
}
#return a:hover,#return a:focus {
	background: #436ED9 url(/erina-unp/archive/wp-content/themes/erina/img/common/arrow-up-on.png) center center no-repeat;
}
#return a span { display: none;}
.footer_box-2 {
	margin-top: 64px;
	background: #f0f0f0;
	padding: 24px 32px 24px 16px;
	overflow: hidden;
}
#footer_box2_logo {
	float: left;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/logo-footer.png) 0 0 no-repeat;
	width: 240px;
	height: 32px;
}
#footer_box2_logo span { display: none;}

#footer_box2_nav {
	float: right;
	font-weight: bold;
	font-size: 115%;
}
#footer_box2_nav ul {
	margin: 0;
	padding: 0;
}
#footer_box2_nav ul li {
	float: left;
	margin-left: 32px;
	list-style: none;
}
#footer_box2_nav .menu_icon1 span,#footer_box2_nav .menu_icon2 span,#footer_box2_nav .menu_icon3 span {
	background: #436ED9;
	border-radius: 20px;
	color: #fff;
	padding: 10px !important;
	margin-right: 5px;
}

#footer_nav {
	margin-top: 52px;
	overflow: hidden;
	padding-bottom: 32px;
	padding-top: 25px;
	border-top: #CCCCCC 1px solid;
}
#footer_nav ul {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#footer_nav ul li {
	padding: 0;
	float: left;
	list-style: none;
	font-weight: bold;
	margin-right: 32px;
}
#footer_nav ul li a {
	color: #333;
	font-weight: bold;
}
#copyright {
	float: right;
	font-size: 85%;
	color: #666;
}
#no_script {
	background: #fff;
	border: 1px solid #F00;
	color: #F00;
	text-align: center;
	padding: 16px;
	width: 960px;
	margin: auto;
}

/*-----------------------------------------
	TOPページ
-----------------------------------------*/
#index_main {
	clear: both;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/index/catch.jpg) center top no-repeat;
	min-height: 280px;
	overflow: hidden;
}
#index_main_txt{
	background: #E9F4FF;
	max-width: 960px;
	margin: 0 auto;
	margin: 269px auto 0;
	}
	#index_main_txt p{
	padding: 30px;
	line-height: 27.2px;
	font-size: 16px;
	letter-spacing: 0px;
	}

#index_wrap {
	overflow: hidden;
	padding-top: 24px;
}
#index_wrap h2 {
	border-bottom: 2px solid #436ED9;
	font-size: 115%;
	padding-bottom: 8px;
}
#index_wrap h2 a { display: block;}
#index_wrap h2 a:hover { border-bottom: none;}
.index_left {
	width: 960px;
    padding-bottom:32767px;
    margin-bottom:-32735px;
}
.index_right {
	float: left;
	width: 464px;
    padding-bottom:32767px;
    margin-bottom:-32735px;
}
dl.index_news {
	margin-top: 16px;
}
dl.index_news dd {
	margin-bottom: 24px;
	font-size: 115%;
}
.link_r {
	text-align: right;
	margin-top: 16px;
}
#index_nea {
	float: right;
	width: 464px;
	margin-bottom: 32px;
}
#index_nea a.nea { display: block; color: #333; overflow: hidden; margin: 16px 0 24px;}
#index_nea a.nea span.index_nea_day { display: block;}
#index_nea a.nea span.index_nea_title { display: block; color: #436CD8; font-size: 115%; margin-bottom: 8px;}
#index_nea a.nea:hover { text-decoration: none;}
#index_nea a.nea:hover span.index_nea_title { text-decoration: underline;}
#index_nea a.nea:visited span.index_nea_title { color: #2D4B93;}
#index_nea a.nea img {
	display: block;
	float: left;
	width: 168px;
	height: auto;
	margin-right: 16px;
}
a div.no-image {
	display: block;
	float: left;
	margin-right: 16px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/no-image.png) #F0F0F0 no-repeat center center;
}
a div.no-image span { display: none;}
a:hover div.no-image,a:focus div.no-image {
	background-color: #F4F4F4;
}
#index_nea a.nea div.no-image {
	width: 168px;
	height: 128px;
}
#index_nea a.nea p {
	float: left;
	width: 280px;
}

.jp #index_print {
	clear: both;
}
.en #index_print {
	float: right;
	width: 464px;
}
#index_print_area {
	overflow: hidden;
	background: #F0F0F0;
	margin: 16px 0;
}
#index_print_area a {
	display: block;
	padding: 0 7px 8px;
	font-weight: bold;
	border: 1px solid #F0F0F0;
}
.jp #index_print_area a {
	width: 144px;
	text-align: center;
	float: left;
}
.jp #index_print_area a img {
	display: block;
	margin: 16px auto 8px;
	width: auto;
	height: auto;
	max-width: 144px;
	max-height: 112px;
}
.en #index_print_area a {
	padding: 16px;
	overflow: hidden;
}
.en #index_print_area a img {
	margin-right: 16px;
	float: left;
	width: auto;
	height: auto;
	max-width: 56px;
	max-height: 80px;
}
#index_print_area a:hover,#index_print_area a:focus { text-decoration: none; border: 1px solid #446FD9;}
#index_print_area a span { display: inline;}
#index_print_area a:hover span { text-decoration: underline;}


#index_bn {
	overflow: hidden;
	margin: 0 0 32px;
	padding: 0;
}
#index_bn li {
	list-style: none;
	float: left;
	background: #436ed9;
	margin-right: 32px;
}
#index_bn li:last-child { margin: 0;}
#index_bn li a {
	display: table-cell;
	color: #fff;
	height: 2.7em;
	padding: 15px 16px;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: 4px solid rgba(0,0,0,0.16);
	border-right: 4px solid rgba(0,0,0,0.4);
	border-bottom: 4px solid rgba(0,0,0,0.48);
	border-left: 4px solid rgba(0,0,0,0.32);
}
#index_bn li:hover,#index_bn li:focus { background: #fff;}
#index_bn li:hover a,#index_bn li:focus a { border: 4px solid #436ed9; color: #436ed9; text-decoration: none;}
#index_bn li.special_bn {
	background: #fff;
}
#index_bn li.special_bn a{
	display:block;
	height:auto;
	padding:0;
	border:none !important;
}
#index_bn li.special_bn a img{display:block;width:100%;height:auto;}

/* .en #index_bn li { width: 464px;} */
.jp #index_bn li a {width: 258px;}
.en #index_bn li a {width: 258px;}
.en #index_bn li.special_bn a{width:100%;}

.index_special_bn {
	padding: 0;
	margin-bottom: 32px;
	display: flex;
	justify-content: space-between;
}
.index_special_bn li{
	list-style: none;
}
.index_special_bn a{
	display: block;
}
.index_special_bn img{
	display: block;
	width: 100%;
}

/*-----------------------------------------
	詳細ページ
-----------------------------------------*/
#wrapper,#content_wrap {
	clear: both;
	width: 960px;
	margin: auto;
	overflow: hidden;
}
#pankuzu {
	font-size: 90%;
}
#pankuzu ul {
	margin: 8px 0;
	padding: 0;
}
#pankuzu ul li {
	display: inline-block;
	margin-right: 6px;
	list-style: none;
}
#pankuzu ul li a { margin-right: 8px;}

#content_wrap {
	line-height: 1.5;
}
#content_area {
	width: 688px;
	float: left;
	font-size: 115%;
	line-height: 1.5;
}
#content_area.library_area {
	width: auto;
	float: none;
	font-size: 115%;
	line-height: 1.5;
}
#content_txt {
	font-size: 115%;
	line-height: 1.5;
}
#content_area h1, #content_txt h1 {
	background: #436ED9 url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-h1-grad.png) right repeat-y;
	padding-bottom: 2px;
	margin-bottom: 32px;
}
#content_area h1 span, #content_txt h1 span {
	display: block;
	background: #fff;
	padding: 8px 0 4px;
}
#content_area h2, #content_txt h2 {
	margin: 32px 0 16px;
}
#content_area h3, #content_txt h3 {
	margin: 32px 0 16px;
}
#content_area h4, #content_txt h4 {
	margin: 32px 0 16px;
}
#content_area h5, #content_txt h5 {
	margin: 16px 0;
	font-size: 100%;
}
#content_area p, #content_txt p {
	margin: 16px 0;
}
#content_area ul {
	margin: 16px 0 32px;
}
#content_area ul li {
	margin: 8px 0;
}
#content_area ul li ul {
	margin: 8px 0;
	padding-left: 16px;
}
#content_area table ul, #content_area table ol {
	margin: 0;
	padding-left: 32px;
}
#content_area ol li {
	margin: 8px 0;
}
#content_area table {
	width: 100%;
	margin: 16px 0 32px;
	border-top: 1px solid #ccc;
}
#content_area table th,#content_area table td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#content_area table th {
	font-weight: bold;
	text-align: left;
	width: 120px;
}
#content_area table td {
	xwidth: 580px;
}
#content_wrap select { padding: 4px;}
#content_wrap select option { padding: 2px;}

/* リンクにアイコンを表示 */
#content_area a.window, .index_news a.window {
	padding-right: 16px;
	margin-right: 8px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/new-window.png) no-repeat right center;
}
#content_area a[href*='.pdf'], .index_news a[href*='.pdf'] {
	padding-right: 21px;
	margin-right: 8px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-pdf.png) no-repeat right center;
}
#content_area a[href*='.xls'] {
	padding-right: 21px;
	margin-right: 8px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-excel.png) no-repeat right center;
}
#content_area a[href*='.doc'] {
	padding-right: 21px;
	margin-right: 8px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-word.png) no-repeat right center;
}
#content_area a[href*='.ppt'] {
	padding-right: 21px;
	margin-right: 8px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-powerpoint.png) no-repeat right center;
}

#paper-search-results a[href*='.pdf'] {
	padding: 0;
	margin: 0;
	background: none !important;
}

/* C1ページ 子ページヘのリンク */
#content_list {
	overflow: hidden;
	margin-bottom: 8px;
}
#content_list ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#content_list ul li {
	float: left;
	width: 328px;
	margin: 0 32px 32px 0;
	list-style: none;
}
#content_list ul li:nth-child(2n) {
	margin-right: 0;
}
#content_list ul li:nth-child(2n+1) {
	clear: left;
	float: left;
}
#content_list ul li a {
	display: block;
	background: #f0f0f0 !important;
	padding: 16px !important;
	color: #333;
	border: 1px solid transparent;
}
#content_list ul li a:hover,#content_list ul li a:focus {
	text-decoration: none;
	border: 1px solid #436ED9;
}
#content_list ul li a img {
	display: block;
	max-width: 100%;
	max-height: 200px;
	height: auto;
	margin: auto;
	margin-bottom: 8px;
}
#content_list ul li a h2 {
	display: inline;
	color: #436ED9;
	font-size: 115%;
}
#content_list ul li a:hover h2 {
	text-decoration: underline;
}
#content_list ul li a p {
	margin: 8px 0 0;
}


#content_nav {
	float: right;
	width: 240px;
}
#content_nav_box {
	background: #f0f0f0;
}
#content_nav_box h1 {
	font-size: 115%;
}
#content_nav_box h1 a {
	display: block;
	padding: 16px;
}
#content_nav_box h2 {
	font-size: 115%;
}
#content_nav_box h2 a,#content_nav_box h2 span {
	display: block;
	padding: 15px;
	border: 1px solid #f0f0f0;
}
#content_nav_box h2 a:hover,#content_nav_box h2 a:focus {
	border: 1px solid #436ED9;
}
#content_nav_box ul {
	margin: 0 0 0 16px;
	padding: 0 0 16px 0;
}
#content_nav_box ul li {
	list-style: none;
}
#content_nav_box ul li a {
	display: block;
	border: 1px solid #f0f0f0;
	padding: 8px;
}
#content_nav_box ul li a:hover,#content_nav_box ul li a:focus {
	border: 1px solid #436ED9;
}
#content_nav_box ul li a.on {
	background: #436ED9;
	border: 1px solid #436ED9;
	color: #fff;
	font-weight: bold;
}

/*--------------------------------------------------------------
	ERINAについて
--------------------------------------------------------------*/
#erina_news {
	overflow: hidden;
}
#erina_news dl {
	margin: 0;
	padding: 0;
}
#erina_news dl dt {
	padding: 16px 0 0 0;
}
#erina_news dl dd {
	padding: 16px 0 32px;
	border-bottom: 1px solid #ccc;
	font-size: 115%;
}

.news_nav {
	display: table;
	position: relative;
	width: 100%;
	margin-top: 56px;
	line-height: 32px;
	text-align: center;
}
.wp-pagenavi .pages {
	display: block;
	text-align: center;
	border: none;
}
.first,.last,.previouspostslink,.nextpostslink,.extend {
	display: inline-block;
	border: none !important;
}
.page {
	display: inline-block;
	padding: 0 8px !important;
	background: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
}
.page:hover,.page:focus { border-color: #436DD9 !important;}
.current {
	display: inline-block;
	padding: 0 8px !important;
	background: #436ED9;
	color: #fff;
	border-color: #436DD9 !important;
}

/*
.news_nav {
	display: table;
	position: relative;
	width: 100%;
	margin-top: 56px;
	line-height: 32px;
	text-align: center;
}
.news_nav_prev {
	position: absolute;
	display: inline;
	left: 0;
	margin-right: 32px;
}
.news_nav_next {
	position: absolute;
	display: inline;
	right: 0;
	top: 0;
	margin-left: 32px;
}
.news_nav_prev span { margin-right: 8px;}
.news_nav_next span { margin-left: 8px;}
.news_nav ul {
	display: table;
	text-align: center;
	margin: 0 50px !important;
	padding: 0;
	width: 588px;
}
.news_nav ul li {
	display: inline;
	margin: 8px 8px 8px 0;
}
.news_nav ul li a {
	display: inline-block;
	padding: 0 8px;
	background: #f0f0f0;
}
.news_nav ul li.n_on a,.news_nav ul li a:hover { background: #436ED9; color: #fff;}
.news_nav ul li:last-child { margin-right: 0;}
.news_nav p {
	text-align: center;
}
*/

.news_day {
	text-align: right;
}

#content_area table.layout {
	width: auto;
	border: none;
	margin: 16px 0;
}
#content_area table.layout th,#content_area table.layout td {
	padding: 0 8px 8px 0;
	border: none;
}
/* Webフォントを使用する場合
span.icon-pdf { color: #CF1312 !important; margin: 0 8px;}
span.icon-excel { color: #008641 !important; margin: 0 8px;}
span.icon-word { color: #0054A6 !important; margin: 0 8px;}
span.icon-powerpoint { color: #F04E23 !important; margin: 0 8px;}
*/
.no_mdts {
	display: block;
	color: #D9436E;
	padding: 8px;
	text-align: center;
	border: 1px dotted #D9436E;
	background: #f0f0f0;
	font-weight: bold;
	margin-top: 32px !important;
}
.txt_em {
	display: block;
	padding: 8px;
	border: 2px solid #ccc;
	font-weight: bold;
	text-align: center;
	font-size: 115%;
	margin-top: 32px !important;
}
.content_area em {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: italic;
}
/* キャプション */
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin: 16px auto;
	padding: 4px 0;
	text-align: center;
	font-size: 80%;
}
#content_area p.wp-caption-text {
	margin: 0;
}

/* 表がはみ出る場合の対応 */
.scroll {
	overflow: auto;
	margin: 16px 0 32px;
}
.scroll table {
	margin: 0 !important;
}
.scroll::-webkit-scrollbar{
	width: 8px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.scroll::-webkit-scrollbar:horizontal{
	height: 8px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.scroll::-webkit-scrollbar-thumb{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.scroll::-webkit-scrollbar-thumb:horizontal{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/*--------------------------------------------------------------
	データについて
--------------------------------------------------------------*/

/* フォトギャラリーのページ内リンク */
.photos_link a {
	display: block;
	height: 16px;
	outline: none;
	position: absolute;
	text-indent: -9999px;
}

/* 北東アジアDB検索 */
.db_box {
	margin: 16px 0;
	padding: 16px;
	background: #f0f0f0;
	overflow: hidden;
	line-height: 2.0em;
}
.db_box label { margin-right: 32px; white-space: nowrap; display: inline-block;}
.db_box label input {
	vertical-align: middle;
	margin-right: 8px;
}
.db_box_russia {
	margin: 16px 0;
	padding: 16px;
	background: #f0f0f0;
	overflow: hidden;
	line-height: 2.0em;
	font-size: 14px;
}
.db_box_russia label { margin-right: 10px; white-space: nowrap; display: inline-block;min-width:47%; }
.db_box_russia label input {
	vertical-align: middle;
	margin-right: 8px;
}
.russiadb dd div {font-size: 14px; display: table;}
.russiath,.russiatd {display: table-cell;}
.russiath {margin-bottom: 5px;}
.russiath span {
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	width: 70px;
	margin-right: 10px;
}
.russiadb_money td {
	text-align: right;
}
.db_box input {
	xpadding-left: 5px;
}
.mr-1 { margin-right: 32px;}
.ml-1 { margin-left: 32px;}
.db_txt {
	display: block;
	border: 1px solid #ccc;
	width: 95%;
	padding: 5px 1%;
	margin: auto;
}
.db_submit {
	display: block;
	width: 100%;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	padding: 16px 0;
	text-align: center;
	font-size: 160%;
	color: #436ED9;
	font-weight: bold;
}
.db_submit:hover,.db_submit:focus {
	border: 1px solid #436ED9;
	cursor: pointer;
}
.db_result_btn {
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 130%;
	color: #436ED9;
	font-weight: bold;
	border: 1px solid #f0f0f0;
}
.db_result_btn:hover,.db_result_btn:focus {
	border: 1px solid #436ED9;
}
.db_result_btn span {
	display: block;
	padding: 16px 0;
	background: #f0f0f0 right center url(/erina-unp/archive/wp-content/themes/erina/img/common/icon_plus.png) no-repeat;
}
.db_result_btn:hover {
	text-decoration: none;
}
.db_result_btn span.db_open {
	background: #436ED9 right center url(/erina-unp/archive/wp-content/themes/erina/img/common/icon_minus.png) no-repeat;
	color: #fff !important;
}
.db_result_search {
	display: none;
}

.db_count {
	margin-top: 32px;
}
.db_count span { font-weight: bold; font-size: 115%;}
#db_result {
	margin: 64px 0 0 0;
}
#db_result dl {
	border-top: 1px solid #ccc;
}
#db_result dl dt {
	padding: 32px 0 8px;
	font-size: 115%;
}
#db_result dl dd {
	padding-bottom: 32px;
	border-bottom: 1px solid #ccc;
}
.mt-1 { margin-top: 32px;}

#db_side {
	background: #f0f0f0;
	padding: 16px;
	margin-top: 32px;
}
#db_side h2 {
	font-size: 115%;
	margin: 32px 0 16px;
}
#db_side h2:first-child {
	margin-top: 0;
}
#db_side_link {
	display: block;
	margin-top: 32px;
	padding: 16px 0;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-weight: bold;
}
#db_side_link:hover,#db_side_link:focus {
	border: 1px solid #436ED9;
}

/*--------------------------------------------------------------
	出版物について
--------------------------------------------------------------*/
/* メールマガジンページ */

/*--------------------------------------------------------------
	コラムについて
--------------------------------------------------------------*/
#colum_list {
	overflow: hidden;
}
#colum_list ul {
	margin: 0;
	padding: 0;
}
#colum_list ul li {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#colum_list li a {
	display: block;
	line-height: normal;
	overflow: hidden;
	padding: 16px 0 32px !important;
	border-bottom: 1px solid #ccc;
	color: #333;
}
#colum_list a span.colum_day { display: block;}
#colum_list a span.colum_title { display: block; color: #436CD8; font-size: 115%; margin-bottom: 8px;}
#colum_list li a:hover { text-decoration: none;}
#colum_list a:hover span.colum_title { text-decoration: underline;}
#colum_list a img {
	display: block;
	float: left;
	width: 200px;
	height: auto;
	margin-right: 16px;
	background: #000;
}
#colum_list a div.no-image {
	width: 200px;
	height: 152px;
}
#colum_list a p {
	float: left;
	width: 470px;
	margin: 0 !important;
}
#colum_list a p.colum_text {
	width: 100%;
}

#colum_list dl {
	margin: 0;
	padding: 0;
}
#colum_list dl dt {
	padding: 16px 0 0 0;
}
#colum_list dl dd {
	padding: 16px 0 32px;
	border-bottom: 1px solid #ccc;
}
#colum_list dl dd a {
	font-size: 115%;
}
#colum_list dl dd p {
	margin-bottom: 0;
}


.colum_select {
	display: block;
	padding: 8px 16px 16px;
	margin: 0;
	width: auto;
}
.colum_select_area {
	margin: 0;
	xpadding: 8px;
	width: 100%;
}
.side_bn {
	display: block;
	margin-top: 16px;
	padding: 16px;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
}
.side_bn:hover,.side_bn:focus { border: 1px solid #436ED9; text-decoration: none;}
.side_bn h2 { font-size: 115% !important;}
.side_bn p { color: #333; margin-top: 8px;}

.colum_nav {
	overflow: hidden;
	margin-top: 64px;
}
.colum_nav_back {
	display: block;
	padding: 8px 16px !important;
	background: #f0f0f0 !important;
}
.colum_nav ul {
	margin: 32px 0 0 0 !important;
	padding: 0;
}
.colum_nav ul li {
	float: left;
	padding: 0 !important;
	margin: 0 32px 0 0 !important;
	width: 328px;
	list-style: none !important;
}
.colum_nav ul li.colum_nav_r {
	margin-right: 0 !important;
	text-align: right;
	float: right;
}
.colum_nav ul li a {
	display: block;
	padding: 16px !important;
	background: #f0f0f0 !important;
	border: 1px solid #f0f0f0;
}
#content_area .colum_nav ul li a p {
	color: #333;
	margin: 0;
}
#content_area .colum_nav ul li a p.date {
	margin: 8px 0 4px;
}
.colum_nav ul li a:hover,.colum_nav ul li a:focus { text-decoration: none !important; border: 1px solid #436ED9;}

.colum_txt {
	text-align: right;
	margin-top: 32px;
}
.colum_txt span {
	display: inline-block;
}

.pc_none { display: none;}


/*--------------------------------------------------------------
	フォームについて
--------------------------------------------------------------*/
#form_list {
	margin: 32px 0;
}
#form_list dt {
	font-weight: bold;
	padding-bottom: 8px;
}
#form_list dd {
	padding-bottom: 16px;
}
.red { color: red;}
.form_input1, .form_input2, .form_input3 {
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 2px;
	font-size: 105%;
}
.form_input1 {
	width: 80%;
}
.form_input2 {
	width: 90%;
	height: 100px;
}
.form_input3 {
	padding: 8px;
	width: 10em;
}

#form_btn {
	margin-top: 40px;
	clear: both;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.form_btn1,.form_btn2,.form_btn3 {
	display: inline-block;
	padding: 16px 40px;
	border: 1px solid #f0f0f0;
	color: #436CD8;
	font-size: 150%;
	font-weight: bold;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.form_btn1 {
	margin: auto;
	background: #f0f0f0;
}
.form_btn2 {
	float: left;
	background: #fff;
}
.form_btn3 {
	float: right;
	background: #f0f0f0;
}
.form_btn1:hover,.form_btn2:hover,.form_btn3:hover,.form_btn1:focus,.form_btn2:focus,.form_btn3:focus {
	border: 1px solid #436ED9;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;}
.form_btn1:active,.form_btn2:active,.form_btn3:active { border: 1px solid #436ED9; background: #436ED9; color: #fff;}


#paper-search-results table {
  margin-top: 0;
  border: none;
}

#paper-search-results table td {
  padding: 0;
  border-bottom: none;
  vertical-align: top;
}


/* 研究員 */
.researcher_list {
	margin: 0 0 -40px 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

div#content_area .researcher_list {
	margin: 0 0 0 0 !important;
}

.researcher_list li {
	float: left;
	list-style: none !important;
	width: 216px;
	margin: 0 20px 40px 0 !important;
	overflow: hidden;
}
.researcher_list li:nth-child(3n) { margin-right: 0 !important;}
.researcher_list li:nth-child(3n+1) { clear: left; float: left;}
.researcher_list li a {
	display: block;
	overflow: hidden;
	font-size: 87.5%;
	text-decoration: none;
}
.researcher_list li a img {
	float: left;
	width: 60px;
	margin-right: 10px;
}
.researcher_list li a div {
	float: left;
	width: 140px;
}
.researcher_list li a span {
	display: block;
	color: #333;
	font-size: 75%;
}

/* CTAボタン */
.cta_btn { margin: 20px 0 0;}
.cta_btn a {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	background: #FB6400;
	padding: 15px 20px;
	min-width: 290px;
	text-align: center;
	border: 1px solid #FB6400;
}
.cta_btn a:hover {
	color: #FB6400 !important;
	background: none;
	transition: all 0.3s;
}


/*---------------------------------------
	メールマガジン
---------------------------------------*/
#content_area.mailmag_wrap h2 { margin: 60px auto 5px;}
#content_area.mailmag_wrap p { margin-top: 0;}
.mm_back { margin: 20px auto;}
.mm_back a {
	display: inline-block;
	min-width: 300px;
	padding: 12px 20px;
	border: 1px solid #f0f0f0;
	color: #436CD8;
	background: #f0f0f0;
	transition: ease-in-out 0.3s;
}
.mm_back a:hover {
	border: 1px solid #436ED9;
	transition: ease-in-out 0.3s;
}
#content_area .mm_back a.window {
	display: inline-block;
	min-width: 300px;
	padding: 12px 20px;
	border: 1px solid #f0f0f0;
	color: #436CD8;
	background: #f0f0f0 url(/erina-unp/archive/wp-content/themes/erina/img/common/new-window.png) no-repeat right 10px center;
	transition: none;
}
#content_area .mm_back a.window:hover {
	border: 1px solid #436ED9;
	transition: all 0.3s;
}
.mm_form dt { font-weight: bold; padding-bottom: 5px;}
.mm_form dt .mm_hissu { display: inline-block; margin-left: 10px; color: #f00;}
.mm_form dd { padding-bottom: 20px;}
.mm_form dd:last-child { padding-bottom: 0;}
.mm_input_txt {
	display: block;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #ccc;
	width: 100%;
}
.mm_form_btn { margin: 20px auto 70px; text-align: center;}

.mailmag_wrap input[type="text"],.mailmag_wrap input[type="tel"],.mailmag_wrap input[type="number"],.mailmag_wrap input[type="email"] { font-size: 16px;}

.mm_aff_wrap {
	overflow: hidden;
}
.mm_aff_wrap input {
	float: left;
	width: calc(100% - 6em);
}
.mm_aff_wrap span {
	float: right;
	width: 5em;
	text-align: right;
	padding-top: 7px;
	color: #f00;
	font-weight: bold;
}
.mm_non { display: none;}

.seminar_f_title {display:inline-block; background:#ff0;}
.fs{font-size:75%;}



/*-------------------------------------------------------------
	ページに関する指定(tab)
-------------------------------------------------------------*/
@media screen and (min-width: 568px) and (max-width: 768px) {
	body {
		min-height: 1200px;
		min-width: 1000px;
	}

.form_btn1, .form_btn2, .form_btn3 { display: block; margin: 20px auto; max-width: 390px;}
}


/*-------------------------------------------------------------
	ページに関する指定(SP)
-------------------------------------------------------------*/
@media screen and (max-width: 568px) {
body {
	margin: 0;
	font-size: 80%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5em;
	color: #333;
	height: 100%;
	-webkit-text-size-adjust: none;
}
header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#header_txt{
	text-align: left;
	margin-bottom: 10px;
	}
	#header_txt p{
	font-size: 15px;
	padding:15px;
	line-height: 25.5px;
	}
	#header_wrap {
	width: 100%;
	margin: 0 auto;
	min-height: 56px;
}
nav#menu ul {
	margin: 0;
	padding: 0;
}
nav#menu ul li { list-style: none;}

#smp_nav {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 110px;
	height: 32px;
}
#smp_nav span {
	display: block;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-menu-open.png) 0 0 no-repeat;
	background-size: 110px 32px;
	width: 110px;
	height: 32px;
	font-size: 0;
}
#smp_nav span.open {
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-menu-close.png) 0 0 no-repeat;
	background-size: 110px 32px;
}
#smp_nav.en_nav span {
	display: block;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/en-sp-menu-open.png) 0 0 no-repeat;
	background-size: 110px 32px;
	width: 110px;
	height: 32px;
	font-size: 0;
}
#smp_nav.en_nav span.open {
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/en-sp-menu-close.png) 0 0 no-repeat;
	background-size: 110px 32px;
}

nav#menu ul.accordion {
	display: none;
	margin-top: 0;
	clear: both;
	padding-bottom: 16px;
}
header ul {
	float: none;
	margin: 0;
	padding: 0;
}
header ul li {
	float: none;
}
header h1 {
	float: left;
	padding: 8px 8px 16px 8px;
	margin-right: 20px;
}
header h1 a {
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-logo.png) 0 0 no-repeat !important;
	background-size: 91px 32px !important;
	width: 91px !important;
}
#menu {
	float: none;
	clear: both;
	padding-top: 0;
	background: #F5F6F7;
}
.menu_top,.lang {
	float: none;
	position: relative;
}
.nav-dropdown {
	display: block;
	padding: 16px;
}
.smp_nav { font-weight: bold;}

.open .search_icon span,.search_icon:hover span {
	display: block;
	margin-top: 4px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-search-on.png) 0 0 no-repeat;
	width: 12px;
	height: 16px;
	font-size: 0;
}
.search_icon span {
	display: block;
	margin-top: 4px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/icon-search-off.png) 0 0 no-repeat;
	width: 12px;
	height: 16px;
	font-size: 0;
}

/* メガドロップ */
.mbox {
	display: none;
	position: relative;
	left: 0;
	padding: 0;
	z-index: 1000;
}
.mbox-1,.mbox-2,.mbox-3,.mbox-4,.mbox-5 {
	width:auto !important;
	left: auto !important;
}
.mbox li {
	white-space: normal;
	background: #fff;
	font-weight: normal !important;
	border-bottom: 1px solid #D6D8DD;
}
.mbox li a { display: block; color: #436ED9; padding: 8px 24px !important;	background: #fff;}
.mbox li.menu_bnr a {
	background: #fff;
	color: #436ED9 !important;
}

li#search {
	position: relative;
	top: auto;
	right: auto;
	margin: 32px 16px;
	overflow: hidden;
}
li#search .search_area {
	position: relative;
	display: table;
	width: 99%;
	margin: auto;
	border: 1px solid #436ED9;
	background: #fff;
}
li#search #search_txt {
	width: 84%;
	height: 48px;
	padding: 0 1%;
	line-height: 48px;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	border: none;
	font-size: 16px;
}
li#search #search_btn {
	display: table-cell;
	width: 10%;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	border: none;
	background: #fff url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-search.png) center center no-repeat;
	background-size: 12px 12px;
	font-size: 0;
}

li.lang {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	text-align: center;
	font-size: 12px;
	margin: 0 0 0 0;
	background: none;
	text-align: center;
	border-bottom: none !important;
	padding-bottom: 16px;
}
li.lang a {
	padding: 15px 4px !important;
	color: #436ED9;
}
.navbar-nav > li.lang > a:hover { background: #fff !important; color: #333 !important;}

.nav-dropdown:hover,.menuundefined_hover {
	color: #2D709F !important;
	background: none;
	line-height: auto;
	padding: 0;
	border-bottom: 1px solid #D6D8DD;
}
.nav-dropdown {
	background: none;
	line-height: auto;
	padding: 0;
	border-bottom: 1px solid #D6D8DD;
}
.nav-dropdown span {
	display: block;
	background: #F5F6F7 url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-arrow-chevron-down-off.png) right center no-repeat;
	background-size: 24px 6px;
	line-height: 48px;
	padding: 0 24px;
	color: #436ED9;
}
.nav-dropdown span.open {
	background: #436ED9 url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-arrow-chevron-up-on.png) right center no-repeat !important;
	background-size: 24px 6px !important;
	color: #fff !important;
}

.mbox ul li a { color: #436ED9; padding: 4px 16px !important;}
.menu1_hover,.menu2_hover,.menu3_hover,.menu1:hover,.menu2:hover,.menu3:hover {
	xbackground: #436ED9;
	color: #436ED9 !important;
}
.menu_icon1 span,.menu_icon2 span,.menu_icon3 span {
	background: #436ED9;
	border-radius: 20px;
	color: #fff;
	padding: 10px !important;
	margin-right: 5px;
}
.nav > li.lang > a {
	padding: 15px 4px !important;
	display: inline-block !important;
}
.dropdown-toggle {
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-arrow-down.png) right center no-repeat;
	background-size: 24px 6px;
}
.open .dropdown-toggle {
	background: #436ED9 url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-arrow-up.png) right center no-repeat !important;
	background-size: 24px 6px !important;
}


footer {
	clear: both;
	overflow: hidden;
	margin: 0 8px;
	width: auto;
}
.footer_box {
	width: auto;
	overflow: hidden;
}
.footer_box-1 { height: auto;}

#sns_wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.sns_bn {
	float: none;
	overflow: hidden;
}
.sns_bn a {
	display: block;
	float: none;
	margin: 0 auto 10px;
}
.sns_bn a img { display: block; margin: auto;}

.sns_text {
	float: none;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-share.png) no-repeat 8px center / 16px 16px;
}
.sns_open ul {
	padding: 8px 16px;
}
#sns_wrap .swich_btn {
	position:absolute;
	top: 0;
	right: 0;
}
.sns_close .swich_btn  { background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-plus.png) no-repeat left center / 23px 15px;}
.sns_open .swich_btn { background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-minus.png) no-repeat left center / 23px 15px;}

#return {
	float:none;
	width: auto;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border: 1px solid #436ED9;
	margin-top: 16px;
}
#return a {
	display: block;
	width: 100%;
	height: 46px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-arrow-up-off.png) center center no-repeat;
	background-size: 16px 16px;
}
#return a span { display: none;}
.footer_box-2 {
	margin-top: 64px;
	background: #f0f0f0;
	padding: 8px 32px;
	overflow: hidden;
}
#footer_box2_logo {
	display: none;
}
#footer_box2_logo span { display: none;}

#footer_box2_nav {
	float: none;
}
#footer_box2_nav ul {
	margin: 0;
	padding: 0;
}
#footer_box2_nav ul li {
	float: none;
	margin-left: 0;
	margin: 8px 0;
	list-style: none;
}
#footer_box2_nav .menu_icon1 span,#footer_box2_nav .menu_icon2 span,#footer_box2_nav .menu_icon3 span {
	background: #436ED9;
	border-radius: 50%;
	color: #fff;
	padding: 10px !important;
	margin-right: 5px;
}

#footer_nav {
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 32px;
}
#footer_nav ul {
	float: none;
}
#footer_nav ul li {
	margin: 0 0 8px;
	float: none;
	text-align: center;
}
#copyright {
	float: none;
	font-size: 75%;
	text-align: center;
	margin-top: 16px;
}

#wrapper,#content_wrap {
	clear: both;
	width: auto;
	margin: auto;
	overflow: hidden;
}

#content_area {
	width: 100%;
	float: none;
}

#content_nav {
	float: none;
	width: auto;
	margin-top: 56px;
}

#wrapper {
	margin: 8px !important;
}

/*-----------------------------------------
	TOPページ
-----------------------------------------*/
#index_main {
	background-size: 450px auto;
	min-height: 160px;
	overflow: auto;
}
#index_main_txt{
	margin: 90px 8px 0;
	}
	#index_main_txt p{
	padding: 20px;
	line-height: 25.5px;
	font-size: 15px;
	}

.index_left {
	float: none;
	width: auto;
}
.index_right {
	float: none;
	width: auto;
}
#index_nea {
	float: none;
	width: auto;
	margin-bottom: 10px;
}
#index_nea_catch {
	width: 100%;
}
#index_nea a.nea img, #index_nea a.nea div.no-image {
	float: none;
	margin: 0 auto 8px;
	width: 80%;
}
#index_nea a.nea p {
	width: 100%;
}

.jp #index_print_area a {
	width: 45%;
	padding: 0 2% 8px;
}
.jp #index_print_area a:nth-child(2n+1) {
	clear: left;
	float: left;
}
.en #index_print {
	float: none;
	width: auto;
}

#index_bn li {
	float: none;
	margin: 8px 0;
	width: 100% !important;
}
#index_bn li a { display: block; box-sizing: border-box; width: 100% !important; height: auto; margin: auto; }

.index_special_bn {
	display: block;
}
.index_special_bn li{
	margin-bottom: 8px;
}

/*-----------------------------------------
	詳細ページ
-----------------------------------------*/
#content_list ul li {
	float: none;
	width: auto;
	margin: 0 0 32px;
}
#content_list ul li:nth-child(2n+1) {
	float: none;
}
#content_list ul li a img {
	max-height: 160px;
}

#content_area img {
	max-width: 100%;
	height: auto;
}

.news_nav {
	display: table;
	position: relative;
	width: 100%;
	margin-top: 64px;
	line-height: 32px;
	text-align: center;
	margin-bottom: -8px !important;
}
.news_nav_prev {
	position: absolute;
	display: inline;
	left: 0;
	margin-right: 32px;
}
.news_nav_next {
	position: absolute;
	display: inline;
	right: 0;
	top: 0;
	margin-left: 32px;
}
.news_nav_prev span { margin-right: 8px;}
.news_nav_next span { margin-left: 8px;}
.news_nav ul {
	display: table;
	text-align: center;
	margin: 0 50px !important;
	padding: 0;
	width: auto;
}
.news_nav ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.news_nav ul li a {
	display: block;
	padding: 0 8px;
	background: #f0f0f0;
}
.news_nav ul li.n_on a,.news_nav ul li a:hover { background: #436ED9; color: #fff;}
.news_nav ul li:last-child { margin-right: 0;}

#colum_list a img, #colum_list a div.no-image {
	float: none;
	margin: 0 auto 16px;
}
#colum_list a p {
	width: auto;
}

.colum_nav ul li {
	float: none;
	margin: 0 0 16px 0 !important;
	width: 100%;
}

#content_wrap select{ font-size: 16px;}

/* リンクにアイコンを表示 */
#content_area a.window {
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-new-window.png) no-repeat right center;
	background-size: 8px 8px;
}
#content_area a[href*='.pdf'] {
	padding-right: 18px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-icon-pdf.png) no-repeat right center;
	background-size: 10px 12px;
}
#content_area a[href*='.xls'] {
	padding-right: 18px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-icon-excel.png) no-repeat right center;
	background-size: 10px 12px;
}
#content_area a[href*='.doc'] {
	padding-right: 18px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-icon-word.png) no-repeat right center;
	background-size: 10px 12px;
}
#content_area a[href*='.ppt'] {
	padding-right: 18px;
	background: url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-icon-powerpoint.png) no-repeat right center;
	background-size: 10px 12px;
}

.db_box input {
	font-size: 16px !important;
	padding-left: 5px;
}

.db_result_btn span {
	background: #f0f0f0 right center url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-plus.png) no-repeat;
	background-size: 23px 15px;
}
.db_result_btn span.db_open {
	background: #436ED9 right center url(/erina-unp/archive/wp-content/themes/erina/img/common/sp-minus.png) no-repeat;
	background-size: 23px 15px;
}

.pc_none { display: block;}
.sp_none { display: none;}

.form_btn2 {
	float: none;
	border: none;
	margin-top: 40px;
}
.form_btn3 {
	float: none;
}

.db_box_russia th, .db_box_russia td{
	display: block;
	width: 100% !important;
}
.db_box_russia label {
	width: 100% !important;
}
/* 研究員 */
.researcher_list {
	margin: 0 0 -20px 0 !important;
}
.researcher_list li {
	float: none;
	width: auto;
	margin: 0 0 20px 0 !important;
}
.researcher_list li:nth-child(3n+1) { clear: left; float: none;}
.researcher_list li a {
	display: block;
	font-size: 87.5%;
	overflow: hidden;
}
.researcher_list li a img {
	float: left;
	width: 60px;
	margin-right: 10px;
}
.researcher_list li a div {
	float: left;
	width: auto;
}

/* CTAボタン */
.cta_btn { margin: 20px 0 0;}
.cta_btn a {
	display: block;
	padding: 15px 20px;
	min-width: 100px;
}
.form_btn1, .form_btn2, .form_btn3 { display: block; margin: 20px auto; max-width: 390px;}


/* スマホここまで */
}

/* WPログイン中のページ上部のメニューを調整 */
#wp-admin-bar-new-opinion, #wp-admin-bar-new-radio { display: none;}

/* 関連情報 */
.yarpp-related a{font-weight: normal !important;}
.yarpp-related li a:hover{text-decoration: underline;}