@charset "UTF-8";
/*
 * news.css
 *
 *  version --- 3.6
 *  updated --- 2017/8/16
 */

/* !Clearfix
---------------------------------------------------------- */
.boxNews01,
.tit_sub_area01,
.box_icon_area01
{
	display: block;
	min-height: 1%;
}
.boxNews01:after,
.tit_sub_area01:after,
.box_icon_area01:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !記事詳細
---------------------------------------------------------- */
.section {
	margin: 0 15px 0;
}

.tit_sub_area01 {
	padding: 9px 10px;
	background-color: #ccc;
}
.tit_sub_area01.spOnly {
	margin-top: 15px;
}

.box_icon_area01 {
	margin: 10px 15px 15px;
}
	.box_icon_area01 .ul_icon_area01 {
		float: left;
	}
		.box_icon_area01 .ul_icon_area01 li {
			float: none;
			margin-top: 5px;
		}
		.box_icon_area01 .ul_icon_area01 li.first {
			margin-top: 0;	
		}
	.box_icon_area01 .txt_news_update01 {
		text-align: right;
	}

.dl_detail01 {
}
	.dl_detail01 dt {
		font-weight: bold;
	}
	.dl_detail01 dd {
	}
		.dl_detail01 dd p {
			margin-bottom: 30px;
		}
		.dl_detail01 dd p.last {
			margin-bottom: 0;
		}
.box_txt_area01 {
}
	.box_txt_area01 p {
		text-indent: 1em;
		margin-bottom: 30px;
	}
	.box_txt_area01 p.last {
		margin-bottom: 0;
	}
		.box_txt_area01 p strong {
			font-weight: bold;
		}
	.box_txt_area01 p.flImgR,
	.box_txt_area01 p.flImgL {
		text-indent: 0;
	}
#news_head,
#research_head {
	display: none;
}

/* !~/news/
---------------------------------------------------------- */
.boxNews01 {
	padding:0;
	margin: 10px 0;
	border: 10px solid #eff3f4;
	position: relative;
}
	.boxNews01 .img img{
		width: 100%;
	}
	.boxNews01 .detail {
		width: 98%;
		padding:5px;
	}
		.boxNews01 .summary {

			padding:5px;
		}
			.boxNews01 .title {
			}
				.boxNews01 .title a {
					color: #333;
					text-decoration: underline;

					font-weight: bold;
				}

			.boxNews01 .links {

				left: 5px;
				bottom: 5px;
			}
				.boxNews01 .links li {
					display: inline-block;
					*display: inline;
					*zoom: 1;
					margin-right: 4px;
				}

					.boxNews01 .links li a {
					font-size: 91.6%;

					}
						.boxNews01 .links li .bg_radius_icon01 p {
							height: 19px;
							padding: 2px 10px 0 0;
						}
    
em {
	font-style: italic;
}


/* !~/event/
---------------------------------------------------------- */
.boxEvent01 {
}
	.boxEvent01 .titArea01 {
		overflow: hidden;
		*zoom: 1;
	}
		.boxEvent01 .titArea01 .tit01 {
			float: left;
			font-weight: bold;
			font-size: 158%;
			line-height: 1.1;
		}

	.boxEvent01 .titArea01 {
		padding: 10px 0 10px;
		background-color: #ccc;
	}		
		.boxEvent01 .titArea01 .tit01 {
			float: none;
			font-size: 141.66%;
			text-align: center;
		}

.ulBtnCalendar01 {
	position: relative;
	height: 27px;
	background-image: url(/common/img/sp/bg_pagenation01.gif);
	background-position: left top;
	background-repeat: repeat;
	background-size: 10px 27px;
	-moz-background-size: 10px 27px;
	-webkit-background-size: 10px 27px;
}
	.ulBtnCalendar01 li {
		position: absolute;
		width: 33.3%;
		text-align: center;
	}
	.ulBtnCalendar01 li.btn_next {
		right: 0;
		border-left: 1px solid #2f2f2f;
	}
	.ulBtnCalendar01 li.btn_prev {
		left: 0;
		border-right: 1px solid #2f2f2f;
	}
	.ulBtnCalendar01 li.btn_this {
		left: 33%;
	}
		.ulBtnCalendar01 li a {
			display: block;
			padding-top: 8px;
			height: 19px;
			text-align: center;
			background-repeat: no-repeat;
			background-size: 5px 6px;
			-moz-background-size: 5px 6px;
			-webkit-background-size: 5px 6px;
		}
		body.englishPage .ulBtnCalendar01 li a {
			padding-top: 9px;	
		}

.tableEvent01 {
	display: block;
}
	.tableEvent01 tr {
		border-top: 2px solid #e4e4e4;
	}
	.tableEvent01 tr:first-child {
		border-top: none;
	}
	.tableEvent01 tr.nodata {
		display: none;
	}
		.tableEvent01 th {
			display: block;
			padding-left: 15px;
			color: #fff;
			text-align: center;
		}
		.tableEvent01 td {
			background-color: #fff;
			vertical-align: top;
		}
			.tableEvent01 th div {
				width: 45px;
			}
			.tableEvent01 th.th00 div {
				margin-top: 10px;
				padding: 4px 0;
				background: #666;
				font-size: 66.6%;
			}
			.tableEvent01 th.th01 div {
				padding: 0;
				background: #999;
				font-size: 166.6%;
			}
			.tableEvent01 th.th02 div {
				margin-bottom: 10px;
				padding: 0 0 4px;
				background: #999;
				font-size: 66.6%;
			}
			.tableEvent01 tr.saturday th.th00 div { background: #052d5d; }
			.tableEvent01 tr.saturday th.th01 div { background: #0d4f77; }
			.tableEvent01 tr.saturday th.th02 div { background: #0d4f77; }
			.tableEvent01 tr.holiday th.th00 div { background-color: #6f0010; }
			.tableEvent01 tr.holiday th.th01 div { background-color: #9d0016; }
			.tableEvent01 tr.holiday th.th02 div { background-color: #9d0016; }
			.tableEvent01 td div {
				margin: 10px 15px;
			}
		
.ul_link_list01 {
}
	.ul_link_list01 li {
		margin-bottom: 2px;
		background-image: url(/common/img/sp/ico_arrow04.png);
		background-repeat: no-repeat;
		background-position: left 0.75em;
		background-size: 5px 6px;
		-moz-background-size: 5px 6px;
		-webkit-background-size: 5px 6px;
		padding-left: 12px;
		*zoom: 1;
	}
	.ul_link_list01 li.last {
		margin-bottom: 0;
	}


/* !~/information/
---------------------------------------------------------- */		
.ul_news01 {
}
	.ul_news01 li {
	}
	.ul_news01 li.last {
		margin-bottom: 0;
	}
		.ul_news01 li p {
		}
		.ul_news01 li .detail01 {
		}
			.ul_news01 li .txt01 {
				font-size: 86%;
				padding-left: 12px;
				background-image: url(/common/img/sp/ico_arrow04.png);
				background-repeat: no-repeat;
				background-position: left 0.75em;
				background-size: 5px 6px;
				-moz-background-size: 5px 6px;
				-webkit-background-size: 5px 6px;
				overflow: hidden;
				*zoom: 1;
			}
			.ul_news01 li .link01 li {
				vertical-align: top;
				background: none;
				padding: 0;
				display: inline-block;
				*display: inline;
				*zoom: 1;
			}
				.ul_news01 li .link01 li a {
					font-size: 86%;
				}

.ul_news01 {
}
	.ul_news01 > li {
		padding: 6px 12px 40px 10px;
		border-bottom: 1px solid #e4e4e4;
		background: none;
		position: relative;
	}
		.ul_news01 li .date01 {
			margin-bottom: 5px;
		}
			.ul_news01 li .txt01 {
				font-size: 100%;
			}
			.ul_news01 li .link01 {
				padding-top: 5px;
				position: absolute;
				bottom: 10px;
			}
				.ul_news01 li .link01 li {
					margin: 5px 10px 0 0;
				}
					.ul_news01 li .link01 li a {
						font-size: 91.6%;
					}
		.ul_news01 li .schedule {
			padding: 3px 0 0 10px;
			display: block;
			font-size: 11px;
			color: #666;
		}

.h1_category_rwd01 {
	min-height: 47px;
	padding: 0;
	border-bottom: 1px solid #052d5d;
	position: relative;
}
.h1_category_rwd01.noborder {
	border-bottom: none;	
}
	.h1_category_rwd01 .ul_rss_head01 {
		float: right;
		margin: 5px 0 0 0;
	}
		.h1_category_rwd01 .ul_rss_head01 li {
			border-left: 1px solid #ccc;
			display: inline-block;
		}
			.h1_category_rwd01 .ul_rss_head01 li a {
				display: block;
				min-height: 31px;
				text-indent: 0px;
				padding: 11px 13px 0 13px;
			}
				.h1_category_rwd01 .ul_rss_head01 li a img {
					margin: 3px 0 0 0;
				}


#mainImg { 
	display: none;
}