@charset "UTF-8";
/*
Theme Name: 筑波大学西アジア文明研究センター
Theme URI: https://athreelaugh.jp/rcwasia/
Description: 筑波大学西アジア文明研究センター
Author: 筑波大学西アジア文明研究センター
Author URI: https://athreelaugh.jp/rcwasia/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

body {
	line-height: 1;
	height: 100%;
	width: 100%;
	position:relative;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;*/
	font-smoothing: antialiased;
	font-feature-settings : "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

palt {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/*Print CSS 
---------------------------------------*/
body {
	-webkit-print-color-adjust: exact;
}

/* img markup -------------------------------------------------------------------------------------------------------*/
img {
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/*ie,edge用*/
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

img:hover{
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

img:hover{
	opacity: 0.5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.page img:hover{
	opacity: 1.0;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.red{
    color: #c1272d;
}

span.bold{
	font-weight: bold;
}

#content p.anno{
    font-size: 13px;
    font-size: 1.3rem;
}

#content p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

.pc {display: block;}
.tb {display: none;}
.sp {display: none;}
.br-sp{display: none;}
.br-pc{display: block;}

/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
article,
section{
	display: block;
}

.section,
.article{
	margin-bottom: 5.0em;
	display: block;
    overflow: hidden;
}

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}

#content {
	margin: 0 282px 0 0;
}

.home #content{
	margin: 0 0 0 0;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}

#primary{	
}
	
#secondary {
	clear: right;
}

#footer {
	clear: both;
	width: 100%;
}

.404{
	text-align: center;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 0;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Fonts
-------------------------------------------------------------- */
body {
	font-family:'Helvetica','YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', Arial, sans-serif;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: "A1明朝";
	src: url('fonts/A1.otf'),
	url('fonts/A1.woff')format('woff'),
	url('fonts/A1.eot')format('eot');
}

@font-face{
	font-family: centaur;
	src: url('fonts/CENTAUR.TTF'),
	url('fonts/CENTAUR.woff')format('woff'),
	url('fonts/CENTAUR.eot')format('eot');
}

/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
.inner {
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.w700{
	margin: 0 auto;
	width: 700px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w710{
	margin: 0 auto;
	width: 710px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w740{
	margin: 0 auto;
	width: 740px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w810{
	margin: 0 auto;
	width: 810px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w900{
	margin: 0 auto;
	width: 900px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background: #fff;
	background: url(images/bg.png);
}

body,
input,
textarea {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}

#content input{
	font-size: 16px;
	font-size: 1.6rem;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 1.8em;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
}
cite,
i {}

b{font-weight: bold;}

em{
	font-style: normal;
	color: #c1272d;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
	outline: none;
	background: #f6f6f6;
	border: none;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {
	color: #c1272d;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #dbcba6;
}

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

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !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;}
.center{text-align: center;}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

/*404
----------------------------*/
.error404{
	text-align: center;
}

#content .error404 .entry-title{
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	margin-bottom: 80px;
}

#content .error404 p{
    text-align: center;
}

#content .error404 input[type="submit"]{
    background: #ccc;
}

/* =Header
-------------------------------------------------------------- */
#header {
	overflow: hidden;
	background: #113364;
}

#site-description {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 24px;
	font-weight: normal;
	display: none;
}

#site-title {
	float: left;
	width: 258px;
	height: 96px;
	background: url(images/site-title_bg.png) no-repeat;
	background-size: 258px 96px;
	margin-left: 20px;
}

#site-title a {
	background: url(images/logo.png) center center no-repeat;
	background-size: 170px 46px;
	width: 258px;
	height: 96px;
	display: block;
	text-indent: -9999px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.top_video {
    width: 100%;
    height: -webkit-calc(100vh - 96px);
    height: calc(100vh - 96px);
    position: relative;
    z-index: -999;
}

#video{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	object-fit: cover;
	z-index: -1;
}

.top_movie_title a{
	position: absolute;
	top: 52%;
	left: 50%;
	font-family: centaur;
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	margin-left: -284px;
	display: block;
	z-index: 1;
}

.video-mask{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    background: url(images/dot.png);
    width: 100%;
    height: 100%;
    z-index: -999;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	display: block;
	float: right;
	padding: 36px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.drawer{
	display: none;
}

#access .menu-header,
div.menu {
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align: right;
}

#access .menu-header li,
div.menu li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

#access a {
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	border-bottom: 1px solid #fff;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current_page_parent > a,
#access ul li.current-page-ancestor > a,
.access_clone ul li.current_page_item > a,
.access_clone ul li.current_page_ancestor > a,
.access_clone ul li.current-menu-ancestor > a,
.access_clone ul li.current-menu-item > a,
.access_clone ul li.current-menu-parent > a,
.access_clone ul li.current_page_parent > a,
.access_clone ul li.current-page-ancestor > a,
#footer-widget-area ul.menu li.current_page_item > a,
#footer-widget-area ul.menu li.current_page_ancestor > a,
#footer-widget-area ul.menu li.current-menu-ancestor > a,
#footer-widget-area ul.menu li.current-menu-item > a,
#footer-widget-area ul.menu li.current-menu-parent > a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.access_clone{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	clear: both;
	background: #113364;
	overflow: hidden;
	position: fixed;
	top: -70px;
	z-index: 999;
	transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
}

.access_clone ul{
	list-style: none;
	overflow: hidden;
	float: right;
	padding-top: 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.access_clone ul li{
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.access_clone ul li a{
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.access_clone ul li a:hover{
	border-bottom: 1px solid #fff;
}

.access_clone.visible {
    top: 0;
    width: 100%;
}

.sticky_logo{
	float: left;
	text-align: center;
	line-height: 0;
	background: url(images/sticky_bg.png) no-repeat;
	background-size: 258px 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 258px;
	height: 70px;
	margin-left: 20px;
}

.sticky_logo img:hover{
	opacity: 1.0;
}

.sticky_logo a{
	display: block;
	padding: 12px 40px;
}

#access .sticky_logo{
	display: none;
}

/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}

#content {
	margin-bottom: 100px;
	overflow: hidden;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 2.0em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 14px;
	line-height: 1.8;
}

#content code {
	font-size: 13px;
}

#content dt,
#content th {
	color: #333;
	font-weight: normal;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#content table {
	border: 1px solid #ccc;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    margin-bottom: 10px;
}

#content tr th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 10px 20px;
	vertical-align: middle;
}

#content tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 24px;
	vertical-align: middle;
}

#content tr.odd td {
	background: #f2f7fc;
}

.hentry {
	margin: 0 0 0 0;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #c1272d;
}

#content .entrytitle {
	color: #333;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

#content h3.entry-title,
h3.entry-title{
	text-align: center;	
	margin-bottom: 70px;
	line-height: 1.8;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 3px;
	color: #fff;
	background: url(images/entrytitle_bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 47px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

h3.p-title{
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 30px;
}

#content h3.f-title{
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 30px;
}

#content .single-title{
	border-left: 6px solid #113364;
	border-bottom: 1px solid #113364;
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
	text-align: left !important;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #113364;
}

.entry-title a:link,
.entry-title a:visited {
	color: #333;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #c1272d;
}

.entry-meta {
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility {
    display: none;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
}

.entry-content .more-link {
	white-space: nowrap;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 0 0;
	padding: 7px 10px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #333;
	font-size: 14px;
}

.entry-content select {
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	clear: both;
	color: #333;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #c1272d;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #333;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: inherit;
}

#content .video-player {
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

span.author{display: none;}

.none{display: none;}

#content .ta_left{
	text-align: left;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #c1272d;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #c1272d;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #c1272d;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #333;
	font-weight: bold;
	background: #F2F2F2;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #c1272d;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
	margin-left: 13px;
}

#primary {
}

#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

#first{
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50px;
    height: 50px;
}

#pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    background: #5d0d11;
}

#pagetop a:before{
	font-family: 'FontAwesome';
    content: "\f0d8";
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 15;
    margin: auto;
    text-align: center;
}

#pagetop.show {
    z-index: 50;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img:hover{
	opacity: 1.0;
}

/* =Footer
-------------------------------------------------------------- */
.toTop {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 60px;
}

.toTop img:hover{
	opacity: 1.0;
}

.footer_bg{
	line-height: 0;
	text-align: center;
	pointer-events: none;
}

.footer_bg img{
	width: 100%;
	height: auto;
}

#footer {
	overflow: hidden;
	display: block;
}

#colophon{
	padding: 21px 0 40px 0;
}

.home #colophon {
	padding: 50px 0 40px 0;
}

#site-info {
	width: 210px;
	height: 60px;
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}

#site-info a {
	background: url(images/logo_2.png) 0 0 no-repeat;
	background-size: 210px 60px;
	width: 210px;
	height: 60px;
	display: block;
	text-indent: -9999px;
}

p.add{
	margin-bottom: 0;
	text-align: center;
	line-height: 2.0;
	color: #113364;
}

.footer_link{
	background: #fff;
	border-top: 1px solid #113364;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-top: 15px;
}

.f_link_2 ul{
	width: 170px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.f_link_2 ul li{
	width: 170px;
	line-height: 0;
	margin-left: -5px;
}

.f_link_2 ul li a{
	display: block;
}

.f_link ul{
	text-align: center;
	margin-bottom: 10px;
}

.f_link ul li{
	display: inline-block;
	border-left: 1px solid #113364;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.0;
	padding: 0 10px;
}

.f_link ul li:last-child{
	border-right: 1px solid #113364;
}

.f_link ul li a{
	font-size: 13px;
	font-size: 1.3rem;
	color: #113364;
}

.f_link ul li a:hover{
	color: #5d0d11;
}

.copyright{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 50px;
	background: #113364;
}

/* =Slick Slider
-------------------------------------------------------------- */
.slider{
	overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.slider img{
    height: auto;
    width: 100%;
}

ul.slick-slider li,
.slick-slide{
	outline: none;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/* =Slider
-------------------------------------------------------------- */
#slider {
	position: relative;
	height: 400px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.slide-wrap {
	width: 6580px;
	height: 360px;
	position: absolute;
	left: 50%;
	margin-left: -3290px;
}

.bx-wrapper {width: 100%; max-width: 100% !important;}
#slider li {
	width: 940px;
	float: left;
	height: 360px;
	margin-top: 0px;
	padding: 0;
	z-index: 100;
}

/* コントローラー */
.bx-controls {
	position: absolute;
	width: 940px;
	top: 0;
	left: 50%;
	margin-left: 0;
}

.bx-controls-direction a {
    position: absolute;
    width: 100%;
    height: 360px;
    top: 0;
    display: block;
    color: transparent;
    background: rgba(255,255,255,0.5);
}

.bx-controls-direction a:hover {background-color: rgba(255,255,255,0.5); }

a.bx-prev {left: -1410px;}
a.bx-next {right: -470px; }

a.bx-prev:before {content: "test"; position: absolute; width: 50px; height: 78px; display: inline-block; background: url(images/arrow_left.png); background-size: cover; top: 50%; margin-top: -39px; right: 60px; z-index: 100;}
a.bx-prev:before:hover {opacity: 1;} 
a.bx-next:before {content: "test"; position: absolute; width: 50px; height: 78px; display: inline-block; background: url(images/arrow_right.png); background-size: cover; top: 50%; margin-top: -39px; left: 60px; z-index: 100;}
a.bx-next:before:hover {opacity: 1;}

/* PAGER top
-------------------------------------------------------------- */
.bx-pager{
    position: absolute;
    top: 350px;
    width: 940px;
    left: -470px;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* News &  single
-------------------------------------------------------------- */
#f_news{
	clear: both;
	padding: 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.fn_title_bg{
	content: '';
	position: absolute;
	width: 40%;
	height: 56px;
	background: #113364;
	left: 0;
}

.fn_title_bg:after{
	content: '';
    position: absolute;
    right: -50px;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 56px 50px;
    border-color: transparent transparent transparent #113364;
    z-index: 2;
}

.fn_title{
	margin-bottom: 20px;
}

#content #f_news h3{
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 13px 0 11px 50px;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

.f_news{
	display: block;
	position: relative;
}

#content .f_news ul,
#content .p_news ul{
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 20px 0;
	margin-bottom: 0;
	overflow: hidden;
}

#content .f_news ul:nth-of-type(1),
#content .p_news ul:nth-of-type(1){
	border-top: 1px solid #ccc;
}

li.date{
	float: left;
	font-size: 15px;
	font-size: 1.5rem;
	margin-right: 15px;
}

li.date a:hover{
	color: inherit;
}

li.ca_news,
li.ca_activity,
li.ca_renewal,
li.ca_workshop{
	float: left;
	margin-right: 15px;
	background: #c1272d;
	width: 80px;
	padding: 2px 0 1px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

li.news-img{
	line-height: 0;
	overflow: hidden;
}

li.news-img a:hover{
    opacity: 0.5;
}

li.blog-title a{
	font-size: 15px;
	font-size: 1.5rem;
}

li.blog-title a:hover{
	color: #5d0d11;
}

.single img:hover{
	opacity: 1.0;
}

.news-more a{
    color: #c1272d;
    font-weight: bold;
}

.single #content img{
	margin-bottom: 20px;
}

.single img:hover{
	opacity: 1.0;
}

.single .date{
	margin-bottom: 40px;
}

.single #content p{
	font-size: 15px;
	font-size: 1.5rem;
}

.single #content p a{
	color: #c1272d;
}

.single #content p a:hover{
	color: #113364;
}

.more{
	display: block;
	clear: both;
}

.more a{
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
    color: #fff;
    background: #5d0d11;
    width: 200px;
    padding: 8px 0 9px 0;
    margin: 0 auto;
    text-align: center;
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.more a:after{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.more a:hover{
	background: #113364;
}

.f_news .more{
	position: absolute;
	right: 0;
	top: -43px;
}

.f_news .more a{
	background: none;
	width: inherit;
	color: #5d0d11;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}

.f_news .more a:hover{
	color: #113364;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
	color: #333;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	color: #c1272d;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}

.nav-next a,
.nav-previous a{
	color: #113364 !important;
	padding: 6px 0;
	display: block;
	font-family: centaur;
	font-size: 17px;
	font-size: 1.7rem;
}

.nav-next a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.nav-previous a:before{
	font-family: 'FontAwesome';
	content: "\f100";
	display: inline-block;
	margin: 0 0.5em 0 0;
}
.nav-next a:hover,
.nav-previous a:hover{
    color: #5d0d11 !important;
}

#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 80px 0 0 0;
}

/*pager
----------------------------*/
.wp-pagenavi{
	display: block;
	clear: both;
	text-align: center;
	margin-top: 40px;
}

a.page-numbers,
span.page-numbers{
	border: 1px solid #113364;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 2px 0 1px 0;
	margin: 0 4px;
	color: #113364;
	display: inline-block;
	width: 30px;
	text-align: center;
	margin-bottom: 10px;
}

a.page-numbers:hover{
	background: #5d0d11;
	color: #fff;
	border-color: #5d0d11;
}

span.dots{
	border: none;
	width: inherit;
	background: none;
	color: #000;
}

span.current{
	color: #fff;
	background: #113364;
}

a.prev,
a.next{
	border: none;
	width: inherit;
	background: none;
	color: #113364;
}

a.prev:hover,
a.next:hover{
	color: #5d0d11;
	background: none;
}

/* =contactform7
-------------------------------------------------------------- */
.recaptcha{
    margin: 40px 0;
    display: none;
}

#p_contact{
}

#content #p_contact h3.entry-title{
	margin-bottom: 80px;
}

.contact .img_center{
	padding-bottom: 50px;
	border-bottom: 1px solid #5d0d11;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.contact dl{
	margin-bottom: 0;
	border-bottom: 1px solid #5d0d11;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 50px 0 45px 0;
	text-align: center;
}

.contact dl:nth-of-type(2){
	margin-bottom: 40px;
}

#content .contact dl dt{
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	color: #113364;
	margin-bottom: 20px;
}

#content .contact dl dd{
	margin-bottom: 0;
	color: #113364;
	line-height: 2.0;
}

#content .contact p{
	text-align: center;
	color: #113364;
	margin-bottom: 25px;
}

#content .contact p:nth-of-type(2){
	margin-bottom: 0;
}

#content .contact p a{
	color: #113364;
}

#content .contact p a:hover{
	color: #5d0d11;
}

#content .contact h5{
	text-align: center;
	margin-bottom: 20px;
}

#content .contact h5 a{
	font-size: 24px;
	font-size: 2.4rem;
	color: #5d0d11;
	letter-spacing: 1px;
}

#content .contact h5 a:before{
	font-family: 'FontAwesome';
	content: "\f095";
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 2.5rem;
	margin-right: 0.25em;
}

#content .contact h5 a:hover{
	color: #113364;
}

#content table.contact{
	border: none;
	margin-bottom: 20px;
}

#content table.contact tr th,
#content table.contact tr td{
	border: none;
	padding: 0 0 15px 0;
}

#content table.contact tr th{
	width: 34%;
	color: #113364;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 15px;
}

table.contact em{
	font-style: normal;
	font-weight: normal;
	color: #c1272d;
	font-size: 12px;
	font-size: 1.2rem;
	float: none;
	margin-top: 0;
	margin-left: 10px;
}

.entry-content .wpcf7 input{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 10px;
}

.contact_form input[type="text"],
.contact_form input[type="password"],
.contact_form input[type="email"],
.contact_form input[type="url"],
.contact_form input[type="tel"],
.contact_form input[type="number"],
.contact_form textarea{
	background: #f2ede7;
	border: 1px solid #113364;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.c-title {
    background: #5d0d11;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 8px 15px;
    margin-bottom: 10px;
}

.confirmation {
    color: #c1272d;
    font-weight: bold;
    margin-bottom: 30px;
}

#content input[type="submit"] {
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-appearance: none;
    border: none;
    outline: none;
}

#b {
	font-weight: bold;
    background: #113364;
    color: #333;
    width: 300px;
    padding: 12px;
    border: 0px;
    line-height: 1.2em;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

#b:hover {
    background: #5d0d11;
    color: #e8615e;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.entry-content .wpcf7 input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border: 1px solid #3c3c3c;
    border-radius: 7px;
    background: transparent;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.entry-content .wpcf7 input[type="checkbox"] {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    vertical-align: middle;
    padding: 0;
}

span.wpcf7-list-item-label,
.confirmation span{
    vertical-align: middle;
}

span.wpcf7-form-control-wrap.your-message {
    display: block;
    line-height: 0;
}

.wpcf7 input[name="your-zip"],
.wpcf7 input[name="your-pref"]{
	width: 40%;
}

/*
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="your-message"] {
    width: 100%;
}
*/

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #ccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc;
}

#content table.contact tr td span.wpcf7-not-valid-tip {
    color: #c1272d;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-top: 0.5em;
    clear: both;
}

/* エラーメッセージ */
.wpcf7-validation-errors{
	margin-bottom: 15px;
	color: #c1272d;
	font-weight: bold;
	text-align: center;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	margin-bottom: 15px;
	color: #c1272d;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

div#wpcf7-f8-p4-o1 ul,
.screen-reader-response ul {
    display: none;
}

.wpcf7-list-item{
    display: block;
    float: left;
}

select.wpcf7-form-control.wpcf7-select{
	width: 160px;
	height: 39px;
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
	background: #f6f6f6;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    border-radius: 0;
    outline: none;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

span.c_arrow{
	position: relative;
}

span.c_arrow:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 2px;
	pointer-events: none;
}

/* =Thanks
-------------------------------------------------------------- */
#content .thanks h4{
	margin-bottom: 40px;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	color: #113364;
}

#content .thanks p{
	margin-bottom: 60px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	text-align: center;
}

/* breadcrumbs
-------------------------------------------------------------- */
.bread{
	margin-top: 10px;
}

ul.breadcrumbs {
	float: left;
	width: 100%;
	height: 1.4em;
}

ul.breadcrumbs li {
	float: left;
	padding-right: 0.5em;
	position: relative;
	font-size: 13px;
	font-size: 1.3rem;
	color: #113364;
}

ul.breadcrumbs li:before{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #5d0d11;
}

ul.breadcrumbs li:nth-child(1):before{
	font-family: 'FontAwesome';
	content:"\f015";
	display: none;
	margin-right: 0;
	font-size: 17px;
	font-size: 1.7rem;
	color: #5d0d11;
}

ul.breadcrumbs li a {
	color: #113364;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #5d0d11;
}

/* =Page
-------------------------------------------------------------- */
#content h4.title{
	font-size: 16px;
	font-size: 1.6rem;
	color: #113364;
	border-left: 6px solid #113364;
	padding: 10px 0 8px 16px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin-bottom: 20px;
}

#content .policy ul {
    margin-left: 1.5em;
    margin-bottom: 30px;
}

.policy ul li {
    list-style: decimal;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#content .policy p{
	margin-bottom: 30px;
	text-align: justify;
}

/* =page
-------------------------------------------------------------- */
.img_center{
	text-align: center;
	margin: 0 auto;
	line-height: 0;
}

.top_img{
	line-height: 0;
	width: 100%;
	pointer-events: none;
}

.top_img img{
	width: 100%;
	height: auto;
}

.top_img img:hover{
	opacity: 1.0;
}

/* =Front-page
-------------------------------------------------------------- */
.home h2.entry-title{
    display: none;
}

#content #f_about p{
	display: none;
}

#content #f_about .f_about_co p{
    display: block;
}

#f_about a{
	display: block;
	background: url(images/f_about_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
}

.f_about_co{
	background: #113364;
	border-left: 10px solid #5d0d11;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: right;
	padding: 55px 0 60px 70px;
}

#content .f_about_co h3{
	color: #fff;
	letter-spacing: 3px;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 23px;
}

#content .f_about_co p{
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 35px;
	line-height: 2.0;
}

.fa_more{
	width: 240px;
	border: 1px solid #fff;
	padding: 7px 0 8px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	font-size: 15px;
	font-size: 1.5rem;
}

.fa_more:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

#f_about a:hover .fa_more{
	background: #fff;
	color: #113364;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#f_gallery{
	clear: both;
}

#content #f_gallery ul{
	margin-bottom: 0;
}

#f_gallery ul li{
	float: left;
	width: 25%;
	line-height: 0;
	pointer-events: none;
}

#f_gallery ul li img{
	width: 100%;
	height: auto;
}

#f_result{
	border-bottom: 1px solid #113364;
	padding-bottom: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 60px;
}

#content #f_result h3{
	text-align: center;
	border-top: 7px solid #113364;
	border-bottom: 7px solid #113364;
	background: #5d0d11;
	padding: 30px 0 33px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 50px;
	line-height: 1.6;
}

#content #f_result h3 span{
	font-family: centaur;
	letter-spacing: 2px;
	font-size: 32px;
	font-size: 3.2rem;
	display: block;
}

#content #f_result ul{
	width: 810px;
	margin: 0 auto;
}

#f_result ul li{
	float: left;
	line-height: 0;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	margin-bottom: 50px;
}

#f_result ul li a{
	display: block;
}

#f_result ul li a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#f_result ul li img{
	width: 100%;
	height: auto;
}

#f_publish{
}

#content #f_publish h3{
	text-align: center;
	letter-spacing: 0.5px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 45px;
	line-height: 1.6;
}

#content #f_publish h3 span{
	font-family: centaur;
	letter-spacing: 2px;
	font-size: 32px;
	font-size: 3.2rem;
	display: block;
}

#f_publish dl{
	float: left;
	width: -webkit-calc(91% / 4);
	width: calc(91% / 4);
	margin-right: 3%;
	margin-bottom: 40px;
}

#f_publish dl:nth-of-type(4){
	margin-right: 0;
}

#content #f_publish dl dt{
	line-height: 0;
	text-align: center;
	margin-bottom: 15px;
}

#content #f_publish dl dt a{
	display: block;
}

#content #f_publish dl dd{
	margin-bottom: 0;
	letter-spacing: 0.5px;
	min-height: 75px;
}

#content #f_publish dl dd a{
	color: #113364;
}

#content #f_publish dl dd a:hover{
	color: #5d0d11;
}

/* =センター概要（about）
-------------------------------------------------------------- */
.about{
	margin-bottom: 60px;
}

#content .about h3{
	letter-spacing: 1px;
	font-size: 21px;
	font-size: 2.1rem;
	color: #5d0d11;
	margin-bottom: 55px;
	text-align: center;
}

#content .about p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 25px;
	line-height: 2.0;
}

#content .about p:last-child{
	margin-bottom: 0;
}

.about_theme{
}

.a_theme{
	background: #113364;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.atheme_2{
	background: #5d0d11;
}

.a_theme_l{
	width: 380px;
	float: left;
	line-height: 0;
}

.a_theme_r{
	width: 580px;
	float: right;
}

#content .a_theme_r h4{
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 1.4;
}

#content .a_theme_r p{
	text-align: justify;
	text-justify: inter-ideograph;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 0;
}

/* =研究課題（task）
-------------------------------------------------------------- */
.task{
	
}

#content .task h3{
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 1px;
	color: #5d0d11;
	margin-bottom: 60px;
}

.task dl{
	margin-bottom: 40px;
	overflow: hidden;
}

.task dl:nth-of-type(5){
	margin-bottom: 100px;
}

#content .task dl dt{
	width: 240px;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	background: #113364;
	text-align: center;
	padding: 23px 0 21px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
}

#content .task dl:nth-of-type(2) dt,
#content .task dl:nth-of-type(3) dt{
	padding: 38px 0 36px 0;
}

#content .task dl dd{
	margin-bottom: 0;
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
	float: right;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-top: -2px;
}

/* =研究組織（organization）
-------------------------------------------------------------- */
.organization{
	margin-bottom: 80px;
}

#content .organization p{
	margin-bottom: 80px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 2.0;
}

.organization_member{
}

#content .organization_member h3{
	text-align: center;
	color: #5d0d11;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	border: 3px solid #5d0d11;
	padding: 19px 0 18px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

#content .organization_member table{
	margin-bottom: 0;
	border: 3px solid #5d0d11;
}

#content .organization_member tr th,
#content .organization_member tr td{
	border: 1px solid #5d0d11;
	padding: 15px 0 15px 20px;
	font-size: 15px;
	font-size: 1.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	letter-spacing: 1px;
}

#content .organization_member tr th{
	text-align: center;
	font-weight: bold;
	background: #5d0d11;
	font-size: 17px;
	font-size: 1.7rem;
	color: #fff;
	padding: 7px 0;
}

#content .organization_member tr th:nth-of-type(1),
#content .organization_member tr th:nth-of-type(2),
#content .organization_member tr th:nth-of-type(3){
	border-right-color: #fff;
}

#content .organization_member tr td:nth-of-type(1){
	font-weight: bold;
	width: 220px;
}

#content .organization_member tr td:nth-of-type(2){
	width: 210px;
}

#content .organization_member tr td.cate_td{
	width: 160px;
	text-align: center;
	padding: 15px 0;
	line-height: 1.4;
}

/* =イベント（event）
-------------------------------------------------------------- */
.event_list{
}

#content .event_list table{
	border: none;
	margin-bottom: 0;
}

#content .event_list tr th,
#content .event_list tr td{
	padding: 12px 15px 10px 15px;
	border: 1px solid #113364;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #fff;
}

#content .event_list tr th{
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #113364;
	padding: 7px 0;
	font-size: 15px;
	font-size: 1.5rem;
}

#content .event_list tr th:nth-of-type(1),
#content .event_list tr th:nth-of-type(2){
	border-right-color: #fff;
}

#content .event_list tr td:nth-of-type(1){
	width: 32%;
}

#content .event_list tr td:nth-of-type(1) a{
	font-weight: bold;
	color: #5d0d11;
	font-size: 15px;
	font-size: 1.5rem;
}

#content .event_list tr td:nth-of-type(1) a:hover{
	color: #113364;
}

#content .event_list tr td:nth-of-type(2){
	width: 16%;
}

#content .event_list tr td:nth-of-type(3){
	width: 52%;
}

#content .event_list tr td:nth-of-type(3) a:hover{
	color: inherit;
}

/* =イベント詳細ページ
-------------------------------------------------------------- */
.event_news{
	border: 1px solid #113364;
	padding: 29px 0 24px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #fff;
	margin-bottom: 60px;
}

#content .event_news h4{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-weight: bold;
	color: #113364;
	margin-bottom: 10px;
}

#content .event_news p{
	text-align: center;
	margin-bottom: 0;
}

#content .event_news p a{
	font-size: 15px;
	font-size: 1.5rem;
	color: #5d0d11;
	letter-spacing: 1px;
}

#content .event_news p a:after{
	font-family: 'FontAwesome';
    content: "\f08e";
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    font-size: 1.5rem;
}

#content .event_news p a:hover{
	color: #113364;
}

.event_co{
	clear: both;
	overflow: hidden;
	margin-bottom: 80px;
	position: relative;
}

.event_co:before{
	content: '';
	width: 100%;
	height: 10px;
	background: #113364;
	position: absolute;
	top: 20px;
	display: inline-block;
}

.event_co_2:before{
	background: #5d0d11;
}

.event_co_l dl{
	margin-bottom: 0;
	width: 210px;
	float: left;
	text-align: center;
}

#content .event_co_l dl dt{
	line-height: 0;
	margin-bottom: 15px;
}

#content .event_co_l dl dt a{
	display: block;
}

.single #content .event_co_l dl dt img{
	margin-bottom: 0;
}

#content .event_co_l dl dd{
	margin-bottom: 0;
	line-height: 1.5;
}

#content .event_co_l dl dd a{
	color: #c1272d;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
}

#content .event_co_l dl dd a:hover{
	color: #113364;
}

.event_co_r{
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	float: right;
	padding-top: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .event_co_r h4{
	font-size: 21px;
	font-size: 2.1rem;
	color: #113364;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 1.6;
}

#content .event_co_r h4 span{
	font-weight: normal;
}

#content .event_co_r p{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#content .event_co_r p:last-child{
	margin-bottom: 0;
}

#content .event_co_r p a{
	color: #c1272d;
}

#content .event_co_r p a:hover{
	color: #113364;
}

#content .event_co_r h5{
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.event_co_r dl{
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}

.event_co_r dl:last-child{
	margin-bottom: 0;
}

#content .event_co_r dl dd{
	margin-bottom: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.single-event #content h3.single-title,
.single-event .entry-meta,
.single-event .eventorganiser-event-meta{
	display: none;
}

/* =イベントカレンダー
-------------------------------------------------------------- */
.eo-fullcalendar .fc-sat {
	color: #113364;
}

.eo-fullcalendar .fc-sun {
	color: #5d0d11;
}

.eo-fullcalendar span.fc-time,
.fc-today-button{
	display: none;
}

#content .eo-fullcalendar table{
	border: none !important;
	margin-bottom: 60px !important;
}

#content .eo-fullcalendar tr td{
	border: none !important;
}

#content .fc-row td:nth-of-type(1){
	background: #faf4f5 !important;
}

#content .fc-row td:nth-of-type(7){
	background: #fafcff !important;
}

#content .eo-fullcalendar tr td.fc-day-number{
	text-align: left;
	padding: 5px 0 2px 10px !important;
}

#content .eo-fullcalendar tr td.fc-sat{
	border-top: 1px solid #113364 !important;
	border-left: 1px solid #113364 !important;
	border-right: 1px solid #113364 !important;
}

#content .eo-fullcalendar tr td.fc-sun{
	border-top: 1px solid #5d0d11 !important;
	border-left: 1px solid #5d0d11 !important;
	border-right: 1px solid #5d0d11 !important;
}

#content .eo-fullcalendar tr td.fc-event-container a.fc-day-grid-event{
	background: #113364 !important;
	font-weight: bold !important;
	padding: 7px 10px 5px 10px !important;
	line-height: 1.6 !important;
}

.fc-row .fc-content-skeleton{
	padding: 0 !important;
	min-height: 110px !important;
}

#content .fc-row .fc-content-skeleton table,
#content .fc-widget-header table,
#content .fc-bg table{
	margin-bottom: 0 !important;
}

#content .fc-row .fc-content-skeleton table tbody td{
	border-right: 1px solid #113364 !important;
	border-left: 1px solid #113364 !important;
}

#content .fc-bg table td{
	border: 1px solid #113364 !important;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today{
	background: none !important;
}

.fc-toolbar .fc-left{
	float: none !important;
	text-align: center !important;
	position: relative !important;
}

.fc .fc-toolbar>*>*{
	float: none !important;
	text-align: center !important;
	font-weight: bold !important;
	font-size: 17px !important;
	font-size: 1.7rem !important;
	color: #113364 !important;
	margin-bottom: 0 !important;
}

#content .fc-widget-header th{
	border: 1px solid #113364 !important;
	border-bottom: none !important;
	color: #fff !important;
	font-weight: bold !important;
	border-right: 1px solid #fff !important;
	padding: 5px 0 4px 0 !important;
}

#content .fc-widget-header .fc-sat{
	background: #113364 !important;
}

#content .fc-widget-header .fc-sun{
	background: #5d0d11 !important;
}

#content .fc-widget-header th:nth-of-type(7){
	border-right: 1px solid #113364 !important;
}

#content td.fc-widget-content{
	background: none !important;
}

.fc-button{
	outline: none !important;
	transition: 0.3s ease-in-out !important;
	-moz-transition: 0.3s ease-in-out !important;
	-webkit-transition: 0.3s ease-in-out !important;
	-ms-transition: 0.3s ease-in-out !important;
	-o-transition: 0.3s ease-in-out !important;
}

.fc-button:hover{
	transition: 0.3s ease-in-out !important;
	-moz-transition: 0.3s ease-in-out !important;
	-webkit-transition: 0.3s ease-in-out !important;
	-ms-transition: 0.3s ease-in-out !important;
	-o-transition: 0.3s ease-in-out !important;
}

.eo-fullcalendar .fc-view>table>thead{
	background: #000 !important;
}

.fc-event{
	border: none !important;
}

.fc-toolbar .fc-right{
	float: none !important;
	position: absolute !important;
	top: 0 !important;
	left: 50% !important;
}

.fc-prev-button{
	float: none !important;
	position: absolute !important;
	top: -2px !important;
    left: -70px !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
}

.fc-prev-button .fc-icon:after{
	font-family: 'FontAwesome' !important;
	content: "\f100" !important;
	display: inline-block !important;
	font-weight: normal !important;
}

.fc-next-button{
	float: none !important;
	position: absolute !important;
	top: -2px !important;
    right: -44px !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
}

.fc-next-button .fc-icon:after{
	font-family: 'FontAwesome' !important;
	content: "\f101" !important;
	display: inline-block !important;
	font-weight: normal !important;
}

.fc-prev-button .fc-icon,
.fc-next-button .fc-icon{
	content: '次の月' !important;
	font-size: 19px !important;
	font-size: 1.9rem !important;
}

/* =研究成果（result）
-------------------------------------------------------------- */
.result_intro{
	margin-bottom: 80px;
}

#content .result_intro p{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 2.0;
}

.result{
}

.result_co{
	border: 4px solid #113364;
	padding: 40px 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 40px;
}

.result_co_2{
	border-color: #5d0d11;
}

.result_co_l{
	width: 270px;
	float: left;
	line-height: 0;
}

.result_co_r{
	width: 520px;
	float: right;
}

#content .result_co_r h4{
	letter-spacing: 1px;
	color: #113364;
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom: 1px solid #113364;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-bottom: 10px;
	margin-bottom: 17px;
}

#content .result_co_r h4 span{
	display: inline-block;
	float: right;
	color: #5d0d11;
	font-family: centaur;
	font-weight: normal;
}

#content .result_co_r p{
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

#content .result_co_3 .result_co_r p{
	margin-bottom: 65px;
}

.result_co_r .rc_more a{
	display: block;
	width: 200px;
	padding: 9px 0 8px 0;
	background: #5d0d11;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}

.result_co_r .rc_more a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.result_co_r .rc_more a:hover{
	background: #113364;
}

/* =フィールドワーク（fieldwork）
-------------------------------------------------------------- */
.result_link{
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
}

#content .result_link ul{
	margin-bottom: 0;
}

.result_link ul li{
	margin-right: 40px;
	float: left;
	width: 240px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 1.8rem;
}

.result_link ul li:nth-of-type(3){
	margin-right: 0;
}

.p_fieldwork .result_link ul li:nth-of-type(2),
.p_contribution .result_link ul li:nth-of-type(3),
.p_publish .result_link ul li:nth-of-type(1){
	padding: 15px 0 13px 0;
	color: #fff;
	background: #113364;
}

.result_link ul li a{
	display: block;
	background: none;
	color: #113364;
	padding: 13px 0 11px 0;
	border: 2px solid #113364;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.result_link ul li a:hover{
	background: #5d0d11;
	border-color: #5d0d11;
	color: #fff;
}

.fieldwork{
	clear: both;
}

.fieldwork_co{
	overflow: hidden;
	padding: 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-bottom: 2px solid #5d0d11;
}

.fieldwork_co_1{
	border-top: 2px solid #5d0d11;
}

.fieldwork_co_l{
	line-height: 0;
	width: 400px;
	float: left;
}

#content .fieldwork_co_l p{
	margin-bottom: 0;
	text-align: center;
	margin-top: 25px;
}

#content .fieldwork_co_l p a{
	color: #c1272d;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
}

#content .fieldwork_co_l p a:after{
	font-family: 'FontAwesome';
	content: "\f03d";
	display: inline-block;
	margin: 0 0 0 0.3em;
}

#content .fieldwork_co_l p a:hover{
	color: #113364;
}

.fieldwork_co_l a img:hover{
    opacity: 0.5;
}

.fieldwork_co_r{
	width: 560px;
	float: right;
}

#content .fieldwork_co_r h4{
	color: #5d0d11;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

#content .fieldwork_co_r h5{
	margin-bottom: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	font-weight: normal;
}

#content .fieldwork_co_r p{
	margin-bottom: 0;
	letter-spacing: 0.5px;
}

/* =社会貢献（contribution）
-------------------------------------------------------------- */
.contribution_co{
	overflow: hidden;
	padding: 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-bottom: 2px solid #113364;
}

.contribution_co_1{
	border-top: 2px solid #113364;
}

.contribution_co_l{
	line-height: 0;
	width: 230px;
	float: left;
	margin-left: 100px;
}

.contribution_co_r{
	width: 530px;
    position: absolute;
    top: 0;
    left: 390px;
}

#content .contribution_co_r h4{
	margin-bottom: 15px;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 0.5px;
	color: #113364;
}

#content .contribution_co_r h5{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
}

#content .contribution_co_r p{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 2.0;
	margin-bottom: 15px;
}

#content .contribution_co_r p a{
	color: #c1272d;
	display: inline-block;
	line-height: 1.6;
	letter-spacing: 0;
}

#content .contribution_co_r p a:after{
	font-family: 'FontAwesome';
	content: "\f08e";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

#content .contribution_co_r p a:hover{
	color: #113364;
}

#content .contribution_co_r table{
	margin-bottom: 0;
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}

#content .contribution_co_r tr th,
#content .contribution_co_r tr td{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: none;
	border-bottom: 1px dashed #113364;
}

#content .contribution_co_r tr:last-child th,
#content .contribution_co_r tr:last-child td{
	border-bottom: 1px solid #113364;
}

#content .contribution_co_r tr th{
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #113364;
	color: #113364;
	font-weight: bold;
}

#content .contribution_co_r tr td{
	padding: 3px 0 5px 0;
}

/* =出版物（publish）
-------------------------------------------------------------- */
.publish_co{
	overflow: hidden;
	padding: 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-bottom: 2px solid #113364;
}

.publish_co_1{
	border-top: 2px solid #113364;
}

.publish_co_l{
	width: 210px;
	float: left;
	line-height: 0;
	margin-left: 100px;
}

#content .publish_co_l p{
	margin-bottom: 0;
	text-align: center;
	margin-top: 15px;
	line-height: 1.5;
}

#content .publish_co_l p a{
	color: #c1272d;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
}

.publish_co_r{
	width: 550px;
    position: absolute;
    top: 0;
    left: 370px;
}

#content .publish_co_r h4{
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

#content .publish_co_r h4 span{
	font-weight: normal;
}

#content .publish_co_r p{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 0;
}

/* =アクセス（access）
-------------------------------------------------------------- */
#content .p_access h3.entry-title{
	margin-bottom: 80px;
}

.access{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-bottom: 70px;
	border-bottom: 1px solid #5d0d11;
}

.access .img_center{
	margin-bottom: 35px;
}

#content .access p{
	margin-bottom: 0;
	color: #113364;
	text-align: center;
	line-height: 2.0;
}

.access_co{
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-bottom: 1px solid #5d0d11;
}

#content .access_co h3{
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	color: #113364;
	margin-bottom: 15px;
}

#content .access_co p{
	margin-bottom: 20px;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}

#content .access_co p:last-child{
	margin-bottom: 0;
}

#content .access_co p a{
	color: #c1272d;
}

#content .access_co p a:hover{
	color: #113364;
}

.access_map{
	width: 600px;
	margin: 0 auto;
}

.access_map .pc,
.access_map .sp{
	line-height: 0;
	margin-bottom: 20px;
}

.a_map a{
	display: block;
	width: 220px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #5d0d11;
	padding: 9px 0 8px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
}

.a_map a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.a_map a:hover{
	background: #113364;
}


/* @media screen（タブレット）
-------------------------------------------------------------- */
@media (max-width: 1130px) {
	html,
	body{
	    width: 100%;
	}
	
	.inner{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		float: none;
		clear: both;
		display: block;
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}
	
	#access .menu-header li,
	div.menu li,
	.access_clone ul li{
		margin-right: 20px;
	}
	
	.f_about_co{
		width: 60%;
		padding: 55px 0 60px 60px;
	}
	
	.a_theme_l,
	.fieldwork_co_l{
		width: 40%;
	}
	
	.a_theme_l img,
	.fieldwork_co_l img{
		width: 100%;
		height: auto;
		min-height: 240px;
		max-height: 240px;
	}
	
	.a_theme_r,
	.fieldwork_co_r{
		width: 56%;
	}
}


/* @media screen（タブレット）
-------------------------------------------------------------- */
@media (max-width: 1060px) {
	html,
	body{
	    width: 100%;
	}
	
	.inner{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		float: none;
		clear: both;
		display: block;
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}
	
	#access .menu-header li,
	div.menu li,
	.access_clone ul li{
		margin-right: 20px;
	}
	
	.f_about_co{
		width: 60%;
		padding: 55px 0 60px 60px;
	}
	
	.a_theme_l,
	.fieldwork_co_l{
		width: 40%;
	}
	
	.a_theme_l img,
	.fieldwork_co_l img{
		width: 100%;
		height: auto;
		min-height: 240px;
		max-height: 240px;
	}
	
	.a_theme_r,
	.fieldwork_co_r{
		width: 56%;
	}
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width:1040px){
	#access .menu-header li,
	div.menu li,
	.access_clone ul li{
		margin-right: 15px;
	}
	
	#access .menu-header li a,
	div.menu li a,
	.access_clone ul li a{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.result_co_r{
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
	}
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width:960px){
	.w900{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#access,
	.access_clone,
	#page-access,
	.page-access_clone{
		display: none;
	}
	
	/* Menu（ドロワーメニュー） *********/
	.drawer{
		display: block;
	}

	nav.drawer-nav{
		width: 100% !important;
		min-height: 100vh !important;
		background: rgba(17, 52, 100, 0.9) !important;
		padding: 70px 20px 0 20px !important;
		overflow: hidden !important;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		overflow-y: auto !important;
		z-index: 55 !important;
	}

	button.drawer-toggle{
		top: 12px;
		right: 0 !important;
	    width: 30px;
	}

	.drawer-hamburger{
		z-index: 1000 !important;
		padding: 12px 20px !important;
	}

	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before{
		height: 2px !important;
	}

	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before{
		background-color: #fff !important;
	}

	.drawer-open .drawer-hamburger-icon{
		background-color: transparent !important;
	}

	.drawar-humburger-text{
	    position: absolute;
	    display: flex;
	    right: 13px;
	    bottom: -8px;
	    height: 40px;
	    align-items: center;
	    text-align: right;
	    transition: opacity 0.2s ease-in;
	    font-family: 'Gotham-MediumIta';
	    letter-spacing: 1px;
	    font-weight: bold;
	    color: #5d0d11;
	}

	.drawer-open .drawar-humburger-text{
		display: none !important;
	}

	.drawer--right .drawer-nav{
		right: -100% !important;
	}

	.drawer-open .drawer-nav{
		right: 0 !important;
	}

	ul.drawer-menu{
		padding-bottom: 40px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
	}

	ul.drawer-menu li{
		margin-bottom: 1.8em;
	}

	ul.drawer-menu li a{
		padding: 0;
		color: #ffe100;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
		line-height: 1.5;
	}

	ul.drawer-menu li a:hover{
		color: #fff;
		text-decoration: none;
	}

	ul.drawer-menu li a span{
		font-family: 'Gotham-BlackIta';
		font-size: 26px;
		font-size: 2.6rem;
		letter-spacing: 2px;
		display: block;
	}

	.drawer-overlay{
		background: rgba(0, 0, 0, 0.4) !important;
		z-index: 2 !important;
	}

	.drawer-open .drawer-hamburger-icon:after,
	.drawer-open .drawer-hamburger-icon:before{
		background: #fff !important;
	}

	nav.drawer-nav ul{
		margin-bottom: 20px;
		overflow: hidden;
	}

	nav.drawer-nav ul li {
		position: relative;
		width: 47%;
		float: left;
		margin-right: 6%;
		margin-bottom: 20px;
	}

	nav.drawer-nav ul li:nth-of-type(2n){
		margin-right: 0;
	}

	nav.drawer-nav ul li a {
		color: #fff;
		border-left: 4px solid #fff;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		display: block;
		font-size: 15px;
		font-size: 1.5rem;
		margin: 0 auto;
		padding: 8px 0 10px 15px;
		font-weight: bold;
	}

	nav.drawer-nav ul li a:hover{
		border-color: #5d0d11;
		color: #5d0d11;
	}
	
	.f_about_co{
		width: 70%;
	}
	
	#content #f_news h3{
		padding-left: 0;
	}
	
	.result_co{
		padding: 40px 60px 40px 20px;
	}
	
	.result_co_r{
		width: -webkit-calc(100% - 290px);
		width: calc(100% - 290px);
	}
	
	.publish_co_l,
	.contribution_co_l{
		margin-left: 0;
	}
	
	.publish_co_r,
	.contribution_co_r{
		position: static;
		top: inherit;
		left: inherit;
		float: right;
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
	}
	
	#content .event_list tr th:nth-of-type(1),
	#content .event_list tr td:nth-of-type(1){
		width: 32%;
	}
	
	#content .event_list tr th:nth-of-type(2),
	#content .event_list tr td:nth-of-type(2){
		width: 18%;
	}
	
	#content .event_list th:nth-of-type(3),
	#content .event_list td:nth-of-type(3){
		width: 50%;
	}
	
	.event_co_r{
		
	}
}

/* @media screen（スマートフォン）
-------------------------------------------------------------- */
@media (max-width: 600px) {
	* {
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}

	body {font-family:'Helvetica','YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;}
	
	.w700,
	.w710,
	.w740,
	.w810{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.table {display: block;}
	.table .cell {display: block;}
	.pc {display: none;}
	.tb {display: none;}
	.sp {display: block;}
	.br-sp{display: block;}
	.br-pc{display: none;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		margin: 0 0 0 0;
	}

	.one-column #content{
		margin-bottom: 40px;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	#header{}

	#site-description{
		display: none;
	}
	
	#site-title{
		background: url(images/site-title_bg_sp.png) no-repeat;
		background-size: 230px 70px;
		width: 230px;
		height: 70px;
	}

	#site-title a{
		background-size: 150px 40px;
		margin: 0;
		width: 230px;
		height: 70px;
	}

	.top_movie_title a{
		position: absolute;
		top: 52%;
		left: 50%;
		text-align: center;
		font-size: 30px;
		font-size: 3.0rem;
		margin-left: -147px;
		top: 188px;
		line-height: 1.4;
	}

	.top_video{
		height: 300px;
	}

	.video-mask{
		height: 300px;
		top: 70px;
	}
	
	/* Menu（ノーマル） *********/	
	#t-navi {
		display: block;
		text-align: left;
	}

	.navi-toggle {
		background: 0;
		top: 1px;
		right: 0;
		position: fixed;
		z-index: 999;
		display: block;
		padding: 0;
		width: 60px;
		height: 50px;
		cursor: pointer;
		border: 0;
		color: transparent;
		background-color: transparent;
		padding: 12px;
		outline: 0;
	}

	.navi-toggle:hover {
		cursor: pointer;
	}

	.navi-toggle span {
		position: relative;
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 10px;
		border-radius: 1px;
		background-color: #c6000b;
		-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}

	.navi-toggle span:before,
	.navi-toggle span:after {
		position: absolute;
		content: "";
		top: -10px;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		background-color: #c6000b;
		-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}

	.navi-toggle span:after {
		top: 10px;
	}

	.navi-toggle.on span {
		background-color: transparent;
	}

	.navi-toggle.on span:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}

	.navi-toggle.on span:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}

	#t-navi .t-menu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(255,255,255,0.9);
		z-index: 50;
	}

	#t-navi ul {
		margin-top: 70px;
	}

	#t-navi ul:after {
		content: "";
		display: block;
		clear: both;
		overflow: hidden;
	}

	#t-navi ul li {
		position: relative;
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

	#t-navi ul li a {
		width: 60%;
		background: #000;
		color: #fff;
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 auto;
		padding: 15px 0;
	}
		
	/* Slider *********/
	#slider-sp {
		position: relative;
		height: 180px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.slide-wrap {
		width: 3500px;
		height: 180px;
		position: absolute;
		left: 50%;
		margin-left: -1750px;
	}

	.bx-wrapper {
		width: 100%;
		max-width: 100% !important;
	}

	#slider-sp li {
		width: 500px;
		float: left;
		height: 180px;
		margin-top: 0px;
		padding: 0;
		z-index: 100;
	}
	
	/* コントローラー */
	.bx-controls {
		position: absolute;
		width: 500px;
		top: 0;
		left: 50%;
		margin-left: 0;
	}

	.bx-controls-direction a {
		position: absolute;
		width: 100%;
		height: 180px;
		top: 0;
		display: block;
		color: transparent;
		background: rgba(255,255,255,0.5);
	}

	a.bx-prev,
	a.bx-next {
		display: none;
	}
	
	/* Content *********/
	#content h3.entry-title,
	h3.entry-title{
		font-size: 21px;
		font-size: 2.1rem;
		letter-spacing: 2px;
		padding: 24px 0 22px 0;
		margin-bottom: 50px;
		background: url(images/entrytitle_bg_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	
	/* Contact *********/
	#content #p_contact h3.entry-title{
		margin-bottom: 60px;
	}

	.contact .img_center{
		width: 210px;
		margin-bottom: 55px;
		padding-bottom: 0;
		border-bottom: none;
	}

	.contact dl{
		padding: 35px 0 30px 0;
	}

	.contact dl:nth-of-type(1){
		border-top: 1px solid #5d0d11;
	}

	.contact dl:nth-of-type(2){
		margin-bottom: 50px;
	}

	#content .contact dl dt{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	#content .contact dl dd{
		line-height: 1.8;
	}

	#content .contact p{
		margin-bottom: 20px;
		letter-spacing: 1px;
	}

	#content .contact p:nth-of-type(2){
		margin-bottom: 45px;
		letter-spacing: 0;
	}

	#content .contact h5 {
		margin-bottom: 15px;
	}

	#content .contact h5 a{
		font-size: 26px;
		font-size: 2.6rem;
	}

	#content .contact h5 a:before{
		font-size: 24px;
		font-size: 2.4rem;
	}

	#content table.contact{
	    width: 100%;
	    border: none;
	}

	#content table.contact tr{
	    width: 100%;
	    display: block;
	    list-style: none;
	}

	#content table.contact tr th,
	#content table.contact tr td{
	    width: 100%;
	    display: list-item;
	    border: none;
	    padding: 0;
	    height: auto;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -o-box-sizing: border-box;
	}

	#content table.contact tr th{
	    padding: 7px 10px;
	    font-size: 15px;
	    font-size: 1.5rem;
	    background: #113364;
	    color: #fff;
	}

	#content table.contact tr th span{
	    display: none;
	}

	#content table.contact tr td{
	    margin-bottom: 10px;
	}

	#content #p_contact input[type="text"],
	#content #p_contact input[type="email"],
	#content #p_contact input[type="tel"],
	#content textarea,
	select{
	    margin: 0;
	    font-size: 16px;
	    font-size: 1.6rem;
	    border-radius: 0;
	}

	input[type="checkbox"] {
		display: inline-block;
	    width: 18px;
	    height: 18px;
	    border: 1px solid #ccc;
	    border-radius: 9px;
	    background: transparent;
	    opacity: 0.8;
	}

	.c-title,
	#content p.gray{
		font-size: 13px;
		font-size: 1.3rem;
	}

	#content input[type="submit"]{
		font-size: 16px;
		font-size: 1.6rem;
	}

	#b{
		width: 240px;
		padding: 12px 0;
		border-radius: 0;
	}

	select.wpcf7-form-control.wpcf7-select{
		width: 160px !important;
		height: 40px;
		padding: 5px 12px 5px 12px;
		border: none;
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	#content table.contact tr td span.annotation{
	    display: block;
	}

	#content table.contact tr td span.wpcf7-not-valid-tip{
	    margin-top: 0;
	}

	#content table.contact tr td span.wpcf7-list-item {
		margin-left: 0;
		line-height: 2.5em;
	}

	#content table.contact tr td span.wpcf7-list-item-label{
	    font-size: 13px;
	    font-size: 1.3rem;
	}

	textarea.wpcf7-form-control.wpcf7-textarea{
		height: 200px;
	}

	:placeholder-shown{
		font-size: 14px;
		font-size: 1.4rem;
	}

	#content .thanks h4{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	#content .thanks p{
		line-height: 1.8;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 40px;
	}

	/* Footer *********/
	#colophon,
	.home #colophon{
		padding: 60px 0 50px 0;
	}

	#site-info{
		margin-bottom: 30px;
	}

	p.add{
		line-height: 1.8;
	}

	.f_link ul{
		float: none;
		overflow: hidden;
		text-align: center;
		margin-bottom: 0;
		padding-bottom: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}

	.f_link ul li{
		float: none;
		display: inline-block;
	}

	.f_link ul li a{
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.copyright{
		float: none;
		display: block;
		line-height: 1.5;
		padding: 8px 0 6px 0;
	}

	/* News *********/
	#primary,
	#container{
		float: none;
	}

	.more a{
		width: 180px;
	    margin: 0 auto;
	    font-size: 14px;
	    font-size: 1.4rem;
	    padding: 8px 0 6px 0;
	}

	#f_news{
		padding: 60px 0;
	}
	
	.fn_title_bg{
		width: 40%;
	}

	#content #f_news h3{
		font-size: 17px;
		font-size: 1.7rem;
	}

	#content #f_news h3:after{
		border-width: 0 0 52px 50px;
	}

	.f_news{
		position: static;
	}
	
	.f_news .more{
		right: 20px;
	}

	#content .f_news ul,
	#content .p_news ul{
		padding: 18px 0 13px 0;
	}

	li.date{
		margin-bottom: 10px;
	}

	li.ca_news,
	li.ca_activity,
	li.ca_renewal,
	li.ca_workshop{
		margin-right: 0;
	}

	li.blog-title{
		clear: both;
	}

	li.blog-title a{
	    font-size: 14px;
	    font-size: 1.4rem;
	}

	li.sentence{
	    font-size: 13px;
	    font-size: 1.3rem;
	    text-align: justify;
	    text-justify: inter-ideograph;
	}
	
	#nav-below{
		margin: 60px 0 0 0;
	}
	
	/* Front-page *********/
	#f_about a{
		background: none;
		padding: 0;
	}

	.fa_img{
		line-height: 0;
	}

	.f_about_co{
		width: 100%;
		float: none;
		background: url(images/f_about_co_bg_sp.jpg) center center no-repeat;
		background-size: cover;
		padding: 55px 20px 60px 20px;
		border-left: 4px solid #5d0d11;
		border-right: 4px solid #5d0d11;
	}

	#content .f_about_co h3{
		letter-spacing: 1px;
		text-align: center;
		margin-bottom: 25px;
	}

	.fa_more{
		width: 220px;
		margin: 0 auto;
		padding: 7px 0 6px 0;
	}

	#f_gallery ul li{
		width: 50%;
	}

	#f_result{
		margin-bottom: 40px;
		padding-bottom: 60px;
	}

	#content #f_result h3{
		letter-spacing: 0;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 18px 0 20px 0;
		margin-bottom: 60px;
	}

	#content #f_result h3 span{
		font-size: 30px;
		font-size: 3.0rem;
	}

	#content #f_result ul{
		width: 100%;
	}
	
	#f_publish{
		margin-bottom: 40px;
	}

	#content #f_publish h3{
		letter-spacing: 0;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 40px;
	}

	#content #f_publish h3 span{
		font-size: 30px;
		font-size: 3.0rem;
	}

	#f_publish dl{
		width: 48%;
		margin-right: 4%;
	}

	#f_publish dl:nth-of-type(2n){
		margin-right: 0;
	}

	#content #f_publish dl dt{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	#content #f_publish dl dd{
		letter-spacing: 0;
		min-height: inherit;
	}
		
	/* センター概要 *********/
	.about{
		margin-bottom: 55px;
	}
	
	#content .about h3{
		margin-bottom: 40px;
	}
	
	#content .about p{
		line-height: 1.8;
	}
	
	.a_theme{
		padding: 60px 0 50px 0;
	}
		
	.a_theme_l{
		float: none;
		width: 60%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.a_theme_l img{
		min-height: inherit;
		max-height: inherit;
	}
	
	.a_theme_r{
		float: none;
		width: 100%;
	}
	
	#content .a_theme_r h4{
		text-align: center;
		letter-spacing: 0;
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	#content .a_theme_r p{
		letter-spacing: 0;
	}
		
	/* 研究組織 *********/
	.organization{
		margin-bottom: 70px;
	}
	
	#content .organization p{
		letter-spacing: 0;
		line-height: 1.8;
		margin-bottom: 60px;
	}
	
	#content .organization_member_sp h3{
		text-align: center;
	    color: #5d0d11;
	    font-size: 20px;
		font-size: 2.0rem;
	    font-weight: bold;
	    border: 3px solid #5d0d11;
	    height: 60px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    margin-bottom: 30px;
	    letter-spacing: 1px;
	}
	
	#content .organization_member_sp table{
		margin-bottom: 30px;
		border: 3px solid #5d0d11;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#content .organization_member_sp table:last-child{
		margin-bottom: 0;
	}
	
	#content .organization_member_sp tr th,
	#content .organization_member_sp tr td{
		border: 1px solid #5d0d11;
		padding: 10px 20px 9px 20px;
	}
	
	#content .organization_member_sp tr th{
		width: 25%;
	}
	
	#content .organization_member_sp tr:nth-of-type(1) th{
		background: #5d0d11;
		color: #fff;
		font-weight: bold;
		padding: 8px 20px 7px 20px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* 研究課題 *********/
	#content .task h3{
		margin-bottom: 50px;
	}
	
	.task dl:nth-of-type(5){
		margin-bottom: 70px;
	}
	
	#content .task dl dt{
		width: 100%;
		padding: 15px 0 13px 0;
		float: none;
		margin-bottom: 20px;
	}
	
	#content .task dl:nth-of-type(2) dt,
	#content .task dl:nth-of-type(3) dt{
		padding: 15px 0 14px 0;
	}
	
	#content .task dl dd{
		float: none;
		width: 100%;
		letter-spacing: 0;
	}
	
	/* 研究成果 *********/
	.result_intro{
		margin-bottom: 60px;
	}
	
	#content .result_intro p{
		letter-spacing: 0;
		line-height: 1.8;
	}
	
	.result_co{
		padding: 40px 30px 40px 30px;
	}
	
	.result_co_l{
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.result_co_r{
		width: 100%;
		float: none;
	}
	
	#content .result_co_r h4{
		text-align: center;
		margin-bottom: 25px;
		line-height: 1.6;
		padding-bottom: 20px;
	}
	
	#content .result_co_r h4 span{
		float: none;
		display: block;
		letter-spacing: 0;
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	#content .result_co_r p,
	#content .result_co_3 .result_co_r p{
		text-align: center;
		letter-spacing: 0;
		margin-bottom: 25px;
	}
	
	#content .result_co_r p .sp{
		display: none;
	}
	
	.result_co_r .rc_more a{
		margin: 0 auto;
	}
	
	.result_link{
		width: 100%;
		margin-bottom: 50px;
	}
	
	.result_link ul li{
		float: none;
		width: 60%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.result_link ul li:nth-of-type(3){
		margin-right: 0;
		margin: 0 auto;
	}
	
	/* フィールドワーク *********/
	.fieldwork_co{
		padding: 45px 0 55px 0;
	}
	
	.fieldwork_co_l{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	
	.fieldwork_co_l img{
		min-height: inherit;
		max-height: inherit;
		width: 60%;
		margin: 0 auto;
		display: block;
	}
	
	.fieldwork_co_r{
		float: none;
		width: 100%;
		margin-bottom: 45px;
	}
	
	#content .fieldwork_co_r h4{
		text-align: center;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	
	#content .fieldwork_co_r h4 .sp{
		display: none;
	}
	
	#content .fieldwork_co_r h5{
		text-align: center;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	
	#content .fieldwork_co_r p{
		letter-spacing: 0;
	}
	
	/* 出版物 *********/
	.publish_co_l{
		width: 180px;
	}
	
	#content .publish_co_l p a{
		letter-spacing: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.publish_co_r{
		width: -webkit-calc(100% - 210px);
    	width: calc(100% - 210px);
	}
	
	#content .publish_co_r p{
		text-align: left;
	}
	
	/* 社会貢献 *********/
	.contribution_co{
		padding: 50px 0 25px 0;
	}
	
	.contribution_co_l{
		width: 60%;
		margin: 0 auto;
		margin-bottom: 25px;
		float: none;
	}
	
	.contribution_co_r{
		width: 100%;
		float: none;
	}
	
	/* イベント *********/
	.event_news{
		padding: 29px 25px 24px 25px;
	}
	
	.br_w600{
		display: block;
	}
	
	#content .event_list table{
		margin-bottom: 30px;
	}
	
	#content .event_list table:last-child{
		margin-bottom: 0;
	}
	
	#content .event_list tr th,
	#content .event_list tr td{
		display: block;
		width: 100%;
	}
	
	#content .event_list tr th{
		padding: 0;
	}
	
	#content .event_list tr th a{
		color: #fff;
		display: block;
		padding: 10px 0;
	}
	
	#content .event_list tr th a:hover{
		background: #5d0d11;
	}
	
	#content .event_list tr th:nth-of-type(1),
	#content .event_list tr td:nth-of-type(1),
	#content .event_list tr th:nth-of-type(2),
	#content .event_list tr td:nth-of-type(2),
	#content .event_list tr th:nth-of-type(3),
	#content .event_list tr td:nth-of-type(3){
		width: 100%;
	}
	
	#content .event_list tr th:nth-of-type(1),
	#content .event_list tr th:nth-of-type(2){
		border-right-color: #113364;
	}
	
	#content .event_list tr td{
		border-top: none;
	}
	
	#content .event_list tr td:nth-of-type(1){
		text-align: center;
	}
	
	.event_co{
		padding: 80px 0 0 0;
		margin-bottom: 0;
	}
	
	.event_co_l dl{
		float: none;
		margin: 0 auto;
	}
	
	#content .event_co_l dl dt img{
		width: 100%;
		height: auto;
	}
	
	#content .event_co_l dl dd a{
		letter-spacing: 0;
	}
	
	.event_co_r{
		width: 100%;
		float: none;
		padding-top: 0;
		margin-bottom: 45px;
	}
	
	#content .event_co_r h4{
		font-size: 19px;
		font-size: 1.9rem;
    	letter-spacing: 0.5px;
	}
	
	/* アクセス *********/
	#content .p_access h3.entry-title{
		margin-bottom: 70px;
	}
	
	.access{
		padding-bottom: 50px;
	}
	
	.access .img_center{
		width: 210px;
	}
	
	.access_map{
		width: 100%;
	}	
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width:500px){
	/* 出版物 *********/
	.publish_co{
		padding: 40px 0 45px 0;
	}
	
	.publish_co_r{
		width: 100%;
		float: none;
		margin-bottom: 45px;
	}
	
	.publish_co_l{
		width: 210px;
		margin: 0 auto;
		float: none;
	}
	
	#content .publish_co_r h4{
		text-align: center;
	}
	
	#content .publish_co_r h4 span{
		display: block;
	}
	
	/* イベント *********/
	.br_w600{
		display: none;
	}
	
	.event_news {
	    padding: 29px 20px 24px 20px;
	}
}
