@charset "utf-8";
@font-face {
    font-family: 'YuGothicM';
    src: local(Yu Gothic Medium);
}
body{
	background-color:#FFFDE7;
	color:#000000;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, 'YuGothicM', 'Yu Gothic', "メイリオ", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}
a:link {
        color:#000099;
        text-decoration:none}
a:visited {
        color: #990099;
        text-decoration:none}
a:hover {
	color: #FF3300;
	text-decoration:none;
	background-color: #FFFFCC;
}
a:active {
	color:#FF3300;
	text-decoration:none;
	background-color: #FFFFCC;
}
.xxsmall {
        font-size:xx-small;
        line-height:1.2em
}
.xsmall {
        font-size:0.7rem;
        line-height:1.3em
}
.small {
	font-size: small;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
.small-white {
	font-size: small;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-size: medium;
	letter-spacing: 0.2em;
	line-height: 1.4em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #A41C1B;
	font-weight: bold;
}
.blue {
	color: #0066CC;
	font-weight: bold;
}
.green {
	color: #666600;
	font-weight: bold;
}
.orange {
	color: #C1623E;
	font-weight: bold;
}
.purple {
	color: #993366;
	font-weight: bold;
}
.mediumpurple {
	color: #666699;
	font-weight: bold;
}
.salmon {
	color: #FF6666;
	font-weight: bold;
}
.bold, .red, .blue, .green, .orange, .purple, .mediumpurple, .salmon {
	letter-spacing: 0.1em;
}
hr {
	color: #000000;
}
#newsArea {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 80%;
	overflow: auto;
	height: 80px;
}
#newsArea ul {
	color: #333;
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;
}
#newsArea li {
	border-bottom: solid #CCC 1px;
	margin: 5px auto;
	padding: 0 0 0 15px;
	background: url(../images/p_point02.gif) no-repeat top left;
}
iframe{
	border:none;
}
.slider {
    width: 700px;
}
.slick-prev, .slick-next {
    top: 107%;
    width: 40px;
    height: 40px;
    z-index: 1;
}
.slick-prev {
    left: 35%;
}
.slick-next {
    right: 35%;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;
}