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

/* ------ title -------------------------------- */

.page-title{
	background: url(../images/bg_h1.jpg) no-repeat center center;
	background-size: cover;
	text-align:left;
}
.page-title p.logo{
	float: left;
}
.page-title h1{
	float: left;
	margin: 50px 0 0 25px;
}


.withinList{
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	border-bottom: #ee5561 solid 1px;
}
.withinList ul{
	margin: 0;
}
.withinList ul li{
	float: left;
	width: 33%;
}
.withinList ul li a{
	display: block;
	background: url(../images/icon_arrow.png) no-repeat left 0.4em;
	padding: 3px 0 3px 25px;
}


.mainvisal .leftBox{
	width: 380px;
	float: left;
}
.mainvisal .rightBox{
	width: 296px;
	float: right;
}


.content h2{
	font-size: 186%;
	font-weight: normal;
	margin: 70px 0 20px 0;
	padding: 25px 0 5px 40px;
	background: url(../images/bg_h2.png) no-repeat left center;
}

.content dl{
	width: 670px;
	margin: 0 auto;
}

.content dl dt{
	clear:left;
	float:left;
	width: 170px;
}

.content dl dd{
	padding:0 0 10px 170px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b5b5b6;
}

.content dl dd a.arrow{
	background: url(../images/icon_arrow.png) no-repeat left 0.35em;
	padding: 3px 0 3px 25px;
}

.content dl dd a[href$='pdf']{
	background: none;
	padding-right: 0;
}

.content p.facility{
	width: 670px;
	margin: 10px auto 0 auto;
	text-align: right;
}


.photoArea{
	margin: 0 0 0 -36px;
}
.photoArea p{
	float: left;
	width: 210px;
	margin: 0 0 30px 36px;
	text-align: center;
	line-height: 2.2;
}


.content dl.day dt{
	font-weight: bold;
	padding: 0 0 0 20px;
    width: 70px;
	color: #595757;
}
.content dl.day dd{
	padding:0 0 15px 130px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #b5b5b6;
}
.content dl.day dd.img{
	min-height: 114px;
}
.content dl.day dd.img02 img{
	margin: 0 0 10px 0;
}
.content dl.day dd strong{
	font-weight: bold;
}
.content dl.day dd p.img{
	float: right;
	margin: 0 0 0 20px;
}


.content dl.year dt{
	font-weight: bold;
	padding: 0 0 0 20px;
    width: 70px;
	color: #595757;
	text-align: right;
}
.content dl.year dd{
	padding:0 0 15px 130px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #b5b5b6;
}
.content dl.year dd.img{
	min-height: 114px;
}
.content dl.year dd p.img{
	float: right;
	margin: 0 0 0 20px;
}
.content p.caution{
	width: 670px;
	margin: 10px auto 0 auto;
	text-align: right;
}


ul.type{
	margin: 10px 0 0 0;
}
ul.type li{
	padding: 0 0 0 20px;
	background: url(../images/icon_maru.png) no-repeat left 0.4em;
}
ul.type li a{
	color: #ee5561;
}

p.money{
	margin: 50px 0 0 0;
}
p.money span{
	margin: 0 10px 0 0;
	padding: 5px 15px 3px 15px;
	color: #fff;
	background: #727171;
}
p.money a{
	color: #ee5561;
}
p.money a[href$='pdf']{
	background: none;
	padding-right: 0;
}