@charset "UTF-8";
/* COMMON SETTINGS */

html { scroll-behavior: smooth; font-size:15px;}

* {box-sizing: border-box;}


.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

.mincho {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

a {
    text-decoration: none;
}

.small, .smaller {font-size:85%;}

img {
    border: none;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    overflow: hidden;
	padding:1em;
}

h1 {
    font-size: 18px;
    height: 95px;
    line-height: 95px;
    display: block;
    padding: 0 10px;
    margin-bottom: 30px;
    background: url(images/h1_bg.png) no-repeat top right;
	background-size: cover;
    border-left:2px solid #6382C8;
    margin-top: 0px;
    border-radius: 10px 0 0 10px;
}

h1.toppage {
    display: block;
    height: 120px;
    background: none;
    padding: 0;
}

h1.toppage_new {
background: none;
border:none;
height: 1em;
line-height: 1em;

}

h2 {
    font-size: 16px;
	display: block;
	background: #f3f3f3;
	padding: 25px;
	border:1px solid #ccc;
    border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-radius: 4px;
    margin-bottom:2em;
}

h3 {
    font-size: 14px;
	display: block;
	background: #f3f3f3;
	border-left:8px solid #6382C8;
	border-radius: 4px;
    padding-left: 25px;

	border-bottom:1px solid #999;
	border-right:1px solid #999;
	
/*    background: url(images/h2_silver_vio_610x35.png) no-repeat; */

}

h4 {
    font-size: 16px;
    margin: 1em 0 1em;
	padding:0 0 0.5em 0;
/*    border-bottom: dotted 1px #ccc;*/
}

h5 {
    font-size: 14px;
    margin: 10px 0;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    overflow: hidden;
}


/* COMMON SETTINGS END */
html, body {
    height: 100%;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url(images/page_bg.gif) #f1f1f1;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.8em;
}


ul,ol {line-height: 1.6em;}


hr {height: 1px; margin:1em 0;}

a, a:visited {
    color: #03C;
}

a:hover {
    color: #F33;
}

.aligncenter, 	.alignCenter {
    text-align: center;
}

.alignleft,		.alignLeft {
    text-align: left;
}

.alignright,	.alignRight {
    text-align: right;
}

table {width: 100%;}
table td, table th {
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

table th {
    white-space: nowrap;
    background: #f3f3f3;
}

.bold,
.strong {font-weight: bold;}
.normal {font-weight: normal;}

.winner_table {border-collapse: collapse; margin-bottom:50px;}
.winner_table th {text-align: center;}
.winner_table td, .winner_table th {border:1px solid #ccc;}
.winner_table .col1,
.winner_table .col2,
.winner_table .col3 {white-space: nowrap;}

li.green_arrow {
    list-style-image: url(images/blt_double_arrow_green.png);
}

#pagewrap {
    clear: both;
    overflow: hidden;
    width: 1040px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: auto;

/*	height: 100%; */
}

#body_wrap {
/*
    background: url(images/bodywrap_bg.png) repeat-y center #FFC;
min-height: 100%;


height: 100%;
*/
}

/* HEADER  BEGIN */
#header {
    clear: both;
    overflow: hidden;
    background: #fff;
    margin: 0;
}

#header_inner {
    width: 1040px;
    margin: auto;
}

#header_links {
    text-align: right;
    padding:10px;
}


#header_links i {color:darkorange;}
.clear {
    clear: both;
    height: 0;
}

#logo  a {
    width: 345px;
    height: 70px;
    float: left;
    border: 1px solid #f9f9f9;
    font-weight: bold;
    font-size: 30px;
    background: url(/p-genet/images/jspg_logo2.png) 0 5px no-repeat;
    margin:10px 0;
}

#new_logo {;}

#new_logo  a {
float:left;
margin:10px 0;
}

/* HEADER  END */


/* GLOBAL NAVI BEGIN */

#gnavi ul#menu li, #gnavi ul#menu li a {
    height: 40px;
    line-height: 40px;
}

#gnavi {
    background: url(images/gnavi_line.png) repeat-x #09F;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 10px;
}

#gnavi_inner {
    width: 940px;
    margin: auto;
}

#gnavi ul {
    margin: 0;
    padding: 0;
}

#gnavi ul.item1  li {
    width: 50%;
}

#gnavi ul.item2  li {
    width: 33%;
}

#gnavi ul.item3  li {
    width: 25%;
}

#gnavi ul.item4  li {
    width: 20%;
}

#gnavi ul.item5  li {
    width: 16%;
}

#gnavi ul.item6  li {
    width: 14%;
}

#gnavi ul.item7  li {
    width: 16%;
}

#gnavi ul.item8  li {
    width: 11%;
}

#gnavi ul.item9  li {
    width: 10%;
}

ul#menu li {
    float: left;
    background-color: #2b76cc;
    list-style: none;
    text-align: center;
}

ul#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

ul#menu li a:hover {
    background: #0CF;
}

ul#menu ul#sub li {
    float: none;
    display: block;
    text-align: left;
    height: auto;
    line-height: auto;
    width: auto;
    z-index: 2;
    position: relative;
}


/* GLOBAL NAVI END */

/* MAIN MENU */
#sidebar {
    width: 225px;
    float: left;
    background: #fff;
    margin-top: 10px;
    margin-left: 5px;
    border-top: 1px solid #06F;
}

#mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainmenu ul li {
}

#mainmenu ul li a {
    display: flex;
	 align-items: center;
    min-height: 40px;
/*    line-height: 40px; */
    padding-left: 20px !important;
/*    background: url(images/mainmenu_bg2.png)  #f1f1f1; */
    border: 1px outset #f1f1f1;
    border-left: 8px solid #06F;
    margin-bottom: 3px;
	background: #f1f1f1;
	transition: 0.5s;
}

#mainmenu ul li a:hover {
/*	background:url(images/mainmenu_bg.png) bottom no-repeat; */
    border: 1px inset #ccc;
    border-left: 8px solid #F63;
	transition: 0.5s;
}

#mainmenu ul li a.current {
    border: 1px groove #06F;
    border-left: 8px solid #F60;
    background: url(images/mainmenu_bg2.png) bottom  left #f1f1f1;
    color: #FFF;
    font-weight: bold;
}

#mainmenu ul li.menu_sub {
    margin-left: 8px;
    font-size:14px;
}

#mainmenu ul li.menu_sub a {
}

#mainmenu ul li.menu_sub a:hover, #mainmenu ul li.menu_sub a:current {
}




/* MAIN MENU END */




#content {
    padding: 10px 0px 50px 30px;
    width: 780px;
/*    margin-left: 240px; */
    background: #ffffff;
}
/*
#footer, .push {
    height: 80px;
}
*/

#footer {
    border-top: 5px solid #006;
    background: #f1f1f1;

    width: 100%;

}

#footer_inner {
    width: 900px;
    padding: 10px 20px;
    margin: auto;
}

footer{

}

.nex_evening {border:2px solid rgba(6,136,120,1.00); padding:10px 20px; border-radius: 6px; background: rgba(225,243,230,1.00)}

.evening_table th {
    padding: 3px;
    border-bottom: 1px solid #333;
}

.evening_table td {
    padding: 3px;
    border-bottom: 1px dotted #ccc;
}

.evening_table td:hover {
    background: #EEFAF1;
}

.evening_short_frame {
    border: none;
    height: 70px;
    overflow: hidden;
}

.info_short_frame {
    width: 100%;
    border: none;
    height: 70px;
    overflow: hidden;
}

.article_date {
    white-space: nowrap;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 5px;
}

.article_subject {
    font-size: 14px;
    font-weight: bold;
}

.summary {
    font-size: 10px;
    line-height: 1.2em;
    color: #666;
    margin-left: 10px;
    font-weight: normal;
}

.summary:hover {
    color: #000;
}

#meeting_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
	font-size:90%;
}

#meeting_table th {
    background: #06F;
    color: #FFF;
    border-left: 1px solid #fff;
}

#meeting_table td {
    padding: 3px 10px;
    border-bottom: 1px dotted #ccc;
    white-space: nowrap;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right !important;
}

#meeting_table td.dates {
    width: 100px;
}

#meeting_table td.year {
    padding-right: 30px;
    text-align: right;
}

.container {
    overflow: hidden;
    width: 610px;
}

.container .col1 {
    width: 300px;
    float: left;
}

.container .col2 {
    width: 300px;
    float: right;
}

.container .col1a {
    width: 250px;
    float: left;
}

.container .col2b {
    width: 350px;
    float: right;
}

#banner1,#banner3 {
    margin-top: 20px;
    text-align: center;
}

#banner2 a {
    display: block;
    margin-top: 20px;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(images/silver_button_40px.png) center top;
}

#banner2 a:hover {
    background: url(images/silver_button_40px.png) center bottom;
}

.copyright {
    text-align: right;
    color: #666;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#pagenation {
    margin-top: 50px;
}

#pagenation a {
    display: block;
    width: 50px;
    text-align: center;
    padding: 1px px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    font-size: 10px;
}

#pagenation a:hover {
    background: #f9f9f9;
    border: 1px solid #06F;
}

#breadcrumb {
    border-bottom: 3px double #ccc;
    padding:3px 10px;
    font-size:70%;
}

.members {
    margin-left: 10px;
}

#side_banner {
    margin: 10px 0;
}

/*
.side_banner_header {
	font-size:14px;
	font-weight:bold;
	padding:3px 5px;
	border:2px solid #ddd;
	background:url(images/silver_button_40px.png) center top;
}

.side_banner_body {
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
	padding:1px 8px;
	line-height:1.3em;
}

.side_banner_body ul {
	margin:0;
	padding:0 20px;
}
*/
.box_link {
    display: inline-block;
    width: auto;
    padding: 3px 5px;
    border: 1px outset #ccc;
    text-align: center;
    background: #f1f1f1;
    margin: auto;
}

.box_link:hover {
    border: 1px inset #ccc;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    background: #fff;
}

.formfile_title {
    display: inline-block;
    width: 10em;
     font-weight: bold;
}

.notice {
    border: 3px double #ccc;
    background: #FFF9E7;
    padding: 5px 15px;;
    width: 95%;
    margin: auto;
}

.quote {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    width: 80%;
    margin: 10px auto;
}

.lightbox {
    background: url(images/seminar_bg.png) no-repeat bottom #fff !important;
}

.presen {
    border: 3px double #666;
}

table th, table td {
    vertical-align: top;
}

table th {
    white-space: nowrap;
}

.dyno_info {
    border: 3px double #ccc;
    width: 500px;
    height: 70px;
    background: url(images/dyno_banner_bg.jpg) left center no-repeat;
    margin: 30px auto;
}

.dyno_info a {
    display: block;
    text-align: center;
    width: 500px;
    height: 60px;
}

.dyno_info:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.dyno_info_title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    color: #F63;
}

.dyno_info_date {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    color: #063;
}

.dyno_info2 {
    border: 3px double #ccc;
    width: 500px;
    height: 70px;
    background: url(images/dyno_banner_bg2.jpg) left center no-repeat;
    margin: 30px auto;
}

.dyno_info2 a {
    display: block;
    text-align: center;
    width: 500px;
    height: 60px;
}

.dyno_info2:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.dyno_info_title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    color: #F63;
}

.dyno_info_date {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    color: #063;
}

.mincho {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.border-box {
    border: 1px solid #999;
    padding: 10px;
}

.border-box2 {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 30px;
}

.red {
    color: #F00;
}

.rules {
    overflow: hidden;
}
.rules dl {background:#f1f1f1; border:1px solid #ddd; border-top:none;}
.rules dl dt {
    width: 150px;
    float: left;
	font-weight:bold;
	padding:5px;
	border-top:1px solid #ddd;
	box-sizing: border-box;
}

.rules dl dd {
    display: block;
	padding:5px;
    margin-left: 125px;
	background:#fff;
	border-top:1px solid #ddd;
	box-sizing: border-box;
}

dl.seminar {margin-top:30px; margin-bottom: 50px;}
dl.seminar dt {width:120px; padding:10px;box-sizing: border-box;}
dl.seminar dd {margin-left: 125px; padding:10px;box-sizing: border-box;}

dl.agenda dt {
    float: none;
    width: auto;
    font-weight: bold;
}

dl.agenda dd {
    float: none;
    width: auto;
    margin-left: 40px;
}

.radius {
    border-radius: 8px;
}

.person {
    margin-left: 60px;
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}
.no_bold {font-weight: normal !important;}
.bigger {
    font-size: 120%;
}

.smaller {
    font-size: 80%;
}

.schedule_table {
    width: 100%;
}

a.extlink {
    background: url(images/extlink_red.png) right no-repeat;
    padding-right: 20px;
}
.nowrap {white-space:nowrap;}


.button {display: inline-block; text-align: center; padding:5px 20px; border:1px solid #ccc; font-weight: bold; font-size:16px; background: #f1f1f1;  margin:auto; border-radius: 5px;}
.button:hover {background:#ccc}

.nowrap {white-space: nowrap;}

ol li {margin-bottom:10px;}

/* カッコ付きOL */

ol.kakko { list-style-type: none;}
ol.kakko li { counter-increment: cnt;}
ol.kakko li:before {content: "(" counter(cnt) ") ";}


/* 右カッコ付きOL */

ol.right_kakko { list-style-type: none;}
ol.right_kakko li { counter-increment: cnt;}
ol.right_kakko li:before {content: counter(cnt) ") "; margin-left:-1.5em;}


/* 丸数字バナー */

ol.maru_num { 
    counter-reset: my-counter; 
    list-style: none; 
    padding: 0; 
} 

ol.maru_num li {
    margin-bottom: 0px; 
    padding-left: 30px; 
    position: relative; 
} 
ol.maru_num li:before { 
    content: counter(my-counter); 
    counter-increment: my-counter; 
    background-color: #fff;
    border:solid 1px #000;
    color: #222; 
    display: block; 
    float: left; 
    line-height: 16px; 
    margin-left: -30px; 
    text-align: center; 
    height: 18px; 
    width: 18px; 
    border-radius: 50%; 
    font-size:14px;
    margin-top: 5px;
}


.fa-file-pdf {color:#B20C00;}
.fa-file-excel {color:#107c41;}
.fa-file-word {color:#0067b8;}

.gakkai_banner {border:1px solid #ccc; padding:15px; border-radius: 5px; text-align: center; background: #f1f1f1; font-size:20px;
font-weight: bold; box-shadow: 2px 2px 4px #f1f1f1;}
.gakkai_banner:hover {background: #f9f9f9;}
.gakkai_banner a {color: #a61c4b; box-shadow: none;}
.gakkai_banner:hover a {color: #862804;}


.message_box {bordedr:1px solid #ccc; border-radius: 8px; padding:15px; background: #F1F5F8; margin:2em auto;}



div#mfp_buttons ul {width:100% !important; text-align: center;display: flex;justify-content: center;}
div#mfp_buttons ul li {text-align: center;}
