@charset "UTF-8";

/*----------------------------------------------------
	normalize
----------------------------------------------------*/
/*HTML5 display definitions*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
/*Base*/
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    margin: 0;
}
/*Links*/
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
/*Typography*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/*Embedded content*/
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
/*Figures*/
figure {
    margin: 0;
}
/*Forms*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/*Tables*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*----------------------------------------------------
	Base Setting
----------------------------------------------------*/
body {
	background-color: #efefef;
	background-image: url(../images/bg_base.jpg);
	background-position: center top;
	background-repeat: repeat;
	color: #222;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-size: 1rem;
	overflow-y: scroll;
	letter-spacing: 0;
}
.wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	width: 980px;
}
.wrapper a:hover img,.wrapper a:active img {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.60;
	transition: 0.3s;
}
#header {
	padding: 0 5px 5px;
}
#header h1 {
	margin-bottom: 5px;
}
#header .naviMain {
	margin: 0;
	padding: 0;
	position: relative;
	width: 970px;
	height: 54px;
	z-index: 1;
}
#header .naviMain:after {
	background-color: #404040;
	box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.2);
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 54px;
	z-index: -1;
}
#header .naviMain li {
	background-color: #404040;
	color: #fff;
	display: inline-block;
	float: left;
	line-height: 1;
	list-style-type: none;
	position: relative;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	width: 14%;
}
#header .naviMain li:first-child {
	width: 13%;
}
#header .naviMain li:nth-of-type(2) {
	width: 17%;
}
#header .naviMain li:nth-of-type(3) {
	width: 15%;
}
#header .naviMain li:nth-of-type(4) {
	width: 13%;
}
#header .naviMain li:after {
	content: " ";
	background-color: #252728;
	position: absolute;
	box-sizing: border-box;
	width: 3px;
	height: 54px;
	border-right: 1px solid #4E5354;
	border-left: 1px solid #4E5354;
}
#header .naviMain .naviSub li:after {
	content: " ";
	background-color: #555;
	position: absolute;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-left: none;
	border-right: none;
	width: 100%;
	height: 2px;
	top: auto;
	bottom: 0px;
}
#header .naviMain li:after {
	top: 0px;
	right: 0px;
}
#header .naviMain li:last-child:after {
	display: none;
}
#header .naviMain li a {
	box-sizing: border-box;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 16px 20px 12px 32px;
	position: relative;
}
#header .naviMain li:first-child a {
	padding: 16px 20px 12px 52px;
}
#header .naviMain li a:link,#header .naviMain li a:visited,
#header .naviMain li a:hover .caption,#header .naviMain li a:active .caption {
	color: #CACCCD;
}
#header .naviMain li a:hover,#header .naviMain li a:active {
	background-color: #7F7F7F;
	color: #fff;
}
#header .naviMain li.active a {
	background-color: #006B46;
	color: #fff;
}
#header .naviMain li a:before {
	background-color: transparent;
	border: 5px solid transparent;
	border-top: 5px solid #CACCCD;
	box-sizing: border-box;
	content: " ";
	position: absolute;
	top: 20px;
	left: 16px;
	width: 0;
	height: 0;
}
#header .naviMain li:first-child a:before {
	background-color: transparent;
	background-image: url(../Images/bg_icon.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
	box-sizing: border-box;
	content: " ";
	position: absolute;
	top: 11px;
	left: 16px;
	width: 32px;
	height: 32px;
}
#header .naviMain .naviSub {
	box-sizing: border-box;
	background-color: #7F7F7F;
	display: none;
	position: absolute;
	margin: 0;
	padding: 10px;
	top: 54px;
	left: 0px;
	min-width: 15em;
}
#header .naviMain li:hover .naviSub {
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
#header .naviMain li:last-child .naviSub {
	left: auto;
	right: 0px;
}
#header .naviMain .naviSub li {
	font-weight: bold;
	display: block;
	white-space: nowrap;
	width: 100%;
}
#header .naviMain .naviSub li a {
	padding: 10px;
}
#header .naviMain .naviSub li a:link,#header .naviMain .naviSub li a:visited {
	background-color: #7F7F7F;
	color: #fff;
}
#header .naviMain .naviSub li a:hover,#header .naviMain .naviSub li a:active {
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5) inset;
	background-color: #006B46;
}
#header .naviMain .naviSub li a.link_opt:hover,#header .naviMain .naviSub li a.link_opt:active {
	background-color: #ED1B2E;
}
#header .naviMain .naviSub li a:before {
	display: none;
}

#contents {
	padding: 5px;
	overflow: hidden;
}
.main {
	display: inline-block;
	float: left;
	width: 715px;
}
.side {
	width: 240px;
	margin-left: 730px;
}
.main h1,.side h1 {
	color: #fff;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.main h1.titleContents {
	background-color: #006613;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	padding: 5px 20px 3px;
}
.side h1 {
	background-color: #006613;
	padding: 9px 10px 8px;
}
.main .section {
	background-color: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	line-height: 1.6;
	margin-top: 15px;
	padding: 20px;
}
.main .section h2 {
	border-bottom: 1px solid #999;
	margin: 30px 0 15px;
}
.main .section h2:first-child {
	margin: 0 0 15px;
}
.main .section .caption {
	font-weight: normal;
	color: #333;
}
.main .section h3 {
	border-left: 4px solid #006B46;
	margin: 20px 0 5px;
	padding-left: 5px;
}
.main .section p,.main .section ul,.main .section ol,.main .section dl {
	margin: 0 0 15px;
}
.main .section ol {
	padding-left: 2.3em;
}
.main .section *:last-child {
	margin-bottom: 0;
}
.main .section a:link ,.main .section a:visited {
	color: #258E72;
}
.main .section a:hover ,.main .section a:active {
	color: #E60021;
}
.main .section .list-mark {
	padding: 0;
}
.main .section .list-mark li {
	list-style-type: none;
	margin: 0;
	padding-left: 0.8em;
	position: relative;
}
.main .section .list-mark li:before {
	content: " ";
	background-color: transparent;
	border: 0.4em solid transparent;
	border-left: 0.4em solid #666;
	box-sizing: border-box;
	position: absolute;
	top: 0.4em;
	left: 0em;
	width: 0;
	height: 0;
}
.main .section .list-mark-circle {
	padding: 0;
}
.main .section .list-mark-circle li {
	list-style-type: none;
	margin: 0;
	padding-left: 0.8em;
	position: relative;
}
.main .section .list-mark-circle li:before {
	content: " ";
	background-color: #666;
	border-radius: 50%;
	position: absolute;
	top: 0.6em;
	left: 0em;
	width: 0.4em;
	height: 0.4em;
}


/*****************login********/
.main .sideContent
{
        width: 211px;
        float:left;
    }

.main .sideContent h1 {
    background-color: #006613;
    padding: 9px 10px 8px;
    font-size: 1.5rem;
}

.main .sideContent h1 {
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.main .sideContent .ja-box-ct
{
    border: 1px solid #c0c0c0; 
    background-color:#fff;
        padding: 0px 10px 19px;
        font-size:14px;
    }

.main .sideContent #login-form label {
    font-weight: bold;
    color: #666;
}

.main .sideContent .btn, button, .button {
    background: #006613;
    border: 1px solid #5f9729;
    color: #fff;
    font-weight: bold;
    padding: 4px 6px;
    overflow: visible;
    font-size:12px;
}

.main .sideContent #login-form ul li a {
    color: #666;
}

.main .sideContent input, select, textarea, .inputbox {
    padding: 5px;
    font-family: Arial,Helvetica,sans-serif;
}

/**table**/
.main .section th,.section td {
	padding: 5px 8px 3px;
	/*border: 1px solid #333;*/
	margin: 0;
}
.main .section th {
	background-color: #258E72;
	color: #fff;
}
.main .section table.tableList th,.section table.tableList td {
	background-color: #fff;
	vertical-align: top;
	border: none;
	padding: 0;
}
.main .section table.tableList th {
	background-color: transparent;
	color: #222;
	text-align: left;
}
.side .sideContent {
	background-color: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
}
.side .sideContent:nth-of-type(1)  {
	margin-top: 0;
}
.side .sideContent p {
	margin: 0;
	padding: 25px 15px;
}
.side .sideContent ul {
	margin: 0;
	padding: 0 15px 5px;
}
.side .sideContent li {
	border-top: 1px solid #ddd;
	list-style-type: none;
	padding: 15px 0;
}
.side .sideContent .list_noborder li {
	border-top: none;
	list-style-type: none;
	padding: 0 0 15px;
}
.side .sideContent .list_noborder li:first-child {
	padding-top: 15px;
}
.side .sideContent img {
	line-height: 0;
	vertical-align: middle;
}
.side .sideContent li:first-child {
	border-top: none;
}
.link-head {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 40px;
	bottom: 40px;
}
.link-head a {
	background-color: #006B46;
	color: #fff;
	display: table-cell;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 60px;
	height: 60px;
}
#footer small {
	border-top: 1px solid #fff;
	color: #404040;
	display: block;
	padding: 15px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
}
#footer {
	border-top: 1px solid #CACCCD;
	margin: 15px 5px 0;
}
.main .section .single {
	width: 100%;
}
.main .section .blank-bottom {
	margin-bottom: 0;
}
.main .section .blank-top {
	margin-top: 0;
}
/*----------------------------------------------------
	Option Setting
----------------------------------------------------*/
.coming {
	display: flex;
		align-items: center;
		justify-content: center;
	height: 280px;
	color: #999;
}
.main .section .new {
	box-sizing: border-box;
	background-color: #F0284B;
	border-left: 4px solid #C00;
	color: #fff;
	font-family: 'Questrial',sans-serif;
	display: inline-block;
	margin: 0px 0 5px -5px;
	padding: 2px 8px 2px 6px;
	position: relative;
	-webkit-transform: rotate(-9deg);
	transform: rotate(-9deg);
	z-index: 0;
}
.new:before,.new:after {
	background-color: transparent;
	border: 7px solid transparent;
	box-sizing: border-box;
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1;
}
.new:before {
	border-top: 14px solid #F0284B;
	top: 0;
	right: -7px;
}
.new:after {
	border-bottom: 14px solid #F0284B;
	bottom: 0;
	right: -7px;
}
.new strong {
	display: flex;
		align-items: center;
		justify-content: flex-start;
}
.main .section ul.list_banner_text {
	display: table;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.main .section ul.list_text li:before,
.main .section ul.list_text li:after {
	display: none;
}
.main .section ul.list_banner_text li {
	display: table-cell;
	font-family: 'Questrial',sans-serif;
	font-weight: bold;
	margin: 0 auto 15px;
	padding: 0;
	text-decoration: none;
	text-align: center;
}
.main .section ul.list_banner_text li a,
.main .section ul.list_banner_text li .soon {
	border-radius: 4px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	margin: 0 auto;
	padding: 15px 20px;
	width: 300px;
	display: block;
	position: relative;
}
.main .section ul.list_banner_text li.double_line {
	line-height: 1.04;
}
.main .section ul.list_banner_text li .soon {
	padding: 15px 20px 15px;
}
.main .section ul.list_banner_text li a:before,
.main .section ul.list_banner_text li a.icon_pdf:after,
.main .section ul.list_banner_text li a.icon_word:after,
.main .section ul.list_banner_text li .soon:before,
.main .section ul.list_banner_text li .soon.icon_pdf:after {
	content: " ";
	background-image: url(../img/contents/bg_icon.html);
	background-repeat: no-repeat;
	position: absolute;
}
.main .section ul.list_banner_text li a:before,
.main .section ul.list_banner_text li .soon:before {
	background-position: 0px 0px;
	margin-top: -7px;
	top: 50%;
	left: 20px;
	width: 9px;
	height: 14px;
}
.main .section ul.list_banner_text li a.icon_pdf:after,
.main .section ul.list_banner_text li a.icon_word:after {
	background-position: -20px 0px;
	margin-top: -16px;
	top: 50%;
	right: 15px;
	width: 32px;
	height: 32px;
}
.main .section ul.list_banner_text li a.icon_word:after {
	background-position: -60px 0px;
}
.main .section ul.list_banner_text li a:link,.main .section ul.list_banner_text li a:visited,
.main .section ul.list_banner_text li .soon {
	background-color: #32851D;
}
.main .section ul.list_banner_text li a:hover,.main .section ul.list_banner_text li a:active {
	background-color: #F0284B;
	transition: 0.3s;
}
.main .section .list_block {
	display: block;
}
.main .section .w20 {
	width: 20%;
}
.main .section .border_box {
	border: 2px solid #F00;
	padding: 10px 15px;
}
.main .text_box_red {
	background-color: #F00;
	color: #fff;
	padding: 2px 3px 1px;
}
.main .mgn_btm15 {
	margin-bottom: 15px;
}
.main .mgn_top0 {
	margin-top: 0px;
}
/*----------------------------------------------------
	Index Setting
----------------------------------------------------*/
#contents .img-index {
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	line-height: 0;
	margin-bottom: 15px;
}
.main .section-index 
{
    /*
	background-image: url(../img/contents/bg_index_section.png);
	background-position: right bottom;
	background-repeat: no-repeat;*/
}
.main .date-index {
	line-height: 1.3;
	margin-bottom: 25px;
}
.main .date-index p {
	margin-bottom: 10px;
}
.main .index_info {
	margin-top: 0px;
	padding: 15px 0 20px;
}
.main .index_info dl {
	box-sizing: border-box;
	width: calc(100% - 20px);
	overflow-y: auto;
	max-height: 12.6em;
	padding: 0 20px;
}
.main .index_info dt,.main .index_info dd {
	padding-top: 5px;
	padding-bottom: 5px;
}
.main .index_info dt {
	display: inline-block;
	float: left;
}
.main .index_info dd {
	margin: 0;
	padding-left: 8em;
	border-bottom: 1px solid #ddd;
}
.main .index_info .news:after {
	content: "NEW";
	font-size: 11x;
	font-size: 0.6875rem;
	color: #fff;
	background-color: #F00;
	margin: -1.6em 0 0 7em;
	padding: 2px 3px 1px;
	position: relative;
	display: block;
	width: 2.3em;
	line-height: 1;
	font-weight: 700;
}
/*----------------------------------------------------
	Program Setting
----------------------------------------------------*/
.main .section .keynote_data {
	border-top: 3px double #999;
	margin-top: 20px;
	padding-top: 20px;
}
.main .section .keynote_data:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.main .section .keynote_photo {
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	display: inline-block;
	float: left;
	margin: 5px 20px 20px 0;
}
.main .section .keynote_photo img {
	display: flex;
		align-items: center;
		justify-content: center;
}
.main .section .keynote_name {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 8px 260px;
	padding-bottom: 8px;
}
.main .section .keynote_name dd {
	margin: 0;
}
.main .section .keynote_plof {}
.main .section .keynote_plof h2 {
	border: none;
	margin: 0;
}
/*----------------------------------------------------
	text Setting
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.txBase {
	vertical-align: middle;
}
.txTop {
	vertical-align: top;
}
.cancel {
	text-decoration: line-through;
}
.under {
	text-decoration: underline;
}
.txRed {
	color: #F00;
}
.txGreen,.section h2,.main .section .keynote_name dt {
	color: #006613;
}
.txBlack,.main .section .keynote_plof h2 {
	color: #222;
}
.txWhite {
	color: #fff;
}
.tx32 {
	font-size: 32px;
	font-size: 2rem;
}
.tx24,.titleContents {
	font-size: 24px;
	font-size: 1.5rem;
}
.tx21 {
	font-size: 21px;
	font-size: 1.3125rem;
}
.tx20 {
	font-size: 20px;
	font-size: 1.25rem;
}
.tx18,.main .section .keynote_name dt,.section ul.list_banner_text {
	font-size: 18px;
	font-size: 1.125rem;
}
.tx16,.side h1,.main .section h2 .caption,.main .section .keynote_plof h2,.new {
	font-size: 16px;
	font-size: 1rem;
}
.tx14,#header .naviMain li,.section,.link-head {
	font-size: 14px;
	font-size: 0.875rem;
}
.tx13,#header .naviMain li {
	font-size: 13px;
	font-size: 0.8125rem;
}
.tx12,#footer small {
	font-size: 12px;
	font-size: 0.75rem;
}
.tx11,#header .naviMain li .caption {
	font-size: 11x;
	font-size: 0.6875rem;
}
.lh16 {
	line-height: 1.6;
}
.lh12,.main .section h3 {
	line-height: 1.2;
}
.lh00 {
	line-height: 0;
}
.ls00 {
	letter-spacing: 0;
}
input,select,textarea {
	margin: 2px 2px 5px;
}