@charset "UTF-8";

/*
Theme Name:		JPN-JIBAN
Theme URI:
Description:	The Japanese Geotechnical Society
Author:
Author URI:
Version:		1.0
License:
License URI:
*/

html{
	font-size:62.5%;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
body {
	font-size:1.6rem;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	line-height:1.5;
	color:#333;
}
header {
	background: #105da6;
}
div.wrapper{
	width:920px;
	padding:0 20px;
	margin:auto;
}
div.wrapper:after{
	display: block;
	clear: both;
	content: "";
}

div.wpPageNaviArea{
	margin:32px auto;
	text-align:center;
}
main{
	padding:20px 0px;
}
div.wrapper.frontPage main{
	width:680px;
	float:left;
}
div.wrapper.frontPage aside{
	width:220px;
	float:right;
	padding:20px 0px;
}

a{
	color:#177BE0;
	text-decoration: none;
}
a:hover{
	color:#ffc300;
}
img{
	max-width:100%;
}
a img:hover{
	opacity: 0.7;
}
p{
	padding-bottom:1.6rem;
}
.tac{
	text-align:center;
}
.tar{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.strike{
	text-decoration: line-through;
}
.red{
	color:#FF0000;
}
.strongRed{
	font-weight:bold;
	color:#FF0000;
}
div.basicFlex{
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}
div.basicFlex div.column2{
	width:49%;
}
table{
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table th {
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background: #efede7;
}
table td {
	padding: 10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}
table td.price{
	text-align:right;
}
.devMsg{
	font-weight:bold;
	color:#006600;
}
/* Header Menu
------------------------------------------------------------*/
nav.headerNav ul{
	width:960px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
}
nav.headerNav li:last-child {
}
nav.headerNav li:first-child {
	margin-right: auto;
}
@media (min-width: 1150px){
	nav.headerNav li:last-child {
		margin-right:-10%;
	}
	nav.headerNav li:first-child {
		margin-right: auto;
		margin-left:-10%;
	}
}

nav.headerNav a{
	padding: 0 10px;
	color: #fff;
}

/* Main Menu
------------------------------------------------------------*/
.mainNav {
	/*background:#105da6;*/

}
header{
	/*#flNav{*/
	position: relative;
	background:#105da6;
	/*height:60px;*/
	height:106px;
	/*padding: 6px 0;*/
}
header .mainNavArea{
	width:960px;
	margin:auto;
}
.haederLogo{
	float:left;
	/*margin-left:-150px;*/
	height:58px;
	padding:1px 0;
	vertical-align: middle;
}
.haederLogo img{
	/*width:240px;
	padding-top:12px;*/
	height:52px;
	padding-top:4px;

}
div.searchForm{
	text-align:right;
	padding-top:16px;
}

.fixed {
	position: fixed;
	width:100%;
	top: 0px;
	z-index:9999;
}
.mainNav{
	/*padding:10px 0;*/
	/*padding-top:4px;*/
}
.mainNav ul{
	float:right;
	margin:auto;
	max-width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	height:60px;
	border:none;
}

.mainNav li{
	color: #fff;
	display: block;
	/*-webkit-flex: 1;*/
	/*flex: 1;*/
	font-size:16px;
	text-align:center;
	padding:0 16px;
	/*width:100px;*/
	line-height:60px;
}
.mainNav li:hover{
	/*color: #fff;*/
	background :#3478B9;
}
.mainNav li:hover a{
	/*color: #fff;*/
}

.mainNav li a{
	color:#fff;
	font-weight:normal;
	text-decoration: none;
	display: block;
	height:60px;
}
.mainNav li:hover a{
	color:#FFF;
}

/* Main Menu Sub
------------------------------------------------------------*/
.mainNav li ul{
	display: none;
}

.mainNav ul ul{
	width:auto;
}

.mainNav li:hover ul{
	display: block;
	position: absolute;
	z-index:500;
}
.mainNav li.line2:hover ul{
	margin-top:-9px;
}
.mainNav ul li ul li{
	margin:0;
	padding:0;
	float: none;
	width:200px;
	border:1px dotted #42a4ff;
	background :#3478B9;
	border-top:none;
	margin-left:-16px;
	line-height:40px;
	height:40px;
	text-align:left;
	font-size:14px;
}
.mainNav ul li ul li.long{
	font-size:12px;
}
.mainNav ul li ul li:hover{
	background :#5890C7;
}
.mainNav ul li ul li a{
	margin-left:8px;
}


/* Main Menu 右上その他
------------------------------------------------------------*/
.mainNav li.lp ul{
	width:100px;
	height:60px;
}
.mainNav li.lp,
.mainNav li.lp:hover{
	width:90px;
	/*padding:0;*/
}
.mainNav li.lp:hover{
	background :#105da6;
}
.mainNav li.lp ul{
	display: block;
	position: static;
}
.mainNav ul li.lp ul li,
.mainNav ul li.lp:hover ul li{
	float: none;
	width:140px;
	border:none;
	background :none;
	font-size:14px;
	margin:0;
	padding:8px 0;
}

.mainNav ul li.lp ul li:hover{
	background :none;
}
.mainNav li.lp a{
	color:#fff;
	text-decoration: none;
}
.mainNav ul li.lp ul li a{
	margin-left:0px;
}

span.englishLink{
	font-weight:bold;
}

.mainNav ul li.lp ul li.eng{
	padding-right:0;
	height:10.5px;
}
.mainNav ul li.eng:hover{
	padding-right:0;
	background:#105da6;
}
.mainNav ul li.eng a:hover{
	color:#FF0000;
}


/* footer
------------------------------------------------------------*/
footer{
	background: #177BE0;
	margin-top:64px;
}

footer .fmenuArea{
	width:960px;
	margin:auto;
	display: flex;
	justify-content:space-between;
}

footer .fmenuArea .fmenu{
	background: #FFF;
	border-radius: 4px;
	width: 30%;
	margin: 18px 0;
	font-size: 1.4rem;
	padding: 10px;
}

footer .fmenuArea .fmenu h2{
	font-size:1.6rem;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #177BE0;
}

footer .fmenuArea .fmenu ul li{
	list-style: none;
	margin-left:24px;
}
footer .fmenuArea .fmenu ul li:before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #FFC46E;
	position: relative;
	left: -15px;
	top: -3px;
}

footer .copyright{
	background:#105da6;
	color:#FFF;
	text-align:center;
	padding:10px;
	font-size:1.2rem;
}

footer .fmenuArea .fmenu a{
	color:#333;
	text-decoration: none;
}
footer .fmenuArea .fmenu a:hover{
	color:#ffc300;
}

h1.title{
	margin-top:16px;
	margin-bottom:16px;
	padding:3rem 1.5rem;
	border: 1px solid #ccc;
	border-top: 3px solid #3498db;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-size:2.2rem;
}

/* index
------------------------------------------------------------*/
.mainImage{
	max-width:1280px;
	margin:auto;
}
.mainImage img{
	margin:auto;
	display: block;
	width:100%;
	min-width:960px;
	min-height:220px;
	/*border:1px solid #CCC;*/
}

/*@media (max-width: 960px){
	div.wrapper{
		width:100%;
		padding:0;
		margin:auto;
	}
	.mainImage{
		width:100%;
	}
	#metaslider_349 .mainImage img{
		width:100%;
		min-width:auto;
		min-height:auto;
		height:auto;
	}
}*/

div.imgbanner{
	margin-bottom:16px;
}
div.sideTeikeiBtn{
	/*width:24.3%;*/
	margin-bottom:16px;
	/*width:19.2%;
	margin-bottom:1%;*/
}
div.sideTeikeiBtn a {
	width: 100%;
	background-color: #7BA3CA;
	border-radius: 3px;
	box-shadow: 0 4px 0 #4E7DAB;
	color: #FFF;
	display: table;
	text-decoration: none;
	height:70px;
	margin-bottom:4px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

div.sideTeikeiBtn a:hover {
	opacity: 0.7;
}

div.sideTeikeiBtn .icon,
div.sideTeikeiBtn .title{
	display: table-cell;
	vertical-align: middle;
	height:62px;
	padding:4px;
	padding-bottom:0;
}

div.sideTeikeiBtn .icon{
	width:80px;
	text-align:center;
}
div.sideTeikeiBtn .title{
	width:74%;
}

div.sideTeikeiBtn .icon img{
	max-height:100%;
	max-width:100%;
	width:100%;
}
div.sideTeikeiBtn a.type1 {
background-color: #0075BD;
box-shadow: 0 4px 0 #1486CC;
}
div.sideTeikeiBtn a.type2 {
background-color: #FFC300;
box-shadow: 0 4px 0 #E5AF00;
}
div.sideTeikeiBtn a.type3 {
background-color: #FF5300;
box-shadow: 0 4px 0 #E54B00;
}
div.sideTeikeiBtn a.type4 {
background-color: #009E67;
box-shadow: 0 4px 0 #008556;
}
div.sideTeikeiBtn a.type5 {
background-color: #261EA4;
box-shadow: 0 4px 0 #20198A;
}
/*
	div.sideTeikeiBtn a{
	background-color: #0075BD;
	box-shadow: 0 4px 0 #1486CC;
}
div.sideTeikeiBtn a.type2 {
	background-color: #1486CC;
	box-shadow: 0 4px 0 #00558A;
}
div.sideTeikeiBtn a.type3 {
	background-color: #FFC300;
	box-shadow: 0 4px 0 #E5AF00;
}
div.sideTeikeiBtn a.type4 {
	background-color: #E5AF00;
	box-shadow: 0 4px 0 #CC9C00;
}
div.sideTeikeiBtn a.type5 {
	background-color: #FF5300;
	box-shadow: 0 4px 0 #E54B00;
}
div.sideTeikeiBtn a.type6 {
	background-color: #E54B00;
	box-shadow: 0 4px 0 #CC4300;
}
div.sideTeikeiBtn a.type7 {
	background-color: #009E67;
	box-shadow: 0 4px 0 #008556;
}
div.sideTeikeiBtn a.type8 {
	background-color: #008556;
	box-shadow: 0 4px 0 #006B45;
}
div.sideTeikeiBtn a.type9 {
	background-color: #261EA4;
	box-shadow: 0 4px 0 #20198A;
}
div.sideTeikeiBtn a.type10 {
	background-color: #20198A;
	box-shadow: 0 4px 0 #1A1570;
}
div.sideTeikeiBtn a.type11 {
	background-color: #EB003B;
	box-shadow: 0 4px 0 #D10034;
}
div.sideTeikeiBtn a.type12 {
	background-color: #D10034;
	box-shadow: 0 4px 0 #B8002E;
}*/

.tabArea{
	margin-top:20px;
}
.tabArea li{
	list-style: none;
	cursor: pointer;
}
.tabArea .tab{
	overflow:hidden;
}
.tabArea .tab li{
	background:#105da6;
	padding:8px 0;
	width:167px;
	text-align:center;
	float:left;
	margin-right:4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	color:#FFF;
}
.tabArea .tab li:last-child{
	margin-right:0;
}
.tabArea .tab li.select,
.tabArea .tab li:hover{
	background:#177BE0;
}
.tabArea .tabContents div.tab{
	border:1px solid #ccc;
	padding:20px;
	padding-top:24px;
}
.tabArea .hide {
	display:none;
}

div.tab div.post{
	padding:0;
	border:none;
}
.post span.title{
	font-size:1.6rem;
	display: block;
	/*padding-left:78px;*/
	padding-bottom:16px;
	margin-top:8px;
	margin-bottom:16px;
	border-bottom:1px dotted #CCC;
}
.post span.date{
	display: inline-block;

}
.post span.tag{
	color:#FFF;
	display: inline-block;;
	width:120px;
	padding:4px;
	border-radius: 4px;
	font-size:1.6rem;
	text-align:center;
	vertical-align: middle;
}

div.basicFlex.topTab{
	font-size:1.6rem;
	padding-bottom:16px;
	/*margin-top:16px;*/
	margin-bottom:16px;
	border-bottom:1px dotted #CCC;
}
div.basicFlex.topTab span.title{
	/*font-size:1.6rem;
	display: block;
	padding-bottom:16px;
	margin-top:16px;
	margin-bottom:16px;
	border-bottom:1px dotted #CCC;*/
	display: block;
	width:86%;
}
div.basicFlex.topTab span.date{
	display: block;
	width:20%;

}
.post span.tag{
	color:#FFF;
	display: inline-block;;
	width:120px;
	padding:4px;
	border-radius: 4px;
	font-size:1.6rem;
	text-align:center;
	vertical-align: middle;
}
.tag.tyousa{
	background: green;
}
.tag.kouhou{
	background: orange;
}
.tag.honbu{
	background: skyblue;
}
.tag.kaiin{
	background: #dcdc00;
}
.tag.sibu{
	background: purple;
}
.tag.sonota{
	background: black;
}
.post a{
	color:#333;
	text-decoration: none;
}
.post a:hover{
	color:#ffc300;
}

main h2:first-child {
	margin-top:0;
}
main h2 {
	position: relative;
	background-color: #f3f3f3;
	padding-left: 30px;
	margin-bottom: 8px;
	margin-top: 32px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
}
main h2:before {
	content: "";
	position: absolute;
	background: #4E7DAB;
	top: 50%;
	left: 0.5em;
	margin-top: -15px;
	height: 30px;
	width: 8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
main h2 {
	font-size: 1.6rem;
}
main h3 {
	margin: 24px 0 12px 0;
	padding: 3px 0 0 10px;
	color: #105da6;
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 5px solid #105da6;
}
.basicTable{
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
.basicTable th {
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background: #efede7;
}
.basicTable td {
	padding: 10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}

ul.basicList li{
	list-style: none;
	margin-left:24px;
	/*line-height:1.8;*/
	padding-bottom:6px;
}
ul.basicList li:before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	/*background: #FFC46E;*/
	background: #ccc;
	position: relative;
	left: -15px;
	top: -3px;
}

/* main banner */
.mainBannerArea{
	display: flex;
	justify-content: space-between;
}
.mainBannerArea li{
	flex-wrap:nowrap;
	/*margin-right:10px;*/
	width:160px;
}



/* Index */
div.topFlex{
	margin:auto;
}
div.topFlex div.bannerArea{
	width:32%;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	font-size:1.4rem;
}
div.topFlex span.image{
	display: block;
	width:25%;
}
div.topFlex span.text{
	display: block;
	width:73%;
}

div.topFlex div.bannerArea a{
	color:#333;
}
div.topFlex div.bannerArea a:hover{
	color:#ffc300;
}
/**/
div.basicFlex.msgPresident span.image{
	display: block;
	width:15%;
	text-align:center;
}
div.basicFlex.msgPresident span.msg{
	display: block;
	width:83%;
}
/* aim */
div.aimFlex{
	max-width:500px;
	margin:auto;
}
/* Head and Branceh Offices */
table.branches td.name{
	text-align:center;
	visibility: middle;
	width:15%;
}
table.branches p{
	padding:0;
}

/* Department of Membership and Branch Affairs */
ol.orgMemberBranch li{
	padding-bottom:16px;
}

/* Department of International Affairs */
p.orgDepOfInt{
	line-height:1.8;
}

p.orgDepOfSrvyRsrch{
	line-height:2;
}
table.orgStandards th.number{
	width:150px;
}
p.subscriptionOrder{
	padding-top:16px;
	border-top:1px dotted #CCC;
	text-align:center;
	line-height: 2;
}

ol.periodicals li{
	font-weight:normal;
	text-align:left;
	margin-left:36px;
}

table.publicationList th{
	width:10%;
}
table.publicationList th.name{
	width:40%;
}
table.publicationList td{
	text-align:right;
}
table.publicationList td.name{
	font-weight:bold;
}
table.publicationList td.name,
table.publicationList td.date{
	text-align:center;
}
table.publicationList td.mprice{
	background: #fefafa;
}
table.publicationList td.nprice{
	background: #fcfdff;
}
table.publicationList span.bikou{
	font-size:1.3rem;
}

span.pTitle{
color: #105da6;
font-size: 1.6rem;
font-weight: bold;
}


div.btnJgsIssmge {
	background: #F04158;
	width:500px;
	line-height:2;
	margin:16px auto;
	text-align:center;
	border-radius: 6px

}
div.btnJgsIssmge a{
	padding:16px;
	display: block;
	color:#FFF;
}
div.btnJgsIssmge a:hover{
	background: #f76275;
	border-radius: 6px
}

/* SubPage
------------------------------------------------------------*/
ul.subPageIndex{
	display: flex;
	flex-wrap: wrap;
	width:96%;
	margin:auto;
}
ul.subPageIndex li{
	flex-wrap: wrap;
	width:25%;
	/*margin-right:10px;*/
}

table.noBorder,
table.noBorder th,
table.noBorder td{
	border:none;
}

table.vtop td{
	vertical-align: top;
}

ul.backNumber{
	margin-bottom:32px;
}
ul.backNumber:after{
	display: table;
	clear: both;
	content: "";
}

ul.backNumber li{
	float:left;
	padding-right:16px;
}


/* Shunちゃんの模型実験動画 */
div.movArea{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.mov_box_l,
.mov_box_r {
	width:45%;
	padding:1%;
  margin-bottom: 20px;
  border: 1px solid #C3C3C3;
}

.mov_box_l iframe,
.mov_box_r iframe{
	width:100%;
	height:380px;
}

/* 地盤工学会のあゆみ */
div.chairmanArea{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
div.chairmanArea .cmBlock{
	width:306px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	margin-bottom:16px;
}
div.chairmanArea .cmBlock .image{
	width:125px;
	vertical-align: bottom;
	align-self: flex-end;
	margin:0;
	padding:0;
}
div.chairmanArea .cmBlock .profile{
	width:148px;
	background: #CCC;
	font-size:13px;
	/*vertical-align: bottom;*/
	/*align-self: flex-end;*/
	box-shadow: -1px -1px 6px #000;
	border-radius: 4px;
	margin:0;
	padding:0;
	margin:52px 8px 6px;
	padding:8px;
}

table.ayumiNenpyo tr.noBorder td{
	/*border:none;*/
	font-weight:bold;
}
table.ayumiNenpyo td.nenpyo-nendo{
	text-align:center;
	vertical-align: middle;
	background:#d3d3d5;
	width:100px;
	font-size:11px;
}

table.ayumiNenpyo td{
	font-size:13px;
}
table.ayumiNenpyo td span.year{
font-family: "Nico Moji";
font-weight:bold;
font-size:24px;
}


/* WP */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }


/* 検索結果 */
div.wrapper.searchResult{
	/*padding-top:3px;*/
}
div.wrapper.searchResult h1{
	padding:32px 0;
}

/* page-template-tpl_anniversary70th */
body.page-template-tpl_anniversary70th{
	background: url('images_tpl/anniversary70th_bg.png');
	background-position-x: 50%;
	/* background: url('images_tpl/anniversary70th_bg2.png'); */
}

/* body.page-template-tpl_anniversary70th div.wrapper{
	background: rgba(255,255,255,0.2);
} */

body.page-template-tpl_anniversary70th div.anniversaryLogo{
	padding-top:20px;
}
