<?php include_once "$SOUPASS/tpl/include/header.php"; ?><?php include_once "$SOUPASS/tpl/include/header.php"; ?><?php include_once "$SOUPASS/tpl/include/header.php"; ?><?php include_once "$SOUPASS/tpl/include/header.php"; ?><?php include_once "$SOUPASS/tpl/include/header.php"; ?><?php include_once "$SOUPASS/tpl/include/header.php"; ?>@charset "utf-8";
.table {
	width:94%;
	box-sizing: border-box;
	margin:0 auto 50px auto;
}
.table tr th{
	background: url(../../images/base/bg.png);
	padding:10px;
	color:#000;
	font-size:16px;
	border-bottom:1px solid #ccc;
	width:100%;
	display: block;
	text-align: left;
}
.table tr td{
	width:100%;
	display: block;
	padding:20px 10px;
	border-bottom:1px solid #ccc;
}
.rinen{
	width:96%;
	margin:0 auto;
}
.rinen p{
	font-size:20px;
	font-family :	YuMincho,'Yu Mincho', serif;
	color:#000;
	margin-bottom:20px;
	padding-left: 2em;
   text-indent: -2em;
}
.company{
	width:94%;
	margin:0 auto;
	text-align: center;
	line-height: 180%;
	
}
.company p{
	font-family :YuMincho,'Yu Mincho', serif;
	margin-bottom:15px;
	color:#000;
	font-size:15px;
	font-weight: bold;
	text-align: left;
}
ul.company_menu{
	margin:0 auto 50px auto;
	text-align: left;
}
ul.company_menu li{
	width:90%;
	background: #255875;
	margin:20px auto 8px auto;
	font-size:14px;
}
ul.company_menu li img{
	float:left;
	margin-right:15px;
	width:80px;
	height:auto;
}
ul.company_menu li a:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
ul.company_menu li h3{
	font-weight: normal;
	text-align: left;
	border-bottom:1px solid #fff;
	margin:0 0 10px 110px;
	background: url(../../images/sysmet/sankaku.png)no-repeat center left;
	padding:0 0 0 15px;
	font-size:18px;
}
ul.company_menu li a{
	box-sizing: border-box;
	display: block;
	color:#fff;
	padding:10px;
	font-family:'NotoSans_R';
}
ul.company_menu li:hover{
	background:rgba(37,88,117,0.8);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.company_menu li a:hover{
	opacity: 1.0!important;
	text-decoration: none;
}

.kyoten {
	width:96%;
	margin:0 auto 30px auto;
}
.kyoten h3{
	font-size:22px;
	font-weight: normal;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
.kyoten .map{
	border:1px solid #029279;
	color:#029279;
	display: block;
	width:110px;
	padding:5px 0;
	text-align: center;
	font-size:14px;
	margin-left:20px;
}
.kyoten p{
	margin-bottom:20px;
	margin-left:20px;
	font-size:14px;
}
.history-table {
	width:94%;
	margin:0 auto;
}
.history-table tr td {
    padding-bottom: 1em;
    border-bottom: 1px dashed #e6e6e6;
    position: relative;
	font-size:15px;
}
.history-table tr th, 
.history-table tr td{
	vertical-align: middle;
	display: block;
	text-align: left;
	
}

.history-table tr:nth-child(odd){
    background: url(../../images/sysmet/bg-paper.jpg) center center repeat;
}
.history-table img{
	display: block;
	width:auto;
	height:auto;
	margin:5px auto;
}
.history-table_year{
	margin-left: 1em;
	font-size:28px;
	letter-spacing: 0.5em;
	font-family: "palatino","palatino",felipa,"Times New Roman", Times, "serif";
	font-style: italic;
	float:left;
	padding:10px 0;
}
.history-table_year-sub{
	margin-left: 1em;
    display: inline-block;
	letter-spacing: 0.5em;
    font-size: 0.8em;
    color: #c47b4a;
	clear: both;
	margin-bottom:0.5em;
	padding:20px 0 0 0;
}
.history-data-table_item{
	margin-right: 1em;
}
.history-table_content{
	clear: both;
	margin-top:10px;
	margin-left: 1em;
}
.w900{
	width:96%;
	margin:0 auto;
	font-size:18px;
}
.w900 img{
	display: block;
	width:auto;
	height:auto;
	margin:5px auto;
}
.sitemap{
	margin:20px 20px 40px 20px;
	font-family:'NotoSans_R';
}
.sitemap li {
	position: relative;
	display: inline-block;
	color: #000;
	padding-left:20px;
	width:86%;
	text-align: left;
	margin:10px auto;
	font-size:16px;
}
.sitemap li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	position: absolute;
	left: 0;
	top: 10px;
	transform: rotate(45deg);
}
/*main部分*/
.marg{
	margin:20px 0px 80px;
}
.middle{
	margin:0 auto;
}
.middle h2{
	font-size: 42px;
}
.middle p{
	margin: 40px 20px;
}
/*main部分終了*/