@charset "UTF-8";

body {
	background-color: #d9e7d1;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0.9em;
	line-height: 1.7em;
	color: #423936;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-family: 'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, verdana, arial, clean, sans-serif;
}
header, footer, article, section, figure, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, iframe {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a img {
	border: none;
}
.sm {
	font-size: x-small;
}
.wrap_w {
	background-color: #fff;
	padding: 30px;
	box-shadow: 1px 1px 1px #ccc;
	margin: 15px 0 40px 0;
}
.min{
	font-family:Times,"Hiragino Mincho ProN", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:normal;
	}
#wp_all{
	margin:0 auto;
	width:880px;}
#wp_body{
	clear:both;
	background-color:#e8e3d7;
	border:solid 1px #acb7a6;
	}

	.slick-dots li{
		display: inline-block;
		width: 22px;
		height: 22px;
		background: url(../js/themes/bullets.png) no-repeat;
		text-indent: -9999px;
		border: 0;
		cursor: pointer;
		margin: 0 2px;
	}
	.slick-dots li.slick-active{
	    background-position: 0 -22px;
	}

	.slick-slider .slick-list{
		max-width: 708px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 10px;
		-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
		-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
		box-shadow: 0px 1px 5px 0px #4a4a4a;
	}
	.slick-dots{
		margin-top:20px;
	}