﻿@charset "utf-8";

/* mainArea */
#mainArea {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#mainBox {
	width: 100%;
}
#mainBox img{
	width: 100%;
}
@media screen and (max-width: 639px) {
	#mainBox {
		width: 100%;
	}
}
#mainBox .imgL{
}
#mainBox .imgS{
	width: 60%;
	margin: 0 auto;
	padding: 26% 0;
}
@media screen and (max-width: 840px) {
	.imgL { display: none; }
	.imgS { display: block; }
}
@media screen and (max-width: 639px) {
	#mainBox .imgS{
		width: 76%;
		padding: 22% 0;
	}
}
#mainBox img{
	width: 100%;
}

/* ------ container ------ */
#container {
	position: relative;
	z-index: 1;
}
#topCover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#topCover img{
	width: 100%;
}

/* articleArea */
#articleArea {
	padding: 60px 0 0;
}
/* articleTit */
#articleTit {
	position:relative;
	width: 50%;
	margin: 0 auto;
	padding-bottom: 2%;
}
@media screen and (max-width: 840px) {
	#articleTit {
		width: 60%;
	}
}
@media screen and (max-width: 639px) {
	#articleArea .tit01 {
		padding: 2% 0 10%;
	}
	#articleTit {
		width: 84%;
		padding-bottom: 16%;
	}
}
#articleTit img{
	width: 100%;
}
#articleTit h1{
	width: 40%;
	padding-bottom: 3%;
}
@media screen and (max-width: 840px) {
	#articleTit h1{
		width: 60%;
		padding-bottom: 10px;
	}
}
/* articleTxt */
#articleTxt {
	position:relative;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 2%;
}
@media screen and (max-width: 840px) {
	#articleTxt {
		width: 84%;
		padding-bottom: 16%;
	}
}
#articleTxt img{
	width: 100%;
}
#articleTxt .spTxt{
	margin-top: 3%;
	padding: 5%;
	background: url(/images/common/conBg.png) repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#articleTxt .spTxt p{
	font-size: 120%;
	line-height: 160%;
	padding-bottom: 12px;
}
#articleTxt .spTxt p span{
	font-weight: bold;
}
#articleTxt .spTxt h3{
	font-size: 140%;
	font-weight: bold;
	border: #000 solid 2px;
	margin-bottom: 16px;
	line-height: 180%;
	padding: 0 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff;
}
@media screen and (max-width: 639px) {
	#articleTxt .spTxt p{
		font-size: 90%;
	}
	#articleTxt .spTxt h3{
		font-size: 100%;
	}
}
#articleTxt .spTxt .kakomi{
}
#articleTxt .spTxt .kakomi p{
	padding-bottom: 0;
}
#articleTxt .spTxt .kakomi p a{
	display: block;
	background-color: #2cc8c2;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 15px;
	color: #fff;
	margin-bottom: 16px;
}
#articleTxt .spTxt .kakomi p a:hover{
	display: block;
	background-color: #258985;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/*---------------------------------------------
	sliderBox
  ---------------------------------------------*/
#sliderArea {
	padding-bottom: 20px;
}
#sliderBox {
	position: relative;
	width: 89%;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	#sliderBox {
		width: 100%;
		margin: 0;
	}
}
#mainSlide {
	margin: 0 auto;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn {
    background-color: #f3f3f3;
    border: 0 solid #cccccc;
    border-radius: 3px;
    color: #3fbf79;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
}
/* Owl Carousel */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
/* Carousel Owl Demo Theme */
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #5dc0da;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.item{
	text-align: center;
}
.item img {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
@media screen and (max-width: 639px) {
	.item img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
.item p {
	font-size: 80%;
	padding: 10px 10px 0 10px;
}
.owl-item div{
  padding: 5px;
}
@media screen and (max-width: 639px) {
	.owl-item div{
	  padding: 0;
	}
}

/* nextprev */
.owl-pagination {
	height: 30px;
	width: 70%;
	margin: 0 auto;
}
.nextprev a {
	display:block;
    background-color: #2cc8c2;
	width: 30px;
	height: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 80%;
    line-height: 30px;
    text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.nextprev a:hover {
    background-color: #777;
    color: #fff;
}
.btnPrev {
	position:absolute;
	bottom: 0;
	left: 0;
}
.btnNext {
	position:absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 639px) {
	.btnPrev {
		left: 10px;
	}
	.btnNext {
		right: 10px;
	}
}



