@charset "utf-8";

#content {
	width: 100%;
	padding: 0;
	margin: 0;
}

/*
.main_contents {
	padding:15px 35px;
}
*/

.top_main_left {
	width: 780px;
	float: left;
}

.news_area h1 {
	width: calc(100% - 23px);
	height: 28px;
	background: url(../images/bg_title_news.png) no-repeat left top;
	font-weight: bold;
	font-size: 120%;
	padding: 9px 0 0 23px;
	border-bottom: 5px solid #bda;
}

.category_ul {
	width: 755px;
	margin-top: 10px;
}

.category_ul li {
	float: left;
	margin-right: 30px;
}

.category_ul li a {
	display: block;
}

.cate_all {
	width: 90px;
	padding: 5px;
	text-align: center;
	background-color: #aaa;
	color: #fff;
	border-left: 3px solid #b60049;
}

.cate_all:hover {
	background-color: #b60049;
}

.cate_senshu {
	width: 90px;
	padding: 5px;
	text-align: center;
	background-color: #aaa;
	color: #fff;
	border-left: 3px solid #08c;
}

.cate_senshu:hover,
.cate_senshu:focus {
	background-color: #08c;
}

.cate_senshuigai {
	width: 110px;
	padding: 5px;
	text-align: center;
	background-color: #aaa;
	color: #fff;
	border-left: 3px solid #f80;
}

.cate_senshuigai:hover,
.cate_senshuigai:focus {
	background-color: #f80;
}

.cate_kyoutsu {
	width: 90px;
	padding: 5px;
	text-align: center;
	background-color: #aaa;
	color: #fff;
	border-left: 3px solid #7b2;
}

.cate_kyoutsu:hover,
.cate_kyoutsu:focus {
	background-color: #7b2;
}

.news_ul {
	width: 745px;
	margin-top: 15px;
	overflow: hidden;
}

.news_ul p {
	float: left;
	display: block;
}

.news_ul li {
	padding: 3px 0;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}

.news_ul li a {
	color: #028ed5;
	text-decoration: underline;
	font-size: 100%;
}

.news_ul .news_date {
	width: 100px;
	font-size: 90%;
}

.news_ul .news_cate {
	width: 20px;
	height: 16px;
	margin: 1px 10px 0 0;
}

.news_ul .cate1 {
	background-color: #b60049;
}

.news_ul .cate2 {
	background-color: #08c;
}

.news_ul .cate3 {
	background-color: #f80;
}

.news_ul .cate4 {
	background-color: #7b2;
}

.news_text {
	font-size: 90%;
	width: 610px;
}

.old_news {
	width: 745px;
	text-align: right;
}

.old_news a {
	color: #028ed5;
	text-decoration: underline;
	/* font-size: 90%; */
}

.schedule_area {
	width: 750px;
	margin-top: 30px;
}

.schedule_area .title {
	/* width: 850px; */
	height: 28px;
	background: url(../images/bg_title_download.png) no-repeat left top;
	padding: 10px 0 0 23px;
	border-bottom: 5px solid #bda;
}

.schedule_area .title .schedule_left {
	float: left;
	font-weight: bold;
	font-size: 120%;
}

.schedule_area title .schedule_right {
	float: right;
	font-size: 80%;
	padding-top: 5px;
}

.senshu_ul {
	width: 375px;
	margin-top: 10px;
	float: left;
}

.senshu_ul li {
	float: left;
}

.senshu_li_title {
	margin-bottom: 10px;
}

.schedule_icon {
	display: block;
}

.senshuigai_ul {
	width: 375px;
	margin-top: 10px;
	float: right;
}

.senshuigai_ul li {
	float: left;
}

.senshuigai_li_title {
	margin-bottom: 10px;
}

.senshu_li_title .btn_senshudan {
	width: 370px;
	height: 40px;
	background-color: #0797f7ee;
	color: white;
	border: none;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
}

.senshuigai_li_title .btn_not_senshudan {
	width: 370px;
	height: 40px;
	background-color: #ff8c00;
	color: white;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
}

.arrow_area {
	margin: 10px 0;
}

.arrow_point1 {
	display: block;
	margin-left: 185px;
}

.arrow_point2 {
	display: block;
	margin-left: 555px;
}

.schedule_list_title {
	padding: 8px 15px;
	color: #fff;
}

.schedule_list_title span {
	font-weight: bold;
}

.schedule_title_color1 {
/*	background: #08c;*/
	/* Old browsers */
/*	background: -moz-linear-gradient(top, #08c 0%, #0ac 100%);*/
	/* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08c), color-stop(100%, #0ac));*/
	/* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top, #08c 0%, #0ac 100%);*/
	/* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top, #08c 0%, #0ac 100%);*/
	/* Opera 11.10+ */
/*	background: -ms-linear-gradient(top, #08c 0%, #0ac 100%);*/
	/* IE10+ */
	background: linear-gradient(to bottom, #08c 0%, #0ac 100%);
	/* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0ac', GradientType=0);*/
	/* IE6-9 */
}

.schedule_title_color2 {
	background: #f80;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f80 0%, #fb5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f80), color-stop(100%, #fb5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f80 0%, #fb5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f80 0%, #fb5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f80 0%, #fb5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f80 0%, #fb5 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f80', endColorstr='#fb5', GradientType=0);
	/* IE6-9 */
}

.schedule_list_ul {
	height: 150px;
	overflow-y: auto;
	padding: 10px;
	display: none;
}

.sc_list1 {
	display: block;
}

.schedule_list_ul_color1 {
	border: 1px solid #08c;
	box-sizing: border-box;
}

.schedule_list_ul_color2 {
	border: 1px solid #f80;
	box-sizing: border-box;
}

.schedule_list_ul p {
	float: left;
	display: block;
}

.schedule_list_ul li {
	padding: 3px 0;
	border-bottom: 1px solid #dddddd;
	margin: 0 auto 10px;
}

.schedule_list_ul li a {
	color: #028ed5;
	text-decoration: underline;
	font-size: 100%;
}

.schedule_list_ul .news_cate_pdf {
	margin: -2px 10px 0 0;
	padding: 0 2px;
	background-color: #ba1f2b;
	color: #fff;
	width: 33px;
	text-align: center;
}

.schedule_list_ul .news_cate_xls {
	margin: -2px 10px 0 0;
	padding: 0 2px;
	background-color: #008000;
	color: #fff;
	width: 33px;
	text-align: center;
}

.schedule_list_ul .news_cate_docx {
	margin: -2px 10px 0 0;
	padding: 0 2px;
	background-color: #0000FF;
	color: #fff;
	width: 33px;
	text-align: center;
}

.schedule_list_ul .news_cate_pptx {
	margin: -2px 10px 0 0;
	padding: 0 2px;
	background-color: #FF570D;
	color: #fff;
	width: 33px;
	text-align: center;
}

.schedule_list_ul .news_cate_common {
	margin: -2px 10px 0 0;
	padding: 0 2px;
	background-color: #A4C6FF;
	color: #fff;
	width: 33px;
	text-align: center;
}

.schedule_list_ul .news_date {
	width: 90px;
	font-size: 90%;
}

.file_title {
	font-size: 90%;
	width: 160px;
}

.biko {
	font-size: 90%;
	width: 240px;
}

.top_main_right {
	width: 234px;
	float: right;
}

.login_area {
	padding: 10px 10px 20px;
	background-color: #00913A;
}

.login_area h1 {
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
}

.login_area div {
	width: 180px;
	margin: 10px auto 0;
}

.login_area div p,
.login_area div label {
	font-weight: bold;
	color: #fff;
}

.login_area div p input {
	width: 175px;
	padding: 5px 2.5px;
	border: none;
}

div.login_btn {
	margin: 20px auto 0;
}

.login_err {
	border: double red 5px;
	background-color: #fdf3f5;
	color: #f00;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	display: block;
}

.login_btn a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0.4em 2em;
	color: #00913A;
	font-size: 1rem;
	font-weight: 700;
	background-color: #fff;
	transition: 0.3s;
	text-align: center;
	cursor: pionter;
}

.login_btn a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #00913A transparent;
	text-decoration: underline;
	transition: 0.3s;
}

.login_btn a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #00B9F2;
}

.login_btn a:hover::after {
	bottom: 8px;
	right: 8px;
}

.login_area .reminder_area {
	width: 200px;
	margin: 20px auto 0;
	text-align: center;
	border-bottom: 1px solid #ED891E;
	padding-bottom: 15px;
}

.login_area .reminder_area a {
	color: #fff;
	font-size: 80%;
	text-decoration: underline;
}

.login_area .reminder_area a.new_id {
	font-weight: bold;
	font-size: 110%;
}

.login_area .agreement_area {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ED891E;
	padding-top: 15px;
}

.login_area .agreement_area a {
	color: #fff;
	font-size: 80%;
	text-decoration: underline;
	display: block;
}

.login_area .err_text {
	color: yellow;
	font-weight: bold;
}

.banner_area {
	margin-top: 25px;
}

.banner_area a {
	display: block;
}

.banner_area a img {
	/*border: solid 1px #00913A;*/
	box-sizing: border-box;
}

.banner_area span {
	display: block;
	margin-bottom: 10px;
}

.banner_area span:hover {
	cursor: pointer;
}

.link_area {
	margin-top: 25px;
}

.link_list {
	margin: 0px 0px 5px 0px;
}

.title_gray {
	width: 223px;
	height: 28px;
	background: url(../images/bg_title_gray.png) no-repeat left top;
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 0 23px;
	border-bottom: 3px solid #717171;
}

.link_inside {
	margin: 10px 0 0 10px;
}

.link_inside .link_title {
	font-weight: bold;
	font-size: 110%;
	padding-left: 0;
}

.link_inside a {
	color: #028ed5;
	text-decoration: underline;
	font-size: 90%;
}

.link_inside p {
	font-size: 80%;
}

.address_area {
	margin-top: 25px;
}

.address_inside {
	width: 90%;
	margin: 10px auto;
}

.address_inside li {
	margin-bottom: 10px;
}

.address_inside li a {
	color: #028ed5;
	text-decoration: underline;
}

.address_link {
	font-size: 80%;
}

.toiawase_title {
	font-size: 90%;
}