@charset "UTF-8";


h2{
	font-size:19px;
	text-align: center;
}

#main{
	width:100%;
	padding: 0 15px;
}

.about{
}

.about dl{
}

.about dl dt{
	font-size: 16px;
	margin-bottom: 2px;
	color: #666;
}

.about dl dt small {
	font-size: 10px;
}

.about dl dd{
	margin-bottom: 22px;
	line-height: 18px;
}

.about dl dd a{
	text-decoration:underline;

}

.img img {
    width: 175px !important;
}

#title {
	position:relative;
	border:1px solid #FF00;
}

div #outside {
	position:absolute;
	top:0px;
	left: 500px;
	width: 500px;
	height:500px;
}

div #outside2 {
	display:none;
	margin-top:10px;
	width: 100%;
}

#panel {
	padding: 3px;
	cursor: pointer;
}

#panel::after {
	content: "▼";
}

#panel.active::after {
	content: "▲";
}

