@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
   個別設定
------------------------------------------------------- */

/* header */
#header .top .lang_list {
	width: 70px;
	height: 22px;
	padding-left: 5px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 22px;
	color: #102d57;
	background-color: #d7dbe3;
	box-sizing: border-box;
}
#header .top .lang_list.lang_o {
	background-color: #fff;
	cursor: default;
}
#header .top .lang_list::before {
	content: "";
	width: 11px;
	height: 11px;
	position: relative;
	top: 1px;
	margin-right: 3px;
	display: inline-block;
	background-image: url(../img/common/lang_list.gif);
	-webkit-background-size: cover;
	background-size: cover;
}
#header .top .lang_list:hover {
	background-color: #fff;
}
#header .top .lang_list a {
	text-decoration: none;
}
#header .top .lang_list a:hover {
	color: #102d57;
}
#header h1.logo {
	background: none;
	border: none;
	font-size: 2em;
	padding: 0;
}
#header h1.logo.ttl {
	font-size: 30px;
	text-align: center;
	width: 433px;
	height: 101px;
	padding-top:30px;
	line-height: 30px;
	box-sizing: border-box;
	background-image: url(../img/common/logo_bg.gif);
	background-repeat: no-repeat;
}
#header h1.logo.ttl.en,
#header h1.logo.ttl.kr,
#header h1.logo.ttl.cn,
#header h1.logo.ttl.ru,
#header h1.logo.ttl.fr,
#header h1.logo.ttl.es {
	font-weight: 400;
	letter-spacing: -1px;
	padding-left: 40px;
	text-align: left;
}
#header h1.logo.ttl.en {
	font-size:28px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#header h1.logo.ttl.kr {
	font-size:30px;
	line-height: 25px;
	text-align: center;
	padding-top: 35px;
	padding-left: 0;
}
#header h1.logo.ttl.cn {
	font-size:32px;
	text-align: center;
	padding-left: 0;
	font-family: "Microsoft Yahei","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#header h1.logo.ttl.fr { font-size:24px;}
#header h1.logo.ttl a {
	text-decoration: none;
}
#header h1.logo.ttl a:hover {
	color: #102d57;
	background-color: inherit;
}
#header h1.logo.ttl a:visited {	color: #000;}
#header h1.logo.ttl span {
	font-size:13.5px;
	font-weight: normal;
	letter-spacing: 0.1rem;
}

/*
*  文字サイズ変更用
*　レイアウト確定後コメント解除
*/

/* #header ul.element_size li {
	display: inline-block !important;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #102d57;
	color: #102d57;
	background-color: #fff;
	box-sizing: border-box;
}
#header ul.element_size li a {
	text-decoration: none;
}
#header ul.element_size li a:hover {
	color: #102d57;
}
#header ul.element_size li.off {
	color: #102d57;
	background-color: #fff;
}
#header ul.element_size li.on {
	color: #fff;
	background-color: #102d57;
}
#header ul.element_size li.on a {
	color: #fff;
} */

/* glnav */
#glnav ul {
	width:990px;
}
#glnav li {
	width: 165px;
	height: 70px;
	text-align: center;
}
#glnav li a {
	background-image: url(../img/common/glnav_temp.gif);
	font-size: 17px;
	display: inline-block;
	box-sizing: border-box;
	width: 165px;
	height: 70px;
	padding-top: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 23px;
}
#glnav li a:hover {
	background-image: url(../img/common/glnav_temp_o.gif);
	background-size: auto;
	background-position: center center;
}
#glnav li a.current {
	background-image: url(../img/common/glnav_temp_o.gif);
	background-size: auto;
	background-position: center center;
}

#glnav ul.glnav_other {
	width: 980px;
}
#glnav ul.glnav_other li {
	width: auto;
}
#glnav ul.glnav_other li a {
	width: auto;
	padding-top: 0;
}



/*
*  各言語Gナビ
*　レイアウト確定後コメント解除
*/

/* #glnav ul.glnav_other li {
	width: 196px;
	height: 70px;
	text-align: center;
}
#glnav ul.glnav_other li + #glnav ul.glnav_other li {
	border-left: 1px solid #999;
}
#glnav ul.glnav_other li a {
	display: inline-block;
	box-sizing: border-box;
	width: 196px;
	padding-top: 7px;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
}
#glnav ul.glnav_other.glnav_en li a {
	font-size: 20px;
	line-height: 24px;
}
#glnav ul.glnav_other.glnav_en li#gl2 a {
	padding-top: 0;
	line-height: 70px;
}
#glnav ul.glnav_other li a:hover {
	background-image: url(../img/common/glnav_temp.gif);
	background-color: #102d57;
}
#glnav ul.glnav_other li a.current {
	background-image: url(../img/common/glnav_temp.gif);
}
#glnav ul.glnav_other li a:hover:after {
	content: "";
	display: block;
	position: relative;
	bottom: -3px;
	height: 2px;
	width: 180px;
	margin: 0 auto;
	background-color: #dea100;
}
#glnav ul.glnav_other li a.current:after {
	content: "";
	display: block;
	position: relative;
	bottom: -3px;
	height: 2px;
	width: 180px;
	margin: 0 auto;
	background-color: #dea100;
}
#glnav ul.glnav_other li#gl2 a.current:after,#glnav ul.glnav_other li#gl2 a:hover:after {
	bottom: 12px;
} */

/* main_visual */

#main_visual {
	background-image: url(../img/common/main_visual.jpg);
	width: 980px;
	height: 150px;
	padding-left: 50px;
	box-sizing: border-box;
}
#main_visual p {
	font-size: 175%;
	line-height: 150px;
	color: #112e56;
	font-weight: bold;
}
#main_visual p.main_line {
	line-height: inherit;
	padding-top: 45px;
}
#main_visual.main_visual-cn p {
	font-family: "Microsoft Yahei","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
}

/* footer */
#footer {
	padding: 30px 0;
}
#footer .clear_fix .left {
	float:left;
	width: 300px;
	margin-right: 40px;
}
#footer .clear_fix .left p.address_jp {
	margin-bottom: 90px;
}

/* jp/ugoki 年表ページ2カラム用 */

#outline div.left_col { width: 100%;}
#outline div.left_col .table1 { 
    width: 100%;
    margin: 0;
}

#outline.year div.left_col {
    width: 100%;
    position: relative;
}

#outline.year div.left_col .table1 { 
    width: 100%;
    margin: 0px;
}


/* Google Coustom API（検索ボタン） */
.input_search_form {
  display: block !important;
  width: 100%;
  font-size: 0;
  margin: 20px 0 10px;
}

.input_search_input {
  display: inline-block;
  width: calc(80% - 7px);
  margin: 0 14px 0 0;
  padding: 5px 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 14px;
}

.input_search_btn {
  color: #fff;
  display: inline-block;
  width: calc(20% - 7px);
  box-sizing: border-box;
  outline: none;
  border-radius: 0px;
  background-color: #4d90fe;
  padding: 8px 0;
  line-height: 1;
  border: none;
  transition: 0.3s all;
  background-image: url(../img/common/search_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px; 
}

.input_search_btn:hover {
  opacity: 0.8;
  transition: 0.3s all;
  cursor: pointer;
}

/* schresult.html */
#results {
   padding: 30px 20px;
   background-color: #f2f2f2;
}

#results .result {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #333;
  transition: 0.3s all;
}

#results .result:last-child {
  border-bottom: none;
}

#results .result:hover .title {
  color: #f2f2f2;
  background-color: #1155cc;
  transition: 0.3s all;
}

#results .result .title {
   display: inline-block;
   font-size: 16px;
   color: #1155CC;
   text-decoration: underline;
   margin: 0 0 5px;
  transition: 0.3s all;
}

#results .link {
  color: #009933;
  word-break: break-all;
  text-decoration: none !important;
  font-size: 13px;
  margin: 0 0 5px;
}

#results .snippet {
  font-size: 13px;
  margin: 0 ;
  background-color: #f2f2f2;
}

#results .result a {
  text-decoration: none;
}

#results .result a:hover{
  color: #102d57;
}
