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

	ＴＯＰページ表示テンプレート

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



/* インフォメーション　シンプルver 171003山村追加 */

/* iframeの中身ここから！！ */

body {
margin:0;
padding:0;
}

.top_open_01 {
font-size: 12px;

}
.top_open_01 ul {
	margin: -10px 0 0 0;
	padding:0;
}
.top_open_01 li {

	border-bottom: 1px dashed #999;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
}

.top_open_01 li:last-child {
	border: none;
}
.top_open_01 li span {

	font-weight: bold;
}
.top_open_01 li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top_open_01 li:hover {
	background-color:#EEE;
}
.top_open_01 li a p {
	margin: 0;
	padding: 0;
	left: 0;
	top: 29px;
	position: absolute;
	font-weight: bold;
	color: #333;

}
.top_open_01 li div {
	margin: 20px auto auto auto;

}
/* iframeの中身ここまで！！ */
