@charset "UTF-8";

/*
 * news.css
 *
 */

/* event
---------------------------------------------------------- */
#event.index #categoryVisual h1 {
padding-bottom: 0px;
}

ul#tab {
display: table;
border-bottom: 5px solid #007AFF;
width: 100%;
margin-top: -2em;
}

.press ul#tab {
border-bottom: 5px solid #4A993E;
}

.groupPress ul#tab {
border-bottom: 5px solid #0F6286;
}

.pressNews ul#tab {
border-bottom: 5px solid #D05900;
}

ul#tab li {
float: left;
}

ul#tab li a {
display: table-cell;
text-align: center;
vertical-align: middle;
padding-top: 5px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
height: 3.5em;
font-weight: bold;
font-size: 17px;
width: 245px;
background-color: #FFFFFF;
border-right: 2px solid #F0F0F0;
}

ul#tab li:last-child a {
border-right-style: none;
}

.index ul#tab a.item-1 {
background-color: #007aff;
color: #FFFFFF !important;
text-decoration: none;
}

.index ul#tab a.item-1 {
color: #FFFFFF !important;
}

.index ul#tab a.item-2 {
color: #4a993e !important;
}

.index ul#tab a.item-3 {
color: #009999 !important;
}

.index ul#tab a.item-4 {
color: #cc6600 !important;
}

.index ul#tab a.item-1:hover,
.index ul#tab a.item-2:hover,
.index ul#tab a.item-3:hover,
.index ul#tab a.item-4:hover {
background-color: #F2F8FC;
color: #2EC5DF !important;
text-decoration: underline;
}

.press ul#tab a.item-2 {
color: #ffffff !important;
background-color: #4a993e;
}

.groupPress ul#tab a.item-3 {
color: #ffffff !important;
background-color: #106287;
}

.pressNews ul#tab a.item-4 {
color: #ffffff !important;
background-color: #d15a00;
}


.press_bread{
display: table;
table-layout: fixed;
margin-left: auto;
}

.press_bread li{
display: table-cell;
border-right: 1px solid #D6D3D3;
vertical-align: middle;
padding-left: 1.5em;
padding-right: 2em;
}

.press_bread li:last-child{
border-right-style: none;
padding-right: 1em;
}

.press_bread li a{
text-align: center;
display: block;
}

.press_bread li.active a{
color: #000000;
}

.h-pdf { /* ADD 2016/12/13 */
text-align: right;
margin-top: -0.5em;
margin-bottom: 0.5em !important;/* 20180227 1em */
padding-right: 10px; /* 20181228 */
}
.h-date { /* ADD 2016/12/13 */
text-align: right;
}
.h-author { /* 20181228 */
text-align: right;
padding-right: 10px; 
}







/* old css
---------------------------------------------------------- */
#main_contents h3 {
margin-bottom: 20px;
}

.title_middle {
background: url(../../img/old_img/title_middle.gif) no-repeat 0 bottom;
padding: 5px 0 8px 20px;
font-size: 133%;
line-height: 130%;
}




@media screen and (max-width:767px) and (min-width:1px) {
	
section.section{ /* ADD 2016/12/13 */
width: 100% !important;
padding-top: 28px; 
}

ul#tab {
margin-top:0; /* 20180605 */
}

ul#tab li {
width: 25%;
}

ul#tab li a {
font-size: 10px;
width: auto;
display: block;
padding-top: 1.2em;
height: 3.7em;
}


.press_bread{
margin-left: 0px;
margin-right: auto;
}

.press_bread li{
display: block;
border-right-style: none;
padding-left: 0em;
padding-right: 0em;
}

.press_bread li a{
text-align: left;
}

.press_bread li:last-child{
border-right-style: none;
}

section.section{ /*ADD 201608*/
width: 95%;
/* 20180219 top: 80px;*/
padding-bottom: 50px;
padding-top: 0px;/* 20180219 50px */
}


h1+div.sub-section{ /* 20181228 */
width: 95% !important;
min-width: 95%;
}

}
