@charset "utf-8";

/*==========================================
File name: category.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

h1{
	margin: 0 0 20px 0;
	padding: 0;
}

h2{
	margin: 0 0 15px 0;
	color: #663300;
	font-size:22px;
	background:url(../images/common/h2.png) no-repeat;
	height:35px;
	padding:5px 0 0 50px;
}


/* テーブル */


.table_type01{
	margin: 0px;
	}

.table_type01 th,
.table_type01 td{
	border: solid 1px #ECDA82;
	padding: 5px 10px;
	text-decoration:none;
	border-collapse: collapse;}

.table_type01 th{
	background-color: #FAF1DE;
}

.table_type01 td{
	background-color: #fff;
}

/* リスト */

.list_type01 ul{
	margin:0 0 0 0;}

.list_type01 li{
	background:url(../images/common/li.png) no-repeat top left;
	padding-left:18px;
	line-height:1.84;
	}


.list_type01 li + li{
	margin:15px 0 0 0;
	}

.images_layout01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.images_layout01 img{
	width: 180px;
	height: auto;
}

/* ご連絡 */

#mail-address{
	margin: 20px 0;
}
.event_katudo {
	padding: 5px;
	background-color: #FFF;
	overflow:hidden;
	margin-bottom: 20px;
}
.event_katudo .event_katudo1 {
	float: left;
	width: 200px;
}
.event_katudo .event_katudo2 {
	float: right;
	width: 400px;
}
