.tdBox iframe {
	width: 100%;
	height: 500px;
	box-sizing: border-box;
}

/* 印刷・パンフレットボタン */
p.ppButton {
	width: 110px;
	text-align: center;
	margin: 20px 0 0 14px;
	float: right;
	overflow: hidden;
	font-size: 12px;
}
p.ppButton a {
	color: #ffffff;
	width: 100%;
	border-radius: 4px;
	padding: 2px 0;
	display: block;
}
p.ppButton a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	.gtBoxUP {
		background-color: #ffffff;
		border-top: solid 1px #D2D2D2;
		border-right: solid 1px #D2D2D2;
		border-left: solid 1px #D2D2D2;
		padding: 20px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.gtBoxDOWN {
		background-color: #EAEAEA;
		border: solid 1px #D2D2D2;
		padding: 20px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		line-height: 1.9;
	}
	.gtBoxUP h2 {
		font-size: 22px;
		margin: 10px 0 8px 0;
	}
	.gtBoxUP h2 span {
		font-size: 16px;
	}
	h3.tsiTitle {
		font-size: 24px;
		padding: 8px 0 8px 16px;
		margin: 20px 0;
		background-color: #F5F5F5;
		border-top: solid 1px #DBDBDB;
		border-bottom: solid 2px #C0C0C0;
	}
	/*会議費用テーブル*/
	.ktTable {
		font-weight: bold;
		margin: 14px 0 7px 0;
		font-size: 14px;
	}
	.ktTable th {
		background-color: #E4E4E4;
		padding: 8px 0;
	}
	.ktTable td {
		text-align: center;
		padding: 8px 0;
	}
	.ktTable td.condition {
		font-size: 11px;
	}
	p.caution2 {
		color: #1B75A8;
		font-size: 14px;
		line-height: 1.5;
	}


	table.scdTable {
		width: 100%;
		border: solid 1px #d4d4d4;
		border-collapse: collapse;
		margin: 20px 0;
	}
	table.scdTable caption {
		font-size: 22px;
		font-weight: bold;
		text-align: left;
		border-left: solid 8px #2eaf37;
		margin: 20px 0;
		padding: 6px 0 6px 14px;
	}
	table.scdTable th {
		border: solid 1px #d4d4d4;
		background-color: #e9e9e9;
		text-align: center;
		padding: 8px;
		font-size: 14px;
	}
	table.scdTable td {
		font-size: 14px;
		border: solid 1px #d4d4d4;
		line-height: 1.8;
		text-align: left;
		padding: 8px;
	}
	table.scdTable td.date {
		background-color: #f4f4f4;
		text-align: center;
		font-weight: bold;
	}
	table.scdTable td.place {
		padding: 5px 5px 5px 10px;
	}
	table.scdTable td.time, table.scdTable td.time2 {
		text-align: center;
	}
	table.scdTable td.city {
		text-align: center;
	}
	/*日程表テーブルの幅*/
	table.scdTable .stSmall {
		font-size: 12px;
	}
	table.scdTable td.time, table.scdTable th.time {
		width: 10%;
	}
	table.scdTable th#tDate, table.scdTable th.tDate {
		width: 10%;
	}
	table.scdTable th#tPlace, table.scdTable th.tPlace {
		width: 20%;
	}
	table.scdTable th#tSche, table.scdTable th.tSche {
		width: 60%;
	}


	.caution2s {
		font-size: 14px;
		margin-top: 5px;
	}
	p.caution1 {
		font-size: 14px;
		line-height: 1.6;
	}

	.hDetail {
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #6C6C6C;
		margin-bottom: 10px;
	}
	h5.hName {
		font-size: 24px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #0C0C0C;
	}
	.hDetail .hImg {
		width: 30%;
		float: left;
		padding: 10px 0;
	}
	.hDetail .hImg img {
		width: 100%;
	}
	.hDetail .boxR {
		width: 70%;
		float: left;
		padding: 10px;
		line-height: 1.3;
	}
	.hDetail .boxR h5 {
		font-size: 16px;
		font-weight: bold;
		margin: 6px 0;
		color: #0D7347;
	}
	.hDetail .boxR p {
		color: #5E5E5E;
		font-size: 14px;
		padding-left: 20px;
	}
	span.hLank {
		color: #FF7F00;
		font-size: 14px;
		padding-left: 20px;
	}
	.hDetail .boxR p.hotel_add {
		color: #B11440;
		font-size: 14px;
		padding-left: 0;
	}
	.hotel_detail {
		font-size: 14px;
		color: #E00808;
		line-height: 1.5;
	}
	.entryBox {
		text-align: center;
	}
}
/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {

	.gtBoxUP {
		background-color: #ffffff;
		border-top: solid 1px #D2D2D2;
		border-right: solid 1px #D2D2D2;
		border-left: solid 1px #D2D2D2;
		padding: 10px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.gtBoxDOWN {
		background-color: #EAEAEA;
		border: solid 1px #D2D2D2;
		padding: 10px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.gtBoxUP h2 {
		font-size: 16px;
		margin: 10px 0 8px 0;
	}
	.gtBoxUP h2 span {
		font-size: 12px;
	}
	p.caution2 {
		color: #1E798D;
		font-size: 12px;
		line-height: 1.5;
	}

	h3.tsiTitle {
		font-size: 18px;
		padding-bottom: 6px;
		border-bottom: solid 2px #AAAAAA;
		margin: 20px 0;
	}

	table.scdTable {
		width: 100%;
		border: solid 1px #d4d4d4;
		border-collapse: collapse;
		margin: 20px 0;

	}
	table.scdTable caption {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		border-left: solid 4px #2eaf37;
		margin: 16px 0;
		padding-left: 14px;
	}
	table.scdTable th {
		border: solid 1px #d4d4d4;
		background-color: #e9e9e9;
		text-align: center;
		padding: 4px 0;
		font-size: 11px;
	}
	table.scdTable td {
		border: solid 1px #d4d4d4;
		line-height: 1.5;
		text-align: left;
		padding: 2px 3px 2px 3px;
		font-size: 11px;
	}
	table.scdTable td.date {
		background-color: #f4f4f4;
		text-align: center;
		padding: 2px;

	}
	table.scdTable td.place {
		padding: 2px 2px 2px 4px;
	}
	table.scdTable td.time, table.scdTable td.time2 {
		text-align: center;
	}
	table.scdTable td.city {
		text-align: center;
	}
	table.scdTable .stSmall {
		font-size: 12px;
	}



	table.scdTable td.time, table.scdTable th.time {
		display: none;
	}
	table.scdTable th#tDate, table.scdTable th.tDate {
		width: 6%;
	}
	table.scdTable th#tPlace, table.scdTable th.tPlace {
		width: 20%;
	}
	table.scdTable th#tSche, table.scdTable th.tSche {
		width: 60%;
	}
	table.scdTable th#tCity, table.scdTable th.tCity {
	}

	/* 登録費用table設定 */
	.ktTable {
		font-size: 10px;
		margin: 10px 0 4px 0;
	}
	.ktTable td.condition {
		font-size: 8px;
	}
	.ktTable th {
		background-color: #E4E4E4;
	}
	.caution2s {
		font-size: 14px;
		margin-top: 5px;
	}
	p.caution1 {
		font-size: 14px;
		line-height: 1.6;
	}
		p.caution2 {
			font-size: 14px;
			margin: 0;
			padding: 0;
			color: #717171;
		}
	.hDetail {
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #6C6C6C;
		margin-bottom: 10px;
	}
	h5.hName {
		font-size: 22px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: dotted 1px #CBCBCB;
	}
	.hDetail .hImg {
		width: 100%;
		padding: 10px 0;
	}
	.hDetail .hImg img {
		width: 100%;
	}
	.hDetail .boxR {
		width: 100%;
		padding: 10px;
		line-height: 1.3;
		font-size: 14px;


	}
	.hDetail .boxR h5 {
		font-size: 16px;
		font-weight: bold;
		margin: 6px 0;
		color: #0D7347;
	}
	.hDetail .boxR p {
		color: #5E5E5E;
		font-size: 12px;
		padding-left: 20px;
	}
	span.hLank {
		color: #FF7F00;
		font-size: 12px;
		padding-left: 20px;
	}

	.hDetail .boxR p.hotel_add {
		color: #B11440;
		font-size: 12px;
		padding-left: 0;
	}
	.hotel_detail {
		font-size: 12px;
		color: #FF7300;
		line-height: 1.5;
	}
	.entryBox {
		text-align: center;
	}
}
.atten3 {
	background-color: #FFF5F5;
	padding: 5px;
	border-radius: 8px;
	color: #F50004;
	font-size: 16px;

}
.font1 {
	font-size: 12px;
}