﻿@charset 'UTF-8';

/*
===============================================================

    1.General Setting
    2.main
        2-1.emergBox
        2-2.visualBox
        2-3.noticeBox
        2-4.newsList topicsList
        2-5.workBox
        2-6.mbBox
        2-7.objBox

===============================================================
*/


/*======================================
    1.General Setting
======================================*/


/*======================================
    2.main
======================================*/

.topicsList, .newsList {
	border-top: none;
}

.mainBlock {
	width: 980px;
	margin: 0 auto;
}

.mainBlock::after {
	display: table;
	clear: both;
	content: '';
}

.newsBlock {
	float: left;
	width: 74.5%;
	margin: 0 0 40px;
}

.newsBlock section {
	margin: 0 0 20px;
}

.newsBlock section.topicsList {
	margin-bottom: 40px;
}

.newsBlock section:last-child {
	margin: 0;
}

/*==== 2-1.emergBox ====*/

.emergBox {
	background-color: #fff;
	border: 2px solid #e62c2c;
	width: 976px;
	margin: 20px auto 0;
}

.emerg_Inner {
	font-weight: bold;
	line-height: 1.4;
	width: 980px;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: center;
}

.emergBox h2 {
	display: none;
}

.emergBox a {
	color: #e62c2c;
}

/*==== 2-2.visualBox ====*/

.visualBox {
	width: 980px;
	margin: 20px auto 30px;
	background-color: #fff;
	border: 1px solid #d7d3d3;
	padding: 9px;
}

/*==== 2-3.noticeBox  ====*/

.noticeBox {
	background-color: #fff;
	padding: 1rem 16px;
	border: 2px solid #e62c2c;
}

.noticeBox h2 {
	color: #e62c2c;
}

.noticeBox li {
	list-style: none;
}

.noticeBox a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 17px;
}

.noticeBox a::before {
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 8px;
	height: 8px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
}

.rss_btn {
	background: #4d4d4d;
}

.rss_btn a {
	padding: 0 8px;
	text-decoration: none;
	color: #fff;
	vertical-align: text-top;
}

.rss_btn a:hover {
	opacity: .8;
}

.rss_btn a::before {
	content: none;
}

.sideBlock {
	float: right;
	width: 22.9%;
}

/*==== 2-5.workBox ====*/

.workBox {
	background-color: #f9f9f9;
	border: 2px solid #e1e1e1;
	margin: 0 0 3.5rem;
	padding: 0 10px;
}

.workBox .h2Box {
	margin: -2px 0 0;
	padding: 12px 0;
	border-top: 2px solid #9b0301;
	border-bottom: 1px solid #b5b2b2;
	text-align: center;
}

.workBox ul {
	margin: 0 -11px;
}

.workBox li {
	display: table;
	width: 100%;
	list-style: none;
	position: relative;
}

.workBox ul li::after{
	display: block;
	width: 200px;
	height: 1px;
	content: '';
	background: url(../img/line01.png) repeat-x 0 0;
	position: absolute;
	bottom: 0;
	left: 10px;
}

.workBox li a {
	line-height: 1.2;
	position: relative;
	display: table-cell;
	height: 46px;
	padding: 10px 34px 10px 19px;
	vertical-align: middle;
}

.workBox li::before {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 19px;
	width: 8px;
	height: 8px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	z-index: 1;
}

.workBox li a:hover{
	background-color: #9b0301;
	color: #fff;
}

.workBox li:hover::before{
	border-color: #fff;
}

.sideBlock h2 a:hover::after{
	border-color: #fff;
}

.workBox li a .pdfSize{
	font-size: 0.75rem;
}

.workBox .detail_link {
	position: relative;
	right: auto;
	bottom: auto;
	text-align: center;
	padding: 10px 20px;
}

.workBox .detail_link a{
	border: 2px solid #b5b5b5;
	display: block;
	background-color: #eeeeee;
	padding: 6px 25px 6px 10px;
	text-align: left;
}

.workBox .detail_link a::after{
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

.workBox .detail_link a:hover{
	background-color: #9b0301;
	border-color: #9b0301;
	color: #fff;
}

.workBox .detail_link a:hover::after {
	border-color: #fff;
}


/*==== 2-6.mbBox ====*/

.mbBox {
	display: table;
	width: 100%;
}

.mbBox p {
	line-height: 1.3;
	position: relative;
	display: table-cell;
	height: 80px;
	padding: 1.2rem 90px 1.2rem 16px;
	vertical-align: middle;
	border: 1px solid #5b7ca2;
}

.mbBox img {
	position: absolute;
	top: calc(50% - 27px);
	right: 16px;
	border: 1px solid #b3b3b3;
}

/*==== 2-7.objBox ====*/

.objBox {
	float: left;
	width: 74.5%;
}

.objBox h2 {
	display: none;
}

.objBox ul::after {
	display: table;
	clear: both;
	content: '';
}

.objBox li {
	display: table;
	float: left;
	width: 32%;
	margin: 0 2% 2rem 0;
	list-style: none;
}

.objBox li:nth-child(3n) {
	margin: 0;
}

.objBox a {
	background-color: #f9f9f9;
	border: 1px solid #b3b3b3;
	color: #333;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	display: table-cell;
	padding: 1.5rem 20px;
	vertical-align: middle;
	text-decoration: none;
}

.objBox a:hover {
	opacity: .8;
}

.objBox a::before {
	content: '';
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 13px;
	border-color: transparent transparent #9b0401 transparent;
}

/*==== Media Queries ====*/

@media screen and (max-width: 767px) {
.title01{
	padding: 14px 10px;
}

.title01 h2{
	font-size: 1.1428rem;
}

/*==== 2-1.emergBox ====*/
.emergBox {
	width: auto;
	margin: 10px auto 0;
}

/*==== 2-2.visualBox ====*/
.emerg_Inner,
.visualBox {
	width: auto;
}

.visualBox {
	margin: 10px auto;
	padding: 7px;
}

.mainBlock {
	width: auto;
	padding: 0;
}

.newsBlock {
	float: none;
	width: auto;
	margin: 0 0 2rem;
}

.newsBlock section {
	margin: 0 0 20px;
}

/*==== 2-3.noticeBox  ====*/
.noticeBox{
	padding: 8px;
}

.sideBlock,
.objBox {
	float: none;
	width: auto;
}

/*==== 2-5.workBox ====*/
.workBox {
	margin: 0 0 20px;
}

.workBox .h2Box {
	margin: -2px 0 0;
}

.workBox ul::after {
	display: table;
	clear: both;
	content: '';
}

.workBox ul{
	border-bottom: 1px solid #ccc;
}

.workBox li,
.workBox li:last-child {
	float: left;
	width: 50%;
	margin: 0;
	border-bottom: 1px solid #ccc;
	background: none;
}

.workBox li::after{
	display: none !important;
}

.workBox li:nth-child(odd) {
	clear: left;
	border-right: 1px solid #ccc;
}

.workBox li:nth-child(even) {
	border-right: none;
}

.workBox li:nth-child(odd):last-child,
.workBox li:nth-child(odd):nth-last-child(2),
.workBox li:nth-child(even):last-child {
	border-bottom: none;
}

.workBox li a {
	height: 40px;
	padding-right: 25px;
}

.workBox li a::before{
	right: 10px;
}

.workBox .detail_link {
	padding: 12px 50px;
}

.workBox .detail_link a::before {
	top: 5px;
}

/*==== 2-6.mbBox ====*/
.mbBox {
	display: none;
}

/*==== 2-7.objBox ====*/
.objBox li {
	width: 50%;
	margin: 0;
	padding: 10px;
}

.objBox li:only-child{
	box-sizing: border-box;
	width: 100%;
	padding: 0 32px;
	border-right: none !important;
}

.objBox li:nth-child(odd):last-child {
	border-bottom: none;
}

.objBox a {
	padding: 1.9rem 14px 1.9rem;
	text-align: center;
}

.objBox a br{
	display: none;
}
}
