/*
Theme Name: Globalization Research Institute
Theme URI: http://www.globalization-research.jp/
Author: Hardblues
Author URI: http://www.globalization-research.jp/
Description: グローバリゼーション研究所Webサイト用WordPressテーマファイル
Version: 1.0
License: ***
License URI: ***
Tags: template,blog
Text Domain: EH_template
*/


/* リセッター */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
}

/**********************************************************************************************************************************************/
/* メイン設定
/**********************************************************************************************************************************************/

html.body {
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 16px;
}

.wrapper {
	max-width: 1000px;
	padding: 0 30px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
@media (max-width: 480px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
}

a {
	text-decoration:none;
}
a:hover {
}

/**********************************************************************************************************************************************/
/* common */
.clearfix:before,.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
	content:"";
}
.clearfix { display:inline-table;}
.clearfix { display:block;}

.fclear {clear: both;}
/* 改行制御 */
/*.pcbr:before {content: "\A";white-space: pre;}
@media (max-width: 480px) {
	.pcbr:before {content: none;}
	.spbr:before{content: "\A";white-space: pre;}
}*/
.pcbr { display: block; }
.spbr { display: none; }
@media (max-width: 480px) {
	.pcbr { display: none; }
	.spbr { display: block; }
}
/* 字揃え制御 */
.pctc {text-align: center;}
.pctr {text-align: right;}
@media (max-width: 480px) {
	.pctc {text-align: left;}
	.pctr {text-align: left;}
	.sptc {text-align: center;}
	.sptr {text-align: right;}
}
/* アウトライナー */
.outliner {display: none;}
/* 汎用ページネーション */
#pagination {
	margin-bottom: 20px;
}
#pagination ul {
	font-size: 0;
	text-align: center;
}
#pagination ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 38px;
	width: 40px;
	height: 40px;
	border: 1px solid #222222;
	box-sizing: border-box;
	margin: 0 10px;
}
#pagination ul li a {
	display: inline-block;
	color: #222222;
	width: 100%;
	height: 100%;
}
#pagination ul li:hover {
	border-color: #4871f7;
	transition: 0.2s linear;
}
#pagination ul li:hover a {
	color: #4871f7;
	transition: 0.2s linear;
}
#pagination ul li.active {
	color: #ffffff;
	background: #4871f7;
	border-color: #4871f7;
}
@media (max-width: 480px) {
}


/**********************************************************************************************************************************************/
/* メニュー（オーバーレイヤー） */
#main_menu_disp {
	/* display: none; */
	width: 0;
	height: 100%;
	padding-top: 5px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	transition: 0.2s ease-out;
	box-sizing: border-box;
	overflow: hidden;
}
#main_menu_disp.viewing {
	width: 280px;
}
#main_menu_disp .wrapper {
	padding: 60px 0 0;
	width: 240px;
}
#main_menu_close {
	position: absolute;
	top: 5px;
	right: 10px;
}
#main_menu_close span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-align: center;
	line-height: 36px;
	width: 60px;
	height: 40px;
	background: #ffffff;
	border: 2px solid #cccccc;
	box-sizing: border-box;
}
#main_menu_title {
	display: none;
}
#access {
}
#gnavi {}
#gnavi li {}
#gnavi li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	line-height: 40px;
	border-bottom: 1px solid #cccccc;
}
#gnavi li:first-child a {
	border-top: 1px solid #cccccc;
}
#gnavi li a:hover {}
@media (max-width: 480px) {
}


/**********************************************************************************************************************************************/
/* メインレイアウト */
#main_disp {
	display:block;
}
#main_menu_open {
	display: none;
}
#main_menu_open span {}
@media (max-width: 480px) {
	#main_menu_open {
		display: block;
		position: fixed;
		top: 5px;
		right: 10px;
		z-index: 1000;
	}
	#main_menu_open span {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #888888;
		text-align: center;
		line-height: 36px;
		width: 60px;
		height: 40px;
		background: #ffffff;
		border: 2px solid #cccccc;
		box-sizing: border-box;
	}
}


/**********************************************************************************************************************************************/
/* ヘッダー */
#main_header {
	display: block;
	background: #ffffff;
	position: relative;
	padding: 20px 0 0 0;
	height: 150px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#main_header h1 {
	height: 80px;
}
#main_header h1 img {
	height: 100%;
}
/* メニュー（ヘッダー内） */
#main_menu_nav {
	font-size: 0;
	height: 50px;
	/* background: #ffcccc; */
}
#main_menu_nav li {
	display: inline-block;
}
#main_menu_nav li:not(:last-child) {
	margin-right: 40px;
}
#main_menu_nav li a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	line-height: 45px;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 5px solid #ffffff;
}
#main_menu_nav li a:hover {
	border-bottom-color: #4871f7;
	transition: 0.2s linear;
}
@media (max-width: 480px) {
	/* ヘッダー */
	#main_header {
		padding: 10px 0 0 0;
		height: 50px;
		box-shadow: 0 0 5px rgba(0,0,0,0.25);
	}
	#main_header h1 {
		height: 30px;
	}
	/* メニュー（ヘッダー内） */
	#main_menu_nav {
		display: none;
	}
}


/**********************************************************************************************************************************************/
/* 本文（#main_body） */
#main_body {}
@media (max-width: 480px) {
}

/* section common style */
.sec_common {}
.sec_common .wrapper {}
@media (max-width: 480px) {
}


/**********************************************************************************************************************************************/
/* コンテンツ */
/**********************************************************************************************************************************************/
/* front-page */
#mainvisual {
	height: 400px;
	padding-top: 40px;
	background: url(./images/mainvisual.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
#mainvisual_catch {
	width: 540px;
	margin: 0 0 50px auto;
}
#mainvisual_catch img {
	max-width: 100%;
}
#mainvisual_msg {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 20px;
	text-align: right;
	line-height: 1.5;
	margin-right: 17px;
}
#mainvisual_msg span.spacer {
	display: inline-block;
	width: 13px;
}
@media (max-width: 480px) {
	#mainvisual {
		height: 210px;
		padding-top: 20px;
	}
	#mainvisual_catch {
		width: 260px;
		margin: 0 0 20px auto;
	}
	#mainvisual_msg {
		font-size: 14px;
		line-height: 1.5;
		margin-right: 2px;
	}
	#mainvisual_msg span.spacer {
		width: 12px;
	}
}


.fp_sec_common {
	padding: 60px 0;
}
.fp_sec_common:nth-of-type(even) {
	background: #f6f6f6;
}
.fp_sec_common header {
	margin-bottom: 40px;
}
.fp_sec_common header p.en {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 100px;
	color: #dddddd;
	margin-bottom: 5px;
}
.fp_sec_common header p.en:first-letter {
	color: #4871f7;
}
.fp_sec_common header h1 {
	font-size: 20px;
	font-weight: bold;
}
.fp_sec_textdisp {
	width: 670px;
	margin: 0 0 0 auto;
}
@media (max-width: 480px) {
	.fp_sec_common {
		padding: 20px 0;
	}
	.fp_sec_common header {
		margin-bottom: 20px;
	}
	.fp_sec_common header p.en {
		font-size: 40px;
		margin-bottom: 0px;
	}
	.fp_sec_common header h1 {
		font-size: 14px;
	}
	.fp_sec_textdisp {
		width: 100%;
	}
}

/* front-page:about */
.fp_about_text {
	width: 470px;
	margin: 0 0 0 auto;
}
.fp_about_text p {
	font-size: 20px;
	line-height: 1.5;
}
.fp_about_text p:not(:last-child) {
	margin-bottom: 20px;
}
@media (max-width: 480px) {
	.fp_about_text {
		width: 100%;
	}
	.fp_about_text p {
		font-size: 14px;
	}
	.fp_about_text p:not(:last-child) {
		margin-bottom: 10px;
	}
}


/* front-page:news */
.fp_news {
	border-top: 1px solid #222222;
}
.fp_news div {
	display: table;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #222222;
}
.fp_news dt {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5;
	width: 130px;
}
.fp_news dd {
	display: table-cell;
	vertical-align: top;
	line-height: 1.5;
}
@media (max-width: 480px) {
	.fp_news div {
		display: block;
		padding: 10px 0;
	}
	.fp_news dt {
		display: block;
		width: auto;
	}
	.fp_news dd {
		display: block;
		padding-left: 20px;
	}
}

/* front-page:articles */
.fp_articletnbox_wrapper {
}
.articletnbox {
	height: 120px;
	width: 100%;
	padding: 17px;
	background: #ffffff;
	margin: 0 0 30px 0;
	border: 3px solid #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-sizing: border-box;
	position: relative;
}
.articletnbox:hover {
	border-color: #222222;
	transition: 0.2s linear;
}
.articletnbox .date {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	width: 70px;
	height: 85px;
	position: absolute;
	/* background: #ffcccc; */
}
.articletnbox .date:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #222222;
	transform: rotate(-45deg);
	position: absolute;
	top: 53px;
	left: 12px;
}
.articletnbox .date .year {
	display: inline-block;
	font-size: 16px;
	color: #888888;
	line-height: 1.5;
	width: 70px;
}
.articletnbox .date .month {
	display: block;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 0;
}
.articletnbox .date .day {
	display: block;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.articletnbox h1 {
	font-size: 20px;
	line-height: 1.3;
	margin-left: 90px;
}
.articletnbox .link_marker {
	font-size: 15px;
	font-weight: bold;
	color: #4871f7;
	/* background: #ffcccc; */
	padding: 0 25px 5px 0;
	border-bottom: 1px solid #4871f7;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.articletnbox .link_marker:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #4871f7;
	border-left: 5px solid #4871f7;
	position: absolute;
	right: 0;
	bottom: 0;
}
.articletnbox .link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.btn_more {
}
.btn_more a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	padding: 20px;
	border: 3px solid #222222;
}
.btn_more a span {
	display: inline-block;
	padding: 0 25px 5px 0;
	border-bottom: 1px solid #222222;
	position: relative;
}
.btn_more a span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #222222;
	border-left: 5px solid #222222;
	position: absolute;
	right: 0;
	bottom: 0;
}
.btn_more a:hover {
	color: #4871f7;
	transition: 0.2s linear;
}
.btn_more a:hover span {
	border-bottom-color: #4871f7;
}
.btn_more a:hover span:after {
	border-bottom-color: #4871f7;
	border-left-color: #4871f7;
}
@media (max-width: 480px) {
	.articletnbox {
		height: 100px;
		padding: 10px;
		margin: 0 0 20px 0;
		border: 2px solid #ffffff;
	}
	.articletnbox .date {
		width: 35px;
		height: 50px;
	}
	.articletnbox .date:after {
		width: 20px;
		height: 1px;
		top: 32px;
		left: 6px;
	}
	.articletnbox .date .year {
		font-size: 12px;
		width: 30px;
	}
	.articletnbox .date .month {
		font-size: 15px;
		width: 20px;
		height: 15px;
		top: 15px;
	}
	.articletnbox .date .day {
		font-size: 15px;
		width: 20px;
		height: 15px;
	}
	.articletnbox h1 {
		font-size: 15px;
		margin-left: 40px;
	}
	.articletnbox .link_marker {
		font-size: 14px;
		padding: 0 15px 5px 0;
		right: 10px;
		bottom: 10px;
	}
	.articletnbox .link_marker:after {
		border-width: 3px;
	}
	.btn_more a {
		font-size: 14px;
		padding: 15px;
		border: 2px solid #222222;
	}
	.btn_more a span {
		padding: 0 15px 5px 0;
	}
	.btn_more a span:after {
		border-width: 3px;
	}
}


/**********************************************************************************************************************************************/
/* page */
/* common */
.main_body_page {}
.main_body_page>header {
	padding: 60px 0 40px;
}
.main_body_page>header .en {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 60px;
	color: #cccccc;
	margin-bottom: 5px;
}
.main_body_page>header .en::first-letter {
	color: #4871f7;
}
.main_body_page>header h1 {
	font-size: 20px;
	font-weight: bold;
}
.page_article_body {
	margin-bottom: 60px;
}
@media (max-width: 480px) {
	.main_body_page>header {
		padding: 20px 0 20px;
	}
	.main_body_page>header .en {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.main_body_page>header h1 {
		font-size: 14px;
	}
	.page_article_body {
		margin-bottom: 30px;
	}
}
/* 活動報告 */
.activitybox {
	line-height: 1.5;
	padding: 20px 0;
	border-top: 1px solid #cccccc;
}
.activitybox:last-child {
	border-bottom: 1px solid #cccccc;
}
.activitybox>div {
	display: table;
}
.activitybox>div dt {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	width: 80px;
}
.activitybox>div dd {
	display: table-cell;
	vertical-align: top;
}
.activitybox .number {}
.activitybox .date {}
.activitybox .author {}
.activitybox .theme {}
.activitybox .agenda li {
	list-style: disc inside;
}
.activitybox .participant {}
@media (max-width: 480px) {
	.activitybox {
		padding: 10px 0;
	}
	.activitybox>div dt {
		width: 60px;
	}
}
/* archive */
#link_old {
	text-align: center;
}
.message {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.btn_link {}
.btn_link a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	padding: 20px;
	border: 3px solid #222222;
}
.btn_link a span {
	display: inline-block;
	padding: 0 25px 5px 0;
	border-bottom: 1px solid #222222;
	position: relative;
}
.btn_link a span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #222222;
	border-left: 5px solid #222222;
	position: absolute;
	right: 0;
	bottom: 0;
}
.btn_link a:hover {
	color: #4871f7;
	transition: 0.2s linear;
}
.btn_link a:hover span {
	border-bottom-color: #4871f7;
}
.btn_link a:hover span:after {
	border-bottom-color: #4871f7;
	border-left-color: #4871f7;
	transition: 0.2s linear;
}

@media (max-width: 480px) {
	.message {
		text-align: left;
	}
	.btn_link a {
		font-size: 14px;
		padding: 10px;
		border-width: 2px;
	}
	.btn_link a span {
		padding: 0 15px 5px 0;
	}
}


/**********************************************************************************************************************************************/
/* archive */
.archive_table_wrapper {
	width: 710px;
	padding-right: 40px;
	box-sizing: border-box;
}


/**********************************************************************************************************************************************/
/* single */
.main_body_single {}
.single_page_header {
	padding-top: 30px;
	margin-bottom: 30px;
}
.single_page_header .en {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 40px;
	color: #cccccc;
}
.single_page_header .en::first-letter {
	color: #4871f7;
}
.single_page_header h1 {
	font-size: 16px;
	font-weight: bold;
}
.article_table_wrapper {
	display: table;
	margin-bottom: 60px;
}
.article_table_wrapper .page_article_body {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
}
.article_table_wrapper .page_article_body .wrapper {
}
.article_table_wrapper .page_article_body header {
	min-height: 80px;
	margin-bottom: 30px;
	position: relative;
}
.article_table_wrapper .page_article_body header .date {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	width: 70px;
	height: 85px;
	position: absolute;
}
.article_table_wrapper .page_article_body header .date:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #222222;
	transform: rotate(-45deg);
	position: absolute;
	top: 53px;
	left: 12px;
}
.article_table_wrapper .page_article_body header .date .year {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	color: #888888;
	/* text-align: center; */
	width: 70px;
}
.article_table_wrapper .page_article_body header .date .month {
	display: block;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 0;
}
.article_table_wrapper .page_article_body header .date .day {
	display: block;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.article_table_wrapper .page_article_body header h1 {
	font-size: 36px;
	line-height: 1.2;
	margin-left: 80px;
}
#single_pager {
	height: 60px;
	margin-top: 40px;
	position: relative;
}
#single_pager_btn_next {
	position: absolute;
	top: 0;
	left: 0;
}
#single_pager_btn_prev {
	position: absolute;
	top: 0;
	right: 0;
}
#single_pager_btn_next a,
#single_pager_btn_prev a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	width: 160px;
	padding: 15px;
	border: 3px solid #222222;
}
#single_pager_btn_prev a span,
#single_pager_btn_next a span {
	display: inline-block;
	padding: 0 25px 5px 0;
	border-bottom: 1px solid #222222;
	position: relative;
}
#single_pager_btn_prev a span:after,
#single_pager_btn_next a span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #222222;
	border-left: 5px solid #222222;
	position: absolute;
	right: 0;
	bottom: 0;
}
#single_pager_btn_next a span {
	padding: 0 0px 5px 25px;
}
#single_pager_btn_next a span:after {
	border-right: 5px solid #222222;
	border-bottom: 5px solid #222222;
	border-left: 5px solid transparent;
	right: auto;
	left: 0;
}
#single_pager_btn_prev a:hover,
#single_pager_btn_next a:hover {
	color: #4871f7;
	transition: 0.2s linear;
}
#single_pager_btn_prev a:hover span,
#single_pager_btn_next a:hover span {
	border-color: #4871f7;
}
#single_pager_btn_next a:hover span:after {
	border-right-color: #4871f7;
	border-bottom-color: #4871f7;
	transition: 0.2s linear;
}
#single_pager_btn_prev a:hover span:after {
	border-left-color: #4871f7;
	border-bottom-color: #4871f7;
	transition: 0.2s linear;
}
#single_sidebar_close {
	display: none;
}
#single_sidebar_open {
	display: none;
}
#single_sidebar_disp {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-left: 20px;
}
.sidebar_wrapper {}
.sidebar_wrapper h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
}
.sidebar_wrapper h2:after {
	content: "";
	display: block;
	width: 40px;
	height: 5px;
	background: #4871f7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sidebar_wrapper .sidebar_widget {}
.sidebar_wrapper .widget_block {}
/* 最新の記事 */
.sidebar_wrapper .widget_recent_entries {}
.sidebar_wrapper .widget_recent_entries ul {
	margin-bottom: 40px;
}
.sidebar_wrapper .widget_recent_entries li {
	font-size: 15px;
	line-height: 1.3;
}
.sidebar_wrapper .widget_recent_entries li:not(:last-child) {
	margin-bottom: 20px;
}
.sidebar_wrapper .widget_recent_entries li a {
	color: #222222;
}
.sidebar_wrapper .widget_recent_entries li a:hover {
	text-decoration: underline;
}
/* アーカイブ */
.sidebar_wrapper .widget_archive {}
.sidebar_wrapper .widget_archive ul {
	margin-bottom: 40px;
}
.sidebar_wrapper .widget_archive li {
	font-size: 15px;
	line-height: 1.3;
}
.sidebar_wrapper .widget_archive li:not(:last-child) {
	margin-bottom: 20px;
}
.sidebar_wrapper .widget_archive li a {
	color: #222222;
}
.sidebar_wrapper .widget_archive li a:hover {
	text-decoration: underline;
}
/* .sidebar_title {} */
@media (max-width: 480px) {
	.single_page_header {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.single_page_header .en {
		font-size: 28px;
	}
	.single_page_header h1 {
		font-size: 14px;
	}
	.article_table_wrapper {
		display: block;
		margin-bottom: 30px;
	}
	.article_table_wrapper .page_article_body {
		display: block;
		padding-right: 0px;
	}
	.article_table_wrapper .page_article_body header {
		min-height: 60px;
		margin-bottom: 20px;
	}
	.article_table_wrapper .page_article_body header .date {
		width: 35px;
		height: 50px;
	}
	.article_table_wrapper .page_article_body header .date:after {
		width: 20px;
		height: 1px;
		top: 32px;
		left: 6px;
	}
	.article_table_wrapper .page_article_body header .date .year {
		font-size: 12px;
		width: 30px;
	}
	.article_table_wrapper .page_article_body header .date .month {
		font-size: 15px;
		width: 20px;
		height: 15px;
		top: 15px;
	}
	.article_table_wrapper .page_article_body header .date .day {
		font-size: 15px;
		width: 20px;
		height: 15px;
	}
	.article_table_wrapper .page_article_body header h1 {
		font-size: 16px;
		margin-left: 40px;
	}
	#single_pager {
		height: 45px;
		margin-top: 20px;
	}
	#single_pager_btn_prev a,
	#single_pager_btn_next a {
		font-size: 14px;
		width: 120px;
		padding: 10px;
		border-width: 2px;
	}
	#single_pager_btn_prev a span,
	#single_pager_btn_next a span {
		padding: 0 15px 5px 0;
	}
	#single_pager_btn_next a span {
		padding: 0 0px 5px 15px;
	}
	#single_sidebar_close {
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
	}
	#single_sidebar_close span {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #888888;
		text-align: center;
		line-height: 36px;
		width: 60px;
		height: 40px;
		background: #ffffff;
		border: 2px solid #cccccc;
		box-sizing: border-box;
	}
	#single_sidebar_open {
		display: block;
		position: fixed;
		top: 55px;
		right: 10px;
		z-index: 1000;
	}
	#single_sidebar_open span {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #888888;
		text-align: center;
		line-height: 36px;
		width: 60px;
		height: 40px;
		background: #ffffff;
		border: 2px solid #cccccc;
		box-sizing: border-box;
	}
	#single_sidebar_disp {
		display: block;
		width: 0;
		height: 100%;
		padding: 60px 0 0 0;
		background: #ffffff;
		box-shadow: 0 0 10px rgba(0,0,0,0.25);
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 20000;
		overflow: hidden;
	}
	#single_sidebar_disp.viewing {
		width: 280px;
		transition: 0.2s ease-out;
	}
	.sidebar_wrapper {
		width: 240px;
		margin: 0 20px;
	}
	.sidebar_title {}
}



/**********************************************************************************************************************************************/
/* フッター */
#main_footer {
	clear:both;
	padding: 20px 0;
	background: #222222;
}
#main_footer .wrapper {
}
#main_footer_copyright {
	font-size: 12px;
	color: #ffffff;
	text-align: right;
}



/* タブレット （iPad Portrait想定）*/
@media (max-width: 768px) {
body {
}
}

/* スマートフォン */
@media (max-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
body {
	font-size: 14px;
}
}


/**********************************************************************************************************************************************/
