@charset "UTF-8";

/* Font Awesome */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

/* Google font */
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700";

/* @group Common */

body {
	color: #666666;
	font-family: 'Roboto', 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	background-color: #FFFFFF;
	margin: 0;
	line-height: 1.5em;
}

#outline {
	min-height: calc(100vh - 150px)
}

.header-inner,
.mainframe,
.main,
.globalnavicnt {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background: url(../img/header.png) center center no-repeat;
	height: 131px;
}

.mainframe {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: justify;
}

.footer {
	color: #a3a3a3;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #efefef;
	height: 120px;
	padding-top: 20px;
	width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

img, abbr, acronym {
	border: 0;
}

pre, code {
	font: 115% monospace;
}

h3,
h4,
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #fe934c;
}

a {
	overflow: hidden;
}

a,
a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 185%;
}

h2 {
	font-size: 107%;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	background-color: #fe934c;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

h4 {
	font-size: 95%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-left: 5px solid #fe934c;
	border-bottom: 1px solid #fe934c;
}

.fc-red {
	color: #FF3300
}

hr {
	border: none;
	border-top: 1px dotted #ffad36;
	margin-top: 15px;
	margin-bottom: 15px;
}

p.hide {
	display: none;
}

.font10 {
	font-size: 10px;
}

/* @group clearFix */

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

.clearFix {
	display: inline-table;
}

.clearFix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}

* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}

/* @end */

/* @end */

/* @group Header */

.header-inner {
	height: 130px;
	position: relative;
}

.header-inner a {
	text-indent: -9999px;
	background-image: url(../img/JGS_kanto_logo.png);
	display: block;
	width: 80px;
	height: 94px;
	position: absolute;
	top: 25px;
}

#title_ja::first-line {
	font-size: 22px;
}

#title_ja {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	position: absolute;
	top: 31px;
	left: 95px;
	text-shadow: 0 0 10px #000000;
	width: 504px;
}

#title_en {
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	right: 10px;
	text-shadow: 0 0 10px #000000;
	top: 74px;
}

/* @end */

/* @group Navi */

.globalnavicntbox {
	background-color: #ededed;
	margin-bottom: 50px;
	border-bottom: 1px solid #e8e8e8;
	-moz-box-shadow: 0 15px 15px #f4f4f4;
	box-shadow: 0 15px 15px #f4f4f4;
}

.globalnavicnt {
}

.globalnavicnt ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.globalnavicnt ul li {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	height: 50px;
	display: table-cell;
}

.globalnavicnt ul li:not(:first-child) {
	border-left: 1px solid #ffffff;
}

.globalnavicnt ul li.active {
	background-color: #dfdfdf;
}

.globalnavicnt ul li a {
	color: #fe934c;
	text-decoration: none;
	transition: 0.3s;
}

.globalnavicnt ul li a:hover {
	color: #666666;
}

/* @end */

/* @group Contents */

.cnt-pro {
	width: 960px;
	float: left;
	clear: both;
}

.cnt-pro p {
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
	border-bottom: 3px double #dcdcdc;
	padding-left: 10px;
	padding-right: 10px;
}

.cnt-text {
	font-size: 95%;
	letter-spacing: 1px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	margin: 0 0 4px 7px;
}

.pagetop {
	font-size: 12px;
	text-align: right;
	margin-bottom: 18px;
}

/* @end */


/* @group Program */

.title {
	font-weight: bold;
}

.auth {
	margin-left: 1em;
}

/* コンテンツ
=============================================================================*/

/* 2カラム */

.cnt-probox {
	margin: 0 0 5px 20px;
	text-align: left;
	clear: both;
}

.cnt-probox ul {
	margin-bottom: 3px;
}

.cnt-probox ul li {
	margin-bottom: 3px;
}

/* 2カラム1 */

.cnt-proleft {
	font-size: 13px;
	width: 90px;
	margin: 0 0 10px 12px;
	float: left;
}

.cnt-proleft a {
	font-weight: bold;
}

.cnt-proright {
	font-size: 13px;
	margin: 0 0 10px;
	float: left;
	width: 838px;
}

/* 2カラム2 */

.cnt-proleft-2 {
	font-size: 13px;
	width: 20px;
	margin: 0 0 5px 18px;
	float: left;
}

html .cnt-proleft-2 {
	font-size: 13px;
	width: 20px;
	margin: 0 0 5px 9px;
	float: left;
}

.cnt-proright-2 {
	font-size: 13px;
	margin: 0;
	float: left;
	width: 910px;
}

/* 2カラム3 */

.cnt-proleft-3 {
	font-size: 13px;
	width: 150px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 18px;
}

.cnt-proleft-3-2 {
	font-size: 13px;
	width: 50px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 18px;
}

.cnt-proleft-3-3 {
	font-size: 13px;
	width: 80px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 18px;
}

html .cnt-proleft-3 {
	width: 120px;
	margin: 0 0 5px 9px;
	font-size: 12px;
	float: left;
}

.cnt-proright-3 {
	font-size: 13px;
	margin: 0;
	float: left;
	width: 810px;
}

tr.table-header {
	border-bottom: 3px double #cacaca;
}

table th,
table td {
	font-size: 12px;
	padding: 0.7em 1em;
}

table th {
	text-align: center;
	line-height: 1.5em;
	white-space: nowrap;
	background-color: #f8f8f8;
	border: 1px solid #cacaca;
}

table th:not(:first-child) {
	width: 12%;
}

table th.sec-time {
	text-align: center;
}

.sec {
	height: 80px;
}

table td {
	text-align: center;
	border: 1px solid #cacaca;
}

table td a {
	font-weight: bold;
	letter-spacing: 1px;
}

caption {
	margin-bottom: 10px;
}

/* @group Category Color */

td.kouzou,
td.sonota,
td.key,
td.bosai,
td.zairyo,
td.kankyo,
td.kongo  {
	background-image: url(../img/table_bg.png);
}

td.kouzou {
	background-color: #ffb770;
}

td.sonota {
	background-color: #73f4ff;
}

td.key {
	background-color: #FBFBEF;
}

td.bosai {
	background-color: #00e600;
}

td.zairyo {
	background-color: #ffa2fe;
}
td.kankyo {
	background-color: #F9FFA2;
}
td.kongo {
	background-color: #ADECEF;
}
/*td.kankyo {
	background-color: #ac91ff;
}*/

/* @end */

/* @end */


/* @group Committee */

#list_box {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 90%;
}

#list_box h5 {
	margin-top: 20px;
}

#list_box ul {
	padding-left: 1.5em;
}

#list_box ul li {
	margin-bottom: 5px;
}

.list_name {
	margin-left: 20px;
	font-size: 90%;
}
.pr_date{
		font-size: 16px;
	font-weight: bold;
	padding: 0.7em 1em;

	
}

/* @end */
