@charset "utf-8";
/* CSS Document */
body {
	min-width: 1200px;
}
#title_cat_area{
	width:100%;
	height:112px;
	text-align: center;
	position: relative;
    top: 170px;
    margin-bottom: -170px;
    min-width: 1200px;
}
#title_cat_area.aboutus {
	background:#24243e url(../img/bg_title_cat_area_aboutus.jpg) no-repeat center 0;
}
#title_cat_area.meeting {
	background:#24243e url(../img/bg_title_cat_area_meeting.jpg) no-repeat center 0;
}
#title_cat_area.elearning {
	background:#24243e url(../img/bg_title_cat_area_elearning.jpg) no-repeat center 0;
}
#title_cat_area.journal {
	background:#24243e url(../img/bg_title_cat_area_journal.jpg) no-repeat center 0;
}
#title_cat_area.research {
	background:#24243e url(../img/bg_title_cat_area_research.jpg) no-repeat center 0;
}
#title_cat_area.specialist {
	background:#24243e url(../img/bg_title_cat_area_specialist.jpg) no-repeat center 0;
}
#title_cat_area.memberinfo {
	background:#24243e url(../img/bg_title_cat_area_memberinfo.jpg) no-repeat center 0;
}
#title_cat_area.info {
	background:#24243e url(../img/bg_title_cat_area_info.jpg) no-repeat center 0;
}
#title_cat {
	width: 1170px;
	margin: auto;
	padding-top: 26px;
	box-sizing: border-box;
}
#title_cat h2{
	width: 680px;
	background: linear-gradient(90deg, rgba(76,75,106,1) 0%, rgba(76,75,106,1) 30%, rgba(76,75,106,0) 100%);
	color: #fff;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	padding: 1px 0;
	position: relative;
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 3px;
}
#title_cat h2::before {
	right: 100%;
    content: "";
    background: #4c4b6a;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
}
#title_cat span {
	display: inline-block;
	margin-left: 10px;
	font-size:20px;
	vertical-align: 4px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
#title_cat_area_member #title_cat {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
#en_catname {
    margin: 0 auto 0 auto;
    font-size: 30px;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(21, 114, 200, 0.75);
    padding: 40px 0 0 20px;
    font-weight: 500;
    position: absolute;
    top: -130px;
    left: -280px;
    z-index: 9999;
}
.subtitle {
	font-size: 22px;
	display:inline;
	vertical-align:middle;
}
#wrap_contents {
	width: 100%;
	background: url(../img/bg_con.png) repeat-x center 0;
	position: relative;
	top: 170px;
	margin-top: 170px;
}
#contents{
	width:1200px;
	margin:0 auto 170px auto;
	padding:60px 15px 40px 15px;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#leftcolumn{
	width:810px;
	padding:0;
	font-size: 105%;
	}
#rightcolumn{
	width:300px;
	padding: 20px 0 0;
	position:relative;
	font-size: 1.1em;
	}
#leftcolumn #breadcrumbs{
	position:relative;
	top:-55px;
	font-size:14px;
	left:0;
	color:#ccc;
	width: 1170px;
	z-index: 2;
	overflow: hidden;
	height: 26px;
	}
#leftcolumn #breadcrumbs a{
	text-decoration:none !important;
	color:#ccc;
	}
#leftcolumn #breadcrumbs a:hover {
	color: #fff;
}
#leftcolumn a.ico_home::before {
	display: inline-block;
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ccc;
	font-size: 15px;
	margin-right: 8px;
}
#leftcolumn #breadcrumbs i {
	font-size: 9px;
}
.title_submenu {
	display: none;
}
#subnavi{
	padding: 0;
	background: rgba(254,254,254,0.7);
	margin:0 0 25px 0;
	box-shadow: 0 5px 12px -6px rgba(0,0,0,.2);
	}
#title_submenu {
	background-color: #383838;
	color: #fff;
	padding: 16px 10px 15px;
	font-size: 1em;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	border-radius: 3px 3px 0 0;
}
#subnavi h3 {
	display: none;
}
#subnavi ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#subnavi ul li{
	margin:0;
	padding: 0;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	}
#subnavi ul li:last-child{
	background:none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom:1px solid #dcdcdc;
	}
#subnavi ul li.menu1 a{
	display:block;
	font-size:14px;
	padding:13px 15px;
	color:#222222;
	text-decoration:none;
	line-height:1.4;
	border-bottom:1px solid #dbdade;
	}
#subnavi ul li.menu1 a::before {
    display: inline-block;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333aaf;
    font-size: 9px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
#subnavi ul li.menu1 a:hover {
	background-color: #e8f0fd;
	}
#subnavi ul li.menu1.here a {
	background: linear-gradient(90deg, rgba(63,76,107,1) 0%, rgba(96,108,136,1) 100%);
	background: radial-gradient(90deg, rgba(36,36,62,1) 0%, rgba(48,43,99,1) 100%);
	color:#fff;
	}
#subnavi ul li.menu1.here a::before {
	color: #fff;
	content: "\f053";
	margin-right: 13px;
	margin-left: -6px;
}
#subnavi ul li.menu2 a {
	display:block;
	font-size:14px;
	padding:7px 10px 7px 24px;
	color:#222222;
	text-decoration:none;
	background: #f5f5f5;
	line-height:1.4;
	border-bottom:1px solid #dcdcdc;
	}
#subnavi ul li.menu2 a::before {
    display: inline-block;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2f2b61;
    font-size: 9px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
#subnavi ul li.menu2 span{
	color:#ff93ad !important;
	}
#subnavi ul li.menu2 a:hover {
	background-color: #e8f0fd;
	}
#subnavi ul li.menu2.here a {
	background: linear-gradient(90deg, rgba(63,76,107,1) 0%, rgba(96,108,136,1) 100%);
	color:#fff;
	}
#subnavi ul li.menu2.here a::before {
	color: #fff;
	content: "\f053";
	margin-right: 29px;
	margin-left: -22px;
}
#subnavi ul li.menu3 {
	background-image: none !important;
}
#subnavi ul li.menu3 a{
	display:block;
	font-size:14px;
	padding:4px 10px 3px 32px;
	color:#444;
	text-decoration:none;
	line-height:1.4;
	border-bottom:1px solid #ccc;
	background-color: #e6e6e6;
	}
#subnavi ul li.menu3 a::before {
    display: inline-block;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2f2b61;
    font-size: 9px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
#subnavi ul li.menu3 span{
	color:#ff93ad !important;
	}
#subnavi ul li.menu3 a:hover {
	background-color: #e8f0fd;
	}
#subnavi ul li.menu3.here a {
	background: linear-gradient(90deg, rgba(63,76,107,1) 0%, rgba(96,108,136,1) 100%);
	color:#fff;
	}
#subnavi ul li.menu3.here a::before {
	color: #fff;
	content: "\f053";
	margin-right: 29px;
	margin-left: -22px;
}
#subnavi ul li i {
	color: #917347;
	margin-left: 3px;
}
#rightcolumn h2 {
	margin: 0;
	padding: 20px 18px;
	background: #1d2088; /* Old browsers */
	background: linear-gradient(90deg, rgba(36,36,62,1) 5%, rgba(48,43,99,1) 50%, rgba(77,70,143,1) 100%);
	color: #fff;
	border-bottom: 2px #0c0a1f solid;
	font-size: 18px;
	border-radius: 3px 3px 0 0;
}

#leftcolumn h1{
	position: relative;
	clear: both;
	min-height: 46px;
	margin: 0 0 2px 0;
	padding: 10px 10px 20px 0;
	color: #3f3f3f;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	border-bottom: #2f2b61 solid 3px;
	}
#leftcolumn h1::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 82%;
	height: 3px;
    background: #f2b600;
}
#leftcolumn h2 {
    margin: 44px auto;
    padding-bottom: 12px;
    font-size: 1.46rem;
    font-weight: 600;
    color: #221815;
    position: relative;
    text-align: center;
}
#leftcolumn h2::after {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    content: '';
    background-color: #888;
}
#leftcolumn h3 {
    border-left: 7px solid #36316b;
    font-weight: 400;
    font-size: 1.1em;
    padding: 8px 10px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.4;
}
#leftcolumn h4{
	margin:1.5em 0;
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	color: #333;
	}
.lastupdate{
	font-size:13px;
	color:#444;
	text-align:right;
	padding:5px 0;
	margin:0 0 30px 0;
	}
.lastupdate::before {
	display: inline-block;
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #888;
	font-size: 15px;
	margin-right: 6px;
}

#leftcolumn article{
	}
#leftcolumn #news_en_list article {
	padding:0;
	margin-top: -30px;
}
#leftcolumn img {
	max-width: 100%;
	height: auto;
}
#leftcolumn p{
	margin:1.5em 0;
	line-height: 1.8em;
	}
#leftcolumn table{
	margin:1em 0;
	}
#leftcolumn ul,#leftcolumn ol{
	margin: 1em 0 1em 40px;
	}
#leftcolumn ul li,#leftcolumn ol li {
	margin: 2px 0;
	}
#leftcolumn blockquote, #leftcolumn fieldset, #leftcolumn dl, #leftcolumn dir {
	margin: 1em 0;
}
#leftcolumn dl {
	margin:1.5em 0;
}
#leftcolumn dt {
	font-weight: bold;
	line-height: 1.83em;
}
#leftcolumn dd {
	margin-left: 40px;
	line-height: 1.83em;
}
#leftcolumn ul.ul_index {
	list-style:none;
	margin-top:2em;
	margin-bottom:2em;
	padding:0;
}
#leftcolumn ul.ul_index li {
	margin: 0.4em auto;
}
#leftcolumn ul.medi_index {
	list-style:none;
	margin-top:2em;
	margin-bottom:2em;
	margin-left: 30px !important;
	padding:0;
}
#leftcolumn ul.medi_index li {
	margin: 0.4em auto;
	font-size: 0.9em;
	line-height: 1.42em;
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
	border-bottom: 1px #ddd dotted;
}
#leftcolumn ul.fixHeight {
	list-style: none;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 30px;
}
#leftcolumn ul.fixHeight:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#leftcolumn ul.fixHeight li {
	display: block;
	width: 155px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	margin: 0 15px 8px 3px;
}
#leftcolumn ul.links li {
	font-weight: bold;
	margin: 1.15em 0;
	font-size: 1.1em;
}
#leftcolumn ul.links li span {
	display: inline-block;
	font-weight: normal;
	color: #4fa298;
	font-size: 0.9em
}
#leftcolumn ul.links li a {
	font-weight: normal;
	font-size: 0.9em
}

#leftcolumn hr {
	height: 1px;
	background: #bbb;
	background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
	background-image: -moz-linear-gradient(left, #eee, #777, #eee);
	background-image: -ms-linear-gradient(left, #eee, #777, #eee);
	background-image: -o-linear-gradient(left, #eee, #777, #eee);
	margin: 1.6em 0;
}
#leftcolumn em {
	font-style: oblique;
}
a.pico_hide {
	color: #999 !important;
	text-decoration: none !important;
}
div.digit {
	padding: 10px 10px 10px 10px;
	margin: 1em 0;
	background: #faefaf;
	border: 1px #cdcdc3 solid;
	border-left: 6px #febb24 solid;
	font-size: 90%;
	line-height: 1.3;
}
/* New Senmoni */
#leftcolumn h2.sin {
	background-color: #31a73b;
	color: #fff;
	padding: 14px 20px;
}
#leftcolumn h2.sin::after, #leftcolumn h2.kyu::after {
	background-color: none;
}
#leftcolumn h2.kyu {
	background-color: #5b66d4;
	color: #fff;
	padding: 14px 20px;
}
#leftcolumn h2.sin::after, #leftcolumn h2.kyu::after {
	display: none;
}
#leftcolumn h2.sin span {
	font-size: 82%;
}
#leftcolumn div.tcol_con, #leftcolumn article div.tcol_con {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#leftcolumn div.tcol_con div.item, #leftcolumn article div.tcol_con div.item {
	width: auto;
	padding: 0 15px 35px 15px;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(1, 1, 1, 0.4);
	text-align: center;
	max-width: 363px;
}
#leftcolumn div.tcol_con div.item h2, #leftcolumn article div.tcol_con div.item h2 {
	font-size: 1.3rem;
	line-height: 31px;
	font-weight: bold;
	margin-bottom: 1rem;
	margin-bottom: 10px;
}
#leftcolumn div.tcol_con div.item h2::after {
	display: none;
}
#leftcolumn div.tcol_con div.item.green h2 {
	color: #31a73b;
}
#leftcolumn div.tcol_con div.item p {
	font-size: 14.5px;
	font-weight: bold;
	padding: 0 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}
#leftcolumn div.tcol_con div.item.green p {
	margin-bottom: 39px;
}
#leftcolumn div.tcol_con div.item.blue h2 {
	color: #5b66d4;
	font-size: 1.2rem;
	line-height: 27px;
}
#leftcolumn div.tcol_con div.item a.sbtn {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: rgb(63,76,107);
	padding: 14px 70px;
	font-weight: bold;
	font-size: 23px;
	border-radius: 40px;
	text-decoration: none;
	margin: 10px auto 20px auto;
}
a.sbtn::before {
	display: inline-block;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
#leftcolumn  div.tcol_con div.item.green a.sbtn {
	background-color: #31a73b;
}
#leftcolumn div.tcol_con div.item.green a:hover.sbtn {
	background-color: #59e168;
}
#leftcolumn div.tcol_con div.item.blue a.sbtn {
	background-color: #5b66d4;
}
#leftcolumn div.tcol_con div.item.blue a:hover.sbtn {
	background-color: #96a3f8;
}
/* New Senmoni Sub */
#box_senmonnews {
	padding: 6px 0 1px 15px;
	background-color: rgba(254, 254, 254, 0.5);
	border-radius: 5px;
	border: 1px #00a0e9 solid;
	margin-bottom: 45px;
}
#box_senmonnews .scroll1 {
	height: 265px;
	overflow-y: scroll;
}
#leftcolumn article div.tcol_con.depth2 div.item {
	background: url('../img/bg_senmon_green.png') top center repeat-x #fff;
	width: 44.5%;
	margin-bottom: 35px;
}
#leftcolumn article div.tcol_con.depth2 div.item.blue {
	background-image: url('../img/bg_senmon_blue.png') ;
}
#leftcolumn article div.tcol_con.depth2 div.item h2 {
	margin-top: 35px;
}
#leftcolumn article div.tcol_con.depth2 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
	text-align: left;
}
#leftcolumn article div.tcol_con.depth2 ul li {
	display: inline-block;
	position: relative;
	padding: 2px 12px 2px 0;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#leftcolumn article div.tcol_con.depth2 ul li::before {
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
	margin-right: 4px;
	content: '\f138';
	color: #5b66d4;
}
#leftcolumn article div.tcol_con.depth2 ul.shinki li::before {
	color: #ec7a3c;
}
#leftcolumn article div.tcol_con.depth2 ul.koshin li::before {
	color: #13b5b1;
}
#leftcolumn article div.tcol_con.depth2 ul.shinki.sub, #leftcolumn article div.tcol_con.depth2 ul.koshin.sub, #leftcolumn article div.tcol_con.depth2 ul.leader.sub {
	margin-left: 20px;
}
#leftcolumn article div.tcol_con.depth2 ul.shinki.sub li::before, #leftcolumn article div.tcol_con.depth2 ul.koshin.sub li::before, #leftcolumn article div.tcol_con.depth2 ul.leader.sub li::before {
	position: relative;
	top: -2px;
	font-size: 11px;
	content: '\f105';
}
#leftcolumn article div.tcol_con.depth2 ul li a.sub2::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	top: -2px;
	font-size: 11px;
	content: '\f105';
	margin-right: 3px;
}
#leftcolumn article div.tcol_con.depth2 ul.shinki li a.sub2::before {
	color: #ec7a3c;
}
#leftcolumn article div.tcol_con.depth2 ul.koshin li a.sub2::before {
	color: #13b5b1;
}
#leftcolumn article div.tcol_con.depth2 div.item ul li a[href$=".pdf"] {
	padding-left: 19px;
	display: inline;
}
#leftcolumn article div.tcol_con.depth2 div.item ul li a[target$="_blank"] {
	display: inline;
}

/* お知らせ */
.box_news {
	margin:0;
	font-size:15px;
	padding: 0;
	width: auto;
	box-sizing: border-box;
}
.news_date {
	color:#222;
	font-size: 0.93rem;
	float: left;
	margin: 0;
	padding: 6px 0 0 0;
	width: 100%;
	box-sizing: border-box;
	}
.news_title {
    clear: both;
    font-size: 0.95rem;
    line-height: 1.36rem;
    padding: 2px 0 12px 0;
    margin: 0 8px 0 0;
	box-sizing: border-box;
	border-bottom: 1px #aaa dotted;
}
.news_title a {
}
div.box_topics div.news_title:last-child {
	/* border-bottom: none; */
}
.box_topics .news_date {
	padding-top: 7px;
	box-sizing: border-box;
}
.box_topics .news_title {
	padding-bottom: 7px;
	box-sizing: border-box;
}
.title_topics a{
	font-size:14px;
	display:block;
	background:url(../img/ico_arrow_01.png) no-repeat 0 7px;
	padding:0 0 0 12px;
}
.title_topics{
	margin:0 0 5px 0;
}
.text_topics{
	font-size:0.9em;
	padding:0 0 10px 0;
	height:115px;
	overflow:hidden;
}

/* 更新履歴 */
ul.arrow6 {
	margin: 20px 0 1em 0 !important;
	padding: 0 !important;
	line-height: 1.6em;
	list-style: none !important;
}

/* 水平リスト */
ul.horizontal_list {
	margin-left: 0;
	margin-right: 0;
}
ul.horizontal_list:before, ul.horizontal_list:after {
	content:"";
	display:table;
}
ul.horizontal_list:after {
	clear:both;
}
ul.horizontal_list li {
	display: inline; 
	padding: 0; 
	margin: 0 15px 6px 0; 
	float: left;
}
ul.horizontal_list li a {
	display: block; 
	padding: 0 10px;
	text-decoration: none;
	text-align: left;
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	font-size: 0.85em;
}
ul.horizontal_list li a::before,
ul.horizontal_list li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle; 
}
ul.horizontal_list li a::before {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ul.horizontal_list li a::after {
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* テーブル */
#leftcolumn table{
	border-collapse: collapse;
	margin:1em 0;
}
#leftcolumn table th,#leftcolumn table td {
	border:1px solid #9f9f9f;
	vertical-align:middle;
	background: rgba(255,255,255,0.6);
}
#leftcolumn table th{
	background:#f2f2f2;
	font-weight: bold;
	padding:6px 8px;
	font-size: 86%;
	text-align: center;
	vertical-align: top;
}
#leftcolumn table td{
	padding:6px 8px;
	font-size:100%
}
#leftcolumn table.nonborder {
	border-collapse: collapse;
	margin:1em 0;
}
#leftcolumn table.nonborder td {
	border:none;
	vertical-align:top;
	padding: 2px;
}
#leftcolumn table.nenpyo {
	border-top: 1px solid #bbb;
}
#leftcolumn table.nenpyo th, #leftcolumn table.nenpyo td {
    border-bottom: 1px solid #bbb;
    border-right: none;
    border-left: none;
    vertical-align: top;
    padding:14px 8px;
}
/* リスト */
#leftcolumn ul.horizontalList{
	list-style:none;
	margin: 1em 0 1em 1em;
	padding:0;
}
#leftcolumn ul.horizontalList li {
	display:block;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	padding: 3px;
	margin:0 15px 8px 3px;
}
#leftcolumn ul.horizontalList.col2 li {
	width: 366px;
}
#leftcolumn ul.horizontalList.col3 li {
	width: 235px;
}
#leftcolumn ul.horizontalList.col4 li {
	width: 170px;
}
#leftcolumn ul.horizontalList.col5 li {
	width: 131px;
}
.cb {
    clear: both;
    height: 0;
}

/* shisetsu2 */
#map_canvas2 {
	height: 600px;
}
#contents .gm-style-iw h1 {
	background: none;
	font-size: 1.15em;
	font-weight: normal;
	padding: 8px 0;
	line-height: 1.4;
	font-weight: bold;
}

/* box */
.box {
	margin: 1em 0;
	padding: 20px 30px;
	background-color: #f6f6f6;
    border: 1px solid #999;
}
.boxred {
    margin: 1em 0;
	padding: 20px 30px;
	background-color: #FDF7F7;
    border: 1px solid #cc0000;
}
blockquote {
	padding-left: 2em;
}

.bnr_contents{
	border:1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	}
.bnr_contents a{
	display:block;
	margin:0;
	padding:0;
	}
.bnr_contents a img{
	display:block;
	margin:0;
	padding:0;
	}

#contents p.pdf_box {
    border: 1px solid rgb(204, 204, 204);
    padding: 6px;
    margin: 2.5em 0 !important;
    background: rgb(238, 238, 238);
    text-align: center;
    font-size: 80%;
    color: rgb(51, 51, 51);
    width: calc(100% - 12px) !important;
}
#contents p.pdf_box a {
	background-image: none !important;
	padding-right: 5px !important;
	vertical-align: middle !important;
}
#contents p.pdf_box img {
	vertical-align: middle !important;
}

/* Index of Category */
#catindex_con {
	width: 100%;
	overflow: hidden;
}
div.catindex_outer {
	width: calc( 100% + 30px );
}
div.catindex_outer:after {
	display: block;
	clear: both;
	content: "";
}
.box_ctop {
	width: calc( 50% - 35px);
	margin: 0.7em 30px 0.7em 0;
	float: left;
}
p img.icon_ctop {
	float: left;
}
#contents .box_ctop h3 {
	margin: 0 0 1em 0 !important;
	font-size: 0.9em !important;
	background-image: none !important;
	padding: 0 !important;
	border-bottom: none;
}
#contents .box_ctop h3 a, #contents .box_ctop h3 span {
	display: block;
	background: #fff;
	margin: 0;
	padding: 14px 0 14px 15px;
	font-size: 110%;
	color: #333;
	position: relative;
	text-decoration: none;
	line-height: 1.4 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.2);
}
#contents .box_ctop h3 a:hover {
	background-color: #e2ecfc;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
#leftcolumn .box_ctop ul {
	padding-top: 0;
	padding-left: 0 !important;
	margin-left: 15px;
	list-style: none;
}
.box_ctop ul li a {
	position: relative;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	list-style-type: none !important;
	line-height: 146%;
}
.box_ctop ul li::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	padding-top: 0.8em;
    color: #333aaf;
    font-size: 9px;
}
.box_ctop ul li a {
	font-size: 100% !important;
}
div#contents.member .box_ctop ul li {
	background-image: url("../img/arrow_sub_02_a.png");
}
.box_ctop ul li a img {
	vertical-align: middle !important;
}
.box_cm ul {
	list-style-type: none;
}
.box_cm ul li {
	position: relative;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none !important;
	line-height: 170%;
}
.box_cm ul li::before {
    position: absolute;
    display: inline-block;
    content: "\f152";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4fa298;
    font-size: 15px;
    margin-left: -20px;
    top: 5px;
}
/* Journal */
.boxj {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 1em 0 40px;
	border-radius: 6px;
	padding: 0;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
.jjss {
	background: #644b32 url('/uploads/images/journal/bg_jjss.jpg') center top no-repeat;
}
.st {
	background: #006432 url('/uploads/images/journal/bg_st.jpg') center top no-repeat;
}
.scr {
	background: #194b96 url('/uploads/images/journal/bg_scr.jpg') center top no-repeat;
}
.boxj .cover {
	width: 190px;
	margin: 60px 20px 50px 45px;
}
.boxj .cover img {
	border: 2px #fff solid;
}
.boxj .jinfo {
	width: calc(100% - 255px);
	padding: 40px 40px 30px 20px;
}
#leftcolumn .jinfo h2 {
	color: #fff;
	font-size: 29px;
	margin: 0.5em auto;
	font-weight: normal;
	text-align: left;
}
#leftcolumn .jinfo h2::after {
	display: none;
}
.jjss .jinfo h2 span {
	background-color:#e27500;
	font-size: 19px;
	display: inline-block;
	margin-right: 12px;
	padding: 0 18px;
	position: relative;
	top: -5px;
}
.st .jinfo h2 span {
	background-color:#01b262;
	font-size: 19px;
	display: inline-block;
	margin-right: 12px;
	padding: 0 18px;
	position: relative;
	top: -5px;
}
.scr .jinfo h2 span {
	background-color:#3079a1;
	font-size: 19px;
	display: inline-block;
	margin-right: 12px;
	padding: 0 18px;
	position: relative;
	top: -5px;
}
.boxj .jinfo a.button_us {
	border: 1px solid #dbdbdb;
	background-color: #ffdd57 !important;
	background-image: linear-gradient(to bottom, #ffdd57, #ffdd57) !important;
	border-radius: 5px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	text-shadow: none;
	padding: 7px 22px 7px 35px !important;
}

.boxj .jinfo a.button_us.button_jstage {
	border: 1px solid #dbdbdb;
	background-color: #f01452 !important;
	background-image: linear-gradient(to bottom, #f01452, #f01452) !important;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-shadow: none;
	padding: 7px 22px 7px 35px !important;
}

.boxj .jinfo a:hover.button_us {
	background-color: #ffc01e !important;
	background-image: linear-gradient(to bottom, #ffc01e, #ffc01e) !important;
}

.boxj .jinfo a:hover.button_us.button_jstage {
	background-color: #CE0D43 !important;
	background-image: linear-gradient(to bottom, #CE0D43, #CE0D43) !important;
    color: #fff;
}

.jinfo p {
}

#leftcolumn .jinfo ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 1em 0;
}
#leftcolumn .jinfo ul li {
	position: relative;
	padding: 0 0 0 1.6em;
	margin: 0;
	margin: 7px 0;
}
#leftcolumn .jinfo ul li::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f138';
	color: #fff;
}
#leftcolumn .jinfo ul li a {
	color: #fff;
}
#leftcolumn .jinfo ul li a:hover {
	text-decoration: underline;
}
.jinfo a.button {
}
span.if {
	display: inline-block;
	font-size: 130%;
	font-style: oblique;
	margin: auto 5px;
}
.boxj .cover #if_value {
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
	background-color: #48c774;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	line-height: 1.3;
	padding: 10px 7px;
	margin: 1rem auto;
	text-shadow: none;
}
.boxj .cover #if_value strong {
	font-size: 1.5rem;
}
.boxj .cover #submission_fee {
	box-sizing: border-box;
	width: 100%;
	padding: 4px 10px;
	margin: 1rem auto;
	background: #f5eeb9;
	font-size: 1rem;
	color: #2d2d2d;
	text-align: center;
	line-height: 1.3;
	border-bottom: solid 3px orange;
	text-shadow: none;
}
/* new INDEX */
.box_index {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0;
	padding: 0;
}
.box_index .item {
	width: 48%;
	display: flex;
	margin-bottom: 20px;
}
#leftcolumn .box_index .item a {
	display: block;
	width: 100%;
	color: #111;
	box-sizing: border-box;
	padding: 17px 17px 22px 17px;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.7);
	transition: ease-out .2s;
	opacity: .9;
	font-size: 1.2em;
	line-height: 23px;
}
#leftcolumn .box_index .item a[target$='_blank']{
	background-image: none !important;
}
#leftcolumn .box_index .item a:hover {
	background-color: #e3f5ff;
	text-decoration: none;
}
.box_index .item span.index_title {
	display: block;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.box_index .item span.index_title::before {
    content: "\f138";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
    color:#0078d7;
}
.box_index .item span.index_exp {
	font-size: 14px;
	line-height: 18px;
	color: #222;
}
.box_login {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0;
	padding: 0;
}
.box_login .item {
	width: 48%;
	display: flex;
	margin-bottom: 20px;
}
#leftcolumn .box_login .item a {
	display: block;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	padding: 17px 17px 22px 17px;
	border-radius: 32px;
	background-color: #133680;
	transition: ease-out .2s;
	opacity: .9;
	font-size: 1.2em;
	line-height: 23px;
	text-align:center;
}
#leftcolumn .box_login .item a:hover {
	background-color: #1884da;
	text-decoration: none;
}
#leftcolumn .box_login .item a[target$='_blank']{
	background-image: none !important;
}
#leftcolumn .box_login .item a span.index_forget::before {
    content: "\f059";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
    color:#fff;
}
#leftcolumn .box_login .item a span.index_first::before {
    content: "\f007";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
    color:#fff;
}
#leftcolumn #box_award p img {
	width: 96px;
	height: auto;
}

/* icon */
#leftcolumn a[target$='_blank']{ 
	display: inline-block;
	padding-right: 17px;
	background: transparent url(../img/popup.png) no-repeat scroll right 4px;
	vertical-align: top;
}
#leftcolumn .tm_block a[target$='_blank']{ 
	display: inline;
}
#leftcolumn a.arrow::before {
    content: "\f152";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4fa298;
    font-size: 15px;
    margin-right: 7px
}
#leftcolumn a[href$=".pdf"] {
	display: inline-block;
	padding-right: 0;
	padding-left: 20px;
	background: transparent url(../img/icon_pdf.gif) no-repeat left 4px;
	vertical-align: top;
}
#leftcolumn a[href$='.doc'], #leftcolumn a[href$='.docx'] { 
	display: inline-block;
	padding-right: 0;
	padding-left: 20px;
	background: transparent url(../img/icon_word.gif) no-repeat left 4px;
	vertical-align: top;
}
#leftcolumn a[href$='.xls'], #leftcolumn a[href$='.xlsx'] { 
	display: inline-block;
	padding-right: 0;
	padding-left: 20px;
	background: transparent url(../img/icon_xls.gif) no-repeat left 4px;
	vertical-align: top;
}
#leftcolumn a[href$='.ppt'], #leftcolumn a[href$='.pptx'] { 
	display: inline-block;
	padding-right: 0;
	padding-left: 20px;
	background: transparent url(../img/icon_ppt.gif) no-repeat left 4px;
	vertical-align: top;
}
#leftcolumn a.none{
	background:none !important;
	padding:0 !important;
	display:inline !important;
}
