@charset "utf-8";
@import url("./base.css");

/*********************************************************************************************************

このCSSには該当ページのみに適用する属性を記述します！
このCSSの場合トップページのlがそれに該当します

*********************************************************************************************************/

/***********************************

【hack覚書】
★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

/* Layout
***********************************/
#main{
	margin-left: 30px;
	height: 500px;
	width: calc(570px - 30px);
}

/* #content
***********************************/

#content h2{
	font-size: 150%;
	font-weight: bold;
}

#content ul.entrance{
	margin-top: 50px;
}

#content ul.entrance li a{
	font-size: 120%;
	color: #004386;
	font-weight: bold;
	text-align: center;
	padding: 16px;
	border: 2px solid #004386;
	width: 500px;
	background-image: url('../dantai_syoukai/img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: 490px center;
	display: block;
}

#content ul.entrance li a:hover{
	text-decoration: none;
	background-color: #F0F7FE;
}

#content dt{
	font-weight: bold;
	margin-top: 1em;
}

#content dd{
	font-size: 0.85em;
}


/* etc
***********************************/
ul.banner{
	margin-bottom: 20px;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.banner li{
	font-size: x-small;
}


/* #footer
***********************************/
