aw@charset "utf-8";
/* CSS Document */

/*---------------------
   トップページ
----------------------*/
.margin_news {
  margin-top: 100px;
}

@media (max-width: 767px) {
.margin_news {
  margin-top: 30px;
}
}
.top_subtitle_w50 {
  width: 100%;
  max-width: 180px;
}

@media (max-width: 767px) {
.top_subtitle_w50 {
  margin-top: 20px;
  width: 50%;
}
}
/* News */
table.top_news {
  margin: 30px 3% 0 3%;
  width: 95%;
  border-bottom: hidden;
}

@media (max-width: 767px) {
table.top_news {
  margin-top: 20px;
}
}
table.top_news td {
  border-bottom: dashed 1px #7F8080;
  padding: 1em 10px;
  color: #333;
}
table.top_news td:nth-child(1) {
  width: 15%;
}
table.top_news a {
  color: #333;
  cursor : pointer;
}
table.top_news a:hover {
  color: #006fbc;
}
.lnk_ichiran {
  width: 180px;
  border: solid 1px #333;
  padding: 12px 55px;
  margin-top: 30px;
}
.lnk_ichiran:hover {
  background-color: #006fbc;
  color: #FFF;
}

@media (max-width: 767px) {
.lnk_ichiran {
  float: none;
}
}
.new_icon {
  margin-left: 1em;
}
.top_message_bg {
  margin-top: 70px;
  padding: 50px 0;
  background-color: #006fbc;
  background-image: url(../images/top/top_message_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
.top_message_bg {
  background-image: none;
}
}
.top_message_text {
  padding: 35px 13% 0 13%;
  color: #FFF;
  text-align: center;
}
.top_mezasu_bg {
  height: 0;
  padding-top: 46.3%;
  background: url(../images/top/top_mezasu_img.jpg) 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
.top_mezasu_bg {
  padding-top: 92.6%;
}
}
.mezasu_margin {
  margin-top: 70px;
}

@media (max-width: 767px) {
.mezasu_margin {
  margin-top: 0;
}
}
.top_mezasu_title {
  margin-top: -165%;
  width: 100%;
  max-width: 360px;
}

@media (max-width: 767px) {
.top_mezasu_title {
  width: 80%;
}
}
.top_mezasu_text {
  margin-top: -78%;
  padding: 30px 5% 20px 5%;
  color: #FFF;
  text-align: center;
}
.top_mezasu_btnpos {
  margin-top: 10px;
}

@media (max-width: 767px) {
.top_mezasu_btnpos {
  margin-top: -70%;
}
}
.top_kaicho_bg {
  height: 0;
  padding-top: 46.3%;
  background: url(../images/top/top_kaicho_img.jpg) 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
.top_kaicho_bg {
  padding-top: 92.6%;
}
}
.top_kaicho_title {
  margin-top: -300px;
  width: 100%;
  max-width: 180px;
}

@media (max-width: 767px) {
.top_kaicho_title {
  margin-top: -280px;
  width: 50%;
}
}
.top_kaicho_btnpos {
  margin-top: -100px;
}
.top_gakkai_table {
  padding: 0;
}
.top_subtitle3 {
  margin-top: 30px;
  margin-left: 40px;
  max-width: 310px;
  width: 100%;
}

@media (max-width:767px) {
.top_subtitle3 {
  width: 80%;
}
}
.top_gakkai_table {
  background-color: #FFF;
}
.top_gakkai_bg {
  padding: 30px 0;
  background-color: #e4e4e4;
}

@media (max-width: 767px) {
.top_gakkai_bg {
  padding: 30px;
}
}
.gakkai_margin {
  margin-top: 70px;
}

@media (max-width: 767px) {
.gakkai_margin {
  margin-top: 0;
}
}
.top_gakkai_menu_bg {
  background-color: #FFF;
  /*	height:240px;	*/
/*	padding-bottom:6.1%;	*/
  padding-bottom: 7%;
}
.top_gakkai_menu {
  /*	margin-top:40px;	*/
  margin-top: 5%;
  margin-left: 20px;
}
.top_gakkai_menu li {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width:767px) {
.top_gakkai_menu li {
  display: block;
}
}
.top_gakkai_menu a {
  text-decoration: underline;
}
.top_gakkai_menu a:hover {
  color: #006fbc;
  text-decoration: none;
}
.top_nyukai_bg {
  background-color: #585a5b;
  background-image: url(../images/top/top_nyukai_img.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0;
}

@media (max-width: 767px) {
.top_nyukai_bg {
  background-image: none;
}
}
.top_nyukai_text {
  padding: 30px 30%;
  text-align: center;
  color: #FFF;
}

@media (max-width: 767px) {
.top_nyukai_text {
  padding: 30px 5%;
}
}
a.btn_nyukai {
  width: 180px;
  background-color: #006fbc;
  border: solid 1px #006fbc;
  padding: 12px 55px;
  margin-top: 30px;
}
a.btn_nyukai:hover {
  opacity: 0.8;/* Safari,Opera */
  filter: alpha(opacity=80);/* IE */
  -ms-filter: "alpha( opacity=80 )";/* Firefox */
}
/*----各ページ使い回し----------------------------------------------------------------------------------------*/
.topspace30 {
  margin-top: 30px;
}
.topspace100 {
  margin-top: 100px;
}
.bottom_space50 {
  margin-bottom: 50px;
}
.bottom_space150 {
  margin-bottom: 150px;
}
.color_bg_white {
  background: #ffffff;
}
.column1 {
  width: 720px;
  margin: 0 auto 150px;
}
.bg_lightgray {
  background: #f0f0f0;
  padding: 15px;
}
/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------
   お知らせ
----------------------*/
.news_title_bg {
  background-color: #006fbc;
}
/*---------------------
   入会案内
----------------------*/
.join_title_bg {
  background-color: #006fbc;
}
.join_subtitle {
  font-size: 20px;
  color: #006fbc;
  font-weight: bold;
}
.join_item_list li {
  display: inline-block;
}
.join_item_list li:nth-child(1) {
  width: 140px;
  font-weight: bold;
}
.join_line {
  border: solid 1px #f0f0f0;
}
#nyukai01 {
  background-color: #f0f0f0;
  padding: 30px 10px;
}
#nyukai02 {
  background-color: #f0f0f0;
  padding: 40px 0;
}
.join_form_title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.join_fax_no {
  margin-top: 10px;
  font-weight: bold;
}
.join_fax_no > span:nth-child(1) {
  font-size: 17px;
}
.join_fax_no > span:nth-child(2) {
  font-size: 25px;
}
/*---------------------
   お問い合せ
----------------------*/
.contact_title_bg {
  background-color: #006fbc;
}
.contact_subtitle {
  font-size: 20px;
  color: #006fbc;
  font-weight: bold;
}
.contact_form_title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
/*-----------------
   学会について
------------------*/
/*TOP*/
.about_message {
  width: 800px;
  margin: 100px auto 70px;
  text-align: center;
}
.about_kaicho_message {
  width: 540px;
  margin: 70px 450px 70px 90px;
  text-align: center;
  color: #ffffff;
}
.about_kaicho_message p {
  text-align: center;
}
.about_kaicho_title_bg {
  height: 440px;
  background-color: #351a0f;
  background-image: url(../images/about/about_kaicho_top_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 70px;
}
/*.about_top_left {
  width: 540px;
  float: left;
}
.about_top_right {
  width: 400px;
  float: right;
  text-align: right;
}
.about_top_right img {
  margin-bottom: 10px;
}*/
.gakkai_bg_left {
  width: 510px;
  height: 240px;
  padding: 30px 20px 30px 40px;
  float: left;
  background: #ffffff;
}
.gakkai_bg_right {
  width: 540px;
  height: 240px;
  float: right;
}
.btn_gakkai {
  width: 210px;
  float: left;
  margin: 0 10px 15px 0;
  padding: 5px;
  background-color: #006fbc;
  border: solid 1px #006fbc;
  text-align: center;
}
a.btn_gakkai:hover {
  opacity: 0.8;/* Safari,Opera */
  filter: alpha(opacity=80);/* IE */
  -ms-filter: "alpha( opacity=80 )";/* Firefox */
}
/*会長挨拶*/
.kaicho_title_bg {
  background-color: #351a0f;
}
/*会計報告*/
.kaikei_box {
  margin: 10px auto 20px;
  padding: 10px;
  border-left: 5px solid #006fbc;
}
.lnk_kaikei {
  display: block;
  width: 220px;
  border: none;
  background: #f0f0f0;
  padding: 12px 55px;
  margin-top: 20px;
}
/*役員一覧*/
.sidenavi_right table tr {
  border-bottom: 1px solid #7f8080;
}
.sidenavi_right table th, td {
  height: 48px;
  vertical-align: middle;
}
.table_yakuin .table_yakuin th, .table_yakuin th {
  min-width: 120px;
}
.tag_gray {
  font-size: 12px;
  line-height: 13px;
  color: #ffffff;
  background: #7f8080;
  padding: 2px;
  margin: 0 3px;
}
/*発起人一覧*/
.hokkinin_box {
  width: 720px;
  margin: 0 auto 70px;
}
.hokkinin_box_end {
  width: 720px;
  margin: 0 auto 150px;
}
.hokkinin_box ol li, .hokkinin_box_end ol li {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.hokkinin_left {
  width: 340px;
  float: left;
}
.hokkinin_rigtht {
  width: 340px;
  float: right;
}

/*---------------------------
   学会誌・ニュースレター
------------------------------*/
.newsletter_boshu {
  padding: 50px;
  margin-bottom: 70px;
  background: #f0f0f0;
}
.newsletter_boshu p {
  margin-bottom: 20px;
}
.newsletter_boshu strong {
  color: #006fbc;
  font-weight: bold;
}
.newsletter_backnumber {
  margin: 0;
}
.newsletter_backnumber li {
  margin: 30px auto 20px;
  padding: 10px;
  border-left: 5px solid #006fbc;
}
.lnk_DL {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 15px;
  background: #f0f0f0;
}
/*-----------------
   大会案内
------------------*/
.taikai {
  padding: 50px;
  border: 1px solid #e4e4e4;
}
.taikai p {
  margin-bottom: 2em;
  text-align: left;
}
.taikai h4 {
  font-weight: bold;
  margin-left: -1em;
  margin-bottom: 3px;
}
.taikai_left {
  width: 350px;
  float: left;
  margin: 50px 0;
  padding-left: 30px;
}
.taikai_right img {
  width: 150px;
  box-shadow: 1px 1px 1px 1px #585a5b;
}
.table-kakotaikai {
  border-collapse: separate;
	border-spacing: 20px;
  margin-left: -20px;
  line-height: 1.6;
}
.table-kakotaikai th {
  font-weight: bold;
  padding: 0 0 0 10px;
  color: #333333;
}
.table-kakotaikai td {
  padding: 3px;
  color: #333333;
  border: none;
}
/*-----------------
   リンク集
------------------*/
.link_box {
}
.link_box li a {
  display: block;
  width: 100%;
  margin: 50px auto 20px;
  padding: 10px;
  border-left: 5px solid #006fbc;
  background: #f0f0f0;
}
/*-----------------
   English
------------------*/
.activities_hyo {
  border-collapse: separate;
	border-spacing: 20px;
  margin-left: -20px;
  line-height: 1.6;
}
.activities_hyo th {
  font-weight: bold;
  padding: 0px 10px;
  color: #333333;
  border: none;
}
.activities_hyo td {
  padding: 10px 15px;
  color: #333333;
  border: none;
}
.activities_hyo td:first-child {
  border-left: 5px solid #006fbc;
  width: 30px;
}
.left_line {
  border-left: 5px solid #006fbc;
}
.english_headline01 {
	font-size: 2em;
	font-weight: bold;
	color: #006fbc;
	margin-top: 25px;
}
.english_headline02 {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 15px;
}
.members_hyo table td:first-child {
	width: 230px;
}
.members_hyo table td:last-child {
	width: 490px;
}
/*-----------------
   学会賞
------------------*/
table.table_simple01 tr {
  border-bottom: 1px solid #7f8080;
}
table.table_simple01 th, td {
  height: 48px;
  vertical-align: middle;
}
.table_awards{
  width: 98%;
}
.table_awards th{
  font-weight: bold;
}
.year{
  width: 85px;
}
.table_awards td {
  min-width: 100px;
  padding: 12px 0; 
}
.awards_thumb img{
  display: block;
  width: 100px;
  margin-right: 10px;
}
/* リスト*/
ul.marulist li {
	background-image: url(../images/common/marulist.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #666;
}