@charset "Shift-JIS";

/* -------------------------------------------------------- CSS Information
Lust up date:   2010.10.29
Style Info:
------------------------------------------------------------------------ */

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------news*/
/*Table*/
table#information {
	width: 100%;
	margin: 15px auto;
	border-bottom: 1px dotted #ccc;
}
table#information th, table#information td {
	padding: 10px 20px;
	border-top: 1px dotted #ccc;
	text-align: left;
	font-size:16px;
}
table#information th {
	width:20%;
}
dl#divide {
  width:100%;
  margin:0;
  padding:0;
  display: inline-block;
}
dl#divide::after {
  clear:both;
  content:"";
  display: block;
}
dl#divide dt {
  float: left;
	width:40%;
}
dl#divide dd {
  float: right;
	width:60%;
}
iframe{
	width:100%;
	height:300px;
	border:0;
}

ul.slick-slider{
	margin-bottom:20px;
}
ul.slick-slider li img{
	width:100%;
}
.content_area{
  max-width: 700px;
  padding: 0 40px;
  margin: 0 auto;
}

.slick-item p {
  font-size: 18px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
}

@media screen and (max-width:560px){
  .content_area{
    padding: 0 30px;
  }
  .slick-item p {
    font-size: 15px;
    line-height: 100px;
    margin: 5px;
    padding: 1.5%;
  }
}
/*titles*/
/*.pagetitle {
	margin: 20px 0px 0px 80px;
}
.titleimg {
	padding: 30px 0px;
	text-align: left;
}*/
