﻿@charset "utf-8";

/*------------------------------------
 slider
------------------------------------*/

.slick-box2 .slide-arrow {
	width: 20px;
	height: auto;
}

.slick-box2 .prev-arrow {
	position: absolute;
	top: -30px;
	bottom: 0;
	margin: auto;
	left: -3%;
	z-index: 9999;
}

.slick-box2 .next-arrow {
	position: absolute;
	top: -30px;
	bottom: 0;
	margin: auto;
	right: -3%;
	z-index: 9999;
}

ul.slick-box2 {
   width:970px;
   margin:0 auto 30px;
}

ul.slick-box2 li {
   margin:0 10px 0 10px;
}

ul.slick-box2 li img {
   margin:0 0 6px 0;
}

.slick-dots li.slick-active button:before {
    color: #f27200!important;
    opacity: 0.75;
}


/*------------------------------------
 contents
------------------------------------*/

#contents {
	width:950px;
	margin:0 auto 40px;
	overflow:hidden;
}

a.more {
	max-width: 400px;
	font-size: 15px;
	background: #2a3144;
	padding: 8px;
	margin: 40px auto 40px;
	text-align: center;
	box-sizing: border-box;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

a.more:hover {
	background: #777;
   text-decoration: none;
}

/*------------------------------------
 news
------------------------------------*/

#news {
	width:448px;
	padding:10px;
	background-color: #fff;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
	position:relative;
	overflow:hidden;
}

#news ul {
	white-space:normal;
	overflow:hidden;
}

#news li {
	width:448px;
	padding-bottom:10px;
	border-bottom:1px #c3c3c3 dotted;
	margin-bottom:10px;
	overflow:hidden;
}

#news li img {
   width:auto;
   height: auto;
   max-width: 100px;
   max-height: 100px;
	margin-right:10px;
	float:left;
}

#news li h3 {
	margin-bottom:5px;
}

#news li p {
	line-height:140%;
}

#news .more {
	text-align:right;
}


/*------------------------------------
 banner
------------------------------------*/

#banner {
	width:460px;
	margin-bottom:10px;
	float:right;
}

#banner img {
	margin-bottom:10px;
}

#banner .left {
	float:left;
}

#banner .right {
	float:right;
}


/*------------------------------------
 brand
------------------------------------*/

ul.brand {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 0 0 50px 0;
}

ul.brand li {
	width: 23%;
	margin-bottom:20px;
   text-align: center;
}

ul.brand::after,
ul.brand::before {
   content: "";
   display: block;
   width: 23%;
   height: 0;
}

ul.brand::before {
   order: 1;
}

ul.brand img {
	border:1px #838383 solid;
	margin-bottom:5px;
	border-radius:5px;
	behavior: url("js/PIE.htc");
   box-sizing: border-box;
}

ul.brand p {
	font-size:10px;
	line-height:130%;
}


/*------------------------------------
 movie
------------------------------------*/

ul.movie {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 0 0 50px 0;
}

ul.movie li {
   width: 32%;
}

.douga {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.douga iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*------------------------------------
 blog
------------------------------------*/

#blog {
	width:948px;
	padding-top:10px;
	border:1px #aaaaaa solid;
	margin-bottom:30px;
	clear:both;
}

#blog h2 {
	width:934px;
	padding-bottom:5px;
	border-bottom:1px #998268 solid;
	margin:0 7px 15px;
}

#blog ul {
	margin-left:19px;
	overflow:hidden;
}

#blog li {
	width:46%;
	padding-right:30px;
	margin-bottom:25px;
	float:left;
}

#blog li h3 {
	font-weight:bold;
	margin-bottom:10px;
}

#blog li p {
	padding-left:10px;
}

#blog .blog-img {
	margin-right:20px;
	float:left;
}

#blog .date {
	margin-bottom:5px;
}

#blog .date span {
	margin-left:15px;
	color:#ff0000;
}

#blog .title {
	margin-bottom:5px;
	font-weight:bold;
}