/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #fff;
    font-family: 'メイリオ', 'Meiryo', YuGothic,'Yu Gothic',sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'メイリオ', 'Meiryo', YuGothic,'Yu Gothic',sans-serif;
    font-weight: 300;
    color: #333;
}
h3.exlrg{
	font-size:20px;
	font-weight:bold;
	margin-bottom:25px;
	color:#0e6179;
	transform: scale(1,1.1);
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 80px;
}

/* Links */
a {
    color: #004679;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus{
    opacity: 0.7;
    text-decoration: none;
    outline: 0;
    transition: 0.5s;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-nav a:active,.navbar-nav a:hover {
    outline: 0;
    border-bottom: 1px solid #487CA3;
}
.navbar-brand{
	border-bottom: #000000;
}
.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 15px;
	background-color: #ffffff;
}
.navbar p {
	margin-bottom: 12px;
	font-size: 12px;
	color: #999;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #007DA2;
    background-color: #FFFFFF;
    border-bottom: 1px solid #007DA2;;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand img {
    vertical-align: middle;
    max-width: 100%;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 125px;
	padding-bottom: 75px;
	background-image: url(../img/About.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 1658px 1244px;
    background-position: center 0%;
    position:relative;
}
#hello:before{
	position:absolute;
	content:" ";
	background-color:rgb(5 131 179 / 52%);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #74cfae;
}

#hello h2 {
    margin-top: 0px;
    color: #fff;
    letter-spacing: 6px;
    font-weight: 600;
}

#hello img{
	max-width: 100%;
}

.cntTtl {
    width: 180px;
    margin: 20px auto 2px;
    text-align: center;
    background-image: url(../img/line_.png);
    background-repeat: repeat-x;
    background-position: left center;
}
.cntTtl h3 {
	max-width: 100%;
	width: 130px;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px 20px;
	background-color: #ffffff;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	font-family: 'メイリオ', 'Meiryo', YuGothic,'Yu Gothic',sans-serif;
}
.col-lg-4 span{
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    padding-bottom: 16px;
    display: block;
}
.col-lg-4 p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	font-family: 'メイリオ', 'Meiryo', YuGothic,'Yu Gothic',sans-serif;
}

.siteContent .container {
    padding-top: 20px;
    margin-top: 20px;
    /*border-top: 1px solid #CCCCCC;*/
}
body.home .siteContent .container{
	margin-top:40px;
}
.siteContent.posts-content .container{
	border-top: none;
}
@media screen and (min-width:992px){
	.siteContent.posts-content .container{
		margin-top:60px;
	}
}
.siteContent.posts-content .container ol{
	padding:0px;
}
.siteContent.posts-content .container > div > div.mainSection > ol > li:nth-of-type(1){
	border-top: 1px solid #ccc;
}
.main_title{
	margin-bottom: 20px;
}
.posts-content .main_title{
	border-bottom:1px solid #3a636e;
	padding-bottom:20px;
	margin-bottom:40px;
}
.main_title .post_title{
	font-size: 23px;
	letter-spacing: 6px;
	background-image: none;
    padding-left: 0px;
	margin-bottom: 0;
	margin-top:0px;
	color:#0e6179;
	transform: scale(1,1.2);
	letter-spacing: 2px;
}
.main_title span{
    padding-left: 30px;
    font-size: 11px;
    color: #999999;
}
.mainSection ol{
	padding: 0 0 0 24px;
}
.mainSection #itemContainer{
	height:auto !important;
}
.mainSection #itemContainer>li{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 6px;
    font-size: 12px;
}
.mainSection #itemContainer>li:nth-of-type(5n) + li{
	border-top:1px solid #ccc;
}
.mainSection #itemContainer + .holder{
	margin-bottom:30px;
}

.clearfix .title, .clearfix .category, .clearfix .date{
    margin-bottom: 0;
    float: left;
    line-height: 40px;
}
.posts-content .category{
	display: none;
}

.clearfix .date{
	padding-right: 20px;
}
.clearfix .date .entry-date{
	display: block;
	min-width: 85px;
}
.clearfix .category {
	width: 100px;
}
.clearfix .category a{
    padding: 5px 22px;
    border-radius: 30px;
	letter-spacing: 2px;
}
.clearfix .category a:hover{
	opacity: .8;
}
.clearfix .update a{
	background-color: #58656E;
	color: #fff;
}
.clearfix .research a{
	background-color: #499475;
	color: #fff;
    padding: 5px 29px;
}
.clearfix .symposium a{
	background-color: #C0542D;
	color: #fff;
	padding: 5px 8px;
}
.clearfix .info a{
	background-color: #487CA3;
	color: #fff;
}
.clearfix .title{
	margin-left: 15px;
	font-size: 13px;
}
.clearfix .title a:hover{
	text-decoration: underline;
}
.widget img{
	margin-bottom: 20px;
}

.sub .siteContent .container{
	border-top: none;
	margin-top: 20px;
}



/* Green */
#green {
	background-color: #74cfae;
	padding-top: 50px;
	margin-bottom: 0px;
}

#green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Color */
.fc-white{
	color:white;
}
.tf-blue{
	color:#3333ff;
}


/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#social i {
	font-size: 50px;
	color: #74cfae;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 0px;
	margin-top: 50px;
	background-color: #034458;
}

#f p {
	color:#fff;
	text-align: center;
	font-weight: 100;
	font-size: 11px;
	padding: 0 15px;
}

#f p.copy-r{
	margin:17px 0px 20px 0px;
	font-size: 13px;
}

#f .access-exerpt-content{
	padding:30px 0px;
	background-color: #046d8c;
}
#f .access-exerpt-content p{
	text-align: left;
	margin:0px;
	padding:0px;
	line-height: 145%;
	font-size: 13px;
}
#f .access-exerpt-content .ae-title{
	color:white;
	line-height: 160%;
	margin-bottom:20px;
	font-weight:bold;
}
#f .access-exerpt-content > .container > .row.ae{
	padding:0px 15px;
	letter-spacing: 1px;
}

/*Grid*/
.grid .grid-img{
	min-height: 200px;
	max-height: 200px;
	width:100%;
	transition: opacity 0.3s ease-in;
}
.grid .grid-img:hover{
	opacity: 0.8;
}
.grid .col-lg-4 p{
	text-align: center;
	letter-spacing: 1px;
}


/* Image Opacity */
.grid img {
    opacity: 1;
}
.grid img:hover {
    opacity: .8;
}
.infomation {
	padding: 0;
    border: 1px solid #DDDDDD;
}
.infomation p{
	font-size: 12px;
	font-weight: 600;
    line-height: 1.5;
	padding: 2px 10px 6px;
	margin-bottom: 0;
	color: #004679;
	font-family: 'メイリオ', 'Meiryo', YuGothic,'Yu Gothic',sans-serif;
}
.infomation li{
	font-family: 'メイリオ', 'Meiryo', YuGothic,'Yu Gothic',sans-serif;
    font-weight: 800;
    list-style: none;
    font-size: 12px;
    padding: 7px 0;
    background-position: left;
    padding-left: 36px;
    border-bottom: 1px solid #DDD;
    color: #004679;
}
.infomation li:nth-child(1) {
    background-image: url(../img/wighet_1.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
}
.infomation li:nth-child(2) {
    background-image: url(../img/wighet_2.png);
    background-position: 7px 3px;
    background-repeat: no-repeat;
}
.infomation li:nth-child(3) {
    background-image: url(../img/wighet_3.png);
    background-position: 10px 3px;
    background-repeat: no-repeat;
	border-bottom: none;
}

#new-entries{
	text-align: center;
}
.infomation{
	text-align: left;
}
.sub p{
	font-size: 14px;
}
.navbar p{
	font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.8;
}
.sub .main_title{
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.sub .main_title .content_title{
    position: relative;
    font-size: 22px;
	letter-spacing: 2px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    border-bottom:2px solid #ccc;
}
.sub .main_title .content_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #004679;
    bottom: -2px;
    width: 30%;
}
#hello h2{
	font-size: 33px;
	margin-top: 0;
}

/* navbar-collapse target img + a (EN and JP) */
.navbar-collapse > .navbar-nav > .sp-only img + a{
	display: inline-block;
}


@media screen and (max-width: 1200px) {
	.col-lg-4{
		width: 490px;
		margin: 0 auto;
	}	
}
@media screen and (max-width: 992px) {
	.navbar-collapse ul{
		display: table;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		float: inherit !important;
	}
	.navbar-collapse li{
		display: table-cell;
		float: initial;
		text-align: center;
	}
	body {
		margin-top:131px;
	}	
}
@media screen and (max-width: 991px) {
	body {
		margin-top:171px;
	}
}
@media screen and (max-width: 767px) {
	.navbar-collapse ul{
		display: block;
	    width: auto;
		float: inherit;
		padding-top: 0;
	}
	.navbar-collapse li{
		display: block;
		float: initial;
		text-align: center;
		width: 300px;
		margin: 0 auto;
	}
	.clearfix .title{
		clear: both;
		margin-top: 4px;
	}
	.clearfix .date{
		padding-right: 10px;
	}
	.clearfix .title, .clearfix .category, .clearfix .date{
		line-height: 20px;
	}
	.mainSection ol li {
		list-style: none;
		border-bottom: 1px solid #ccc;
		padding: 12px 0;
		font-size: 12px;
	}
	.clearfix .category a{
		font-size: 11px;
	}
	.clearfix .symposium a {
    	padding: 3px 8px;
	}
	.clearfix .update a{
		padding: 3px 22px
	}
	.clearfix .research a{
		padding: 3px 29px;
	}
	.clearfix .info a{
		padding: 3px 22px;
	}
	.col-md-3{
		width: 100%;
		min-width:200px;
    	margin: 0 auto;		
	}
	.clearfix .title{
		margin-left:0;
	}
	.mainSection ol{
		padding: 0;
	}
	.siteContent p{
		font-size: 13px;
		line-height: 1.9;
	}
	#hello{
		padding-top: 50px;
		padding-bottom: 45px;
	}
	#hello h2{
		margin-top: 30px;
	}
}
@media screen and (max-width: 510px) {
	.navbar p{
		display:none;
	}
	.navbar-brand{
		max-width:calc(100% - 60px);
	}
	.navbar .container{
		padding-top:6px;
	}
	.navbar-collapse{
		/*margin-top:15px;*/
	}
	.navbar-toggle{
		margin-top: 5px;
	}
	.col-lg-4{
		width: 100%;
	}
	.container > .navbar-header, .container > .navbar-collapse{
		/*margin-top: 15px;*/
	}
	#hello{
		padding-top: 30px;
		padding-bottom: 25px;
		font-size: 16px;
	}
	.overflow h2{
		font-size: 22px;
	}
}

/* add css */
.header-bar {
    background:#00A6D6;
    margin-bottom: 20px;
}

.header-bar ul {
    float: right;
    margin-top: -21px;
    margin-bottom:0px;
}

.header-bar ul li {
    float:left;
    list-style: none;
    padding:0px 10px;
}
.header-bar a ,.header-bar p{
    color:#fff;
    font-size:12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom:0px
}
.header-bar>.container>*{
	display: inline-block;
	margin-top: 0px;
	padding:0px;
}

.navbar-default .navbar-nav > li > a {
    color:#545454;
}
.navbar-default .navbar-nav > li {
	display: inline-block;
}
.in .navbar-default .navbar-nav > li > a:hover{
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > a {
        padding-right:20px;
        padding-left:20px;
	}
}

/* POSTS & ABOUT */
@media (min-width: 1200px){
	.posts-content .col-lg-8{
		width:75%;
	}
	.posts-content .col-md-3 {
		width: 24%;
		margin-left:1%;
		padding-right:15px;
	}
}
#about-container{
	margin-top: 80px;
	background: url(../img/About.jpg) no-repeat #000000 center 26% / 1658px 1244px;
	min-height: 340px;
	height:auto;
}
#about-container > .about-row{
	margin:0px auto;
	background-color: rgb(5 131 179 / 52%);
	text-align: center;
	min-height: 340px;
	height:100%;
	padding:45px 20% 20px 20%
}
#about-container > .about-row > [class^="about-"] {
    max-width: 100%;
    min-width: 100px;
	margin: 0px auto;
	letter-spacing: 2px;
}
#about-container > .about-row > .about-title > h2{
	transform: scale(1, 1.1);
	font-size:36px;
}
#about-container > .about-row > .about-subtitle > h3{
	font-size: 22px;
	letter-spacing: 3px;
}
#about-container > .about-row > .about-text{
	margin-top: 50px;
	line-height: 200%;
}
@media screen and (min-width:1683px){
	#about-container > .about-row{
		width:1658px;
	}
}
@media screen and (max-width:560px){
	#about-container{
		height:auto;
	}
	#about-container > .about-row{
		padding:20px 10px 30px 10px
	}
	#about-container > .about-row > .about-text{
		margin-top: 30px;
	}
}

/* Float */
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.f-clear{
	clear:both;
}
/* Width */
.w25{
	width:25%;
	padding-left:20px;
}
.w75{
	width:75%;
}
.w30{
	width:30%;
	padding-left:20px;
}
.w70{
	width:70%;
}
.w40{
	width:40%;
	padding-left:20px;
}
.w60{
	width:60%;
}

/* Float + Width */
@media screen and (max-width:560px){
	.f-left{
		float: none;
	}
	.f-right{
		float: none;
	}
	.f-left.w75,.f-left.w70,.f-left.w60,.f-right.w75,.f-right.w70,.f-right.w60{
		width:100%;
	}
	.f-left.w25,.f-left.w30,.f-left.w40,.f-right.w25,.f-right.w30,.f-right.w40{
		width:50%;
		padding-left:0px;
		margin:10px auto 10px auto;
		display: block;
	}
}

/* Facility list */
ul.facility-list,ul.facility-list li{
	list-style: none;
	margin-bottom:15px;
}
ul.facility-list li.p-width {
	padding-left: 0px;
	margin-left:-20px;
}
.ml20{
	margin-left:20px;
}
@media screen and (max-width:560px){
	ul.facility-list,ul.facility-list li{
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		padding:0px 15px;
	}
	ul.facility-list li.p-width {
		margin-left:0px;
		padding-left: 0px;
	}
}

/* istory-list*/
ul.history-list,ul.history-list>li{
 list-style: none;
}
ul.history-list{
	font-size: 0px;
	margin:20px 0px;
	padding:15px 0px 0px 0px;
	border-top:1px solid #ccc;
}
ul.history-list>li{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width:calc(100% - 100px);
	padding-bottom:15px;
	margin-bottom:15px;
}
ul.history-list>li.il-date{
	width:100px;
	margin:0px 0px 5px 0px;
	padding:0px;
}
ul.history-list>li:not([class]){
	position: relative;
}
ul.history-list>li:not([class])::after{
	position: absolute;
	content:" ";
	width:calc(100% + 100px);
	left:-100px;
	bottom:0px;
	border-bottom:1px solid #ccc;
}
@media screen and (max-width:560px){
	ul.history-list>li:not([class])::after{
		width:100%;
		left:0px;
	}
	body ul.history-list>li{
		width:100%;
	}
}

/* Member list */
.genre-container{
	border-bottom:1px solid #034458;
}
.intro-list,.intro-list>li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size:0px;
}
.intro-list + .genre-container{
	margin-top:40px;
}
.intro-list>li{
	display: inline-block;
	min-width:33%;
	max-width:33%;
	padding:0px 10px;
	font-size:16px;
	text-align: center;
	margin-top:30px;
}
.intro-list>li>img{
	max-width:160px;
	padding:10px;
	border:1px solid#ccc;
	margin-bottom:10px;
}
.intro-list>li>p{
	margin:0px auto;
	padding:3px;
	max-width: 160px;
}
.intro-list>li>p.il-genre{
	font-size:0.9em;
}
@media screen and (max-width: 767px){
	.intro-list>li{
		max-width: 50%;
		min-width: 50%;
	}
	body {
		margin-top:70px;
	}
}
@media screen and (max-width: 460px) {
	.intro-list>li{
		max-width: 100%;
		min-width: 100%;
	}
	.intro-list>li>img,.intro-list>li>p{
		max-width: 30%;
		min-width: 140px;
	}
}


/* result list */
ul.result-list,ul.result-list>li{
	padding:0px;
	margin:0px;
	list-style: none;
}
ul.result-list{
	padding-top:20px;
	margin-top:20px;
}
ul.result-list>li{
	border-bottom:1px solid #ccc;
	width:100%;
	padding:10px 5px 20px 5px;
	margin-bottom:20px;
}
ul.result-list>li.rl-title{
	border:none;
	padding:0px 5px;
	margin-bottom:0px;
	font-size: 1.1em;
	font-weight: bold;
}

/* LayerSlider */
.layer-text{
	position: absolute;
	left:5%;
	top:140px;
}
.bt *{
	transition:all 0s !important;
}
.layer-text .bt>a{
	padding:1px;
	background:#037da0;
	border-radius:20px;
	color:white;
	text-align:center;
	display:block;
	font-size:13px;
	width:100%;
	transition:all 0s ease-in-out !important;
}
.layer-text .bt>a:hover{
	opacity: 1 !important;
	background-color:#ffffff !important;
	color:#004679 !important;
	border-bottom:2px solid #333;
	padding-bottom:0px;
}
@media screen and (min-width:1200px){
	.layer-text{
		left:calc(50% - 570px);
		top:160px;
	}	
}
@media screen and (max-width: 432px) {
	.layer-text{
		top:100px;
	}
}

/* sp-only */
@media screen and (min-width:768px){
	.sp-only{
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc-only{
		max-height:0px !important;
		overflow: hidden !important;
	}
}

/*pagenation*/
.holder {
    margin:15px 0;
}
.holder a {
    font-size:12px;
    cursor:pointer;
    margin:0 5px;
    color:#333;
}
.holder a:hover {
    background-color:#222;
    color:#fff;
}
.holder a.jp-previous {
    margin-right:15px;
}
.holder a.jp-next {
    margin-left:15px;
}
.holder a.jp-current,a.jp-current:hover {
    color:#FF4242;
    font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
    color:#bbb;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background:none;
}
.holder span {
    margin: 0 5px;
}

/* to top */
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}

/* 20201202追加 */
.to-link {
    padding-top:140px;
    margin-top:-140px;
}