@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
    background-color: #808080;
}
body {
    font-family: "Noto Sans Japanese",san-serif;
    background-color: #ffffff;
}
a{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.inner-content {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a[href^="tel:"] {
	color: inherit;
}
#wrapper{
	position: relative;
}

/* ----- header ----- */

#header{
    width: 100%;
    padding: 28px 0 20px;
    z-index: 50;
}
#header .inner-content{
	position: relative;
}
#header h1{
    width: 353px;
    float: left;
    margin: 0 64px 0 0;
}
.en #header h1{
	width: 140px;
}
#header h1 a{
	display: block;
}
#header .headerInfo{
    width: calc(100% - 591px);
    float: left;
    border: solid 2px #ff3300;
    box-sizing: border-box;	
}
#header .headerInfo a{
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.75em 1em;
    border-radius: 1px;
}
#header .headerInfo a:hover{
	opacity: 0.5;
}
#header .headerInfo p{
	font-size: 15px;
    line-height: 1.5;
}
#header .members_btn{
    position: absolute;
    bottom: 0;
    right: 0;
}
#header .members_btn a{
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 10px 40px 12px;
    border: solid 2px #333333;
}
#header .members_btn a:hover{
	color: #2EA7E0;
	border-color: #2EA7E0;
}

#header-langage-select{
    position: absolute;
    right: 0;
    top: -8px;
}
#header-langage-select ul{
    font-size: 0;
}
#header-langage-select ul li{
    display: inline-block;
}
#header-langage-select ul li a{
    color: #999999;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    padding: 2px 16px 5px;
    background: #ffffff;
    border: solid 1px #2EA7E0;
}
#header-langage-select ul li.active a{
    color: #ffffff;
    background: #2EA7E0;
}
#header-langage-select ul li a:hover{
}

/* ----- navigation ----- */

#globalnav{
	border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
#globalnav ul{
    display: table;
    width: 100%;
}
#globalnav ul>li{
	display: table-cell;
	position: relative;	
}
#globalnav ul>li:first-child::before{
	content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    background: #cccccc;
}
#globalnav ul>li:after{
	content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    background: #cccccc;
}
#globalnav ul>li a{
    display: block;
    color: #787878;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    padding: 20px 8px;
}
#globalnav ul>li a:hover{
	color: #ffffff;
	background: #2EA7E0;
}
#globalnav ul ul{
	display: none;
    width: 135%;
    position: absolute;
    left: -1px;
    top: 60px;
    z-index: 500;
}
#globalnav ul li:hover ul{
	display: block;
}
#globalnav ul ul li{
    display: block;
    padding: 2px 0 0;
}
#globalnav ul ul li:before,
#globalnav ul ul li:after{
	content: none !important;
}
#globalnav ul ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    padding: 12px 16px;
    background: rgba(200,200,200,0.7);
}
#globalnav ul ul li a:hover{
	background: #2EA7E0;
}


/* ----- footer ----- */

#pagetop{
    position: fixed;
    bottom: 96px;
    right: 20px;
    z-index: 10000;
    overflow: hidden;
}
#pagetop a{
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 24px;
	position: relative;
}
#pagetop a:before{
    content: "";
    width: 0;
    height: 0;
    margin: 0 -12px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #2EA7E0 transparent;
    position: absolute;
    top: 8px;
    left: 50%;
    right: 50%;
}
#pagetop a:hover::before{
    top: 6px;
}

#footer{
}
#footer #contact_area{
    padding: 40px 0;
    background: #e5e5e5;
}
#footer #contact_area .address{
    width: 460px;
    float: left;
}
#footer #contact_area .address h3{
	font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}
#footer #contact_area .address p{
	font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
#footer #contact_area .bnr_area{
    width: 242px;
    float: right;
}
#footer #contact_area .bnr_area ul{
	text-align: right;
}
#footer #contact_area .bnr_area ul li{
    width: 240px;
    display: inline-block;
    margin: 0 0 0 12px;
    border: solid 1px #cccccc;
    background: #ffffff;
}
#footer #contact_area .bnr_area ul li:first-child{
	margin-left: 0;
}
#footer #contact_area .bnr_area ul li a{
	display: block;
}
#footer #contact_area .bnr_area ul li a:hover{
	opacity: 0.5;
}
#footer .footlink{
    width: calc(100% - 242px - 460px);
    float: right;
    padding: 70px 24px 0;
    box-sizing: border-box;
}
#footer .footlink ul{
	font-size: 0;
    text-align: right;
}
#footer .footlink li{
	display: inline-block;
    font-size: 15px;
    padding: 0 0.75em;
    border-right: solid 1px #999999;
}
#footer .footlink li:first-child{
	border-left: solid 1px #999999;
}
#footer .footlink a{
    color: inherit;	
    text-decoration: underline;
}
#copyright{
	display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 24px;
    background-color: #808080;
}


/* -- .table -- */

.table table{
    width: 100%;
    line-height: 1.4;
    margin: 0 0 24px;
    background: #cccccc;
    border-spacing: 1px;
    border-collapse: separate;
}
.table table caption{
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
	text-align: left;
    padding: 0 0 10px;
}
.table table th,
.table table td{
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 16px;
    box-sizing: border-box;
}
.table table thead th{
	color: #ffffff;
    text-align: center;
    background: #333333;
}
.table table tbody th{
	background: #f2f2f2;
}
.table table td{
	background: #ffffff;
}

/* ----- breadcrumb ----- */

#page-header{
    padding: 32px 0;
    background: #123564 url(../img/common/bgBlue.jpg) repeat left top;
}
.en #page-header h2 {
    letter-spacing: 0;
}
#page-header h2{
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.15em;
}

/* ----- breadcrumb ----- */

#breadcrumb{
    padding: 12px 0 0;
}
#breadcrumb ul{
}
#breadcrumb li{
    color: #ffffff;
    display: inline;
    font-size: 13px;
    margin-right: 8px;
}
#breadcrumb li a{
    color: #ffffff;
}
#breadcrumb li a, #breadcrumb li span, #breadcrumb li strong{
	word-wrap: break-word;
	word-break: break-all;
}

/* ----- layout ----- */

#main{
    padding: 48px 0 64px;
}

/* Default style for WP-PageNavi plugin */

.wp-pagenavi {
	clear: both;
    text-align: center;
    margin: 32px auto 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	border: 1px solid #BFBFBF;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/* ----- 404 ----- */

.page404{
	padding: 64px 0 0 !important;
}
.page404 .text404{
	color: #cccccc;
	font-size: 200px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.page404 .title{
	color: #cccccc;
	font-size: 64px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
.page404 .toptext p{
	color: #999999;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}
.page404 .subtext{
	margin: 40px 0;
}
.page404 .subtext p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 24px;
}
.page404 .solution{
	text-align: center;
}
.page404 .solution p.empha{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 16px;
}
.page404 .solution p{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 24px;
}

/* ----- home ----- */

#mainimages{
    width: 100%;
    height: 520px;
    background: url(../img/home/homeImg.jpg) no-repeat center bottom 55%;
    background-size: cover;
    z-index: 10;
    position: relative;
}
#mainimages .catchcopyBox{
    width: 1040px;
    margin: 0 -520px;
    position: absolute;
    top: 104px;
    left: 50%;
    right: 50%;
}
#mainimages .catchcopyBox h2.cc{
    color: #ffffff;
    font-size: 32px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 20px -0.12em;
}
.en #mainimages .catchcopyBox h2.cc{
    font-family: "Times New Roman", Symbol;
    letter-spacing: 0.05em;
}
#mainimages .catchcopyBox p{
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.075em;
}

.homeAboutus{
    padding: 56px 0;
    position: relative;
    background: rgba(46,168,224,0.075);
}
.homeAboutus *{
    position: relative;
    z-index: 20;
}
.homeAboutus h3{
	color: #2EA7E0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 0 16px;
}
.en .homeAboutus h3{
	font-size: 21px;
}
.homeAboutus p{
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
}
.en .homeAboutus p{
    font-size: 15px;
}
.homeAboutus .more_read{
    font-size: 0;
    text-align: center;
    margin: 24px auto 0;
}
.homeAboutus .more_read a{
    display: inline-block;
    color: inherit;
    min-width: 180px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    padding: 16px 24px;
    margin: 0 0 0 16px;
    background: #ffffff;
    border: solid 1px #333333;
    border-radius: 4px;
    box-sizing: border-box;
}
.homeAboutus .more_read a:first-child{
	margin-left: 0;
}
.homeAboutus .more_read a:hover{
	color: #ffffff;
	background: #2EA7E0;
	border-color: #2EA7E0;
}

.tileContents{
    margin: 0 0 24px;
}
.tileContents ul{
    display: table;
    width: 100%;
}
.tileContents ul li{
    width: 33.3%;
    display: table-cell;
    position: relative;
}
.tileContents ul li.aboutus{
    background: url(../img/home/tile01.jpg) no-repeat center center;
    background-size: cover;
}
.tileContents ul li.greet{
    background: url(../img/home/tile02.jpg) no-repeat center center;
    background-size: cover;
}
.tileContents ul li.social{
    background: url(../img/home/tile03.jpg) no-repeat center center;
    background-size: cover;
}
.tileContents ul li:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.tileContents ul li:hover::before{
    background: rgba(0,0,0,0.4);
}
.tileContents ul li a{
    display: block;
	color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-shadow: 0 0 3px #454545;
    text-align: center;
    text-decoration: none;
    padding: 160px 0;
    position: relative;
}
.tileContents ul li a br{
	display: none;
}


#homeMainBtn{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	padding: 40px 0 16px;
}
#homeMainBtn li{
	width: 245px;
    float: left;
    margin: 0 0 0 20px;
}
#homeMainBtn li:nth-child(4n+1){
	clear: both;
	margin-left: 0;
}
#homeMainBtn li a{
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    text-align: center;
    padding: 24px 0 20px;
    border-radius: 12px;
    border: solid 3px #e5e5e5;
    box-sizing: border-box;
}
#homeMainBtn li a:hover{
	color: #2EA7E0;
    border: solid 3px #2EA7E0;
}
#homeMainBtn li .icon{
    margin: 0 0 20px;
}
#homeMainBtn li .icon i{
    color: #2EA7E0;
    font-size: 56px;
}
#homeMainBtn li:nth-child(1) .icon i{
}
#homeMainBtn li:nth-child(2) .icon i{
}
#homeMainBtn li:nth-child(3) .icon i{
}
#homeMainBtn li:nth-child(4) .icon i{
}
#homeMainBtn li p{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.075em;
}

.infoWrap{
	padding: 32px 0 80px;
}
.infoWrap .titleArea{
    margin: 0 0 20px;
}
.infoWrap .titleArea h2{
    float: left;
	font-size: 24px;
    letter-spacing: 0.075em;
    padding: 12px 24px 0 0;
}
.infoWrap .titleArea h2 small{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
	margin: 0 0 0 12px;
    opacity: 0.5;
}
.infoWrap .titleArea .more_read{
    width: 160px;
    float: right;
}
.infoWrap .titleArea .more_read a{
    display: block;
    color: inherit;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    padding: 12px 0;
    border: solid 1px #333333;
    border-radius: 4px;
}
.infoWrap .titleArea .more_read a:hover{
	color: #ffffff;
	background: #2EA7E0;
    border: solid 1px #2EA7E0;
}
.infoWrap .infoList{
    margin-bottom: 64px;
}
h3.archive-title{
    color: #2EA7E0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 16px;
}
.infoList{
}
.infoList li{
}
.infoList li:nth-child(2n+1){
    background: #f2f2f2;
}
.infoList li a{
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 10px 16px 12px;
}
.infoList li a:hover{
    color: #ffffff;
    background: #2EA7E0;
}
.infoList li span.date{
    display: block;
    width: 132px;
    float: left;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 6px 0 0;
}
.infoList li span.eventdate{
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 0.5em;
}
.infoList li p{
    width: 876px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.infoList li span.eventdate+p{
    width: auto;
    float: none;
}

/* ----- 固定ページ共通 ----- */

#main section{	
}
#main section+section{
    padding: 40px 0 0;
    margin: 40px 0 0;
	border-top: solid 1px #cccccc;
}
#main section h1{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin: 0 0 12px;
}
.en #main section h1{
    font-size: 20px;
    letter-spacing: 0;
}
#main section h2{
}
#main section h3{
}
#main section h4{
}
#main section h5{
}
#main section h6{
}
#main section p{
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.075em;
    text-align: justify;
    margin: 0 0 24px;
}
.en #main section p{
	font-size: 15px;
	letter-spacing: 0;
    text-align: inherit;
}
#main section p[align="center"]{
    text-align: center;
}
#main section p.cc{
	color: #2EA7E0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
    margin: 16px 0;
}
.en #main section p.cc{
    font-size: 23px;
}
#main section ol.decimal,
#main section ul.disc{
    margin: 0 0 24px 1.5em;
    list-style-position: outside;
}
#main section ol.decimal{
}
#main section ul.disc{
}
#main section li{
}
#main section ol.decimal li{
}
#main section ul.disc li{
    font-size: 15px;
    line-height: 1.5;
    list-style-type: disc;
    margin: 12px 0 0;
}
#main section ol.decimal li:first-child,
#main section ul.disc li:first-child{
	margin-top: 0 !important;
}
#main section figure{
	margin: 0 0 24px;
}
#main section figure figcaption{
    color: #454545;
	font-size: 15px;
    line-height: 1.5;
    padding: 16px 0 0;
}
#main section .blue{
	color: #2EA7E0;
    font-weight: 500;
}
#main section .right{
	text-align: right;
}

/* ----- greeting ----- */

#main #greeting{
}
#main #greeting figure.chair{
    width: 240px;
    float: right;
    margin: 0 0 32px 32px;
}
#main #greeting figure.chair figcaption{
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 12px 0 0;
}
.en #main #greeting figure.chair figcaption{
	font-size: 14px;
    letter-spacing: 0;
}
#main #greeting figure.chair figcaption strong{
    font-size: 18px;
}

/* ----- social-collaboration ----- */

#main #social .text01{
    width: 768px;
    float: left;
}
#main #social p.cc{
    margin: 0;
}
#main #social figure.professor{
    width: 240px;
    float: right;
    margin: 0 0 32px 32px;
}
#main #social figure.professor figcaption{
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 12px 0 0;
}
.en #main #social figure.professor figcaption{
    font-size: 14px;
    letter-spacing: 0;
}
#main #social figure.professor figcaption strong{
    font-size: 18px;
}

#main #social ul.application{
}
#main #social ul.application li{
    width: 47.5%;
    float: left;
    margin: 0 0 0 5%;
}
#main #social ul.application li:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}
#main #social ul.application li figure{
	width: 40%;
    float: left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
#main #social ul.application li .text{
    width: 60%;
    float: right;
}
#main #social ul.application li .text p{
    line-height: 1.5;
    margin: 0;
}
#main #social ul.application li .text p strong{
    display: inline-block;
    font-size: 20px;
    margin: 0 0 4px;
}

/* ----- member ----- */

#main #members{
}
#main #members h1{
    margin: 0 0 24px;
}
#main #members dl.membersList{
}
#main #members dl.membersList dt,
#main #members dl.membersList dd{
    font-size: 16px;
    float: left;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin: 0 0 12px;
}
#main #members dl.membersList dt{
    width: 200px;
    clear: both;
    font-weight: 500;
}
#main #members dl.membersList dd{
    width: 840px;
	font-weight: 600;
}
#main #members dl.membersList dd small.en{
    color: #787878;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 8px;
}
.en #main #members dl.membersList dt{
    width: 260px;
	font-weight: normal;
}
.en #main #members dl.membersList dd{
    width: 780px;
}

/* ----- access ----- */

#main #access{
}
#main #access .accessText{
    width: 400px;
    float: left;
}
#main #access .accessText p{
}
#main #access .accessText .more_btn{
    width: 200px;
}
#main #access .accessText .more_btn a{
	display: block;
    color: inherit;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    padding: 12px 0;
    border: solid 1px #333333;
    border-radius: 4px;
}
#main #access .accessText .more_btn a:hover{
	color: #ffffff;
	background: #2EA7E0;
    border: solid 1px #2EA7E0;
}
#main #access figure.accessmap{
    width: 628px;
    float: right;
}
#main #access .clearfix .half{
	width: 500px;
    float: left;
    padding: 0 40px 0 0;
    margin: 0 0 0 40px;
    box-sizing: border-box;
}
#main #access .clearfix .half:nth-child(2n+1){
	clear: both;
	margin-left: 0;
    border-right: solid 1px #cccccc;
}
#main #access .clearfix .half p{
	margin: 0;
}

/* ----- member companies ----- */

#main #members .membersCompList{
}
#main #members .membersCompList figure{
    width: 330px;
    float: left;
    margin: 0 0 24px 24px;
}
#main #members .membersCompList figure:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
#main #members .membersCompList figure a{
	display: block;
}
#main #members .membersCompList figure a:hover{
	opacity: 0.5;
}
#main #members .membersCompList figure figcaption{
	display: none;
	font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 8px 0 0;
}

      
/* ----- links ----- */

#main #links .linksList{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#main #links .linksList li{
	width: 48.5%;
    float: left;
    margin: 0 0 0 3%;
    list-style-type: none;
    border-bottom: solid 1px #e5e5e5;
}
#main #links .linksList li:nth-child(1),
#main #links .linksList li:nth-child(2){
	border-top: solid 1px #e5e5e5;
}
#main #links .linksList li:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}
#main #links .linksList li a{
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    padding: 12px 0;
    box-sizing: border-box;
}
#main #links .linksList li a:hover{
	background: #f2f2f2;
}
#main #links .linksList li p{
    line-height: 1.6;
	margin: 0;
}
#main #links .linksList li p.name{
    font-size: 16px;
    font-weight: 600;
}
#main #links .linksList li p.url,
#main #links .linksList li pre{
    color: #787878;
    font-size: 13px;
    line-height: 1.6;
    font-family: "Noto Sans Japanese",san-serif;
}

/* ----- info ----- */

article.singlePost{
}
article.singlePost .post-header{
    padding: 0 0 24px;
    border-bottom: solid 1px #cccccc;
}
article.singlePost .post-header h3.post-title{
    color: #2EA7E0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin: 0 0 4px;
}
article.singlePost .post-header p.date{
    font-size: 16px;
    letter-spacing: 0.075em;
    color: #787878;
}
article.singlePost .letters{
    font-size: 16px;
    line-height: 1.7;
	padding: 24px 0;
}
article.singlePost .letters p,
article.singlePost .letters img{
	margin: 0 0 24px;
}

/* 記事下前後ナビゲーション */

nav.post-navigation{
    width: 1040px;
    margin: 0 auto;
    background: url(../img/common/line.gif) repeat-y center center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
nav.post-navigation div{
	width: 50%;
}
nav.post-navigation div.prev-post{
	float: right;
	text-align: right;
}
nav.post-navigation div.next-post{
	float: left;
	text-align: left;
}
nav.post-navigation div a{
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 24px 20px;
    text-decoration: none;
}
nav.post-navigation div a:hover{
	color: #ffffff;
	background: #2EA7E0;
}

#same-category-post{
    padding: 40px 0;
}
#same-category-post h2{
	font-size: 24px;
    letter-spacing: 0.075em;
    margin: 0 0 20px;
}
#same-category-post .more_read{
    width: 200px;
    margin: 40px auto;
}
#same-category-post .more_read a{
    display: block;
    color: inherit;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    padding: 16px 0;
    border: solid 1px #333333;
    border-radius: 4px;
}
#same-category-post .more_read a:hover{
	color: #ffffff;
	background: #2EA7E0;
    border: solid 1px #2EA7E0;
}

/* ----- パスワード ----- */

section .passwordBlock{
    padding: 28px 40px;
	box-sizing: border-box;
    border: solid 2px #e5e5e5;
}
section .passwordBlock form input[name="post_password"]{
    font-size: 16px;
    line-height: 1.5;
    padding: 2px;
	border: solid 1px #cccccc;
}
section .passwordBlock form input[type="submit"]{
    font-size: 14px;
    font-weight: 500;
    padding: 4px 24px;
	border: solid 1px #cccccc;
    border-radius: 1px;
}

/* ----- news ----- */

#news{
}
#news ul.newsList{
}
#news ul.newsList li{
    border-top: solid 1px #cccccc;
    padding: 16px 0;
}
#news ul.newsList li:first-child{
	padding-top: 0;
    border-top: none;
}
#news ul.newsList li .date{
    display: block;
    float: left;
    width: 160px;
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
}
#news ul.newsList li .contents{
    width: 880px;
	float: left;
}
#news ul.newsList li .contents p{
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
}
#news ul.newsList li .contents figure{
}
#news ul.newsList li .contents>*:last-child{
	margin-bottom: 0;
}

/* ----- memberlist ----- */

#memberListWrap{
	width: 1040px;
    margin-right: auto;
    margin-left: auto;
}
#memberListWrap h3{
	font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.03em;
     margin: 0 0 24px;
}
#memberListWrap .memberList{
	margin-bottom: 40px;
}
#memberListWrap .memberList>li{
    padding: 16px 0;
    border-bottom: solid 1px #cccccc;
}
#memberListWrap .memberList>li:first-child{
	border-top: solid 1px #cccccc;
}
#memberListWrap .memberList>li>*:last-child{
	margin-bottom: 0 !important;
}
#memberListWrap .memberList>li h4.name{
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin: 0 0 8px;
}
#memberListWrap .memberList>li h4.name .en{
    color: #787878;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 8px;
}
#memberListWrap .memberList>li p.position{
	color: #454545;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 8px;
}
#memberListWrap .memberList>li p.bunya{
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px;
}
#memberListWrap .memberList>li p.comment{
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px;
    padding: 12px 16px;
    border-radius: 2px;
    background: #e5e5e5;
    box-sizing: border-box;
}
#memberListWrap .memberList>li .links{
    padding: 12px 16px;
    border: solid 1px #999999;
    box-sizing: border-box;
}
#memberListWrap .memberList>li .links ul{
    font-size: 0;
    text-align: left;
}
#memberListWrap .memberList>li .links ul:not(:first-child){
    margin: 8px 0 0 46px;
}
#memberListWrap .memberList>li .links ul li{
	display: inline-block;
    font-size: 13px;
    padding: 0 8px;
    border-left: solid 1px #999999;
    position: relative;
}
#memberListWrap .memberList>li .links ul li:first-child{
    padding-left: 0;
    border-left: none;
}
#memberListWrap .memberList>li .links ul li a{
    display: inline-block;
    color: #000000;
	min-height: 16px;
    font-weight: bold;
}
#memberListWrap .memberList>li .links ul li a:hover{
	opacity: 0.5;
}
#memberListWrap .memberList>li .links ul li.nifs a{
    background: url(https://tila.nifs.ac.jp/wp-content/uploads/2026/03/icon_nifs.png) no-repeat left top;
    padding-left: 16px;
}
#memberListWrap .memberList>li .links ul li.rg a{
    background: url(https://tila.ims.ac.jp/wp-content/uploads/2020/06/icon_rg.gif) no-repeat left top;
    padding-left: 22px;
}
#memberListWrap .memberList>li .links ul li.rm a{
    background: url(https://tila.ims.ac.jp/wp-content/uploads/2020/06/icon_rm.gif) no-repeat left top;
    padding-left: 18px;
}
#memberListWrap .memberList>li .links ul li.gs a{
    background: url(https://tila.ims.ac.jp/wp-content/uploads/2020/06/icon_gs.gif) no-repeat left top;
    padding-left: 18px;
}
#memberListWrap .memberList>li .links ul li.riken a{
	background: url(https://tila.ims.ac.jp/wp-content/uploads/2020/06/icon_riken.gif) no-repeat left top;
    padding-left: 16px;
}
#memberListWrap .memberList>li .links ul li.li a{
    background: url(https://tila.ims.ac.jp/wp-content/uploads/2020/06/icon_li.gif) no-repeat left top;
    padding-left: 22px;
}

/* 会員特典ページ - 200703 */

section .linkBtn{
}
section .linkBtn li{
    width: 32%;
    float: left;
    margin: 0 0 16px 2%;
}
section .linkBtn li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
section .linkBtn li a{
    display: block;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 16px 20px;
    border: solid 2px #cccccc;
    box-sizing: border-box;
    border-radius: 1px;
}
section .linkBtn li a:hover{
	opacity: 0.5;
}


#membersOnly section.decument h1{
    color: #2EA7E0;
    font-size: 19px;
    line-height: 1.4;
    margin: 0 0 20px;
}
#membersOnly section.decument p.date{
    color: #666666;
    font-size: 15px;
    margin-top: -12px;
}
#membersOnly section.decument ul.fileList{
	border-bottom: dotted 1px #666666;
}
#membersOnly section.decument ul.fileList li{
    border-top: dotted 1px #666666;
}
#membersOnly section.decument ul.fileList li:nth-child(even){
	background: #f2f2f2;
}
#membersOnly section.decument ul.fileList li a,
#membersOnly section.decument ul.fileList li span.nolink{
    display: inline-block;
    color: inherit;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 12px;
}
#membersOnly section.decument ul.fileList li span.nolink{
	opacity: 0.5;
}
#membersOnly section.decument ul.fileList li a:hover{
	opacity: 0.5;
}

/* 特許一覧 */

#membersOnly h3{
}
#membersOnly .panentList{
    border-top: dotted 1px #666666;
}
#membersOnly .panentList li{
    padding: 16px 0;
	border-bottom: dotted 1px #666666;
}
#membersOnly .panentList li>*:last-child{
	margin-bottom: 0;
}
#membersOnly .panentList li p{
    line-height: 1.5;
    margin: 0 0 4px;
}
#membersOnly .panentList li p.pnumber{
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    padding: 2px 20px;
	margin-bottom: 8px;
	background: #123564;
    border-radius: 24px;
}
#membersOnly .panentList li p.pdf-link{
    display: inline-block;
    font-size: 13px;
    margin-left: 0.5em;
}
#membersOnly .panentList li p.pdf-link>a{
    color: #787878;
}
#membersOnly .panentList li p.title{
    font-size: 19px;
    font-weight: 600;
}
#membersOnly .panentList li p.inventor{
}
#membersOnly .panentList li .note{
    padding: 12px 16px;
    margin-top: 12px;
    background: #e5e5e5;
    border-radius: 2px;
}
#membersOnly .panentList li .note p{
	font-size: 14px;
}

/* 測定装置・技術一 覧 */

section.technology h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.75em 4px;
    margin: 12px 0 16px;
    border-top: solid 3px #2EA7E0;
    border-bottom: solid 1px #cccccc;
}
section.technology h3{
	font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 0 0.3em;
    margin: 28px 0 20px;
    border-bottom: solid 3px #cccccc;
}
section.technology .technote{
    text-align: center;
    padding: 20px;
    margin: 0 0 24px;
    border: solid 3px #cccccc;
    box-sizing: border-box;
}
section.technology .technote>*:last-child{
	margin-bottom: 0 !important;
}
#main section.technology .technote p{
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
}
section.technology .en.red{
    font-weight: 500;
}
#main section.technology p.lastText{
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 40px 0 0;
}

#main section.technology ul.machineList{
}
#main section.technology ul.machineList li{
    padding: 20px 0;
	border-top: dotted 1px #333333;
}
#main section.technology ul.machineList li:first-child{
	border-top: none;
}
#main section.technology ul.machineList li .imgArea{
    width: 200px;
    float: right;
    font-size: 0;
    text-align: right;
}
#main section.technology ul.machineList li .imgArea.img2{
    width: 412px;
}
#main section.technology ul.machineList li .imgArea.img3{
    width: 624px;
}
#main section.technology ul.machineList li .imgArea figure{
    display: inline-block;
    width: 200px;
    margin: 0 0 0 12px;
    border-radius: 1px;
    overflow: hidden;
}
#main section.technology ul.machineList li .imgArea figure:first-child{
	margin-left: 0;
}
#main section.technology ul.machineList li .textArea{
    width: calc(100% - 200px);
    float: left;
    padding-right: 24px;
    box-sizing: border-box;
}
#main section.technology ul.machineList li .img2+.textArea{
    width: calc(100% - 412px);
}
#main section.technology ul.machineList li .img3+.textArea{
    width: calc(100% - 624px);
}
#main section.technology ul.machineList li .textArea p{
    margin: 0 0 4px;
}
#main section.technology ul.machineList li .textArea>*:last-child{
	margin-bottom: 0 !important;
}
#main section.technology ul.machineList li p.maker{
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 20px;
    background: #2EA7E0;
    border-radius: 20px;
}
#main section.technology ul.machineList li p.name{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}
#main section.technology ul.machineList li p.spec{
	font-size: 14px;
    line-height: 1.5;
}

#main section.technology cite{
    color: #454545;
	font-size: 85%;
    line-height: 1.5;
}

#main section div.clearfix .half{
	width: 46%;
    float: left;
    margin: 0 0 40px 4%;
}
#main section div.clearfix .triple{
	width: 31.5%;
    float: left;
    margin: 0 0 0 2.5%;
}
#main section div.clearfix .half:nth-child(2n+1),
#main section div.clearfix .triple:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
#main section .img2,
#main section .img3,
#main section .img4{
    margin: 0 0 12px;
}
#main section .img2 figure,
#main section .img3 figure,
#main section .img4 figure{
    float: left;
    margin: 0 0 28px 2%;
}
#main section .img2 figure{
	width: 49%;
}
#main section .img3 figure{
	width: 32%;
}
#main section .img4 figure{
	width: 23.5%;
}
#main section .img2 figure:nth-child(2n+1),
#main section .img3 figure:nth-child(3n+1),
#main section .img4 figure:nth-child(4n+1){
	clear: both;
    margin-left: 0;
}
#main section div.floatText{
    width: 65%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
}
#main section figure.floatRight{
	width: 35%;
    float: right;
}

/* ご利用案内 */
section#guide h2{
    color: #2EA7E0;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0.5em;	
}