@charset "UTF-8";
/* CSS Document */

/*- ページタイトル -*/
#pageTitle h1{ background-image: url("../../../images/page_icon06_1.png"); }

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

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

/*- ページナビゲーション -*/
#pageNavi ul li{ width:25.00%; }


/* ----------------------------------------------
	沿革
------------------------------------------------- */
#history .wrapper div {
	clear:both;
	color: #04163a;
	font-weight: bold;
	margin-top: 2em;
}
#history .wrapper div:first-of-type {
	margin:0;
}

#history .wrapper dt,
#history .wrapper dd {
	float:left;
	padding: 5px 20px;
	margin: 5px 0;
}
#history .wrapper dt {
	clear:both;
	background-color:#e6e6e6;;
	width: 5em;
	text-align:right;
}


}

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

	SPサイズ（768px以下）ここから
	
======================================================*/

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

/* ----------------------------------------------
	沿革
------------------------------------------------- */
#history .wrapper div {
	clear:both;
	color: #04163a;
	font-weight: bold;
	margin-top: 2em;
}
#history .wrapper div:first-of-type {
	margin:0;
}

#history .wrapper dt,
#history .wrapper dd {
	display: block;
	padding: 5px 10px;
	margin: 5px 0;
}
#history .wrapper dt {
	display: inline-block;
	background-color:#e6e6e6;
	text-align: center;
}

}