@charset "utf-8";

/**
 *
 *  企業情報 - 沿革 -
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   anchor-link
---------------------------------------------------------------------------*/

.anchor-link{
	overflow:hidden;
	margin-bottom:30px;
	padding:14px 10px 14px 18px;
	border-top:1px solid #c9c7c5;
	border-bottom:1px solid #c9c7c5;
}
.anchor-link ul{
	float:left;
	width:540px;
}
.anchor-link ul li{
	display:inline-block;
	margin-right:40px;
}
.anchor-link ul li a{
	padding-right:33px;
	background:url(../../images/common/ico_arrow01.png) no-repeat 100% 45%;
}
.anchor-link .date{
	float:right;
	width:150px;
	margin-top:2px;
	text-align:right;
	font-size:84%;
}
.anchor-link .date span{
	margin-right:5px;
	color:#f95158;
}

@media (max-width: 767px) {
.anchor-link {
    padding:14px 20px 14px 20px;
}
.anchor-link ul {
    width: 100%;
}
.anchor-link ul li {
    margin-right: 0px;
    display: block;
    width: auto;
}
.anchor-link ul li:last-child {
    margin-right: 0;
}
.anchor-link ul li a {
    padding-right: 30px;
    font-size: 12px;
    height: auto;
    display: table;
    padding: 5px 0 5px 20px;
    background:url(../../images/common/ico_arrow01.png) no-repeat 100% 45%;
    background-position: left;
}

}

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

#Main table{
	width:726px;
}
#Main table th,
#Main table td{
	border:1px solid #c9c7c5;
	vertical-align:middle;
}
#Main table th.year01{
	width:36px;
	padding-right:4px;
	background:#f95158;
}
#Main table th.year02{
	width:136px;
	padding:14px;
	background:#e6e5e1;
}
#Main table th.year02 span{
	font-size:92%;
}
#Main table th.month{
	width:57px;
	padding:14px 0;
	background:#fff;
	font-weight:normal;
}
#Main table td{
	padding:14px;
	background:#fff;
}

@media (max-width: 767px) {
   #Main table{
       width: calc(100% - 40px);
       margin: auto;
}
    #Main table th.year01 {
    width: 25px;
    vertical-align: top;
    position: relative;
    padding-right: 2px;
    padding-left: 2px;
    }
   #Main table th.year01 img {
    position: sticky;
    top: 30px;
    left: 0;
    right: 0;
    margin: 30px auto;
    }
   #Main table th.year02 {
   width: 85px;
   padding: 14px 10px;
}
    #Main table th.year02 span {
        display: block;
    }
    #Main table th.month {
        width: 50px;
    }
 
}