@charset "utf-8";

/* 会場を探す */
#main h4.tabletitle{
    background-color: #005ea6;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
	font-weight: normal;
}
 .hover-none {
	
    pointer-events: none;
  }
 

/*　table
-------------------------------------*/
table.bookfair {
	border-collapse: collapse;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	box-sizing:border-box;
	width:100%;
}
table.bookfair th {
	background-color:#eee;
	text-align:center;
	font-weight:normal;
}
table.bookfair thead th {
	background-color:#dcdcdc;
}
table.bookfair th,
table.bookfair td {
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:10px 20px;
}
table.bookfair td:before {
	display: none;
}
table.bookfair .btnBlue {
	margin-top:10px;
}
table.typeFM th {
    background-color: #eee;
    text-align: left;
	font-weight: normal;
	padding: 10px 20px;
	border-bottom: 1px solid #bbb;
	box-sizing:border-box;
	width: 33%;
}

/* 一覧================== */
table.tbl_cal {
	border-collapse: collapse;
	border: 1px solid #bbb;
	width: 100%;
	max-width: 720px;
	box-sizing: border-box;
}
table.tbl_cal th,
table.tbl_cal td{
	box-sizing: border-box;
}
table.tbl_cal tbody th{
	background-color: #dcdcdc;
	padding: 0;
}
table.tbl_cal tbody th a,
table.tbl_cal tbody td.district a{
	display: block;
	padding: 10px;
	text-decoration: none;
}
/* 都道府県名 */
table.tbl_cal tbody td.district{
	background-color: #eeeeee;
	text-align: center;
	padding: 0;
}

table.tbl_cal th,table.tbl_cal td {
	border: 1px solid #bbb;
	padding: 10px;
	font-weight: normal;
	/* text-align: center; */
}

/* テーブル幅調整 */
table.tbl_cal td.cities{
	text-align: center;
	width: 7%;
	writing-mode: vertical-rl;
	/*縦書き*/letter-spacing: .05em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
}
table.tbl_cal td.venue {
    width: 35%;
}
table.tbl_cal td.status {
	text-align: center;
}
/* セミナータイトル */
.seminar_title{
	font-size: .85em;
    line-height: 1;
}
/* アイコンを表示・回転させる */
.toggle_title1,
.toggle_title2{
	position: relative;
	transition: 0.3s;
}
.toggle_title1:hover,
.toggle_title2:hover {
	color: #0090ff;
}
/* テーブル矢印アイコン */
.toggle_title1:after,
.toggle_title2:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 5px;
	background:url(../img/li_e.png) no-repeat right top;
	position:absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: 0.3s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/* テーブルが開いているときは180度回転した状態で表示 */
.toggle_title2:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.3s;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
}
/* クリックしたら180度回転する */
.selected:after {
	transform: translateY(-50%) rotate(180deg);
	transition: 0.3s;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
}
/* テーブルが開いている状態でクリックしたら0度に戻る */
.toggle_title2.selected:after{
	transform: translateY(-50%) rotate(0deg);
	transition: 0.3s;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
}
/* 会場詳細を強調 */
.tblDecoB .details {
    display: inline-block;
    font-size: 123%;
    font-weight: bold;
    background-color: #a7d9fe;
    padding: 3px .5em 2px .5em;
    margin-right: 1em;
}

.tblDecoB div.details{
	font-size: 123%;
    font-weight: bold;
	display: inline-block;
}
.details span:not(:last-child){
	display: inline-block;
	margin-right: 1em;
}

input[type="email"],
input#jname_n,
input#txt_trcstaff1,
input#txt_trcstaff2{
	width: 100%;
	box-sizing: border-box;
}
#main form input[type="text"],
#main form input[type="tel"],
#main form input[type="email"],
#main form textarea {
    padding: .25em .5em;
}
/* 来場者名枠 */
.user_area:not(:first-child){
	margin-top: 20px;
}
/* 入力エラーメッセージ */
.alert ul.typeN{
	margin-left: 20px;
}
.alert div{
	text-align: center;
}
.alert input[type="button"] {
	background-color: #d00;
	border: 0;
	color: #fff;
	font-weight: bold;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
.alert input[type="button"]:hover{
	opacity: .7;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}
/* 改行をpcでは消す */
br.brsp{
	display: none;
}
/* 注意書き見出し */
.bder,
.bder_sp{
    position: relative;
}
span.box_title {
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    /* color: #846DCE; */
}
/* 京都推し！次いで大阪・梅田 */
.kyoto {
	padding: 0.2em 0.5em 0.08em 0.5em;
	background-color: #FF3300;
	border-radius: 0.2em;
	color: #FFF;
	margin: 0 1em 0 0;
}
.umeda {
	padding: 0.2em 0.5em 0.08em 0.5em;
	background-color: #005ea6;
	border-radius: 0.2em;
	color: #FFF;
	margin: 0 1em 0 0;
}
/* ここから春秋総合 */

/* TRCの元のボタンに手を加える */
div .btnBlue{
	margin:5px;
}
.btnBlue{
	display: inline-block;
	min-width: 200px;
	max-width: 305px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
}
.btnBlue a{
	color: #222;
	letter-spacing: .025em;
}
/* BFボタン共通 */
.bfbtn{
	margin: 10px 5px!important;
}
.bfbtn a{
	text-decoration: none;
}

/* 番号付きリスト */
.section-list{
	position: relative;
	margin: 0;
	padding: 0;
}
/* _丸数字字下げ */
._circle li{
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding-left: 1.25em;
}
._circle li span{
	position: absolute;
	left: 0;
	margin: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* iPadの縦横両方の記述 */
	table.tbl_cal td.cities {
		writing-mode:initial;
		-webkit-writing-mode:initial;
		-ms-writing-mode:initial;
	}
	}
/* @media only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width:1024px){
	デバイスが横向きの場合のみの記述
	table.tbl_cal td.cities {
		writing-mode:initial;
		-webkit-writing-mode:initial;
		-ms-writing-mode:initial;
	}
} */

@media only screen and (max-width:767px){
	table.typeFM th {
		display: block;
		width: 100%;
	}
	/* schedule_content.php
	-------------------------------------*/
	/* tbl_calタイトル */
	main h4.tabletitle{
		background-color: #005ea6;
		color: #fff;
		padding: 10px;
		margin-bottom: 0;
		font-weight: normal;
		border-bottom: 1px solid #fff;
	}
	/* カレンダー */
	table.tbl_cal {
		font-size: 100%;
	}
	table.tbl_cal td,table.typeFM td {
		display: block;
	}
	/* theadを非表示 */
	table.tbl_cal thead {
		display: none;
	}
	/* スマホcalendar一旦ボーダー消し */
	table.tbl_cal,table.tbl_cal th, table.tbl_cal td {
		border: none;
	}
	table.tbl_cal td{
		text-align: left;
	}
	/* 地方 */
	table.tbl_cal tbody th {
		background-color: #99ccff;
		font-size: 123%;
		border-bottom: 1px solid #fff;
	}
	/* 地区 */
	table.tbl_cal tbody td.district{
		background-color: #cceeff;
		border-bottom: 1px solid #fff;
	}
	/* 市町村名 */
	table.tbl_cal tbody td.cities{
		display: block;
		width: 100%;
		border: 1px solid #bbbbbb;
		text-align: center;
		padding: 5px 10px;
		writing-mode:initial;
		-webkit-writing-mode:initial;
		-ms-writing-mode:initial;
		font-weight: bold;
		box-sizing: border-box;
	}
	/* 日付 */
	td.bfdate{
		background-color: #cceeff;
	}
	/* 時間 */
	td.bftime{
		float: left;
		margin: 10px 0;
	}
	/* ↑ボタン表示時に稼働 */
	td.status{
		float: right;
		margin: 10px 0;
	}
	/* テーブル幅調整 */
	table.tbl_cal td.venue {
		width: 100%;
	}
	table.tbl_cal td.bftime {
		width: 50%;
	}
	table.tbl_cal td.status {
		width: 50%;
	}
	/*　detail_content.php,
	form_content.php 
	-------------------------------------*/
	/* 1行テキストエリア文字サイズ調整 */
	form .typeFM input {
		font-size: 123%;
	}
	input#trcstaff {
		margin: 1em .75em 0 0;
	}
	textarea {
		overflow: auto;
		width: 100%;
		box-sizing: border-box;
	}
	/* 来場者名 */
	.typeA thead{
		display: none;
	}
	.typeA td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	/* agree ～ confirm_content.php
	-------------------------------------*/
	/* 「戻る」「進む」ボタン並び順 */
	/* 1番目 */
	.btn-group > .btn-primary{
		order: 1;
	}
	/* 2番目 */
	.btn-group > .btn-secondary{
		order: 2;
	}
	/* confirm_content.php
	-------------------------------------*/
	/* 入力エラーメッセージ */
	.alert ul.typeN{
		margin-left: 20px;
	}
	/* 改行をspでは出す */
	br.brsp{
		display: block;
	}
}