/* ------------------ element ------------------ */
body {
	font: 87.5%/150% Verdana, sans-serif;
	background: #ffffff;
}
a, .link {
    	color: #223370;
	text-decoration: none;
    	border-bottom: none;
	border-bottom-width: 1px;
}
h1 a, h2 a{
	border-bottom-width: 1px;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #1f3da8;
  text-decoration: underline;
  border-bottom-style: none;
}
a:active,
.link:active {
  color: #3458d7;
}
/* ------------------ Header ------------------ */
@media (min-width: 851px){
	.layout-container {
    		/* max-width: 100%; */
		max-width:1270px; /* added 20220907 */
	}
}
#header {
    background-image: url(https://www.cfca.nao.ac.jp/files/iii-aterui-007-t.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000000;
}
.header .section {
    min-height: 200px;
}
.path-frontpage #header{
    background-image: none;
}
.block-language{
 position: absolute;
 bottom: 0px;
 right: 20px;
}
.region-header .block:not(.site-branding) a:hover{
	text-decoration: underline !important;
	color: #fffeff !important;
}
.region-header .content .links{
    /* font-size: 0.94em;*/
    font-size: 1.04em;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media (min-width: 901px){
	.region-header .block:not(.site-branding) {
    		margin: 0.5em 0.6em 0.6em 0;
	}
}

@media screen and (max-width: 460px) {
  .header .section {
    background-position:bottom 42px right 20px,56%;
    min-height: 140px;
  }
  #header{
	min-height: 0;
  }
}
@media (max-width: 600px){
	.search-block-form .form-actions .button {
    		display: inline;
		margin:0;
	}
}

/* ------------------ Primary Menu ------------------ */
/* ------------------ site-branding ------------------ */
.site-branding__logo {
    margin-top: 0.286em;
}
@media screen and (max-width: 460px) {
	.site-branding__logo {
  		margin-right: 0; *//* LTR */
	}
}
/* ------------------ breadcrumb ------------------ */
.region-breadcrumb p{
        margin:0;
}
/* ------------------ highlighted ------------------ */
/* ------------------ featured-top ------------------ */
/* ------------------ page-title ------------------ */
/* added by kano*/
.page-title {
    	/* text-align: center; */
     	/* margin: 1em 0 25px;*/
	margin:20px 0;
	/* padding:0 20px 0 20px;*/
	line-height: 1.5em;
}
.view-taxonomy-term h2.node__title {
    text-align: left;
}
@media only screen and (max-width: 850px){
	.page-title {
    		font-size: 1.5em;
    		word-break: keep-all;
   		line-height: 1.5em;
	}
}
@media only screen and (max-width: 460px){
        .page-title {
                font-size: 1.4em;
		padding: 0 10px;
        }
}
.path-frontpage #content h1.page-title{
        display: none !important;
}

/* ------------------ main-content ------------------ */

#main-wrapper{
        padding:0;
}
.path-frontpage #main-wrapper{
        padding-top: 0px;
}
.main-content h2 {
  margin: 20px 0px;
  font-size: 1.429em;
  line-height: 1.4;
  text-align:center; /*added by kano*/
}
#content .node__content p{
    /* font-size: 1.071em !important;*/
    line-height: 1.6;
}
#content .node__content table {
    font-size: 1.071em !important;
    line-height: 1.6;
}
#content .view-content li {
    font-size: 1.071em !important;
    line-height: 1.6;
}
.node .field--type-image {
         margin:0 !important;
}
.main-content iframe{
	max-width: 100%;
}
@media only screen and (max-width: 460px){
	.scroll-img{
		overflow: auto;
	}
	.main-content iframe{
        	width: auto;
        	height: 100%;
	}
}
.cfca_content img{
    display: block;
    margin: 0 auto;
}
.feed-icons{
	margin-left:10%;
}
.image-left {
  float: left; /* LTR */
  margin: 0.5em 1em 1em 0; /* LTR */
}
.image-left img {
  display: block;
  padding: 0 0 10px 0;
}
.image-left.field-label-above {
  margin-top: 0;
}
.image-left .field-label {
  margin-bottom: 0.5em;
}
.image-left.field-label-inline .field-label {
  margin-bottom: 0;
  line-height: 1;
}
.image-right{
  float: right; /* LTR */
  margin: 0.5em 0 1em 1em; /* LTR */
}
.image-right img {
  display: block;
  padding: 0 0 10px 0;
}
.image-right.field-label-above {
  margin-top: 0;
}
.image-right .field-label {
  margin-bottom: 0.5em;
}
.image-right.field-label-inline .field-label {
  margin-bottom: 0;
  line-height: 1;
}
.yokonarabe>div{
  margin:1% 1%;
}
@media(min-width:751px){
 .yokonarabe{
  display:flex;
  width:100%;
  margin:0;
 } 
 .yokonarabe>div{
  width:48%;
  margin:0 1%;
 }
}
/* ------------------ side-bar-second ------------------ */
/* ------------------ site-footer ------------------ */
.site-footer__bottom .content{
	text-align:center;
}
/* ------------------ page-top button ------------------ */

#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 3px;
bottom: 3px;
background: #ccc;
opacity: 0.6;
z-index: 999;
border-radius: 50%;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '\025b2';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
