@charset "utf-8";

/* 参加者IDの桁数変更 */
.login li span {
	width: 4em; /* 実際の文字数の70％程度を目安に調整してください */
}

/* ======================================================

	色味変更

========================================================= */
/* 背景色指定（クラスの最後につける） */
.bg01 { background-color: #aaa!important;}/*濃い色*/

.bg02 { background-color: #BDF2F3!important;}/*中間の色*/

.bg03 { background-color: #fafafa!important;}/*薄い色*/

.bg04 { background-color: #007BBF!important;}/*ポイントカラー１（濃）*/

.bg05, .header::after, .copyright, .sp_gnavArea { background-color: #57c3e7!important;}/*ポイントカラー２（薄）*/

.bg06 { background-color: #BDF2F3!important;}/*ポイントカラー３（薄）*/

.bg07 { background-color: ivory!important;}/*ポイントカラー４（ごく薄）*/
.sp_btn span { background-color: #fff;}

/* 下層ページタイトル （背景は画像に変更してもよいかと思います） */
.sub_ttl {
	color: #fff;
	border-top: solid 5px #BDF2F3;
	border-bottom: solid 5px #57c3e7;
	background: linear-gradient(to top, #BDF2F3, #57c3e7);
}
/* 背景を画像にした場合（模様の繰り返し） */
/*.sub_ttl { background: url("../images/ttl_bg.png") repeat bottom;}*/

/* 背景を画像にした場合（繰り返し無し＋画像引き延ばし） */
/*.sub_ttl { background: url("../images/ttl_bg2.png") no-repeat center center; background-size: cover;}*/

/* 背景を画像にした場合（繰り返し無し＋短い方に画像を合わせる） */
/*.sub_ttl { background: url("../images/ttl_bg2.png") no-repeat center center; background-size: contain;}*/

.sp_gnav ul {
	background: rgba(22,22,22,.10);
}
.sp_gnav ul li {
	background: rgba(255,255,255,.95);
}

.ttl_type01 {
	color: #007BBF;
	background: #bdf2f3;
	border-color: #57c3e7;
}

.res_q label, .txtorange { color: #007BBF;}
.q_txt1 span.txt#57c3e7 { color: #55B651;}
.q_li li a.iframe { background: #BDF2F3;}
.q_li li a.iframe:hover { background: #57C3E7;}
/*.res_q .res_q_box { border-color: #D2EC98;}*/


/* テキスト色
========================================== */
.txtcolor01 { color: #007BBF!important;}/*ポイントカラー１（濃）*/
.txtcolor02, .list_type01 > li::before, .list_type02 > li::before { color: #57c3e7!important;}/*ポイントカラー２（薄）*/
.sp_btn div::after { color: #fff;}

.txtRed { color:#f00;}
.txtblue { color: #0988BE;}
.txtgreen { color: Green;}
.txt#57c3e7 { color: #007BBF;}

.headerArea h2 { color: #007BBF;}/* ログイン・トップページのテーマテキスト色 */
.ttl_type03 span::before, .ttl_type03 span::after { background-color: #57c3e7;}/* ログイン・トップページ見出し色 */


/* ボーダー色
========================================== */
.bd01 { border-color: #aaa!important;}/*濃い色*/
.bd02 { border-color: #bdf2f3!important;}/*中間の色*/

.bd03 { border-color: #007BBF!important;}/*ポイントカラー１（濃）*/
.bd04 { border-color: #57c3e7!important;}/*ポイントカラー２（薄）*/

.login_box input:focus {border: 2px solid #005782;}

/* Link
========================================== */
a:link {color: #41210F;}
a:visited {color: #41210F;}
a:hover {color: #007BBF; text-decoration: none;}/*ポイントカラー１（濃）*/
.btn_detail a {color: #fff;}


/* ボタン
========================================== */
.login_btn input, .logout_btn input, .h_btn .contact a, .mbox_btn a, .btn_detail a,
.bn_link a:hover, .top_prgrm_btn dt a:hover, .btn_color01 a:hover, .btn_color02 a {
	border-color: #007BBF;/*ポイントカラー１（濃）*/
	background: #007BBF;/*ポイントカラー１（濃）or ポイントカラー２（薄）*/
	color: #fff;
}
.login_btn input:hover, .logout_btn input:hover, .h_btn .contact a:hover, .mbox_btn a:hover, .btn_detail a:hover,
.bn_link a, .top_prgrm_btn dt a, .btn_color01 a, .btn_color02 a:hover {
	border-color: #007BBF;/*ポイントカラー１（濃）*/
	background: #fff;
	color: #007BBF;/*ポイントカラー１（濃）*/
}
.back_btn li a, .dl_btn li a, .btn_detail a:hover { background-color: #BDF2F3;}/*ポイントカラー3（薄）*/
.back_btn li a:hover, .dl_btn li a:hover {
	background-color: #fff;
	color: #57c3e7;/*ポイントカラー２（薄）*/
	border-color: #57c3e7;/*ポイントカラー２（薄）*/
}

/* メインプログラム・一般演題・WSリストボタン */
.program_list li {
	border-color: #bdf2f3;/*中間の色*/
}
.program_list li:hover {
	border-color: #57C3E7;/*濃い色*/
	background: #E8FAFB;/*薄い色*/
}
.program_list li a::before { color: #bdf2f3;}/*中間の色*/

/* 配布資料ボタン */
.shiryou a {
	border-color: #57c3e7;/*ポイントカラー２（薄）*/
	background-color: #fff;
	color: #57c3e7;/*ポイントカラー２（薄）*/
}
.shiryou a:hover {
	border-color: #57c3e7;/*ポイントカラー２（薄）*/
	background-color: #57c3e7;/*ポイントカラー２（薄）*/
	color: #fff;
}

/* いいね吹き出し */
.res li:first-child span.cheering {
	background-color: #57c3e7;/*ポイントカラー２（薄）*/
}
.res li:first-child span.cheering::before {
	border-color: transparent #57c3e7 transparent transparent;/*ポイントカラー２（薄）*/
}


/* ======================================================

	メニュー

========================================================= */

/* PCメニュー背景変更（不要なほうはコメントアウトしてください。画像にしてもよいかと思います）
========================================== */
/* 画像背景 */
.header {
	background: url("../images/bg.png") no-repeat top left;
	background-size: cover;
}
.headerArea {
	background: url("../images/logo.png") no-repeat right top 40px;
}
.headerArea.sub {
	background: url("../images/logo.png") no-repeat right top 40px;
	background-size: 100px 100px;
}

.main_menu {
	background: linear-gradient(to top, rgba(255,255,255,.9), rgba(255,255,255,0.3));
}

.headerArea h1, .headerArea h2, .headerArea h3 {
	text-align: left;
}
@media screen and (max-width:821px){
	.header {
		background:  url("../images/bg.png") no-repeat top left;
		background-size: cover;
	}
	.headerArea {
		background: url("../images/logo.png") no-repeat right -10px top 50px;
		background-size: 28% auto;
	}
	.headerArea.sub {
		background: url("../images/logo.png") no-repeat right top 50px;
		background-size: 80px 80px;
	}
}
@media screen and (max-width:599px){
	.header {
		background: url("../images/bg.png") no-repeat top left;
		background-size: cover;
	}
	.headerArea {
		background: url("../images/logo.png") no-repeat right -10px top 50px;
		background-size: 150px 150px;
	}
	.headerArea.sub {
		background: url("../images/logo.png") no-repeat right top 50px;
		background-size: 90px 90px;
	}
}

/* PCメニュー下線色変更
========================================== */
.main_menu li a:hover, .main_menu li.current a {
	border-bottom-color: #007BBF;/*ポイントカラー１（濃）*/
}

/* スマホメニュー下線色変更
========================================== */
.sp_gnav {
	background-color: rgba(255,255,255,0.95);/* RGBカラーチャートから数値を入力してください。初期値は白95%にしてあります。 */
}

/* 色調整ではありませんが、スマホ時メニューの数が奇数の時のみコメントアウトを解除してください */
@media screen and (max-width:768px){
	/*.sp_gnav li:last-child, .fnav li:last-child {
		width: 100%;
	}*/
}
