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

/* オープンキャンパス　スタイルシート
================================================== */


.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.spmenu {
	display: none;
}

@media (max-width: 480px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.spmenu {
		display: flex;
		min-width: 100%;
		flex-wrap: wrap;
		align-items: center;
		/*margin-left: 20px;*/
		position: absolute;
		bottom: 160px;
	}

	.spmenu li {
		width: 44%;
		margin-bottom: 0.5em;
		height: 41px;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
		border-left: dotted 1px #aaa;
	}
	.ml20{margin-left: 20px;}
	.mr20{margin-right: 20px;}
	.spmenu li.sapporo {
		border-right: dotted 1px #aaa;
	}
}


.bnr_none {
	display: none;
}

.top_back {
	min-width: 1000px;
	margin: auto;
	background-image: url(../img/img_top2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
}


@media (max-width: 1000px) {
	.top_back {
		min-width: auto;
	}
}

/* 共通スタイル
================================================== */
#wrap {
	position: relative;
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}

table th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
}



/* フォームまわり */
input,
textarea,
select {
	vertical-align: middle;
	display: inline-block;

	height: 20px;
	padding: 4px;
	border: 1px solid #969696;
	font-size: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
	height: 150px;
	height: auto !important;
	min-height: 150px;
}

.radiobtn,
.checkbox {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.input-mini {
	width: 50px;
}

.input-small {
	width: 80px;
}

.input-medium {
	width: 250px;
}

.input-large {
	width: 350px;
}

.indis {
	/* 必須項目 */
	color: #ec2b2b;
	padding-left: 1em;
	text-indent: -1em;
}

#btn_form_area {
	text-align: center;
	margin-top: 20px;
}

#btn_form_submit {
	/* 送信するボタン */
	width: 150px;
	height: auto;
	border: none;
	padding: 0px;
}

@media (min-width: 481px) {
	#btn_form_submit:hover {
		opacity: 0.8;
	}
}




#btn_form_submit {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#complete_message {
	/* 送信完了画面テキスト */
	text-align: center;
	padding-top: 350px;
}

.complete_message1 {
	margin-top: 180px;
	text-align: center;
	font-size: 2.2em;
	color: red;
	margin-bottom: 1em;
	line-height: 1em;
}

.complete_message1 span {
	border: 1px solid red;
	padding: .3em .5em;
	border-radius: 5px;
}

.complete_message2 {
	text-align: center;
	margin-bottom: 1em;
}

.complete_message2 span {
	text-align: center;
	color: red;
}

.back_top_link {
	text-align: center;
}

#form_notes {
	margin-top: 30px;
}

#form_notes dt {
	width: 1em;
}

#form_notes dd {
	margin: -1.7em 0 0 1.5em;
}



.ssl {
	margin-top: 30px;
}

.ssl_logo {
	float: left;
	width: 100px;
}

.ssl p {
	float: right;
	width: 470px;
}

span.red {
	color: #ec2b2b;
}

p.red {
	color: #ec2b2b;
}

span.orange {
	color: #FF8C00;
}





/* 共通スタイル（左カラム）
================================================== */
#sub {
	float: left;
	width: 215px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background: #e9537d;
}

#sub_map {
	float: left;
	width: 215px;
	height: 1773px;
	background: #31c7ff;
}

#sub_contents {
	width: 185px;
	margin: 0 auto;
}

.logo {
	width: 215px;
	height: 50px;
	margin-top: 20px;
	background: url(../img/logo.jpg) no-repeat;
}

.logo_opencampus a {
	display: block;
	width: 185px;
	height: 140px;
	margin-top: 15px;
	background: url(../img/logo_opencampus.png) no-repeat;
}

.logo_opencampus a:hover {
	background: url(../img/logo_opencampus.png) no-repeat;
	background-position: 0px -140px;
}

/* 左メニュー（開催概要、タイムテーブル） */
#menu_sub {
	width: 185px;
	margin-top: 15px;
}

#menu_sub li {
	border-top: 1px dotted #fff;
	padding: 2px 0;
}

#menu_sub li:last-child {
	border-bottom: 1px dotted #fff;
}

#menu_sub li img {
	vertical-align: bottom;
}

#menu_sub li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 185px;
	height: 36px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

#menu_sub li a:hover,
#menu_sub .active a {
	background-color: #ffffff;
	color: #454545;
}

#menu_sub li.line2 a {
	font-size: 12px;
	line-height: 1.25em;
}

/* ナビエリア（アクセス、資料請求・・・）*/
#navi {
	width: 185px;
	margin-top: 30px;
}

#navi li {
	height: 2.5em;
}

#navi li a {
	padding-left: 1em;
	background: url(../img/opencampus_2016/icon_nav_01.jpg) left center no-repeat;
	text-decoration: none;
	color: #fff;
}

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

.copyright {
	color: #fff;
	font-size: 10px;
	position: absolute;
	bottom: 10px;
}

#bnr_area_l div {
	margin-bottom: 5px;
}



/* 共通スタイル（右カラム）
================================================== */
#main {
	float: left;
	width: 670px;
	border-top: 3px solid #e9537d;
	margin: 40px 0 0 25px;
	padding-bottom: 30px;
	background: #fff;
	min-height: 1000px;
	height: auto !important;
	height: 10000px;
}

#main_map {
	float: left;
	width: 670px;
	border-top: 3px solid #31c7ff;
	margin: 40px 0 0 25px;
	padding-bottom: 30px;
	background: #fff;
	height: 1700px;
}

#header_contents {
	width: 590px;
	margin: 0 auto;
}

#main h3 {
	background-color: #e9537d;
	color: #ffffff;
	font-weight: normal;
	width: 180px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 40px;
}

#main_contents {
	width: 590px;
	margin: 0 auto;
}

#main_contents h4 {
	color: #FF8C00;
}

#main_contents .item-indent {
	margin-left: 3em;
	margin-bottom: 2em;
}

#main_contents .indent p {
	padding-left: 1em;
	text-indent: -1em;
}



#sectionbox001 {
	/* コンテツ内のボックス要素 */
	clear: both;
	margin: 25px 0 20px 0;
}

#navi_page_top a {
	/* ページ上部へ */
	position: absolute;
	bottom: 10px;
	right: 40px;
	padding-left: 1.3em;
	background: url(../img/icon_foot_01.png) left center no-repeat;
}

.validation_error {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #FF0000;
	text-align: center;
}




/* トップページ
================================================== */
#mainimg_top {}

#mainimg_top_bnr {
	position: absolute;
	top: 40px;
	right: 35px;
}


#mainimg_top_title {
	position: absolute;
	top: 40px;
	right: 0px;
}

#mainimg_top_title img {
	max-width: 100%;
}


#line_consultation_bnr {
	position: absolute;
	top: 110px;
	left: 464px;
}

#line_consultation_bnr:hover {
	opacity: 0.7;
}

#virtual_open_campus_bnr {
	position: absolute;
	top: 150px;
	right: 35px;
	transition: transform 0.15s ease;
}

#virtual_open_campus_bnr:hover {
	opacity: 0.7;
	transform: scale(1.035);
}

#mainimg_top_sub {
	position: fixed;
	/*top: 400px;*/
	bottom: 100px;
	left: 20px;
}

#footer_top {
	position: fixed;
	bottom: -10px;
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

#logo_top {
	position: absolute;
	top: 20px;
	right: 20px;
}

#logo_top img {
	width: 222px;
	height: 40px;
}

#menu_top {
	display: flex;
	align-items: center;
	/*margin-left: 20px;*/
	min-width: 890px;
}

#menu_top li {
	width: 111px;
	height: 41px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-left: dotted 1px #aaa;
}

#menu_top li>a.small {
	font-size: 13px;
	white-space: nowrap;
}


#menu_top li>a {
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 0.5em 0;
}


#menu_top li.pamphlet-link {
	width: auto;
	display: block;
	text-align: left;
	font-size: 13px;
	position: relative;
}

@media (min-width: 481px) {
	#menu_top li:hover {
		background-color: #e9537d;
	}

	#menu_top li:hover>a {
		color: #fff;
	}


	#menu_top li.pamphlet-link:hover {
		background-color: transparent;
	}
}


#menu_top li.pamphlet-link .f_nav.first {
	margin-top: .15em;
}

#menu_top li.pamphlet-link .f_nav.first.bottom {
	margin-top: -0.9em;
}



.annotation {
	position: absolute;
	font-size: 10px;
	top: -1.8em;
	left: 18px;
	width: 320px;
	color: #333;
}

.annotation.bottom {
	top: auto;
	bottom: -0.9em;
}

.f_nav img {
	padding-left: 20px;
	padding-right: 5px;
}

.f_nav a.pc-only {
	display: inline-block;
}

@media (max-width: 480px) {
	.f_nav a.sp-only {
		display: inline-block;
	}

	.f_nav a.pc-only {
		display: none;
	}
}


span.gray {
	color: #CCCCCC;
}




/* 開発概要
================================================== */
table.table_002 {
	width: 590px;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px #B4B4B4;
}

table.table_002 th {
	width: 130px;
	border: 1px solid #B4B4B4;
	border-left: none;
}

table.table_002 td {
	width: 450px;
	border: 1px solid #B4B4B4;
	border-right: none;
}

a.gaiyou {
	text-decoration: underline;
	outline: none;
	color: #0000ee;
}

table.table_002 td p {
	padding-left: 1em;
	text-indent: -1em;
}

table.table_002 td p.second {
	padding-left: 2em;
	text-indent: -2em;
}

table.table_002 td p.third {
	padding-left: 2.5em;
	text-indent: -2.5em;
}






/* タイムテーブル
================================================== */
table.table_003 {
	width: 590px;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

table.table_003 th {
	border: 1px solid #B4B4B4;
	border-left: none;
	text-align: left;
}

table.table_003 th.th_01 {
	width: 110px;
}

table.table_003 td {
	border: 1px solid #B4B4B4;
	border-right: none;
}

table.table_003 td.td_01 {
	width: 350px;
}

table.table_003 td.td_02 {
	width: 80px;
}

table.table_003 tr.td_dotted td {
	border-top: 1px dotted #B4B4B4;
	border-bottom: 1px dotted #B4B4B4;
}

table.table_003 tr.td_dotted_02 td {
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px dotted #B4B4B4;
}

table.table_003 tr.td_bordernone td {
	border: none;
}


table.table_003 tr td ul.list {
	list-style-type: disc;
	margin-left: 1.75em;
}


/* 会場マップ
================================================== */
.floor {
	float: right;
	width: 255px;
}

.floor div {
	width: 255px;
	border: 1px solid #31c7ff;
	/*color: #63e577;*/
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}

.floor li {
	border-top: 1px dotted #B4B4B4;
	line-height: 1.7em;
	padding: 5px 0;
}

.floor li.bottom_map {
	border-bottom: 1px dotted #B4B4B4;
}

.floor li p {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.floor li img {
	position: relative;
	top: 2px;
}

.floor span {
	/*color: #63e577;*/
	font-weight: bold;
	font-size: 15px;
	margin-left: 5px;
}

.floor div.star {
	width: 11px;
	height: 11px;
	background: url(../img/opencampus_2016/img_ico_star.jpg) no-repeat;
}

#glaylayer_map {
	/* LightBox */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: 0.60;
	filter: alpha(opacity=60);
}

#overlayer_map {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -325px;
	border: 10px solid #fff;
}

#overlayer_map img.close_map {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}

.shuttle_bus {
	width: 230px;
	background-color: #63e577;
	color: #ffffff;
	font-weight: normal;
	padding: 7px 30px 9px 30px;
	margin: 25px 0 10px 0;
}



/* 参加申込
================================================== */
.form_section001 li {
	float: left;
	width: 120px;
}

.form_section002 li {
	float: left;
	width: 180px;
}

table.table_001 {
	width: 590px;
	border: 1px solid #C3B9AA;
}

table.table_001 th {
	width: 210px;
	background: #F0EBDC;
	border: 1px solid #C3B9AA;
	position: relative;
}

table.table_001 td {
	width: 380px;
	border: 1px solid #C3B9AA;
}





/* 無料送迎バス
================================================== */
#bus-root {
	float: left;
	width: 200px;
	white-space: nowrap;
}

#bus-root p {
	word-wrap: break-word;
}

#bus-root div {
	width: 200px;
	text-align: center;
	border: 1px solid #e9537d;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0;
	margin-bottom: 13px;
}

#bus-root span.bus_midashi_orange {
	font-size: 14px;
	/*color: #63e577;*/
}

#bus-root span.bus_midashi_black {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

#bus-root table {
	width: 200px;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}

#bus-root table th {
	width: 130px;
	border: 1px solid #B4B4B4;
	border-left: none;
}

#bus-root table td {
	width: 70px;
	border: 1px solid #B4B4B4;
	border-right: none;
}

#border_590 {
	width: 590px;
	border-bottom: 1px dotted #646464;
	clear: both;
	margin: 20px 0 25px 0;
}

#glaylayer_bus {
	/* LightBox */
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: 0.60;
	filter: alpha(opacity=60);
}

#overlayer_bus {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	border: 10px solid #FF6496;

}

#overlayer_bus img.close_bus {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}

/* リンク一時停止
================================================== */
#menu_top li.noLink a {
	cursor: default;
	color: #aaa;
}

#menu_top li.noLink:hover {
	background-color: transparent;
}

#menu_sub li a.noLink,
#menu_sub li a.noLink:hover {
	color: #fff;
	background-color: #e9537d;
}

.submit {
	background-color: #31c7ff;
	color: #ffffff;
	border-radius: 5px;
	width: 40%;
	height: 40px;
	border: none;
	font-size: 20px;
	display: block;
	cursor: pointer;
}

.submit {
	margin: 30px auto 0 auto;
}

.form_message {
	font-size: 17px;
	color: #ec2b2b;
}

.form_close {
	font-size: 16px;
	margin-top: 25px;
	color: #ec2b2b;
	line-height: 1.6;
}


table.table_001 th {}

.required {
	/* 必須項目 */
	position: absolute;
	right: 5px;
	color: #fff;
	background-color: #e66565;
	padding: .5em .5em;
	font-size: 11px;
	display: inline-block;
	line-height: 1em;
	border-radius: 2px;
	margin-left: .5em;
}


.pc {
	display: block;
}

.sp {
	display: none;
}

.pc-i {
	display: inline-block;
}

.sp-i {
	display: none;
}

@media (min-width: 481px) {
	#menu_top .covid19 {
		width: 136px;
	}
}




/*スマートフォン*/

@media (max-width: 480px) {

	body {
		font-size: 14px;
		background-image: none;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pc-i {
		display: none;
	}

	.sp-i {
		display: inline-block;
	}



	#wrap {
		width: 100%;
		position: relative;
	}

	.header {
		width: 80%;
		padding: 0.2em;
		padding-bottom: 0.1em;
	}

	.menu_button {
		cursor: pointer;
		padding: 0px 5px;
		background-color: rgba(255, 255, 255, 0.8);
		position: absolute;
		top: 8px;
		right: 8px;
		z-index: 1001;
	}

	.menu_button .menu_trigger,
	.menu_button .menu_trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu_button .menu_trigger {
		position: relative;
		width: 40px;
		height: 24px;
		display: block;
		margin: 12px 0px;
	}

	.menu_button .menu_trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #e9537d;
		border-radius: 4px;
		padding-left: 5px;
	}

	.menu_button .menu_trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu_button .menu_trigger span:nth-of-type(2) {
		top: 10px;
	}

	.menu_button .menu_trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu_button .menu_trigger.sp_active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	.menu_button .menu_trigger.sp_active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu_button .menu_trigger.sp_active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}


	.top_back {
		min-width: auto;
		height: 64vh;
	}

	#footer_top {
		padding: 10px 0;
	}

	#menu_top {
		min-width: 100%;
		flex-wrap: wrap;

	}


	#menu_top li {
		width: 44%;
		margin-bottom: 0.5em;
	}

	#menu_top li>a.small {
		font-size: 12px;
	}

	#mainimg_top_sub {
		bottom: 200px;
		left: 20px;
		margin-bottom: 30px;
	}

	#mainimg_top_bnr {
		top: auto;
		bottom: 296px;
		right: 20px;
	}

	#mainimg_top_sub img {
		width: 80%;
	}


	#logo_top {
		position: relative;
		width: 100%;
		text-align: center;
		margin-top: 0.75em;
		margin-bottom: 0.5em;
		top: auto;
		right: auto;
	}

	#menu_top li.pamphlet-link {
		border-left: none;
		width: 100%;
		margin-top: 1em;
	}

	#menu_top li.sp-right-border {
		border-right: dotted 1px #aaa;
	}

	#sub {
		/*display: none;*/
		width: 100%
	}

	#main {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		min-height: 700px;
	}

	#main h3 {
		width: 100% !important;
		margin-left: 0px;
		height: auto;
		padding: 0.5em;
		display: block;
		text-align: center;
		box-sizing: border-box;
	}

	#main_contents {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}

	table.table_001,
	table.table_002,
	table.table_003 {
		width: 100%;
		box-sizing: border-box;
	}


	table.table_003 th {
		white-space: nowrap;
	}

	table.table_001 .indis {
		font-size: 13px;
		font-weight: normal;
	}




	#sub {
		display: none;
		float: none;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 20px;
	}


	#sub_contents {
		width: 100%;
	}

	#menu_sub {
		width: 100%;
		margin-top: 0;
	}

	#menu_sub li {
		display: block;
		box-sizing: border-box;
	}

	#menu_sub li a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		text-align: left;
		position: relative;
		height: auto;
		box-sizing: border-box;
	}

	#menu_sub li a:hover,
	#menu_sub .active a {
		background-color: transparent;
		color: #E2F2EF;
	}

	#menu_sub li a::after {
		content: "";
		position: absolute;
		top: 0px;
		bottom: 0;
		margin: auto;
		right: 20px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #E2F2EF;
		border-right: 2px solid #E2F2EF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#menu_sub li.line2 a {
		font-size: 14px;
	}

	#navi {
		width: 100%;
		margin-top: 0;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#navi ul {
		padding: 0;
		list-style-type: disc;
	}

	#navi ul li {
		width: 100%;
		height: auto;
	}

	#navi ul li a {
		display: block;
		padding: 0.8em 20px;
		font-size: 13px;
		color: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}


	#bnr_area_l {
		display: flex;
		justify-content: space-between;
		padding: 15px;
		box-sizing: border-box;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#bnr_area_l>div {
		width: 48%;
	}

	#bnr_area_l>div img {
		max-width: 100%;
		height: auto;
	}

	table.table_001 {
		border: none;
		display: block;
	}

	table.table_001 tbody {
		display: block;
		box-sizing: border-box;
	}

	table.table_001 tr {
		display: block;
		margin-bottom: 2em;
	}

	table.table_001 tr th {
		display: block;
		width: auto;
		border: none;
		margin-bottom: 1em;
		padding: 0.5em 1em;
	}

	table.table_001 tr td {
		display: block;
		width: 100%;
		border: none;
		padding: 0;
	}

	table.table_001.comfirm tr th {
		margin-bottom: 0.7em;
	}

	table.table_001.comfirm tr td {
		padding: 0 1em;
	}

	#btn_form_submit {
		margin-bottom: 2em;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#btn_form_area.comfirm {
		margin-bottom: 50px;
	}

	.form_section001 li,
	.form_section002 li {
		float: none;
		width: auto;
	}

	.input-large {
		width: 95%;
	}

	.form_message {
		font-size: 14px;
	}

	.validation_error {
		font-size: 13px;
	}

	#bus-root {
		float: none;
		width: 100%;
	}

	#bus-root div {
		width: 100%;
	}

	#bus-root table {
		width: 100%;
	}

	.float_r {
		float: none;
		width: 100%;
	}

	.float_r iframe {
		width: 100%;
	}

	#complete_message {
		padding-top: 100px;
	}

	.sp-copyright {
		text-align: center;
		font-size: 12px;
		background-color: #e9537d;
		color: #fff;
		padding: 0.5em 0;
		margin-top: 1em;
	}


	table.table_001 input[type=text],
	table.table_001 textarea {
		font-size: 16px;
	}


	#menu_top .covid19 .small {
		font-size: 13px;
	}


	/*#menu_sub li.line2 a{
	font-size: 3.6vw;
}*/

	.annotation {
		position: absolute;
		font-size: 10px;
		top: -1.8em;
		left: 18px;
		width: 320px;
		color: #333;
	}

	.annotation.bottom {
		top: auto;
		bottom: -1.5em;
	}

	.complete_message1 {
		margin-top: 70px;
		font-size: 1.7em;
	}

	#mainimg_top_title {
		top: 20px;
		right: 0px;
		padding-right: 0;
	}

}

/*北見会場*/
#main.kitami {
	border-top: none;
}

.kitami h2 {
	background: #4652a1;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.kitami .bordertop {
	border-top: solid 3px #4652a1;
}

#main.kitami h3 {
	background: #4652a1;
}

#main.kitami #bus-root div {
	border: 1px solid #4652a1;
}

.app {
	background: #4652a1;
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.5em;
}

.app a {
	color: #fff;
	text-decoration: none;
}

/*札幌会場*/
#main.sapporo {
	border-top: none;
}

.sapporo h2 {
	background: #D45D12;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.sapporo .bordertop {
	border-top: solid 3px #D45D12;
}

#main.sapporo h3 {
	background: #D45D12;
}

.sapporo .app {
	background: #D45D12;
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.5em;
}

.sapporo.app a {
	color: #fff;
	text-decoration: none;
}

.red {
	color: red;
}