@charset "UTF-8";

*{
	margin:0;
	padding:0;
	list-style: none;
}

body{
	color: #fff;
	margin: 0px;
	padding: 0px;
	background: #333;
	font-family:Arial, sans-serif;
	font-size: 13px;
}

a{
	color:#fff;
}

#wrap{
	width: 755px;
	margin: auto;
	background: #000;
}

/*ヘッダー&あいさつ*/

#header{
	background: url("images/info/head.png") no-repeat;
	height:80px;
	position: relative;
}
h1{
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 10px;
}

#greeting,#thanks{
	background: #555;
	width: 620px;
	margin: 30px auto;
	padding: 20px;
}
#greeting h2{
	font-size: 18px;
	margin-bottom: 10px;
}
#greeting p{
}

h3{
	background: #555;
	padding: 10px 20px;
	border-left: 5px solid #fff;
}

/*目次*/

#contents_list{

}
#contents_list ul{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	width: 700px;
	margin: 20px auto;
}
#contents_list li{

}
#contents_list li a{
	display: block;
	width: 130px;
	height: 42px;
	padding: 18px 0 0;
	text-decoration: none;
	text-align: center;
	color: #000;
	background: url(images/li_bg.png);
}
#contents_list li a:hover{
	background: url(images/li_bg.png) bottom left;
	color: #ff589b;
}

/*メリット*/

#merit{

}
#merit p{
	width: 660px;
	margin: 30px auto;
}
#merit b{
	color: #ff589b;
}

/*その他リスト*/

.item{
	width: 660px;
	margin: 30px auto;
	padding-bottom: 10px;
	background: #fff;
	overflow: hidden;
}
.item h4{
	background: #ff589b;
	color: #000;
	font-size: 14px;
	padding: 5px 10px;
}
.item p{
	width: 600px;
	color: #000;
	margin: 20px auto 10px;
}
.item ul{
	width: 600px;
	color: #000;
	margin: 20px auto 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
}
.item li{
	width: 595px;
	margin-bottom: 15px;
}
ul.half li{
	width: 280px;
	margin-bottom: 15px;
}
ul.third li{
	width: 190px;
	margin-bottom: 15px;
}
.item b{
	text-align: center;
	color: #ff589b;
}

h5{
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
}

/*フッター*/

#footer{ 
	text-align: center;
	border-top: 5px solid #ff589b;
	padding: 25px 0;
}