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

.title {
	font-family:'Lucida Grande',"ゴシックMB101 R",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005BAB;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}

#press-menu li a{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/list1.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#press-menu li a:hover{
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	background-image: url(../img/list1-2.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.s_text{
	text-align: left;
}

.year{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

.kw{
	float: left;
}

div.csv2table-div {
  padding           : 15px; 
  margin            : 1px;
}

td.csv2table-table-td{
	padding           : 0px;
	font-size         : 14px;
	line-height: 160%;	
	vertical-align: top;
	text-align: center;
}

/*先頭列のTD背景色をorangeにする*/
td.csv2table-table-td:nth-child(1){
text-align: center;	
}

td.csv2table-table-td:nth-child(2){
vertical-align: top;
}

td.csv2table-hoboNum {

}



/*一覧*/
.l-press #press-menu{
	width: 150px;
	font-size: 14px;
	line-height: 1.9;
}

.l-press .press-area li{
	list-style-type: none;
}

.l-press #press-area{
	width: 720px;
  margin-bottom: 80px;
}

.l-press .press-title1 {
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	text-align : left ;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}

.l-press .press-title2 {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	text-align : left ;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width:650px;
	padding: 5px;
}

.l-press #press-area li.flex p {
    margin: 0;
}

.l-press #press-area li.flex {
    padding: 15px 10px;
    border-bottom: solid 1px #999;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.l-press #press-area ul {
    margin: 0;
}

.l-press #press-area li.flex a {
    text-decoration: none;
    display: inline-block;
}

.l-press #press-area li.flex p.date {
    margin-right: 20px;
}

.press-area.unit-news {
  position: relative;
  border-bottom: 1px solid #e3e8e8;
}

.l-press #press-area li.flex a:hover {
    transition: 0.2s;
    color: #990000;
}


@media (max-width: 768px) { 
.l-press #press-menu ,.l-press #press-area {
    width: 100%;
    margin-bottom: 20px;
}

.l-press #press-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.l-press #press-menu ul li.oe_heading {
    width: 100%;
    margin-right: 0;
}

.l-press .press-area li {
    margin-right: 20px;
    margin-bottom: 5px;
}

.l-press #press-area li.flex {
    display: block;
    padding: 10px;
    margin-right: 0;
}

.l-press .press-title1 {
    font-size: 16px;
}

.l-press #press-area li.flex p.date {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 7px;
}



}