@charset "utf-8";
/* CSS Document */


/*=== メインビジュアルエリア ===*/


#main_visual img{
	width:100%;
	height:auto;
}


/*=== パンくずエリア ===*/

#pan{
	text-align:right;
	background:#EEEEF3;
	padding:20px 0;
}


#pan li{
	display:inline-block;
	margin-left: 1em;
}

#pan li a,
#pan li span,
#pan li em{margin-right: 1em;}

#pan li em{font-weight: bold;}



/*=== ローカルナビエリア ===*/

#lonav{
	width:25%;
	max-width:300px;
	margin-right:3.33%;
	margin-bottom:30px;
}

#lonav h2{
	border-bottom:solid 3px #3B3B54;
	padding:50px 30px 20px;
	font-weight:normal;
}

#lonav li{
	background:url(../img/common/arrow04.png) no-repeat 20px 50%;
	border-bottom:solid 1px #D5D5DF;
}

#lonav li a{
	display:block;
	padding:20px 40px;
	text-decoration:none;
}

#lonav li a.on,
#lonav li a:hover{
	background:#EEEEF3 url(../img/common/arrow04.png) no-repeat 20px 50%;
	text-decoration:none;
}


@media screen and (max-width: 980px){
	
	#lonav h2{
		padding:40px 15px 15px;
	}
	
	#lonav li a{
		padding:15px 30px;
	}
	
	#lonav li{
		background:url(../img/common/arrow04.png) no-repeat 10px 50%;
	}
	
	#lonav li a.on,
	#lonav li a:hover{
		background:#EEEEF3 url(../img/common/arrow04.png) no-repeat 10px 50%;
	}
}


/*=== カテゴリインデックス ===*/

#index_content{}

#index_content ul{
	margin: 30px 0;
}

#index_content li{
	display:inline-block;
	width:30%;
	margin:1.3%;
	border:2px solid #D5D5DF;
	box-sizing: border-box;
	vertical-align: top;
}

#index_content li a{
	background:#FFFFFF url(../img/common/arrow04.png) no-repeat 15px 50%;
	display:block;
	text-align:center;
	padding:20px;
	text-decoration:none;
	transition: all .3s;
}

#index_content li a:hover{
	background:#EEEEF3 url(../img/common/arrow04.png) no-repeat 15px 50%;
}


/*=== メインコンテンツエリア ===*/

#content,
#other #content.col2{
	float:right;
	max-width:860px;
	width:71%;
}

#content section{
	margin: 40px 0;
}

#index_content h1,
#content h1{
	border:solid 2px #D5D5DF;
	margin:30px 0;
	padding:25px 25px 25px 80px;
	background:#ffffff url(../img/common/arrow03.png) no-repeat 20px 50%;
	font-weight:normal;
	font-size: 160%;
}

{
	border:solid 2px #D5D5DF;
	margin:30px 0;
	padding:25px 100px;
	background:#ffffff url(../img/common/arrow03.png) no-repeat 20px 50%;
	font-weight:normal;
	font-size: 160%;
}

#content h2{
	border-left:solid 3px #3A3A53;
	position:relative;
	margin:30px 3px 40px;
	padding:10px 5px 10px 18px;
	font-weight:normal;
	font-size: 140%;
}

#content h2:after{
	content:"";
	background:#D5D5DF;
	height:2px;
	width: calc(100% - 0px);
	position:absolute;
	left:-3px;
	bottom:-15px;
	font-weight:normal;
}


#content h3{
	border-bottom:solid 2px #D5D5DF;
	margin: 0px 5px 30px 5px;
	padding:10px 25px;
	font-weight:normal;
	position:relative;
	font-size: 130%;
}

#content h3:after{
	content:"";
	background:#3A3A53;
	position:absolute;
	left:0;
	bottom:-2px;
	height:2px;
	width:30%;
}

#content h4{
	border-left:solid 2px #3A3A53;
	margin:0 0 30px 12px;
	padding:3px 20px;
	font-weight:normal;
	font-size: 120%;
}

#content p{
	margin:20px 25px;
}

#content figure img,
#content p img{
	margin:10px 10px 10px 0;
	max-width:350px;
	vertical-align:top;
}

#content hr{
	display:block;
	border:none;
	border-bottom:dotted 1px #81909C;
	margin:30px 0;
}

#other_lang #content,
#life #content,
#contribution #content,
#country #content,
#other #content{
	float:none;
	max-width:1200px;
	width:100%;
}


a[name]{
	text-decoration:none!important;
}


/*---- list ----*/

.list01,.list02,.list03{
	margin:30px 0;
	}

.list01 li,.list02 li{
	margin:10px 0;
	padding-left:35px;
	}

.list01 li{background: url(../img/common/list01.png) no-repeat 20px 50%;}
.list02 li{background: url(../img/common/list02.png) no-repeat 20px 50%;}

.list03{
	margin: 20px 25px;
}

.list03 li{
	margin:10px 0;
}

.list03 li li{
	text-indent:1em;
}

/*入れ子のリストがある場合のアイキャッチの位置指定*/
.list01 .list01_li{background: url(../img/common/list01.png) no-repeat 20px 6px;}
.list02 .list02_li{background: url(../img/common/list02.png) no-repeat 20px 6px;}


/*リスト2カラム*/

.clm2:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clm2 > li{
	width:45%;
	float:left;
}


/*---- table ----*/

.table01,
.table02{
	border-collapse:collapse;
	width: 100%;
	margin: 50px 0;
	border-top:solid 1px #DFD7BF;
}

.table01 th,
.table01 td,
.table02 th,
.table02 td{
	padding:20px;
}

.table01 th,
.table02 th{
	background:#F8F0DA;
}

.table01 th,
.table02 th,
.table01 td,
.table02 td{
	border-bottom:solid 1px #DFD7BF;
}

.table01 th{text-align:center;}
.table01 td{text-align:center;}

.table02 th{text-align:left;}
.table02 td{text-align:left;}

.table02 th.center{text-align:center;}


.nowrap {
	white-space: nowrap;
}

/*---- dl ----*/

.dl01{
	margin:30px 0;
}

.dl01 dt,
.dl01 dd {
	margin:10px 0;
	padding-left:30px;
}

.dl01 dt{
	font-weight:bold;
}

.dl01 dd{}

.dl01 dd ul{
	margin:0;
}


/*---- lnk ----*/
.lnk02{
	background: url(../img/common/arrow04.png) no-repeat 0 50%;
	padding-left: 15px;
}

/*---- box ----*/
.box{
	border:#3B3B54 solid 1px;
	margin:20px;
}



/*---- other ----*/

.red{ color:#C32C12;}

.wordbreak{
	word-break: break-all;
}


/*---- リニアナビ ----*/
.liner:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.linear{
	border-top:#414158 solid 1px;
}

.linear li:first-child {
	float: left;
	background: url(../img/common/arrow05.png) no-repeat 2% 50%;
	padding: 12px 0 12px 28px;
	width:20%;
}

.linear li:last-child {
	float: right;
	background: url(../img/common/arrow04.png) no-repeat 98% 50%;
	padding: 12px 28px 12px 0;
	text-align: right;
	width:20%;
	margin-bottom:20px;
}

.linear li:nth-child(2){
	float: left;
	text-align:center;
	padding: 12px 0;
	width:50%;
	background:none;
}




.liner li a{}


/*==== 新着情報 ====*/


#main #news h2 {background: url(../img/index/news.png) no-repeat top center;}

#main #news #article {
	margin: 20px 25px;
}

#main #news #article .date {
	background:#CBE5AC;
	font-weight:bold;
	float:left;
	padding:7px 15px;
	width:7em;
}


#main #news #english #article .date {
	width:8em;
}

#main #news #article p {
	padding:7px 7px 30px 180px;
	margin:0;
}

#main #news #article img {
	margin:10px 10px 0 0;
}

#main #news article{
	border-bottom:dotted 1px #CBCBCB;
	margin:30px 0;
}

#main #news article:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.area{}

.area01 ul,
.area02 ul,
.area03 ul,
.area04 ul,
.area05 ul,
.area06 ul{
	margin:10px;
}

.area01 li span,
.area02 li span,
.area03 li span,
.area04 li span,
.area05 li span,
.area06 li span{
	display:inline-block;
}

.area01 li span:first-child,
.area02 li span:first-child,
.area03 li span:first-child,
.area04 li span:first-child,
.area05 li span:first-child,
.area06 li span:first-child{
	text-align:left;
	width:80%;
}

.area01 li span:last-child,
.area02 li span:last-child,
.area03 li span:last-child,
.area04 li span:last-child,
.area05 li span:last-child,
.area06 li span:last-child{
	text-align:right;
	width:18%;
}


.area01{ color:#23428A;}
.area02{ color:#744D27;}
.area03{ color:#742744;}
.area04{ color:#C4650E;}
.area05{ color:#1F8A30;}

.area01 h2{ color:#23428A;}
.area02 h2{ color:#744D27;}
.area03 h2{ color:#742744;}
.area04 h2{ color:#C4650E;}
.area05 h2{ color:#1F8A30;}

.area{}

.area{}

.area{}

