/******************************************************************************/
/* スマートフォン用スタイルシート - last update: 23.01.26 */


@media only screen and (max-width: 820px) {


/******************************************************************************/
/* wrapper - ページ全体の枠組み */

#wrapper {
	width: auto !important;
}


/******************************************************************************/
/* header - ヘッダの枠組み */

#header {
	background: url(../img/header_bg.png) no-repeat left top;
	background-size: contain;
	width: 100%;
	max-width: 820px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 12.2% 0px;
}


/******************************************************************************/
/* maincontent - メインコンテンツの枠組み */

#maincontent {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

#maincontent h2 {
	background: #0759AC url(../img/h2_bg.png) no-repeat left top;
	width: auto;
	height: auto;
	line-height: 160%;
	padding: 7px 0px 2px 45px;
}

#maincontent .text {
	width: 96%;
	margin: 0px 0px 15px 0px;
	padding: 15px 2% 15px 2%;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 0px none;
	border-right: 0px none;
}

#maincontent p,
#maincontent ul {
	margin: 0px 0px 15px 0px;
}


/******************************************************************************/
/* maincontent .table_normal - テーブル（汎用） */

#maincontent .table_normal {
	margin: 0px 0px 15px 0px;
}

#maincontent .table_normal td {
	padding-right: 5px;
}


/******************************************************************************/
/* maincontent .table_form - テーブル（参加申込フォーム） */

#maincontent .table_form {
	width: 96%;
	margin: 0px 2% 15px 2%;
}

#maincontent .table_form td.h {
	width: 25%;
}

#maincontent .table_form td.d {
	width: auto;
	max-width: 510px;
}

#maincontent .w150 {
	width: 15%;
}

#maincontent .w180 {
	width: 20%;
}

#maincontent .w280 {
	width: 65%;
}

#maincontent .w360 {
	width: 90%;
}


/******************************************************************************/
/* .box_frame - 動画埋め込み枠用 */

#maincontent .box_frame {
	width: 100%;
	height: 0;
	margin: 0px auto 15px auto;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

#maincontent .box_frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#maincontent .box_frame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/******************************************************************************/
/* jumptop - PAGETOPボタンの枠組み */

#scrollUp {
    right: 0px;
}


/******************************************************************************/
/* footer - フッタの枠組み */

#footer {
	background: #004892;
	width: 100%;
	height: auto;
	line-height: 160%;
	padding: 10px 0px;
	border-top: 3px double #FFFFFF;
	border-bottom: 3px double #FFFFFF;
}


}		/* end of 820px */




@media only screen and (max-width: 500px) {


/******************************************************************************/
/* .table_form - テーブル（参加申込フォーム） */

#maincontent .table_form {
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-top: 1px solid #999999;
}

#maincontent .table_form td {
	display: inline-block;
	padding: 10px 2%;
}

#maincontent .table_form td.h2 {
	width: 96%;
	border: 0px none;
}

#maincontent .table_form td.h {
	width: 96%;
	border: 0px none;
}

#maincontent .table_form td.d {
	width: 96%;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #999999;
}


}		/* end of 500px */

