@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	line-height: 1.7;
	font-size:85%;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	width:100%;
	display: inline-block;
}
.opacity a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.text_center{
	text-align:center;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
table{
	border-collapse:collapse;
	border-spacing: 0;
}
a{
	color:#18af18;
	word-break: break-word;
}
a:hover{
	text-decoration:none;
}
a.wnd {
background: url(../img/wnd_icon.png) 100% 50% no-repeat;
padding-right: 18px;
}
a.pdf {
background: url(../img/pdf_icon.png) 100% 50% no-repeat;
padding-right: 18px;
}
a.mov {
background: url(../img/mov_icon.png) 100% 50% no-repeat;
padding-right: 18px;
}
a.mp3 {
background: url(../img/mp3_icon.png) 100% 50% no-repeat;
padding-right: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul{
	list-style-type:none;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.ml40{
	margin-left:40px;
}
.ml50{
	margin-left:50px;
}
.ml24 {
	margin-left:24px;
}
.ml26 {
	margin-left:26px;
}
/*
* common
*/
.wrapper{
	width:960px;
	margin-right:auto;
	margin-left:auto;
}
/*
*
* gnav
*
*/
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	width:100%;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*** DEMO SKIN ***/
.sf-menu a {
	zoom: 1; /* IE7 */
}




/*
* header
*/
.head_blue{
	height: 36px;
	background-image: url(../img/bg_blue.gif);
}
.head_blue .wrapper{
	padding-top:5px;
}
.header_name{
	float:left;
}
.head_menu_area{
	width:180px;
	float:right;
}
.head_menu li{
	float:right;
	margin-right:10px;
}
.head_menu li a:hover{
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#search {
height: 25px;
width: 200px;
float: right;
margin:0;
}
#searchBox {
	background-color:#ffffff;
	/*width: 155px;
	height: 25px;*/
	width:150px;
	height:23px;
	padding: 1px 0 1px 5px;
	border: none;
	display: block;
	float: left;
	border-width:0px;
	line-height:1.7;
}
#searchBtn {
display: block;
float: left;
border:none;
background:none;
}

.head_logo_area{
	height:130px;
	position:relative;
}
.head_logo{
	position:absolute;
	top:18px;
	left:0;
}
.head_to_icmif{
	position:absolute;
	top:32px;
	right:0;
}
.gnav_area{
	position:absolute;
	right:0;
	top:100px;
	width:685px;
}
#gnav{
	height:31px;
}
#gnav > li{
	float:left;
	height:31px;
}
#gnav > li > img{
	display:block;
}
#gnav > li:hover{
	background-image: url(../img/gnav_border_bg.gif);
	background-repeat: repeat-x;
	background-position: left 28px;
}
#gnav > li.selected{
	background-image: url(../img/gnav_border_bg.gif);
	background-repeat: repeat-x;
	background-position: left 28px;
}
/*#gnav li ul{
	display:none;
	margin-top:3px;
}*/
#gnav li ul li{
	float:none;
	line-height:1.4;
	font-size:100%;
}
#gnav li ul li a{
	display:block;
	background-color:#e2eefa;
	text-align:center;
	border-bottom:1px dotted #ffffff;
	position: relative;
	padding: 1em 0.5ex;
	font-size: 90%;
	text-decoration: none;
	color: #555555;
	box-sizing: border-box;
	font-weight: 700;
}

#gnav li ul li a:hover{
	background-color:#68afff;
	border-bottom:1px dotted #ffffff;
}
.gnav_aoa_title{
	margin-bottom:7px;
	margin-left:95px;
}

.font_size_area{
	width:135px;
	float:right;
	margin-right:46px;
}
.font_size_text{
	float:left;
}
.font_size_btn{
	float:right;
}
.font_size_btn li{
	float:left;
}
.font_size_btn li a{
	display:block;
	text-indent:-9999px;
	height:;23px
}
#fontsize-s, #fontsize-s a{
	width: 21px;
	height: 23px;
	background-image: url(../img/font_size_small_off.gif);
	background-repeat: no-repeat;
}
#fontsize-m, #fontsize-m a{
	width: 25px;
	height: 23px;
	background-image: url(../img/font_size_medium_off.gif);
	background-repeat: no-repeat;
}
#fontsize-l, #fontsize-l a{
	width: 25px;
	height: 23px;
	background-image: url(../img/font_size_large_off.gif);
	background-repeat: no-repeat;
}
#fontsize-s a:hover{
	width: 21px;
	height: 23px;
	background-image: url(../img/font_size_small_on.gif);
	background-repeat: no-repeat;
}
#fontsize-m a:hover{
	width: 25px;
	height: 23px;
	background-image: url(../img/font_size_medium_on.gif);
	background-repeat: no-repeat;
}
#fontsize-l a:hover{
	width: 25px;
	height: 23px;
	background-image: url(../img/font_size_large_on.gif);
	background-repeat: no-repeat;
}
/*
* contents
*/
.contents_area{
	padding-top:24px;
}
.top_catch_img{
	float:left;
	width:710px;
}
.top_catch_text{
	float:left;
	border:1px solid #dddddd;
	/*width:248px;
	height:398px;*/
	width:230px;
	height:374px;
	padding-top:24px;
	padding-left:17px;
}
.top_catch_text h2{
	margin-bottom:17px;
}
/*
* Top news
*/
.top_navi li{
	float:left;
}
.hide {
	display:none;
}

.top_news_h2{
	float: left;
	margin-right: 30px;
}
#news_tab{
	float:left;
	margin-top:8px;
}
#news_tab li{
	float:left;
	margin-left:4px;
	padding-right:13px;
	height:25px;
	background-image: url(../../top/img/cat_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#news_tab li span{
	display:block;
}
#news_tab li span:hover{
	border-bottom:3px solid #68afff;
}
.top_select img{
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.top_select span{
	border-bottom:3px solid #68afff;
}
#top_cat_news_bg{
	width:69px;
	height:25px;
	background-image: url(../../top/img/cat_news_on.gif);
	background-repeat: no-repeat;
}
#top_cat_general_bg{
	width:70px;
	height:25px;
	background-image: url(../../top/img/cat_general_on.gif);
	background-repeat: no-repeat;
}
#top_cat_seminars_bg{
	width:97px;
	height:25px;
	background-image: url(../../top/img/cat_seminars_on.gif);
	background-repeat: no-repeat;
}
#top_cat_other_bg{
	width:97px;
	height:25px;
	background-image: url(../../top/img/cat_other_on.gif);
	background-repeat: no-repeat;
}
.article_parents:first-child{
	width:420px;
	float:left;
	margin-bottom:0;
	background-image:none;
}
.article_parents:first-child .article_date{
	margin-top:19px;
}
.article_date_cat{
	float:left;
	margin-right:10px;
	padding-top:1px;
}

.article_date_cat img + img {
	margin-left: 10px;
}
.article_date_day{
	float:left;
	color:#0f8cc6;
}
.article_parents:first-child .article_top_title{
	font-weight:bold;
	font-size:120%;
}
.article_top_title a{
	color:#2899ce;
	text-decoration:none;
}
.article_top_title a:hover{
	text-decoration:underline;
}
.article_parents:first-child .article_top_text{
	display:inherit;
}
.article_parents:first-child .article_top_thumb{
	float:none;
}
.article_parents:first-child .article_top_thumb img{
	width:420px;
	height:280px;
}
.article_parents .article_top_thumb a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.article_parents:first-child .article_right{
	width:420px;
	float:none;
}

.article_parents{
	width: 510px;
	float: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../img/gray_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.article_top_text{
	display:none;
}
.article_top_thumb{
	float:left;
}
.article_top_thumb img{
	width:90px;
	height:60px;
}
.article_right{
	width:405px;
	float:right;
}
.article_top_title{
	font-weight:bold;
	font-size:110%;
}
/*
* Top banner
*/
#footer-banners{
	position: relative;
	width: 960px;
	height: 60px;
	margin: 50px 0 0 0;
	padding: 10px 0 0 0;
	background-image: url(../../top/img/banner_bg.gif);
	background-repeat: no-repeat;
}
#footer-banners ul{
  position:relative;
  width:940px;
  height:50px;
  margin:0 0 0 10px;
  overflow:hidden;
}
#footer-banners li{
  width:180px;
  height: 50px;
  margin:0;
  padding:0 4px;
  float:left;
  position:relative;
}
#footer-banners-prev{
  position:absolute;
  top:11px;
  left:-15px;
  z-index:3;
  cursor:pointer;
}
#footer-banners-next{
  position:absolute;
  top:11px;
  right:-15px;
  z-index:3;
  cursor:pointer;
}
/*
* footer
*/
.footer_nav{
	/*margin-left:250px;*/
	height:24px;
	text-align: center;
}
.footer_nav li{
	float: left;
	background-image: url(../img/footer_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:15px;
	margin-right:15px;
}
.footer_nav li:last-child{
	background-image: none;
}
.footer_nav li a:hover{
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.footer_cr_part{
	background-image: url(../img/bg_blue.gif);
	padding:10px 0;
}
/*
* 下層
*/
.main_area .mt0{
	margin-top:0 !important;
}
.main_area .mt5{
	margin-top:5px !important;
}
.main_area .mt10{
	margin-top:10px !important;
}
.main_area .mt20{
	margin-top:20px !important;
}
.main_area .mt30{
	margin-top:30px !important;
}
.main_area .mt40{
	margin-top:40px !important;
}
.main_area .mt50{
	margin-top:50px !important;
}

.side_area{
	width:240px;
	float:left;
	padding-top:35px;
	padding-bottom:40px;
}
.main_area{
	width:690px;
	float:right;
	padding-bottom:40px;
}
.main_area p{
	margin-top:10px;
}
.main_area h2{
	border-top: 2px solid #98c5f9;
	background-image: url(../img/h2_border_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:5px 10px;
	font-weight:bold;
	font-size:135%;
	color:#555555;
	margin-top:40px;
}
.main_area h2:first-child{
	margin-top:0;
}
.main_area h2 span{
	display: block;
	padding-left:10px;
	background-image: url(../img/h2_bg_point.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
}
/*.main_area h3{
	background:#e3effd;
	margin-top:30px;
	font-size: 117%;
	font-weight: bold;
	color: #555555;
	line-height:1.5;
	padding:5px 10px;
	border-radius:5px;
}
.main_area h3 span{
	display:block;
	padding-left: 18px;
	background-image: url(../img/h3_bg.png);
	background-repeat: no-repeat;
	background-position: left 0.4em;
}*/
.main_area h3{
	margin-top: 30px;
	font-size: 115%;
	font-weight: bold;
	color: #555555;
	line-height: 1.5;
	/*border-radius: 5px;*/
	background-image: url(../img/h3_bg_blue.gif);
	background-repeat: no-repeat;
	padding:5px 10px;
}
.main_area h2 + h3{
	margin-top:20px;
}
.main_area h4{
	border-left:5px solid #cccccc;
	font-size:110%;
	font-weight:bold;
	padding-left:5px;
	margin-top:20px;
	margin-left:5px;
	line-height:1.3;
}
.main_area h5{
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	border-bottom:1px solid #cccccc;
}
.main_area h6{
	font-size:90%;
	font-weight:bold;
	margin-top:10px;
}

table.bordered{
	border:1px solid #cccccc;
}
table.bordered th{
	border:1px solid #cccccc;
	background:#f3f4ef;
	padding:10px;
	vertical-align:top;
	color:#555555;
	font-size:120%;
	font-weight:bold;
}
table.bordered td{
	border:1px solid #cccccc;
	padding:10px;
	vertical-align:top;
}
table.bordered td.double_border{
	border-top:4px double #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
/*
* side nav
*/
#side_nav {
	border-bottom: 1px solid #98c5f9;
}
#side_nav li{
}
#side_nav li img{
	display:block;
}
#side_nav li ul{
	display:none;
}
#side_nav li.selected ul{
	display:block;
}
#side_nav li ul{
	background-image: url(../img/side_under_frame.gif);
	background-repeat: repeat-y;
	padding:10px 20px;
}
#side_nav li ul li{
	background-image: url(../img/side_under_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top:10px;
	padding-bottom:10px;
}
#side_nav li ul li.selected img{
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}


#side_nav li ul li a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #3f8de7;
	font-size: 16px;
	font-weight: 700;
}
#side_nav li ul li.selected a::after,
#side_nav li ul li a:hover::after,
#side_nav li ul li a:active::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #3f8de7;
}


.disc_list{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:30px;
}
#side_intro{
	background-image: url(../img/side_introduction_on.gif);
	background-repeat: no-repeat;
}
#side_records{
	background-image: url(../img/side_records_on.gif);
	background-repeat: no-repeat;
}
#side_news{
	background-image: url(../img/side_news_on.gif);
	background-repeat: no-repeat;
}
#side_plans{
	background-image: url(../img/side_plans_on.gif);
	background-repeat: no-repeat;
}
#side_member{
	background-image: url(../img/side_member_on.gif);
	background-repeat: no-repeat;
}
#side_nav li.selected > img{
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
#side_nav li.selected > a > img{
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
/*
* breadcrumbs
*/
.breadcrumbs{
	font-size:12px;
	margin-top:5px;
}
.breadcrumbs ul{
	float:right;
}
.breadcrumbs ul li{
	float:left;
	margin-left:10px;
}
.breadcrumbs a{
	color:#555555;
	text-decoration:underline;
}
.breadcrumbs a:hover{
	text-decoration:none;
}
/*
* introduction
*/
.member_dl{
	margin-bottom:10px;
}
.member_dl dt{
	font-weight:bold;
}
.member_dl dd{
	margin-left:15px;
}
.width50_per{
	width:50%;
}
.member_table_country{
	width:300px;
}
.member_table_group{
	width:150px;
}
.member-list_text{
	width:490px;
	text-align:right;
}
/*
* archives
*/
.archive_area p { margin-left: 24px; }
.archive_area_bottom{
	background-image: url(../img/archive_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:0 0 10px 0;
}

.archive_table{
	width:100%;
	margin-top:10px;
}

.archive_table_cat{
	width:98px;
	vertical-align:top;
	padding:8px 0 5px;
	background-image: url(../img/archive_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.archive_table_day{
	color:#0f8cc6;
	/*width:98px;*/
	vertical-align:top;
	/*padding:8px 0 5px;*/
	padding:8px 18px 5px 0;
	background-image: url(../img/archive_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.archive_table_title{
	text-align:left;
	padding:8px 0 5px;
	background-image: url(../img/archive_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-width: 490px;
}
.archive_table_title a{
	color:#2899ce;
	text-decoration:none;
}
.archive_table_title a:hover{
	text-decoration:underline;
}
.new_icon{
	margin-left:10px;
}
/* member */
.main_area .member_news_link {
	border: solid 2px #98C5F9;
	margin: 20px 0;
}
.main_area .member_news_link a {
	padding: 4px;
	display: block;
	text-decoration: none;
	color: #2899CE;
	font-weight: bold;
}
.main_area .member_news_link a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}
/* about */
.our_profile_area p { margin-left: 24px; }

/* entry-content */
.entry-content p { margin-left: 24px; text-indent: 1em;}

/* info */
.info_area a {
	text-decoration: none;
	color:#2899CE;
}
.info_area a:hover {
	text-decoration: underline;
}
.find_left {
	float: left;
	width: 30px;
}
.find_right {
	float: left;
}




.btn {
	display: inline-block;
	border: 1px solid #79aaeb;
	min-width: 165px;
	height: 36px;
	box-sizing: border-box;
	color: #7fb4f2;
	padding: .45em 1.5em .3em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.btn::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 12px;
	background: url('/common/img/arrow_right.png') 0 0 no-repeat transparent;
	position: relative;
	top: .12em;
	left: 0;
	margin-right: .7em;
	margin-left: -1em;
}

.btn:hover {
	opacity: .7;
}



.tag_list_container{
	margin: 1ex 0;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 8px;
}
.tag_list_head{
	padding: 1ex;
	white-space: nowrap;
	padding-top: 0.5ex;
	font-size: 125%;
	font-weight: bold;
}
.tag_list_head img{
	vertical-align: middle;
	margin-right: 1ex;
}
.tag_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.tag_list li{
	margin: 0 0.5ex 0.5ex;
}
.tag_list li a{
	display: inline-block;
	height: 30px;
	border-radius: 15px;
	background-color: #e0f67b;
	color: #4f6e00;
	text-decoration: none;
	padding: 0 1em;
	font-weight: bold;
	line-height: 30px;
	transition:  0.3s all;
}

.tag_list li a:hover,
.tag_list li a:active{
	background-color: #83b600;
	color: #ffffff;
}

.tag_label{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	border-radius: 3px;
	padding:  0.2ex 0.7ex;
	margin: 1px 0.5ex ;
	font-size: 85%;
	color: #666666;
	display: inline-block;
}




