@charset "utf-8";
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	position: relative;
	font-feature-settings: "palt";
}
.wrap{
	position: relative;
}

/*  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */

header{
	background-image: url("../img/bg_left.png"),url("../img/bg_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top,right top;
}

.capTtl{
	font-weight: bold;
	text-align: center;
}

.largeTtl{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-image: url("../img/ttl_left.png"),url("../img/ttl_right.png");
	background-repeat: no-repeat;
	background-position: top 2px left, bottom 2px right;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.contentsList{
	background-color: #e6e9f3;
}
.contentsList dt{
	margin-top: 0.8em;
}
.contentsList dt:first-of-type{
	margin-top: 0;
}
.contentsList dd{
	margin-top: 2px;
}

.sectionTtl{
	font-weight: bold;
	color: #26377b;
}
.sectionTtl:first-of-type{
	margin-top: 0;
}

.btnBox{
	min-height: 30px;
	position: relative;
	padding: 10px;
}
.btnBox a{
	display: block;
	background: #e6e9f3;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 0.7em;
	font-size: 1.2em;
	transition: 0.3s;
}
.btnBox a:hover{
	transition: 0.3s;
	background: #5b6bae;
	color: #fff;
}
.btnBox::after,.btnBox::before{
	width: 30px;
	height: 30px;
}

.programListBox article{
	position: relative;
	z-index: 1;
	min-height: 100px;
}
.programListBox article::before,.programListBox article::after,
.btnBox::after,.btnBox::before{
	position: absolute;
	content: "";
	z-index: -1;
}
.programListBox article::before,.btnBox::before{
	border-top: 3px solid #6276b1;
	border-left: 3px solid #6276b1;
	top: 0;
	left: 0;
}
.programListBox article::after,.btnBox::after{
	border-bottom: 3px solid #6276b1;
	border-right: 3px solid #6276b1;
	bottom: 0;
	right: 0;
}

.btnBox + p{
	margin-top: 0.5em;
	text-align: center;
}
.thumbBox{overflow: hidden;}
.thumbBox img{
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.thumbBox a:hover img{
	transition: 0.5s;
	transform: scale(1.1);
}


.programDetailBox h4 a{
	color: #000;
	text-decoration: none;
}
.programDetailBox h4 a:hover{
	color: #0746e6;
}
.programDetailBox h4.new::before{
	display: block;
	content: "NEW";
	color: #de4fa4;
	font-weight: bold;
}
.scheduleTxt{
	color: #26377b;
	margin-bottom: 5px;
	font-weight: bold;
}
.scheduleTxt span{
	font-size: 0.6em;
}
.speakersList a{
	color: #000;
}

.speakersList dt{
	font-size: 0.8em;
	font-weight: normal;
}
.speakersList dd span{
	display: inline;
	font-size: 0.8em;
	padding-left: 1em;
}

.keywordList::before{
	display: inline-block;
	content: "Keyword：";
}
.keywordList li{
	display: inline-block;
}

.pointBox{
	background-color: #ededed;
	overflow: hidden;
	position: relative;
	transition: 0.3s;
	max-height: 9999px;
}
.pointBox.more{
	height: auto;
}
.pointBox::after{
	display: block;
	content: "詳細を見る";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 2.8em 0 10px 0;
	background: url("../img/icon_detailO.png") no-repeat calc(50% + 3.5em) calc(100% - 13px),-webkit-linear-gradient(rgba(237,237,237,0) 0%, rgba(237,237,237,1) 50%, rgba(237,237,237,1) 100%);
	background: url("../img/icon_detailO.png") no-repeat calc(50% + 3.5em) calc(100% - 13px),-o-linear-gradient(rgba(237,237,237,0) 0%, rgba(237,237,237,1) 50%, rgba(237,237,237,1) 100%);
	background: url("../img/icon_detailO.png") no-repeat calc(50% + 3.5em) calc(100% - 13px),linear-gradient(rgba(237,237,237,0) 0%, rgba(237,237,237,1) 50%, rgba(237,237,237,1) 100%);
	background-size: 16px auto,100% 100%;
	cursor: pointer;
}
.pointBox.more::after{
	content: "詳細を閉じる";
	padding: 1em 0 10px 0;
	background: url("../img/icon_detailC.png") no-repeat calc(50% + 4.5em) calc(100% - 13px), -webkit-linear-gradient(rgba(237,237,237,0) 0%, rgba(237,237,237,1) 80%, rgba(237,237,237,1) 100%);
	background: url("../img/icon_detailC.png") no-repeat calc(50% + 4.5em) calc(100% - 13px), -o-linear-gradient(rgba(237,237,237,0) 0%, rgba(237,237,237,1) 80%, rgba(237,237,237,1) 100%);
	background: url("../img/icon_detailC.png") no-repeat calc(50% + 4.5em) calc(100% - 13px), linear-gradient(rgba(237,237,237,0) 0%, rgba(237,237,237,1) 80%, rgba(237,237,237,1) 100%);
	background-size: 16px auto,100% 100%;
	cursor: pointer;
}
.pointBox dl::before{
	display: block;
	content: "プログラム詳細";
	color: #de4fa4;
	font-weight: bold;
	font-size: 0.85em;
}
.pointBox ul li{
	list-style: disc;
	margin-left: 1.5em;
}
.pointBox dl dd{
	margin-left: 1.5em;
}
.pointBox dl dt{
	margin-top: 0.5em;
}
.pointBox dl dt:first-of-type{
	margin-top: 0;
}
.pointBox dl dd ul li{
	margin-left: 1.5em;
	list-style: none;
}


.numList{
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
}

.howtoBox > div{
	border: 1px solid #000;
	color: #000;
	padding: 20px;
	font-weight: normal;
	border-radius: 15px;
}
.howtoBox > div > p:first-of-type::first-letter{
	font-size: 2.5em;
	float: left;
	padding: 0 20px 0 10px;
	font-weight: bold;
}
.howtoBox > div > p:nth-of-type(2){
	clear: both;
	text-align: center;
	margin-top: 10px;
}
.qaBox, .qaBox + p{
	max-width: 800px;
	margin: 0 auto;
}
.qaBox + p{margin-top: 10px;}
.qaBox dt{
	background: #6276b1;
	color: #fff;
	font-weight: normal;
	padding: 10px 20px;
	margin-top: 10px;
	cursor: pointer;
}
.qaBox dd{
	display: none;
	font-weight: normal;
	padding: 20px;
	background: #fff;
}
.qaBox + p{font-weight: normal;}

.contentListBtn{
	position: fixed;
	right: 10px;
	bottom: 20px;
	padding: 10px 15px 10px calc(20px + 1em);
	background: url("../img/icon_cUp.png") no-repeat 15px center, rgba(98,118,177,0.8);
	background-size: 1em auto,100% 100%;
	border-radius: calc(1em + 10px);
	z-index: 99;
	transition: 0.3s;
}
.contentListBtn:hover{
	background: url("../img/icon_cUp.png") no-repeat 15px center, rgba(38,55,123,0.8);
	background-size: 1em auto,100% 100%;
	transition: 0.3s;
}
.contentListBtn a,.contentListBtn a:hover{
	color: #fff;
	text-decoration: none;
}
footer{
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
	padding: 20px;
	margin-top: 50px;
	background-color: #26377b;
	color: #fff;
}
a{
	color: #0746e6;
	text-decoration: underline;
	transition: 0.3s;
}
a:hover{
	color: #5f8cff;
	transition: 0.3s;
}
img{
	vertical-align: bottom;
}


/* --------------------------------------------------
	PC
-------------------------------------------------- */
@media screen and (min-width:641px){

	header{
		padding: 40px;
		border-bottom: 30px solid #26377b;
	}
	header > div{
		width: 1100px;
		margin: 0 auto;
	}
	header > div > div{
		width: 1065px;
		border: 2px solid #5d70ac;
		padding: 150px 40px 40px;
		position: relative;
	}
	.readTxtBox{
		text-align: right;
		margin-top: 70px;
	}
	.headerPopBox{
		position: absolute;
		top: 30px;
		right: -30px;
	}
	.headerPopBox p{
		font-size: 28px;
		font-weight: bold;
		padding: 10px 45px;
		position: relative;
		color: #fff;
		z-index: 1;
	}
	.headerPopBox p::after{
		position: absolute;
		display: block;
		background: #26377b;
		content: "";
		transform: skewX(-12deg);
		top: 0; bottom: 0; left: 0; right: 0;
		z-index: -1;
	}
	.contentsList dd{margin-left: 2em;}

	section{
		width: 1100px;
		margin: 100px auto;
	}
	.capTtl{
		font-size: 30px;
	}
	.captionBox p{
		text-align: center;
		margin-top: 1em;
	}
	.largeTtl{
		width: 500px;
		margin: 0 auto 30px;
		font-size: 30px;
	}
	.largeTtl p{font-size: 16px;font-weight: normal;}

	.btnBox{
		width: 50%;
		margin: 0 auto;
	}
	.contentsList{
		padding: 50px;
		font-size: 16px;
		width: 800px;
		margin: 0 auto;
	}

	.sectionTtl{
		font-size: 24px;
		margin-top: 50px;
	}

	.programListBox article{
		padding: 20px;
		margin-top: 30px;
	}
	.programListBox article::before,.programListBox article::after{
		width: 100px;
		height: 100px;
	}

	.programListBox article .programBox{
		display: flex;
		gap: 50px;
	}
	.thumbBox{
		flex-basis: 420px;
		width: 420px;
		min-width: 420px;
		max-width: 420px;
	}
	.programDetailBox{
		display: flex;
		align-items: center;
	}
	.scheduleTxt{
		font-size: 24px;
	}
	.programDetailBox h4{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.programDetailBox h4.new::before{
		font-size: 0.6em;
	}

	.speakersList{margin-bottom: 10px;}

	.keywordList{
		font-size: 14px;
	}

	.pointBox{
		padding: 30px;
		margin-top: 20px;
	}
	.pointBox::after{
		font-size: 14px;
	}
	.tableBox{
		width: 800px;
		display: table;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		font-weight: normal;
		margin: 0 auto;
	}
	.tableBox > div{
		display: table-row;
	}
	.tableBox > div > div{
		display: table-cell;
		padding: 15px 20px;
		vertical-align: middle;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}
	.tableBox > div > div:first-of-type{
		background-color: #6276b1;
		color: #fff;
		white-space: nowrap;
		text-align: center;
	}
	.tableBox > div > div:nth-of-type(2){
		background-color: #fff;
	}

	.howtoBox{
		display: flex;
		gap: 15px;
	}
	.howtoBox > div{
		width: calc((100% - 15px) / 2);
		padding: 20px;
	}

	.pcNone{display: none;}
}

/* --------------------------------------------------
	スマホ
-------------------------------------------------- */
@media screen and (max-width:640px){
	body{
		font-size: 16px;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
	}
	img{
		width: 100%;
		height: auto;
	}

	header{
		padding: 10px;
		border-bottom: 20px solid #26377b;
		background-size: auto 100%, auto 100%;
	}
	header > div{
		width: 95%;
		margin: 0 auto;
	}
	header > div > div{
		width: calc(100% - 10px);
		border: 2px solid #5d70ac;
		padding: calc(18px * 1.5 + 40px) 15px 20px;
		position: relative;
	}
	.readTxtBox{
		text-align: right;
		margin-top: 20px;
	}
	.headerPopBox{
		position: absolute;
		top: 10px;
		right: -20px;
	}
	.headerPopBox p{
		font-size: 18px;
		font-weight: bold;
		padding: 10px 20px;
		position: relative;
		color: #fff;
		z-index: 1;
	}
	.headerPopBox p::after{
		position: absolute;
		display: block;
		background: #26377b;
		content: "";
		transform: skewX(-12deg);
		top: 0; bottom: 0; left: 0; right: 0;
		z-index: -1;
	}

	section{
		margin: 50px 15px;
	}
	.capTtl{
		font-size: 20px;
	}
	.captionBox p{
		margin-top: 0.5em;
	}
	.largeTtl{
		width: 80%;
		margin: 0 auto 20px;
		background-size: 20px auto;
		font-size: 20px;
	}
	.largeTtl p{font-size: 14px;font-weight: normal;}

	.contentsList{
		padding: 15px;
		font-size: 14px;
		width: 100%;
	}
	.contentsList dd a{
		display: block;
		margin-left: 1em;
	}

	.sectionTtl{
		font-size: 20px;
		margin-top: 30px;
	}

	.programListBox article{
		padding: 15px;
		margin-top: 20px;
	}
	.programListBox article::before,.programListBox article::after{
		width: 50px;
		height: 50px;
	}

	.thumbBox{
		margin-bottom: 10px;
	}
	.scheduleTxt{
		font-size: 18px;
	}
	.programDetailBox h4{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.programDetailBox h4.new::before{
		font-size: 0.6em;
	}


	.speakersList{margin-bottom: 5px;}

	.keywordList{
		font-size: 12px;
	}

	.pointBox{
		padding: 10px 15px 35px;
		margin-top: 10px;
	}
	.pointBox::after{
		font-size: 12px;
	}
	.tableBox{
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.tableBox > div > div{
		padding: 10px 20px;
		vertical-align: middle;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		background: #fff;
	}
	.tableBox > div > div:first-of-type{
		text-align: center;
		background: #205aa9;
		color: #fff;
	}

	.howtoBox > div{
		padding: 15px;
		margin-bottom: 15px;
	}

	.smpNone{
		display: none;
	}
}

/* --------------------------------------------------
	Wide use
-------------------------------------------------- */
/* ボーダークラス */
.brdNone{border:none;}

.mt1em{margin-top: 1em;}
/* 余白クラス */
.mt0{margin-top:0;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mr80{margin-right:80px;}
.mr90{margin-right:90px;}
.mr100{margin-right:100px;}

.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

.ml0{margin-left:0;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.ml90{margin-left:90px;}
.ml100{margin-left:100px;}

.mtb0{margin-top:0;margin-bottom:0;}
.mtb5{margin-top:5px;margin-bottom:5px;}
.mtb10{margin-top:10px;margin-bottom:10px;}
.mtb15{margin-top:15px;margin-bottom:15px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mtb30{margin-top:30px;margin-bottom:30px;}
.mtb40{margin-top:40px;margin-bottom:40px;}
.mtb50{margin-top:50px;margin-bottom:50px;}
.mtb60{margin-top:60px;margin-bottom:60px;}
.mtb70{margin-top:70px;margin-bottom:70px;}
.mtb80{margin-top:80px;margin-bottom:80px;}
.mtb90{margin-top:90px;margin-bottom:90px;}
.mtb100{margin-top:100px;margin-bottom:100px;}

.mrl0{margin-right:0;margin-left:0;}
.mrl5{margin-right:5px;margin-left:5px;}
.mrl10{margin-right:10px;margin-left:10px;}
.mrl15{margin-right:15px;margin-left:15px;}
.mrl20{margin-right:20px;margin-left:20px;}
.mrl30{margin-right:30px;margin-left:30px;}
.mrl40{margin-right:40px;margin-left:40px;}
.mrl50{margin-right:50px;margin-left:50px;}
.mrl60{margin-right:60px;margin-left:60px;}
.mrl70{margin-right:70px;margin-left:70px;}
.mrl80{margin-right:80px;margin-left:80px;}
.mrl90{margin-right:90px;margin-left:90px;}
.mrl100{margin-right:100px;margin-left:100px;}

.ma0{margin:0 0 0 0;}
.ma5{margin:5px 5px 5px 5px;}
.ma10{margin:10px 10px 10px 10px;}
.ma15{margin:15px 15px 15px 15px;}
.ma20{margin:20px 20px 20px 20px;}
.ma30{margin:30px 30px 30px 30px;}
.ma40{margin:40px 40px 40px 40px;}
.ma50{margin:50px 50px 50px 50px;}
.ma60{margin:60px 60px 60px 60px;}
.ma70{margin:70px 70px 70px 70px;}
.ma80{margin:80px 80px 80px 80px;}
.ma90{margin:90px 90px 90px 90px;}
.ma100{margin:100px 100px 100px 100px;}

.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}

.pr0{padding-right:0;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr60{padding-right:60px;}
.pr70{padding-right:70px;}
.pr80{padding-right:80px;}
.pr90{padding-right:90px;}
.pr100{padding-right:100px;}

.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}

.pl0{padding-left:0;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl60{padding-left:60px;}
.pl70{padding-left:70px;}
.pl80{padding-left:80px;}
.pl90{padding-left:90px;}
.pl100{padding-left:100px;}

.ptb0{padding-top:0;padding-bottom:0;}
.ptb5{padding-top:5px;padding-bottom:5px;}
.ptb10{padding-top:10px;padding-bottom:10px;}
.ptb15{padding-top:15px;padding-bottom:15px;}
.ptb20{padding-top:20px;padding-bottom:20px;}
.ptb30{padding-top:30px;padding-bottom:30px;}
.ptb40{padding-top:40px;padding-bottom:40px;}
.ptb50{padding-top:50px;padding-bottom:50px;}
.ptb60{padding-top:60px;padding-bottom:60px;}
.ptb70{padding-top:70px;padding-bottom:70px;}
.ptb80{padding-top:80px;padding-bottom:80px;}
.ptb90{padding-top:90px;padding-bottom:90px;}
.ptb100{padding-top:100px;padding-bottom:100px;}

.prl0{padding-right:0;padding-left:0;}
.prl5{padding-right:5px;padding-left:5px;}
.prl10{padding-right:10px;padding-left:10px;}
.prl15{padding-right:15px;padding-left:15px;}
.prl20{padding-right:20px;padding-left:20px;}
.prl30{padding-right:30px;padding-left:30px;}
.prl40{padding-right:40px;padding-left:40px;}
.prl50{padding-right:50px;padding-left:50px;}
.prl60{padding-right:60px;padding-left:60px;}
.prl70{padding-right:70px;padding-left:70px;}
.prl80{padding-right:80px;padding-left:80px;}
.prl90{padding-right:90px;padding-left:90px;}
.prl100{padding-right:100px;padding-left:100px;}

.pa0{padding:0 0 0 0;}
.pa5{padding:5px 5px 5px 5px;}
.pa10{padding:10px 10px 10px 10px;}
.pa15{padding:15px 15px 15px 15px;}
.pa20{padding:20px 20px 20px 20px;}
.pa30{padding:30px 30px 30px 30px;}
.pa40{padding:40px 40px 40px 40px;}
.pa50{padding:50px 50px 50px 50px;}
.pa60{padding:60px 60px 60px 60px;}
.pa70{padding:70px 70px 70px 70px;}
.pa80{padding:80px 80px 80px 80px;}
.pa90{padding:90px 90px 90px 90px;}
.pa100{padding:100px 100px 100px 100px;}

/* フォントクラス */
.bTxt{font-weight:bold;}
.uTxt{text-decoration:underline;}
.linkTxt{color:#069;text-decoration:underline;}
.redTxt{color:#e00;}
.blueTxt{color:#069;}
.grayTxt{color:#333;}
.lGrayTxt{color:#999;}
.ulGrayTxt{color:#ccc;}

.sTxt{font-size:0.85em;}
.xsTxt{font-size:0.78em;}
.xxsTxt{font-size:0.71em;}
.lTxt{font-size:1.14em;}
.xlTxt{font-size:1.28em;}
.xxlTxt{font-size:1.42em;}
.xxxlTxt{font-size:1.57em;}

.mark{
	text-indent:-1em;
	margin-left:1em;
}

/* アライン設定 */
.alTxt{text-align:left;}
.acTxt{text-align:center;}
.arTxt{text-align:right;}

/* クリア・フロート */
.flR{float:right;}
.flL{float:left;}
.flC{
	position:relative;
	overflow:hidden;
}
.flC ul{
	position:relative;
	left:50%;
	float:left;
}
.flC ul li{
	position:relative;
	left:-50%;
	float:left;
}

.clearfix{min-height:1px;}
.clearfix:after{
	content:" "; 
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html .clearfix{
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.clear{clear:both;}
