﻿@charset "utf-8";

@media screen and (min-width: 751px), print {
/** -------------------------------------------------------
 ** 01. index
 ** ------------------------------------------------------- */
/* slick
----------------------------------------------------*/
.slick-slide img {
	width: 100%;
}
/* Slider */
.slick-loading .slick-list {
	background: #fff url(../common/img/slick/ajax-loader.gif) center center no-repeat;
}
/* Dots */
.slick-dotted.slick-slider {
}
.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 2px;
	content: '';
	text-align: center;
	background: #bbb;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slick-dots li.slick-active button:before {
	background: #0aa547;
}
/* refineslide
----------------------------------------------------*/
.rs-thumb-wrap {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rs-thumb-wrap > a {
	width: 40px !important;
	height: 40px !important;
	padding: 5px;
	position: relative;
	float: none;
	display: inline-block;
	margin: 0 5px !important;
}
.rs-thumb-wrap > a:before {
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 2px;
	content: '';
	text-align: center;
	background: #bbb;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.rs-thumb-wrap > a.active:before {
	background: #0aa547;
}
.rs-thumb-wrap > a > img {
	display: none !important;
}
/* menu
----------------------------------------------------*/
.menu:after {
	content: "";
	clear: both;
	display: block;
}
.menu li {
	float: left;
	width: 400px;
}
.menu li a {
	display: block;
	position: relative;
}
#main .menu li a:hover {
	opacity: 1;
}
.menu li a > span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	position: absolute;
	bottom: 15px;
	left: 0;
}
.menu li:nth-of-type(1) a > span,
.menu li:nth-of-type(3) a > span {
	color: #fff;
}
.menu li a > span strong {
	display: block;
	font-size: 1.8rem;
}
.menu li a > div {
	display: table;
	width: 100%;
	background: #222;
	color: #aaa;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
.menu li a:hover > div {
	opacity: 1;
}
.menu li a > div div {
	display: table-cell;
	height: 300px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2;
}
.menu li a > div .menuTtl {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.5;
}
.menu li a > div .menuBtn {
	display: block;
	margin: 25px 0 0;
}
.menu li a > div .menuBtn span {
	font-size: 1.2rem;
	width: 142px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #bbb;
	border-radius: 20px;
	display: inline-block;
}
.menu li img {
	width: 100%;
}
/* menu-4c
----------------------------------------------------*/
.menu-4c:after {
	content: "";
	clear: both;
	display: block;
}
.menu-4c li {
	float: left;
	width: 300px;
}
.menu-4c li a {
	display: block;
	position: relative;
}
#main .menu-4c li a:hover {
	opacity: 1;
}
.menu-4c li a > span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	position: absolute;
	bottom: 15px;
	left: 0;
}
.menu-4c li:nth-of-type(1) a > span,
.menu-4c li:nth-of-type(3) a > span {
	color: #fff;
}
.menu-4c li a > span strong {
	display: block;
	font-size: 1.8rem;
}
.menu-4c li a > div {
	display: table;
	width: 100%;
	background: #222;
	color: #aaa;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
.menu-4c li a:hover > div {
	opacity: 1;
}
.menu-4c li a > div div {
	display: table-cell;
	height: 225px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2;
}
.menu-4c li a > div .menu-4cTtl {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.5;
}
.menu-4c li a > div .menu-4cBtn {
	display: block;
	margin: 25px 0 0;
}
.menu-4c li a > div .menu-4cBtn span {
	font-size: 1.2rem;
	width: 142px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #bbb;
	border-radius: 20px;
	display: inline-block;
}
.menu-4c li img {
	width: 100%;
}
/* news
----------------------------------------------------*/
.news {
	padding: 40px 0 26px;
}
.news h2 {
	text-align: center;
	font-size: 2.2rem;
	margin: 0 0 20px;
}
.news ul {
	width: 600px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}
.news li {
	border-top: 1px solid #eee;
	display: table;
	width: 100%;
	position: relative;
}
.news li > span {
	display: table-cell;
	height: 39px;
	padding: 5px 15px 5px 16em;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 1.2rem;
	text-decoration: none;
	background: url(../common/img/ico_arrow01_r.png) no-repeat right center;
}
.news li > span {
	background: none;
}
.news li  span  a {
    color: #0aa547;
}
.news li  span  a:hover {
	text-decoration:underline
}
.news li div {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.8em;
}
.news li time {
    font-size: 1.2rem;
    display: inline-block;
    width: 9em;
}
.news li .cat {
	font-size: 1.1rem;
	font-weight: bold;
	color: #0aa547;
	margin: 0 0 0 6px;
	text-align: center;
	width: 7em;
	display: inline-block;
}
.news p {
	width: 142px;
	margin: 30px auto 0;
	display: table;
}
.news p a {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: #555;
	font-size: 1.2rem;
}
}
