@charset "utf-8";

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width:100%;
}
#contents {
	width:850px;
	margin:0 auto;
	background:url(../img/back.png) 50% 20px no-repeat;
	background-attachment: fixed;
}
#maincolumn {
	margin-bottom:100px;
}

/* ヘッダー */
#header {
	padding:30px 0 50px;
}
	#header img {
		width:200px;
	}

/* フッター */
#footer {
	font-size:85%;
	line-height: 1.8;
}
	#footer #copy {
		margin-top:50px;
		font-size:12px;
		text-align:center;
	}
	#footer ul {
		display: flex;
		margin-bottom:1.5em;
	}
	#footer li {
		margin:0 15px 0.5em 0;
	}
	#footer dl {
		display: flex;
		flex-wrap: wrap;
		margin-bottom:1.5em;
	}
	#footer dt {
		width:100%;
		font-weight:bold;
		margin-bottom:0.5em;
	}
	#footer dd {
		margin:0 15px 0.5em 0;
	}



h1 {
	font-weight:bold;
	font-size:150%;
	line-height: 1.8;
	text-align:center;
	margin-bottom:2em;
}
p {
	line-height: 1.8;
	margin-bottom: 1.5em;
}

.link a {
	padding-left:23px;
	background: url(../img/mark_active.png) 0 4px no-repeat;
}



a {
	text-decoration:none;
	color:#b94f84;
}
a:hover {
	text-decoration:underline;
}
.important {
	color:#e00025;
	font-weight:bold;
}
#banner {
	margin-top:;
	text-align:center;
}
.section {
	margin-bottom: 3em;
}



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

	#contents {
		width:94%;
		margin:0 3%;
		background-size:70%;
	}
	#banner img {
		width:100%;
	}







}







