@charset "utf-8";

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

	structure CSS

========================================================= */
html, body { height: 100%;}
body {
	min-height: 100vh;
}

#footer {
	position: sticky;
	top: 100vh;
}

.container{
	width:100%;
	min-height: 100vh;
	min-height: 100%;
}
.container.seminar {
	padding-bottom: 0;
}

.header{
	width:100%;
}

.headerArea{
	margin:0 auto;
	width:1100px;
}

.contents {
	width: 100%;
}
.contents .inner {
	margin:0 auto;
	width:1100px;
	padding-top: 5px;
	padding-bottom: 50px;
}

#footer{
	width:100%;
}

.copyright{
	width:100%;
}

/* clear */
.headerArea:after,
.contents:after,
.footerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.mt5{ margin-top: 5px!important;}

input[type="submit"] { cursor: pointer; }
input[type="submit"]:hover { opacity: .6; }


@media screen and (max-width: 1140px) {
	.container{
		min-width:100%;
		padding-bottom: 0;
	}
	.headerArea{
		width:100%;
		height:auto;
	}

	.contents .inner {
		padding:0 3% 40px;
		width:100%;
	}

	#footer{
		width:100%;
	}

	.footerArea{
		width:100%;
	}

}
@media screen and (max-width: 599px) {
	.footerArea{
		width:100%;
	}
}


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

	body

========================================================= */
body {
	min-height: 100vh;
	color:#444;
	font-size:18px;
	font-size: 1.8rem;
	line-height:1.5em;
	position: relative;

	/*&::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100lvh;
		background: linear-gradient(#fff, #eee) no-repeat bottom;
		background-size: 100% 30%;
	}*/
}

.container{}

@media screen and (max-width: 1140px) {
	body {
		min-width:100%;
		word-wrap:break-word;
		font-size: 1.4rem;
		line-height: 1.5em;
	}
}



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

	header

========================================================= */
.header{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 999;
	background: linear-gradient(#bfecfc, #fff);
}
/*.header::after {
	content: "";
	background-color: rgba(124,194,228,.70);
	height: 36px;
	width: 100%;
	position: absolute;
	top: 0;
}*/

.headerArea{
	padding: 2px 0 5px;
	height: auto;
	text-align: left;
	position: relative;
}
.headerArea h1 {
	font-family: 'Kosugi Maru';
	font-weight: 500;
	position: relative;
	padding: 50px 0 30px;
	text-align: center;
}
.headerArea h1, .headerArea h1 a, .h_logo a {
	text-decoration: none;
	color: #0b6f94;
	text-shadow: 1px 1px 5px #68C6E0;
	font-size: 50px;
	font-size: 4.6rem;
	line-height: 1.4em;
	letter-spacing: .05em;
}
.headerArea.sub h1 a {
	text-decoration: none;
	color: #558e9d;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5em;
}
.headerArea h1 img {
	display: inline-block;
	vertical-align: baseline;
}
.headerArea h1 span {
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 34px;
}

.headerArea h2 {
	font-family: 'Kosugi Maru';
	font-weight: 500;
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3em;
	color: #0b6f94;
	margin-bottom: 15px;
}
.headerArea h3 {
	font-weight: bold;
	text-align: center;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.3em;
	color: #68c6e0;
	margin-bottom: 15px;
}

.h_logomark {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.headerArea .h_info dt {
	position: absolute;
	z-index: 2;
	top: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.h_info dd:first-of-type {
	position: absolute;
	z-index: 2;
	left: 50px;
	bottom: 45px;
}
.h_info dd:last-of-type {
	position: absolute;
	z-index: 2;
	right: 40px;
	bottom: 45px;
}

.h_info li{
	display:inline-block;
	vertical-align:middle;}

.h_info a{
	color:#333;
	text-decoration:none;}

.h_info a:hover{
	opacity:0.7;}

.header {
	background: url("images/h_bg1.png") no-repeat left 8% bottom, url("images/h_bg2.png") no-repeat right 8% bottom, url("images/mv2.jpg") center center;
	background-size: auto, auto, cover;
	
	@media screen and (max-width:835px){
		background: url("images/h_bg1.png") no-repeat left 15px bottom, url("images/h_bg2.png") no-repeat right 15px bottom, url("images/mv_sp2.jpg") center center;
		background-size: 180px auto, 180px auto, cover;
	}
	@media screen and (max-width:599px){
		background: url("images/h_bg1.png") no-repeat left 5px bottom, url("images/h_bg2.png") no-repeat right 5px bottom, url("images/mv_sp2.jpg") center center;
		background-size: 90px auto, 90px auto, cover;
	}
}

/* clear */
.headerArea::after, .sp_gnavArea::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;
	}
@media screen and (max-width:835px){
	.header{ margin-bottom: 20px;}
		
	.headerArea{
		width:94%;
		height:auto;
		padding: 80px 0 0;
		margin: 0 auto;
	}
	.headerArea h1 {
		padding: 30px 0 40px;
		width: 100%;
		margin: 0 auto 15px;
	}
	.headerArea h1 img {
		width: 60%;
		height: auto;
	}
	.headerArea h1, .headerArea h1 a, .h_logo a {
		font-size: 4.3vw;
		line-height: 1.5em;
	}
	.headerArea.sub h1 a {
		font-size: 4.3vw;
		line-height: 1.5em;
	}
	.headerArea h1 span {padding-bottom: 0;}
	.headerArea h2, .headerArea h3 {font-size: 22px;}
	.headerArea h3 {margin-bottom: 0;}
	.sub_ttl h2 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.5em;
	}
}
@media screen and (max-width: 599px) {
	.headerArea h1 {
		padding: 5px 0 15px;
	}
	.headerArea h1, .headerArea h1 a, .h_logo a {
		font-size: 6vw;
		line-height: 1.3em;
	}
	.headerArea h2, .headerArea h3 {
		font-size: 4.4vw;
		line-height: 1.3em;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 450px) {
	.h_info li.h_address { display: none;}
	.h_logo img {
		height: 50px;
	}
	.headerArea.sub h1 a {
		font-size: 4.4vw;
		line-height: 1.5em;
	}
	.h_logo {
		padding-left: 5px;
	}
	.sub_ttl {
		margin-bottom: 15px;
	}
	.sub_ttl h2 {
		font-size: 5vw;
		line-height: 1.4em;
	}

}


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

	gnav

========================================================= */
.sp_btn,.sp_nav {
	display: none;
}

.gnav {
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.gnav > ul, .h_gnav > ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	gap: 5px;
	font-family: 'Kosugi Maru';
}
.gnav > ul > li > a, .h_gnav > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 20px 1em;
	/*background: #fff;*/
	color: #555;
	transition: .3s;
	
	&:hover {
		background: rgba(228,228,228,.55);
		color: #222;
	}
}
.h_gnav {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.95);
	border-bottom: 1px solid #ccc;
}
/*.h_gnav > ul {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 30px;
	display: flex;
	justify-content: space-between;

	& > li > a {
		text-decoration: none;
		font-family: 'Kosugi Maru';
		font-weight: 500;
		border-bottom: 2px solid #A3DDF2;
		padding: 8px;
		position: relative;

		&:hover {
			border-bottom: none;

			&::after {
				content: "▼";
				font-size: .8em;
				transform: scale(1.5, 1);
				color: #A3DDF2;
				position: absolute;
				bottom: -20px;
				left: 0;
				right: 0;
				margin: 0 auto;
				text-align: center;
				width: 100%;
			}
		}
	}
}*/

/* メニューアイテムのホバースタイル */
.drop-menu:hover .drop-menu-list {
  transform: scaleY(1); /* ドロップダウンメニューの表示 */
}
.menu-item:hover {
  background-color: rgba(50,50,50,0.2); /* メニューアイテムのホバー時の背景色 */
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
}
.drop-menu-item:hover {
  background: #eee; /* ドロップダウンメニューアイテムのホバー時の不透明度 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}
/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  left: 0;
  position: absolute;
  top: 101%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform .3s; /* 表示の変化をアニメーション化 */
  width: max-content;
  z-index: 1;
}
.drop-menu-item {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
  background-color: rgba(200,200,200,0.95); /* ドロップダウンメニューの背景色 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}
.drop-menu-item a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-family: 'Kosugi Maru';
	font-weight: 400;
	text-align: left;
	color: #444;
	
	&:hover {
		color: #fff;
		background: #777;
	}
}

@media screen and (max-width:1140px){
	.gnav ul{
		margin:0 auto;
		width:100%;}
}
@media screen and (max-width:835px){
	.sp_gnavArea_w {
		position: fixed;
		z-index: 9999;
		width: 100%;
	}
	.sp_gnavArea {
		background: rgba(254,254,254,.9);
		padding: 15px 0 0;
		min-height: 50px;
		border-bottom: 1px solid #ccc;
	}
	.sp_gnavArea h2 {
		padding: 3px 100px 17px 20px;
	}
	.sp_gnavArea h2 a {
		text-decoration: none;
		color: #626262;
		font-family: 'Kosugi Maru';
		font-weight: 500;
		font-size: 1.1em;
	}

	.sp_gnav_btn{
		width:auto;
		padding:5px 5px;
		text-align:right;}

	.sp_gnav {
		display:none;
		z-index:100;
		margin-bottom:0;
		background: rgba(150,150,150,.1);
		border-top: 1px solid #ccc;
	}

	.sp_gnav li{
		position:relative;
		width: 50%;
		float: left;
		background-color: rgba(255,255,255,.97);
	}
	.sp_gnav li a {
		display:block;
		padding: 15px 7px;
		border-bottom:1px solid #ddd;
		color:#333;
		text-decoration:none;}
	.sp_gnav li a::before {
		content: "> ";
		font-size: 2vw;
		margin-right: 3px;
	}
	.sp_gnav li:nth-child(even) {
		border-left:1px solid #ddd;
	}

	.sp_gnav li a:hover{
		opacity:0.7;}
	
	/*sp_btn*/
	.sp_btn {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		top: 20px;
		right: 10px;
		cursor: pointer;
		z-index: 1002;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn div::after {
		content: "MENU";
		color: #aaa;
		font-size: 11px;
		font-weight: bold;
		position: absolute;
		top: -17px;
		left: -3px;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #aaa;
		left: 0;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 11px;
	}
	.sp_btn span:nth-child(3) {
		top: 22px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		transform: rotate(315deg);
		transition: all 0.3s ease-out;;}

	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		transform: rotate(-315deg);
		transition: all 0.3s ease-out;;}

}

@media screen and (max-width:420px){
	.sp_gnavArea::before {
		font-size: 2.8vw;
		top: 5px;
		z-index: 999;
		width: 80%;
	}
	.sp_gnavArea{
		position: relative;
		background-size: 63% auto;
	}
	.sp_gnavArea::before {
		font-size: 4.8vw;
	}
	.sp_gnavArea h2 a {
		font-size: 4vw;
	}
	.sp_gnav li{
		font-size:13px;
		font-size: 1.3rem;
		line-height: 1.5em;
	}
	.sp_gnav li a {
		padding: 10px 7px;
	}
}


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

	contents

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

/* main
========================================================= */
.flex_his {
	padding-top: 20px;
	display: flex;
	justify-content: space-around;
	
	@media screen and (max-width: 599px) {
		display: block;
	}
}
.top_his_box {
	width: calc( 100% - 300px);
	
	@media screen and (max-width: 599px) {
		width: 100%;
		margin-top: 30px;
	}
}
.top_his {
	/*max-height: 150px;*/
	height: 235px;
	overflow-y: scroll;
	background: #fff;
	padding: 25px;
	border: 1px solid #eee;
	
	@media screen and (max-width: 599px) {
		width: 100%;
		height: auto;
		max-height: 250px;
		padding: 15px;
	}
}
.top_his dt {
	clear: both;
	float: left;
}
.top_his dd {
	padding-left: 120px;
	padding-bottom: 10px;
	margin-bottom: 1em;
	border-bottom: 1px dotted #DEDEDE;
}

.f_info {
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.f_info > li {
	width: 48%;
	background: rgba(255,255,255,.85);
	border: 1px solid #C5EEFD;
	border-radius: 0 0 10px 10px;
	text-align: center;
	padding-bottom: 10px;
}
.f_info > li.col1 { width: 100%;}
.f_info > li dl dt {
	background: linear-gradient(#ace1f5, #68C6E0);
	border-bottom: 10px double #fff;
	padding: 10px;
	color: #0b6f94;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5em;
}
.f_info > li dd {
	font-size: 14.5px;
	font-size: 1.45rem;
	line-height: 1.5em;
	padding: 3px;
}
.f_info > li.col1 dl dt { font-size: 1.17em; line-height: 1.5em;}
.f_info > li.col1 dd { font-size: 1.03em; line-height: 1.5em;}

.f_info dd:first-of-type {
	margin-top: 10px;
}
.f_support li {
	margin: 3px 7px;
	display: inline-block;
}
.f_support::after {
	content: "（以上・五十音順）";
	margin-left: 1em;
	font-size: 1.2rem;
	display: block;
	text-align: right;
}

.bn_link {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 20px 10px 0;
	text-align: center;
}
#shiryou .bn_link {
	width: 30%;
}
.bn_link a {
	position: relative;
	z-index: 3;
	display: block;
	border: 2px solid #558e9d;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	color: #558e9d;
	font-weight: 700;
	background: #fff;
}
.bn_link.bg_green a {
	background: #558e9d;
	color: #fff;
}
.bn_link.bg_white a {
	background: rgba(255,255,255,.70);
}
.bn_link a:hover {
	background: #558e9d;
	color: #fff;
}
.bn_link.bg_green a:hover {
	background: #fff;
	color: #558e9d;
}

.aim_video {
	width: 60%;
	margin: 20px auto 0;
}

.greeting_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
	@media screen and (max-width:835px){
		gap: 20px;
		width: 100%;
		
		& figure img {
			width: 180px;
			height: auto;
		}
	}
	
	@media screen and (max-width:599px){
		display: block;
		
		& figure {
			text-align: center;
			margin-bottom: 15px;
		}
	}
}

@media screen and (max-width:1140px){
	.top_nav > ul > li > dl > dd dt {
		width: 165px;
	}
	.top_nav > ul > li > dl > dd dd {
		padding-left: 185px;
	}
	.f_info dd {
		font-size: 1.2rem;
	}
	.btn_syukuji {
		width: 88%;
	}
	.seminar_l, .seminar_r {
		float: none;
		width: 100%;
	}
	/*.main.seminar {
		padding-top: 50px;
	}*/
}

@media screen and (max-width:930px){
	.f_info { display: block;}
	.f_info > li {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_his dt {
		float: none;
	}
	.top_his dd {
		padding-left: 1em;
		padding-bottom: 10px;
		margin-bottom: 1em;
	}
}
@media screen and (max-width:599px){
	.top_his.mb50 {
		margin-bottom: 20px!important;
	}
	.top_schedule.block_container .block_col2 li {
		margin-bottom: 15px;
	}
	.top_nav > ul > li > dl > dt {
		padding: 12px 3%;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.top_nav > ul > li > dl > dt span {
		font-size: .7em;
	}
	.top_nav > ul > li > dl > dd {
		padding: 15px 3%;
	}
	.top_nav > ul > li > dl > dd dt {
		float: none;
		width: 100%;
		background: #eee;
		text-align: center;
	}
	.top_nav > ul > li > dl > dd dt span {
		float: none;
		display: block;
		text-align: left;
		background: #fff;
	}
	.top_nav > ul > li > dl > dd dd {
		padding-left: 0;
		display: block;
		margin-top: 2px;
	}

	.top_nav_btn2 li {
		display: block;
		margin: 15px 0;
		width: 100%;
	}
	.f_info {
		margin: 0;
	}
	.f_info > li {
		width: 100%;
		margin: 0 0 15px 0;
		min-height: auto;
	}
	.f_info dl {
		float: none!important;
		width: 100%;
	}
	/*.f_info dd:last-of-type {
		margin-bottom: 10px;
	}*/
	.f_info > li:last-child {
		margin: 0;
	}
	.f_support li:last-child::after {
		font-size: 2.5vw;
	}
	.aim_video {
		width: 100%;
		margin-top: 0;
	}
	.bn_link, #shiryou .bn_link { width: 90%; margin: 20px 0 0;}

}
@media screen and (max-width:420px){
	.f_info dl dt {
		font-size: 4.3vw;
		line-height: 1.5em;
	}
	.f_info dd {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5em;
	}
	.f_info dd span.fs_b {
		font-size: 4.2vw;
		line-height: 1.5em;
	}
}

.anchor {
	padding-top: 70px;
	margin-top: -70px;
}

.outline_sup .f_support li {
	margin: 0 1em 0 0;
}

/*@media screen and (max-width:835px){
	.anchor {
		padding-top: 70px;
		margin-top: -70px;
	}
}*/


/*アコーディオン開閉*/
.accordion {
	position: relative;
	cursor: pointer;
	
	&:hover {
		opacity: .7;
	}
}
.accordion::after {
	position: relative;
	content: "▼ クリックで詳細を表示";
	color: #777;
	font-size: .95em;
	text-align: center;
	bottom: 3px;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 3px 10px 2px;
	
}

.accordion.open::after {
	content: "クリックで閉じる ▲";
}
.accordion.open {
	background: #fff;
}
.accordion_box {
	padding-left: 3%;
}

@media screen and (max-width: 599px) {
	.accordion::after {
		right: 10px;
	}
	.block_container.top_event_btn {
		gap: 2em 0;
	}

}

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

	footer

========================================================= */
#footer{
	clear: both;
	background: #777;
}
#footer a {
	color: #fff;
}
.footerArea {
	padding-top: 15px;
}
.fnav {
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(#ababab, #878787);
}
.fnav li:first-child::before {
	content: "｜ ";
	color: #fff;
}
.fnav li{
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom:5px;
	padding:0 2px;
}
.fnav li::after {
	content: " ｜";
	color: #fff;
}
.fnav li:nth-child(10)::before {
	content: "｜ ";
	color: #fff;
}
#footer .fnav li a{
	text-decoration:none;
}
#footer .fnav li a:visited {
	color:#fff;
}
#footer .fnav li a:hover{
	color: #ccc;
}

.f_txt {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 1140px) {
	.footerArea{
		padding:0;
		width: 100%;
		border-top: 5px solid #555555;
	}

	.fnav{
		text-align: left;
		margin-bottom: 0;
	}

	.fnav li{
		margin: 0;
		font-size: 1.2rem;
		display: block;
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		width: 50%;
		float: left;
	}
	.fnav li:nth-child(2n) {
		border-right: none;
	}
	#footer .fnav li a{
		display:block;
		padding: 7px 2vw;
		min-height:23px;
		color: #fff;
	}
	#footer .fnav li a:visited {
		color: #fff;
	}
	.fnav li:first-child::before, .fnav li::after, .fnav li:nth-child(10)::before {
		content: "";
	}
	.fnav li a::before {
		content: ">";
		position: relative;
		font-size: 1.5vw;
		margin-right: 5px;
		top: -3px;
	}
	


}
@media screen and (max-width: 599px) {
	.fnav {
		display: flex;
		flex-wrap: wrap;
	
		& li {
			width: 50%;
			border-left: none;
			border-right: none;
			
			&:nth-child(even) {
				border-left: 1px solid #ccc;
			}
		}
	}
}
@media screen and (max-width: 480px) {
	.footerArea img{
		width:100%;
	}

	.f_tel{
		font-size:22px;
	}
	
	.f_txt {
		font-size: 3.7vw;
	}

}
@media screen and (max-width: 420px) {
	.fnav li {
		font-size: 13px;
		font-size: 1.3rem;
	}
}


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

	copyright

================================================= */
.copyright{
	position: relative;
	clear:both;
	/*padding: 10px 10px 65px;*/
	padding: 10px;
	font-size:1.4rem;
	text-align:center;
	background: #555;
	color: #fff;
}
.copyright a { color: #fff;}

@media screen and (max-width: 599px) {
	.copyright{
		font-size: 2.8vw;
		line-height: 1.4em;
	}
}



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

	#pageTop

========================================== */
#pageTop {
	position: absolute;
	top: -31px;
	z-index: 0;
	right:30px;
	font-size: .9em;
}
#pageTop a {
	display: block;
	padding:10px 20px 0;
	border-radius:7px 7px 0 0;
	background-color: #555;

}
#pageTop a:link, #pageTop a:visited {
	color: #fff;
	text-decoration: none;
}
#pageTop a:hover{
	color: #bbb;
}

@media screen and (max-width: 1140px) {
	#pageTop {
		right:3%;
	}
}


.dnone { display: none;}

.bn_flex {
	display: flex;
	gap: 20px;
	justify-content: center;
	
	& img.w_bn {
		max-height: 100px;
		max-width: 100%;
		width: auto;
	}
	@media screen and (max-width: 599px) {
		display: block;
		text-align: center;
		
		& li {
			margin-bottom: 10px;
		}
		
		& img, img.w_bn {
			max-width: 90%;
			width: auto;
			height: auto;
		}
	}
}
.bd {
    border: 1px solid #ccc;
}


