* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
  text-decoration: none;
}
.c-both {
	clear:both;
}
/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	padding: 0;
	margin: 0;
	background-image: url(image/index2.jpg);
	font-size: 11px;
}

#wrapper {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(image/index.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	margin: 0px;
	padding: 0px;
	background-image: url(image/top-bar4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contents {
	float: right;
	width: 510px;
	margin-top: 20px;
}

#left-container {
	float: left;
	width: 715px;
	padding-right: 0px;
	padding-left: 12px;
}

#left-sidebar {
	float: left;
	width: 190px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 150%;
}

#right-sidebar {
	float: right;
	width: 163px;
	margin-top: 20px;
	margin-right: 12px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}

#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	background-image: url(image/top-footer.jpg);
	height: 65px;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	text-align: center;
}
/* -- 見出しレベル1 -- */
h1 {
	font-size: 14px;
	color: #666666;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
h2 {
	font-size: 14px;
	color: #CC3300;
	background-image: url(bar/001.png);
	height: 22px;
	padding-top: 5px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 120%;
	width: 150px;
	display: block;
	text-align: left;
}

.logo a {
  text-decoration: none;
  color: #FFFFFF;
}

.logo a:hover {
  text-decoration: none;
  color: #CCCCCC;
}

/* -- 概要 -- */
.description {
	font-size: 13px;
	padding-bottom: 15px;
}

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}
.box1 {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.box2 {
	background-color: #FFF9DF;
	font-size: 13px;
	line-height: 110%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 8px;
}
.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}