@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

table {
	border: 0px;
	border-collapse:collapse;
	font-size: 14px;
	line-height: 1.6;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}
textarea {
	padding: 2px 4px;
	color: #333333;
	font-size: 14px;
	font-family: 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	line-height: 1;
}

input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

p {
	line-height: 1.5;
}

img {
	outline: none;
	border: none;
	vertical-align: bottom;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.5;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
}

body  {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
	background-color: #000;
	letter-spacing: 0.02em;
}

#top_wrapper,
#wrapper {
	background-color: #fff;
}

/* リンクの設定 */

a {
	outline: none;
}

a:link {
	outline: none;
	border: none;
	color: #014099;
	text-decoration: none;
}

a:visited {
	outline: none;
	border: none;
	color: #014099;
	text-decoration: underline;
}

a:active {
	outline: none;
	border: none;
	color: #014099;
	text-decoration: none;
}

a:hover {
	outline: none;
	border: none;
	color: #014099;
	text-decoration: none;
}

a:focus {
	outline: none;
	border: none;
}

.alpha a:hover > img {
	opacity:0.7;
	filter: alpha(opacity=70);
	transition: opacity 0.25s ease 0s;
	-moz-opacity:0.7;
}

.alpha a > img {
	transition: opacity 0.25s ease 0s;
}
/*
.entryColumn a[href^="http"] {
	margin-right: 4px;
	padding-right: 12px;
	background: url('../images/common/link.png') no-repeat right center;
}

.entryColumn a[href^="http://localhost"],
.entryColumn a[href^="http://das2017-nagoya.org/"] {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}
*/

/* ---------------
　ヘッダ
--------------- */

#header {
	margin: 0 auto;
	padding: 15px 0 0;
	width: 1100px;
}

#logo {
	float: left;
}

.header_right {
	float: right;
}

.header_parts {
	display: flex;
	justify-content: flex-end;
}

.header_parts li {
	font-size: 16px;
}

.header_parts li:first-child {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #333;
}

#gnavi li {
	margin-left: 25px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

#gnavi li:first-child {
	margin-left: 0;
}

#gnavi li a {
	padding: 20px 0px 25px;
	display: block;
}

#gnavi > li {
	float: left;
	position: relative;
}

#gnavi > li > a {
	display: block;
	color: #333;
}

#gnavi > li > a:hover {
	color: #014099;
}

#gnavi li.stay > a {
	color: #014099;
}

#gnavi > li > ul {
	position: absolute;
	top:  68px;
	left: -10px;
	z-index: 999;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 4px solid #014099;
}

#gnavi li:hover ul {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

#gnavi > li > ul > li {
	margin-left: 0;
	width: 100%;
}

#gnavi > li > ul > li a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #014099;
	white-space: nowrap;
	color: #333;
}

#gnavi > li > ul > li:first-child a {
	border: none;
}

#gnavi > li > ul > li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #014099;
}

/* ---------------
　フッタ
--------------- */

#footer {
	padding: 30px 0px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#footer h3 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
}

#footer p {
	margin-bottom: 4px;
	font-size: 12px;
}

#footer ul {
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
}

#footer li {
	margin-right: 14px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
}

#icon_tel {
	background: url('../images/footer/icon_tel.png') no-repeat 0 center;
}

#icon_fax {
	background: url('../images/footer/icon_fax.png') no-repeat 0 center;
}

#icon_mail {
	background: url('../images/footer/icon_mail.png') no-repeat 0 center;
}

#footer li a {
	color: #fff;
	text-decoration: none;
}

/* ---------------
　トップ
--------------- */

#slideshow {
   position:relative;
   width: 100%;
/*   height:520px;*/
	height:340px;
   overflow: hidden;
}

#slideshow .slick-list li {
   position:absolute;
   width: 1800px;
/*   height:520px;*/
	height:300px;
   margin:0;
   padding:0;
   text-indent: -9999px;
   background-position:center top;
   background-repeat:no-repeat;
   background-size: auto !important;
}

#slideshow .slick-list li a {
	display: block;
	width: 100%;
/*	height: 520px;*/
	height:300px;
}

#slideshow .slick-list {
    margin: 0!important;
    width: auto !important;
}

#slideshow .slick-dots {
	margin: 15px auto 0;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#slideshow .slick-dots li {
	margin: 0 6px;
}

#slideshow .slick-dots button {
	padding: 6px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	background-color: #c9defe;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

#slideshow .slick-active button {
	background-color: #014099;
}

#top_contents {
	background-color: #f6f6f6;
}

#top_contents_inner {
	margin: 0 auto;
	width: 1100px;
}

#top_wrapper h2 {
	color: #014099;
	font-size: 34px;
	line-height: 1.2;
}

#top_wrapper h2 span {
	color: #014099;
}


#top_news {
	margin: 30px 50px 0 0;
	padding: 0 0 20px;
	overflow: hidden;
	width: 600px;
}

#top_news h2 {
	margin: 0 0 20px 0;
}

#top_news li {
	margin-bottom: 10px;
	background-color: #fff;
	overflow: hidden;
	color: #fff;
}

#top_news li a {
	display: block;
	color: #333;
	overflow: hidden;
}

#top_news li:hover{
	background-color: #f6f6f6;
}

#top_news .news_date {
	padding: 14px 0px 0px 20px;
	width: 100px;
	height: 34px;
	float: left;
	color: #fff;
	background-color: #014099;
	position: relative;
}

#top_news .news_date::after {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 23px 0px 25px 15px;
	border-color: transparent transparent transparent #014099;
}

#top_news li div {
	float: left;
	width: 440px;
	padding: 14px 0px 10px 30px;
	line-height: 1.6;
}

#top_news li span.new_icon {
	margin: 0 5px 2px 0;
	padding: 2px 6px 1px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	background: #e60044;
}

#top_news h3 {
	margin: 15px 0px 0px 25px;
	padding-left: 25px;
	display: inline-block;
	font-size: 22px;
	line-height: 1.4;
	clear: both;
	float: left;
	background: url('../images/common/arrow.png') no-repeat 0 2px;
}

#top_news h3 span {
	font-size: 14px;
}

#top_important_dates {
	padding: 40px 0px;
	background-color: #fff;
	overflow: hidden;
}

#important_dates_left {
	padding: 0 25px;
	float: left;
	width: 200px;
}

#important_dates_right {
	float: left;
	width: 850px;
}

#important_dates_right ul {
	overflow: hidden;
}

#important_dates_right li {
	margin-right: 10px;
	padding-bottom: 18px;
	float: left;
	display: table;
	background: url('../images/top/arrow.png') no-repeat center bottom ;
}

#important_dates_right li a {
	color: #333;
}

#important_dates_right li a:hover {
	color: #fff;
}

#important_dates_right li span {
	width: 154px;
	height: 136px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #014099;
	transition: background-color 0.2s ease 0.0s;
}

#important_dates_right li .important_date {
	padding-bottom: 18px;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}

#important_dates_right li p {
	padding: 0 10px;
	font-size: 14px;
}

#important_dates_right li p a {
	color: #333;
}

#important_dates_right li.bl-hover span {
	background-color: #014099;
	transition: background-color 0.2s ease 0.0s;
}

#important_dates_right li.bl-hover .important_date,
#important_dates_right li.bl-hover p a {
	color: #fff;
}

#top_speaker {
	margin: 0 50px 50px 0;
	width: 600px;
	clear: both;
}

#top_speaker h2 {
	margin: 0;
	text-align: center;
	padding: 25px 0px;
}

#top_speaker_slide {
}

#top_speaker_slide .slick-slide {
	width: 185px;
	height: 185px;
	position: relative;
	cursor: pointer;
}

#top_speaker_slide > div img {
	max-width: 185px;
	height: auto;
}

#top_speaker_slide {
	width: 600px;
	overflow: hidden;
}

.slick-list {
	margin: 0 30px !important;
	padding: 0 !important;
	width: 540px;
	overflow: hidden;
}

.slick-prev {
	padding: 0;
	border: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 14px;
	height: 22px;
	text-indent: -9999px;
	background: url('../images/top/slide_left.png') no-repeat;
}

.slick-next {
	padding: 0;
	border: none;
	position: absolute;
	top: 80px;
	right: 0;
	width: 14px;
	height: 22px;
	text-indent: -9999px;
	background: url('../images/top/slide_right.png') no-repeat;
}

.speaker_box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 185px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: url('../images/top/speaker_back.png');
}

.speaker_box h4 {
	padding: 65px 5px 20px;
	font-size: 17px;
	font-weight: bold;
}

.speaker_box p {
	padding: 0px 5px;
}

#top_download {
	background: url('../images/top/download_back.png') repeat-y center 0;
	overflow: hidden;
}

#top_download_inner {
	margin: 0 auto;
	width: 1100px;
}

#top_download_box {
	padding: 30px 20px 30px 30px;
	float: left;
	width: 500px;
}

#top_download_box h2 {
	margin-bottom: 15px;
}

#top_download_box ul {
	overflow: hidden;
}

#top_download_box li {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 8px;
	width: 232px;
	height: 48px;
	float: left;
	display: table;
	background: #fff url('../images/common/download.png') no-repeat 214px center;
	background-color: #fff;
	transition: background-position 0.2s ease 0.1s;
}

#top_download_box li:hover {
	background-position: 214px 8px;
	transition: background-position 0.2s ease 0.1s;
}

#top_download_box li a {
	display: table-cell;
	vertical-align: middle;
	color: #333;
}

#top_newsletter {
	padding: 30px;
	float: left;
	width: 490px;
}

#top_newsletter h2 {
	margin-bottom: 15px;
}

#top_information {
	background-color: #fdf8f2;
}

#top_information_inner {
	margin: 0 auto;
	padding: 50px 0px;
	width: 1040px;
}

#top_information h2 {
	margin-bottom: 20px;
}

#top_information h2 span {
	display: block;
}

#top_information h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

#partners_column {
	background-color: #fff;
}

#partners_column_inner {
	margin: 0 auto;
	padding: 20px 30px 10px;
	width: 1040px;
}

#partners_column h3 {
	margin: 60px 0px 30px 0px;
	color: #014099;
	font-size: 26px;
	font-weight: bold;
}

#partners_column h4 {
	margin: 25px 0px 15px 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #014099;
}

#partners_column ul {
	overflow: hidden;
}

#partners_column li {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.related_links {
	background-color: #f6f6f6;
}

.related_links_inner {
	margin: 0 auto;
	padding: 25px 30px;
	width: 1040px;
}

.related_links ul {
	padding: 25px 0px 0;
	overflow: hidden;
}

.related_links li {
	margin: 0 30px 30px 0;
	float: left;
}

.sponsord_links li {
	width: calc(50% - 30px);
}

.sponsord_links li img {
	max-width: 100%;
	height: auto;
}

#sponsored h4 {
	color: #014099;
}

#sponsored li {
	margin-bottom: 20px;
	margin-right: 50px;
	height: 80px;
}

#sponsored li a {
	display: block;
	line-height: 90px;
	vertical-align: middle;
}

#sponsored li img {
	max-height: 100%;
	width: auto;
	vertical-align: middle;
}

#sponsored li:nth-child(3n) {
	margin-right: 0;
}

#sponsored li:nth-child(4n) {
	clear: both;
}

#top_letter li {
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 16px;
}

#top_letter li a {
	padding: 15px;
	display: block;
	background-color: #fff;
	overflow: hidden;
}

#top_letter li a:hover span {
	text-decoration: underline;
}

#top_letter time {
	width: 110px;
	float: left;
}

#top_letter span {
	float: left;
	width: 350px;
}

.top_message {
	padding: 40px 0 10px;
}

#top_wrapper .top_message h2 {
	margin-bottom: 20px;
	color: #014099;
	font-size: 36px;
}

.top_message p {
	font-size: 16px;
}

.top_2column {
	padding: 0 0 20px 0;
	display: flex;
}

#calendar {
	margin: 30px 0 0 0;
	width: 450px;
}

#calendar h2 {
	margin: 0 0 10px 0;
	color: #014099;
}

#calendar .unit {
	font-size: 16px;
}

#calendar .year {
	margin: 0 0 10px;
	text-align: center;
	font-size: 20px;
}

#calendar .month_navi {
	display: flex;
	justify-content: space-between;
}

#calendar .month_navi a:hover {
	text-decoration: underline;
}

#calendar table {
	width: 100%;
}

#calendar td {
	padding: 5px 15px;
	font-size: 14px;
}

#calendar td a:hover {
	text-decoration: underline;
}

#calendar .day {
	width: 20%;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #014099;
}

#calendar .plan {
	width: 80%;
	border-bottom: 1px solid #014099;
	background-color: #fff;
}

#calendar tr:last-child td {
	border-bottom: 1px solid #014099;
}

#calendar .day.w6 {
	background-color: #74a0ec;
}

#calendar .day.w0 {
	background-color: #b02f2b;
}

#calendar tr.week {
	display: none;
}

#calendar.calendar_page {
	margin-bottom: 60px;
	width: 774px;
}

#calendar.calendar_page tr.week {
	display: table-row;
}

#top_calendar {
	margin: 30px 0 0 0;
	width: 450px;
}

#top_calendar h2 {
	margin: 0 0 20px 0;
	color: #014099;
}

#top_calendar ul {

}

#top_calendar li {
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #014099;
}

#top_calendar li h3 {
	font-size: 18px;
	color: #014099;
}

/* ---------------
　サイド
--------------- */
#side {
	margin-bottom: 40px;
	width: 280px;
	float: left;
}

#side_title {
	width: 280px;
	height: 52px;
	text-align: center;
	display: table;
}

#side_title h3 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	background: #014099;
}

#side_title h3:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #014099 transparent transparent transparent;
  border-width: 10px 140px 0 140px;
  z-index: 1;
}

#side_title h3 a {
	color: #fff;
	display: block;
}

#side ul {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f6f6f6 url('../images/side/shadow.png') no-repeat 0 bottom;
}

#side li {
	border-top: 1px solid #fff;
	color: #014099;
	line-height: 1.2;
	position: relative;
	background-color: #f6f6f6;
}

#side li::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #014099;
	border-right: solid 2px #014099;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

#side li:first-child {
	border: none;
}
/*
#side li.stay,
#side li:hover {
	background-image: url('../images/side/arrow_on.png');
}
*/
#side li a {
	padding: 15px 25px 15px 15px;
	color: #014099;
	display: block;
}

#side li.stay a,
#side li a:hover {
	color: #014099;
}

.side_mypage {
	margin: 30px 0 0 0;
	background: #c9defe
}

.side_mypage #adminBox {
	border: none;
	padding: 20px;
	background: #c9defe
}

.side_mypage .user_profile {
	margin: 15px 0 0 0;
}

.side_mypage .user_profile span::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}


.side_mypage #adminBox .acms-admin-label {
	padding: 7px 25px 5px 10px;
	font-size: 1.4rem;
	background: #014099;
	position: relative;
}

.side_mypage #adminBox #loginUserStatus {
	font-size: 1.6rem;
}

.side_mypage #adminBox .acms-admin-inline-btn {
	margin: 10px auto 0;
}

.president_message {
	margin: 30px 0 40px;
}

#top_wrapper .president_message h2 {
	font-size: 34px;
}

.president_message h2 a {
  position: relative;
  display: inline-block;
  padding: 12px 70px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  color: #e60044;
  border: 2px solid #e60044;
  border-radius: 5px;
}

.president_message h2 a:hover {
	background: #e60044;
	color: #fff;
}

.president_message h2 a:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 4px #e60044;
  border-right: solid 4px #e60044;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -11px;
  transform: rotate(45deg);
}

.president_message h2 a:hover:before {
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}

.president_message_popup {
	display: none;
}

.president_message_popup .msg_header {
	margin: 0 30px 40px 0;
	display: flex;
	justify-content: space-between;
}

.president_message_popup .msg_header time {
	font-size: 18px;
}

.president_message_popup h2 {
	font-size: 22px;
}

.president_message_popup h3 {
	margin: 25px 0 15px;
	font-size: 18px;
	color: #e60044;
}

.president_message_popup p {
	margin: 0 0 20px;
	line-height: 1.6;
	font-size: 16px;
}

.president_message_popup .name {
	margin: 40px 0 0;
}

.president_message_popup .name p {
	font-size: 18px;
}

.president_message_popup .name figure img {
	width: 220px;
}

/* ------------------------------
　カテゴリーindexテンプレート
------------------------------ */


/* ------------------
　下層テンプレート
------------------ */


#page_header {
	position: relative;
	background: url('../images/common/title_back.jpg') no-repeat center 0;
	height: 230px;
	overflow: hidden;
}

#page_header_inner {
	margin: 0 auto;
	padding-top: 75px;
	width: 1100px;
	color: #014099;
}

#page_header p {
	margin-bottom: 10px;
}

#page_header h1 {
	font-size: 46px;
	width: 840px;
	line-height: 1.2;
}

#contents {
	margin: 60px auto 0;
	width: 1100px;
	overflow: hidden;
}

#main {
	margin-right: 46px;
	float: left;
	width: 774px;
}

.entryTitle {
	padding-top: 15px;
	min-height: 50px;
	color: #03abe1;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	padding-right: 5px;
}

#lng_tab {
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 12px;
	background: url('../images/common/tab_line.gif') repeat-x 0 bottom;
}

#lng_tab li {
	margin-left: 9px;
	float: left;
	border-bottom: 1px solid #77b9ea;
	border-left: 1px solid #77b9ea;
	border-right: 1px solid #77b9ea;
	border-top: 1px solid #77b9ea;
	color: #77b9ea;
	border-radius: 4px 4px 0px 0px;
}

#lng_tab li a,
#lng_tab li span {
	padding: 6px 12px 4px;
	color: #77b9ea;
	display: block;
}

#lng_tab .active {
	border-bottom: 1px solid #fff;
}

/* ---------------
　speaker
--------------- */

#spaker_list_tab {
	margin-bottom: 50px;
	overflow: hidden;
	border-bottom: 1px solid #014099;
}

#spaker_list_tab li {
	margin-right: 10px;
	text-align: center;
	float: left;
	border-top: 1px solid #014099;
	border-left: 1px solid #014099;
	border-right: 1px solid #014099;
}

#spaker_list_tab li a {
	padding: 10px 30px;
	background-color: #fff;
	color: #309ee9;
	display: block;
}

#spaker_list_tab li a:hover {
	background-color: #eaf4fb;
	color: #309ee9;
}

#spaker_list_tab li a.js-acms_tab-active {
	background-color: #014099;
	color: #fff;
}

#international,
#natinnal {
	margin-bottom: 60px;
	clear: both;
}

.speaker_index {
	overflow: hidden;
}

.speaker_index li {
	margin: 0 30px 30px 0;
	float: left;
	width: 238px;
}

.speaker_index li:nth-child(3n) {
	margin-right: 0;
}

.speaker_index li h2 {
	margin: 0 0 10px 0;
	font-size: 20px;
}

.speaker_index .speaker_img {
	margin-bottom: 10px;
}

.speaker_index li p {
	margin-bottom: 0px;
	clear: both;
}

.speaker_index li .speaker_field {
	margin-bottom: 10px;
	padding: 3px 10px 2px;
	color: #fff;
	display: inline-block;
	background-color: #62b8be;
}

.speaker_index li .speaker_org {
	margin-bottom: 10px;
}

.speaker_entry .entryColumn h2 {
	margin-bottom: 20px;
}

.speaker_entry .speaker_img {
	float: left;
	width: 170px;
}

.speaker_box_right {
	margin-left: 30px;
	float: left;
	width: 574px;
}

.speaker_entry .speaker_field {
	margin-bottom: 10px;
	padding: 3px 10px 2px;
	color: #fff;
	display: inline-block;
	background-color: #62b8be;
}

.speaker_entry .speaker_org {
	margin-bottom: 15px;
	font-size: 16px;
}

/* ---------------
　お知らせ一覧
--------------- */

.news_index .entryTitle {
	margin-bottom: 20px;
}

.news_index .entry {
	margin-bottom: 20px;
}


/* ---------------
　お問い合わせ
--------------- */

#contact_page {
	margin-bottom: 50px;
}

#contactForm_header h2 {
	padding-top: 15px;
	min-height: 50px;
	display: inline-block;
	color: #03abe1;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	padding-right: 5px;
	background: #fff url('../images/common/title_mark.html') no-repeat 0 center;
}

#contact_page p {
	margin-bottom: 10px;
}

.form_header_note {
	text-indent: -1em;
	padding-left: 1em;
}

.contactForm {
	width: 690px;
}

.entryColumn .contactForm th {
	text-align: left;
	width: 160px;
}

.entryColumn .contactForm td {
	text-align: left;
	color: #333;
}

.labelRequired {
	margin-left: 10px;
	padding: 2px 4px;
	font-size: 11px;
	background-color: #fff;
	color: #03abe1;
	border-radius: 4px;
}

.btnLarge ,
.btnAttentionBlockLarge {
	padding: 8px 0px;
	width: 215px;
	border: 2px solid #07bae7;
	border-radius: 4px;
	background-color: transparent;
	color: #07bae7;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btnLarge:hover ,
.btnAttentionBlockLarge:hover {
	border-color: #07bae7;
	color: #fff;
	background-color: #07bae7;
}

#btnToInput {
  float: left;
  margin-right: 50px;
}

.contactForm textarea {
	font-size: 14px !important;
}

.contactForm .errorText {
	margin: 10px 0px 0px;
	color: #ff762b;
}

/* ---------------
　calendar
--------------- */

.calendar_index .entryColumn h2 {
	margin-bottom: 20px;
}

.calendar_index .entryColumn p {
	margin-bottom: 10px;
}





/* ---------------
　マークアップ
--------------- */

.entryColumn {
	overflow: hidden;
}

.entryColumn h2 {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 5px;
	border-top: 2px solid #014099;
	color: #014099;
	font-size: 28px;
	line-height: 1.3;
}

.entryColumn h3 {
	margin-top: 40px;
	margin-bottom: 30px;
	padding-left: 25px;
	color: #014099;
	font-size: 26px;
	line-height: 1.2;
	background: url("../images/common/mark.png") no-repeat 0 1px;
}

.entryColumn h4 {
	margin-top: 40px;
	margin-bottom: 30px;
	color: #014099;
	font-size: 22px;
	line-height: 1.2;
	position: relative;
	display: block;
	background: url("../images/common/line.png") repeat-x 0 10px;
}

.entryColumn h4 span {
	color: #014099;
	line-height: 1.2;
	position: relative;
	padding-right: 6px;
	background: #fff url("../images/common/line_padding.png") repeat-x 0 center;
	display: inline-block;
}

.entryColumn h5 {
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	display: block;
	background: url("../images/common/list.png") no-repeat 0 7px;
}

.entryColumn p {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.7;
}

.entryColumn ul {
	margin-bottom: 20px;
}

.entryColumn ol {
	margin-bottom: 20px;
	padding-left: 16px;
}

.entryColumn ul li {
	margin-bottom: 8px;
	padding-left: 12px;
	background: url("../images/common/list.png") no-repeat 0 4px;
	font-size: 14px;
}

.entryColumn ol li {
	margin-bottom: 8px;
	font-size: 14px;
}

.entryColumn table {
	margin-bottom: 40px;
	font-size: 14px;
}

.entryColumn th {
	padding: 12px 24px;
	border-bottom: 1px solid #fff;
    background-color: #a3cfed;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.entryColumn tr:first-child th,
.entryColumn tr:first-child td {
	border-top: 1px solid #014099;
}

.entryColumn tr:last-child th {
	border-bottom: 1px solid #014099;
}

.entryColumn td {
	padding: 12px 24px;
	border-bottom: 1px solid #014099;
    background-color: #fff;
	border-color: #014099;
    text-align: center;
}

.entryColumn .odd td {
	background-color: #f8fbfd;
}

.entryColumn p small {
	font-size: 12px;
}

.entryColumn p.p_center {
	text-align: center;
}

.entryColumn p.p_right {
	text-align: right;
}

.entryColumn p.block {
	margin: 40px 0px;
	padding: 30px 30px 20px 30px;
	border: 3px solid #014099;
	background-color: #fbfdff;
}

.entryColumn p.clear {
	overflow:hidden;
	margin-bottom: 50px;
	line-height: 10px;
	text-indent: -9999px;
	white-space:nowrap;
}

.entryColumn p.line {
	overflow:hidden;
	margin-top: 28px;
	margin-bottom: 30px;
	line-height: 2px;
	text-indent: -9999px;
	white-space:nowrap;
	background: url("../images/common/line.png") repeat-x 0 bottom;
}

.entryColumn p em {
	font-weight: bold;
	font-style: normal;
}

.entryColumn p strong {
	color: #014099;
	font-weight: bold;
}

.page_link {
	padding: 30px 0 10px;
}

.page_link ul {
    border-bottom: 1px solid #014099;
    overflow: hidden;
}

.entryColumn .page_link li {
    border-left: 1px solid #014099;
    border-right: 1px solid #014099;
    border-top: 1px solid #014099;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    background: none;
}

.entryColumn .page_link li a {
	background-color: #fff;
    color: #309ee9;
    display: block;
    padding: 10px 30px;
}

.entryColumn .page_link li a:hover {
	background-color: #eaf4fb;
	color: #309ee9;
}

.entryColumn .page_link li a.act {
	background-color: #014099;
	color: #fff;
}

.entryColumn .column-image-left a,
.entryColumn .column-image-center a,
.entryColumn .column-image-right a {
	position: relative;
	display: block;
}

.entryColumn .column-image-left a:hover img,
.entryColumn .column-image-center a:hover img,
.entryColumn .column-image-right a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

.entryColumn h2:first-child,
.entryColumn h3:first-child,
.entryColumn h4:first-child {
	margin-top: 0px !important;
}

.entryListNavi  {
	margin: 50px auto;
	position: relative;
	width: 230px;
	height: 48px;
	text-align: center;
	font-size: 18px;
}

.entryListNavi .backPageLink {
	position: absolute;
	top: 7px;
	left: 0;
}

.entryListNavi .backPageLink a {
	padding: 4px 0px 3px 0px;
}

.entryListNavi .forwardPageLink {
	position: absolute;
	top: 7px;
	right: 0;
}

.entryListNavi .forwardPageLink a {
	padding: 4px 0px 3px 0;
}

.to_index {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0px auto;
	background-color: #f1f7fa;
	display: table;
}

.to_index a {
	display: block;
	color: #333;
	padding: 11px 30px 9px;
	text-decoration: none;
}

.indexListNavi  {
	margin: 50px auto;
	position: relative;
	text-align: center;
	font-size: 18px;
	display: table;
	vertical-align: middle;
}

.indexListNavi .backPageLink,
.indexListNavi .forwardPageLink {
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
}

.indexListNavi .PageLink {
	margin: 0px 14px;
}

.indexListNavi .PageLoop {
	margin: 0px;
	padding: 10px 18px 9px;
	background-color: #d6e8f2;
	color: #309ee9;
	display: table-cell;
	vertical-align: middle;
}

.indexListNavi .LoopCon {
	position: relative;
	margin: 0px;
	padding: 10px 18px 9px;
	display: table-cell;
	vertical-align: middle;
}

.indexListNavi a .PageLoop {
	background-color: #f1f7fa;
	color: #333;
}

.indexListNavi .PageLink a:hover {
	text-decoration: none !important;
}

.indexListNavi .LoopOut {
	display: table-cell;
	vertical-align: middle;
	padding-right: 1px;
}

.indexListNavi .LoopCon {
	margin-right: 7px;
	margin-left: 7px;
}

.indexListNavi .LoopOut a {
	text-decoration: none !important;
}

/* 画像 */
.entryColumn .column-image-left {
    margin: 0 30px 30px 0 !important;
	padding: 0 !important;
}

.entryColumn .column-image-center {
	margin-bottom: 30px !important;
	padding: 0 !important;
	text-align: center;
}

.entryColumn .column-image-right {
    margin: 0 0 30px 30px !important;
	padding: 0 !important;
}

.entryColumn .column-image-auto {
	margin-bottom: 30px !important;
	padding: 0 !important;
}


/* 地図 */
.column-map-right {
    margin: 0 30px 30px 0 !important;
}
.column-map-center {
	padding-right: 30px;
}

/* Youtube */
.column-youtube-center{
	padding-right: 30px;
}

/* 画像の最大幅 */
div.column-image-center,
div.column-image-left,
div.column-image-right,
div.column-image-auto{
	max-width : 100%;
}

/* Youtubeの最大幅 */
.column-youtube-center,
.column-youtube-left,
.column-youtube-right,
.column-youtube-auto{
	max-width: 774px;
}

/* ユニットの間隔 */
.entryColumn div.column-image-auto,
.entryColumn div.column-image-center,
.entryColumn div.column-image-left,
.entryColumn div.column-image-right,
.entryColumn .column-map-auto,
.entryColumn .column-map-center,
.entryColumn .column-map-left,
.entryColumn .column-image-right,
.entryColumn div.column-youtube-auto,
.entryColumn div.column-youtube-center,
.entryColumn div.column-youtube-left,
.entryColumn div.column-youtube-right,
.entryColumn div.column-eximage-auto,
.entryColumn div.column-eximage-center,
.entryColumn div.column-eximage-left,
.entryColumn div.column-eximage-right{
	margin-bottom: 30px;
}

.entryColumn div.column-image-left,
.entryColumn .column-map-left,
.entryColumn div.column-youtube-left,
.entryColumn div.column-eximage-left{
	margin-right: 30px;
}


/* 添付ファイル関連 */

/* 添付画像 */
.columnImage {
}
/* 添付ファイルアイコン */
.columnIcon {
	padding: 5px;
}
/* 添付ファイルのキャプション */
.caption {
	margin: 5px 0 8px !important;
	padding: 0;
	text-align: center;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	line-height: 1.2;
}

/* ---------------
　カラム
--------------- */

.column_clear {
	clear: both;
}

.column2_left {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 372px;
}

.column2_right {
	float: left;
	margin-bottom: 30px;
	width: 372px;
}

.column2_left2 {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 238px;
}

.column2_right2 {
	float: left;
	margin-bottom: 30px;
	width: 506px;
}

.column3_left,
.column3_center {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 238px;
}

.column3_right {
	float: left;
	margin-bottom: 30px;
	width: 238px;
}

.column4_left1,
.column4_left2,
.column4_right1 {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 171px;
}

.column4_right2 {
	float: left;
	margin-bottom: 30px;
	width: 171px;
}

.column5_left1,
.column5_left2,
.column5_center,
.column5_right1 {
	float: left;
	margin-right: 26px;
	margin-bottom: 26px;
	width: 134px;
}

.column5_right2 {
	float: left;
	margin-bottom: 26px;
	width: 134px;
}

.column2_left .column-image-left,
.column2_left .column-image-right,
.column2_left .column-image-center,
.column2_right .column-image-left,
.column2_right .column-image-right,
.column2_right .column-image-center,
.column2_left2 .column-image-left,
.column2_left2 .column-image-right,
.column2_left2 .column-image-center,
.column2_right2 .column-image-left,
.column2_right2 .column-image-right,
.column2_right2 .column-image-center,
.column3_left .column-image-left,
.column3_left .column-image-right,
.column3_left .column-image-center,
.column3_right .column-image-left,
.column3_right .column-image-right,
.column3_right .column-image-center,
.column3_center .column-image-left,
.column3_center .column-image-right,
.column3_center .column-image-center,
.column4_left1 .column-image-left,
.column4_left1 .column-image-right,
.column4_left1 .column-image-center,
.column4_left2 .column-image-left,
.column4_left2 .column-image-right,
.column4_left2 .column-image-center,
.column4_right1 .column-image-left,
.column4_right1 .column-image-right,
.column4_right1 .column-image-center,
.column4_right2 .column-image-left,
.column4_right2 .column-image-right,
.column4_right2 .column-image-center,
.column5_left1 .column-image-left,
.column5_left1 .column-image-right,
.column5_left1 .column-image-center,
.column5_left2 .column-image-left,
.column5_left2 .column-image-right,
.column5_left2 .column-image-center,
.column5_right1 .column-image-left,
.column5_right1 .column-image-right,
.column5_right1 .column-image-center,
.column5_right2 .column-image-left,
.column5_right2 .column-image-right,
.column5_right2 .column-image-center,
.column5_center .column-image-left,
.column5_center .column-image-right,
.column5_center .column-image-center {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.column2_left p:last-child,
.column2_right p:last-child,
.column2_left2 p:last-child,
.column2_right2 p:last-child,
.column3_left p:last-child,
.column3_right p:last-child,
.column3_center p:last-child,
.column4_left1 p:last-child,
.column4_right1 p:last-child,
.column4_left2 p:last-child,
.column4_right2 p:last-child,
.column5_left1 p:last-child,
.column5_right1 p:last-child,
.column5_left2 p:last-child,
.column5_right2 p:last-child,
.column5_center p:last-child {
	margin-bottom: 0px !important;
}


/* ---------------
　その他
--------------- */

.titleWrapper {
	padding: 20px;
	background-color: #f7f7f7;
}

.titleWrapper h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2.0rem;
}

.titleWrapper p {
	font-size: 16px;
	font-size: 1.6rem;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-bottom: 10px;
	text-align: center;
}

.cl {
	clear:both;
}

.cf:before,
.cf:after {
    display: table;
    content: " ";
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.clearHidden {
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}

#notfound {
    padding-top: 50px;
	background-color: #f6f6f6;
    background-image: none;
}

#wrapper_404 {
	margin: 0 auto;
	width: 960px;
	color: #333;
}

#box_404 {
	overflow: hidden;
	padding: 40px 5px 20px 30px;
	border-radius: 5px;
	background-color: #fff;
}

.inner_left404 {
    float: left;
    margin-right: 40px;
}

.inner_right404 {
    float: left;
    text-align: left;
}

.inner_right404 h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
}

.inner_right404 p {
    margin-bottom: 10px;
    font-size: 16px;
}

.inner_right404 p a {
	color: #333;
	text-decoration: underline;
}

#copyright_404 {
    display: block;
    margin-top: 10px;
}

.not_found {
	font-size: 18px;
}

.not_found_important_dates {
	margin-top: 60px;
	font-size: 22px;
	text-align: center;
}

.not_found_speaker_list {
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 18px;
	text-align: center;
}

.not_found_news_letter {
	font-size: 18px;
}

/*-----------------------------------
	APSDA Custom
-------------------------------------*/

#top_img_wrap {
/*	height: 520px;*/
	height:350px;
	background-color: #f6f6f6;
}

.top_middle_banner {
	margin: 20px auto;
	text-align: center;
}

.top_middle_banner a:hover {
	opacity: 0.7;
}


/*----------------------------------
 bxslider reset
 ----------------------------------*/

.bx-wrapper {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.bx-wrapper .bx-viewport {
    left: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

/*----------------------------------
 acms.css reset
 ----------------------------------*/

#adminBox {
	margin: 0 !important;
}

.acms-form input[type="text"],
.acms-form input[type="password"],
.acms-form input[type="datetime"],
.acms-form input[type="datetime-local"],
.acms-form input[type="date"],
.acms-form input[type="month"],
.acms-form input[type="time"],
.acms-form input[type="week"],
.acms-form input[type="number"],
.acms-form input[type="email"],
.acms-form input[type="url"],
.acms-form input[type="search"],
.acms-form input[type="tel"],
.acms-form input[type="color"] {
    line-height: 1.2;
}

[class*="column-image-"] img,
[class*="column-eximage-"] img {
	margin-bottom: 0px;
}

.acms-btn-action-group {
	margin-right: 0;
	margin-left: 0px;
}

.acms-form input.entryInputTitle[type="text"] {
    font-size: 14px;
 }

.acms-form textarea {
    font-size: 12px;
}

.entryFormTable th {
    width: 6em;
}

.js-tag_insertion a[rel="em"] {
	font-weight: bold;
	font-style: normal;
	color: #333;
}

.js-tag_insertion a[rel="strong"] {
	color: #014099;
	font-weight: bold;
}

.js-tag_insertion a[rel="small"] {
	color: #333;
	font-size: 12px;
}

/* [class*='column-image-'] img,
[class*='column-eximage-'] img {
	width: auto\9; */
html>/**/body [class*='column-image-'] img,
html>/**/body [class*='column-eximage-'] img {
    width /*\**/:auto\9;
}

.custom_field_table {
	width: 100%;
	border-top: none;
}

.custom_field_table .input_ex {
	margin-top: 8px;
	margin-left: 5px;
}

.custom_field_table ul {
	padding: 10px 0px 0px 15px;
}

.custom_field_table li {
	margin-bottom: 10px;
	list-style: disc;
}

.custom_field_table th,
.custom_field_table td {
	padding: 10px;
}

.acms-form-group {
	clear: both;
}

.entryFormColumn #more {
	background-color: #014099;
	color: #fff;
	border: 1px solid #fff;
}

.custom_field_table .toggle-head td {
	border: none;
}

.custom_field_table .toggle-head a {
    background-color: #e3e3e3;
    display: block !important;
    outline: 0 none !important;
    padding: 7px 0 !important;
    text-align: center !important;
    width: 100% !important;
}

