@charset "utf-8";
@import url(reset.css);
@import url(common.css);


/*-------------------------------------------------------------------
	body, #wrap
-------------------------------------------------------------------*/
body .sbox-cen,
body h1.seotext {
	margin: 0 auto;
	color: #b4b4b4;
	font-weight: normal;
	text-align: center;
	line-height: 1.7;
	background: #fff;
	font-size: 1rem;
}
body {
	min-width: 1300px;
	background: #FFF;
	color: #333333;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/* base */
* {
	word-break: break-all;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	background: #fff;
	position: relative;
	overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.8;
}
.richtext {
	overflow: hidden;
}
.tel {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.0;
}
.tel span {
	display: inline-block;
	margin-left: 5px;
}
.tel a {
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}
#content .section {
    margin-bottom: 95px;
}
ul.banner li:hover {
	opacity: 0.8;
}
ul.banner li a {
	text-align: left;
	padding: 2px 0 2px 2px;
	display: block;
}
ul.banner li.b_cat01{
	background: url(../image/s_banner02.svg)left top no-repeat;
}
ul.banner li.b_cat02{
	background: url(../image/s_banner03.svg)left top no-repeat;
}
ul.banner li.b_cat03{
	background: url(../image/s_banner04.svg)left top no-repeat;
}
ul.banner li.b_cat04{
	background: url(../image/s_banner05.svg)left top no-repeat;
}
ul.banner li.b_cat05{
	background: url(../image/s_banner06.svg)left top no-repeat;
}
ul.banner li.b_cat06{
	background: url(../image/s_banner07.svg)left top no-repeat;
}
/*ul.banner li{
	position: relative;
}
ul.banner li.b_cat01::before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 56px;
	width: 56px;
	background: url(../image/s_banner02.jpg)left top no-repeat;
}
ul.banner li.b_cat02::before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 56px;
	width: 56px;
	background: url(../image/s_banner03.jpg)left top no-repeat;
}
ul.banner li.b_cat03::before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 56px;
	width: 56px;
	background: url(../image/s_banner04.jpg)left top no-repeat;
}
ul.banner li.b_cat04::before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 56px;
	width: 56px;
	background: url(../image/s_banner05.jpg)left top no-repeat;
}
ul.banner li.b_cat05::before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 56px;
	width: 56px;
	background: url(../image/s_banner06.jpg)left top no-repeat;
}
ul.banner li.b_cat06::before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 56px;
	width: 56px;
	background: url(../image/s_banner07.jpg)left top no-repeat;
}*/
@media screen and (max-width: 768px){
    .seotext {
        padding-bottom: 0;
        font-size: 1.0rem;
    }

    .seotext span {
        display: none;
    }

    div.sbox-cen h1.stext {
        font-weight: normal;
    }

    div.sbox-cen p.summary {
        display: none;
    }
#content .section {
	margin-bottom: 70px;
}
}
/*-------------------------------------------------------------------
	#header
-------------------------------------------------------------------*/
#header {
	background: #202b5d ;
}
#header .header {
	width: 1130px;
	padding: 6px 0px 5px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
}
#header .header .logo {
	float: left;
	line-height: 1.4;
	margin-top: 16px;
}
#header .header .logo a:hover {
	opacity: 0.8;
}
#header .header .info {
	float: right;
	width: 420px;
	overflow: hidden;
}
#header .header .info p {
	text-align: right;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 38px;
	font-size: 1rem;
}
#header .header .info ul {
	overflow: hidden;
	text-align: right;
	color: #090C35;
}
#header .header .info ul li.tel{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8em;
	line-height: 1.2;
}
#header .header .info ul li.tel span{
	font-size: 2em;
}
#header .header .info ul li+li{
	margin-top: 0px;
}

/*-------------------------------------------------------------------
	#mainimg
-------------------------------------------------------------------*/
#mainimg {
	text-align: center;
	background: #202b5d;
	position: relative;
}
#mainimg h2{
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 35px 15px 47px;
}
/*-------------------------------------------------------------------
	#nav
-------------------------------------------------------------------*/
#nav {
	background: #202b5d;
	width: 100%;
	overflow: hidden;
}
#nav ul {
	width: 1070px;
	margin: 0 auto;
}
#nav ul li {
	float: left;
}

#nav ul li a{
	position: relative;
	display: inline-block;
}
#nav ul li a:hover::after,
#nav ul li.on a::after{
	height: 1px;
	width: 100%;
	background: #FFF;
	position: absolute;
	bottom: 9px;
	left: 29px;
	right: 0;
	content: '';
}
#nav ul li:first-child a:hover::after,
#nav ul li.on:first-child a::after{
	left: 0px;
}
#nav ul li span {
	display: block;
}

/* .slide
-------------------------------------------- */
#nav ul li.slide {
	position: relative;
	z-index: 999;
}
#nav ul li.slide img {
	cursor: pointer;
}
#nav ul li.slide ul {
	width: 180px;
	margin: 0;
	display:  none;
	/* position: absolute; */
}
#nav ul li.slide ul li {
	float: none;
	text-align: center;
}
#nav ul li.slide ul li a {
	background: rgba(38, 66, 39, 0.5);
	color: #fff;
	padding: 12px 10px 10px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
	display: block;
}
#nav ul li.slide ul li.last a {
	border-bottom: none;
}
#nav ul li.slide ul li a:hover {
	background: rgba(38, 66, 39, 0.7);
}
#nav ul li.not ul {
	display: block;
}

/*-------------------------------------------------------------------
	#main
-------------------------------------------------------------------*/
#main {
	width: 1120px;
	padding: 70px 0 120px;
	margin: 0px auto 0px;
	overflow: hidden;
	z-index: 5;
}
#pagetop {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 25px;
    opacity: 0;
    transition: opacity .5s;
}
#pagetop.on {
    opacity: 1;
}
#pagetop.stop {
	position: absolute;
}
#rightbar {
  position: fixed;
  z-index: 100;
  bottom: 350px;
  right: 20px;
  -webkit-transform: translateX(calc(100% + 20px)) rotate(180deg);
  transform: translateX(calc(100% + 20px)) rotate(180deg);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

#rightbar.on {
  -webkit-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
}
#rightbar.stop {
	position: absolute;
}
/*-------------------------------------------------------------------
	#content
-------------------------------------------------------------------*/
#content {
	float: right;
	width: 850px;
}
#content h3 {
font-family: "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
	margin-bottom: 30px;
	letter-spacing: -1px;
	padding: 0px 0px 10px 0px;
	color: #333333;
	font-size: 2.8rem;
	border-bottom:1px dotted #8e8e8e;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}

#content h4{
font-family: "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
	border-left:6px solid #ab8e69;
	padding: 1px 10px 1px;
	margin: 0 0 20px;
	font-size: 1.428em;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
}
#content .nopost{
	margin-bottom: 30px;
}
section.news{
	overflow: hidden;
	padding: 14px 0 14px 0px;
	border-bottom: 1px dotted #dadada;
}
section.news .box{
	overflow: hidden;
}
#content section.news .image{
	max-width: 170px;
	width: 100%;
}
#content section.news .image a{
	border: none;
    padding-top: 100%;
}
#content section.news h4{
	color: #202b5d;
	font-size: 1.4rem;
	border-left: 0;
	padding: 0;
	margin-bottom: 0;
font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
section.news h4 a{
	font-weight: bold;
	text-decoration: none;
	color: #202b5d;
}
section.news h4 a:hover{
	text-decoration: underline;
}
.title-index{
	text-align: center;
	margin-bottom: 25px;
}
.title-index p{
	text-align: center;
}
.title-index .en{
	font-size: 2.57em;
	font-weight: bold;
	color: #198019;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
.title-index .jp{
	font-size: 1.142em;
	font-weight: bold;
	color: #333;
font-family: "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
}
.gallery02 {
	margin-bottom: 0;
	overflow: hidden;
}
.gallery02 .box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery02 .article {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 32%;
	margin: 0 2% 50px 0;
}
.gallery02 .article:nth-child(3n) {
	margin-right: 0;
}
#content .gallery02 h4,
#content .gallery02 h4 a {
	border: none;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #202B5D;
    padding: 0;
    margin: 0;
font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/* .panz
-------------------------------------------- */
#content .panz {
	margin-bottom: 68px;
	font-size: 0.85em;
	text-align: left;
	line-height: 1.2;
}
#content .panz li {
	display: inline-block;
	/display: inline;
	margin-right: 2px;
}
#content .panz li a{
	font-weight: bold;
	color: #202b5d;
	text-decoration: none;
}
#content .panz li a:hover{
	text-decoration: underline;
}
/* .imgleft, .imgright
-------------------------------------------- */
/*#content .imgleft,
#content .imgright {
	overflow: hidden;
	/zoom: 1;
}
#content .imgleft .image {
	float: left;
	margin-right: 30px;
	text-align: center;
}
#content .imgright .image {
	float: right;
	margin-left:30px;
}
#content .imgleft .image li,
#content .imgright .image li {
	margin-bottom: 20px;
}
#content .imgleft .image li.last,
#content .imgright .image li.last {
	margin-bottom: 0;
}*/
/* flex
-------------------------------------------- */
.imgleft,
.imgright {
	display: -webkit-flex;
	display: flex;
}
.imgleft .image,
.imgright .image {
/*	width: 37.5%;*/
	text-align: center;
}
.imgleft .image div + div,
.imgright .image div + div {
	margin-top: 10px;
}
.imgleft .image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: -1;
	order: -1;
	margin-right: 20px;
}

.imgright .image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: 1;
	order: 1;
	margin-left: 20px;
}
.square {
	width: 100%;
}
.square + .square {
	margin-top: 10px;
}
.square a,
.square span {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: none;
	padding-top: calc(100% - 4px);
	 border: 2px solid #EBEAE9;
	outline: none;
}
.square img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#content .gallery02 {
	max-width: 840px;
	margin: 0 auto;
}
#content .gallery02 .box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#content .gallery02 .article {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 31%;
	margin: 0 3.5% 30px 0;
}
#content .gallery02 .article:nth-child(3n) {
	margin-right: 0;
}
#content .gallery02 h4,
#content .gallery02 h4 a {
	border: none;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #202B5D;
    padding: 0;
    margin: 0;
font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
#content .gallery02 h4{
	margin-top: 10px;
}
#content .button{
	margin: 0 0 70px;
	margin: 30px 0 0;
	color: #333333;
	font-weight: bold;
	max-width: 123px;
	width: 100%;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
	serif, 'メイリオ', 'Meiryo', sans-serif;
	background: url('../image/icon_back.jpg') bottom left 10px no-repeat;
	font-size: 1.6rem;
	text-align: right;
}
#content .button a{
	text-decoration: none;
	display: block;
}
#content .button:hover{
	background: url('../image/icon_back.jpg') bottom left 0px no-repeat;
	opacity: 0.8;
}
@media screen and (max-width: 768px){
#content .gallery02 h4,
#content .gallery02 h4 a {
    font-size: 1.2rem;
}
}
/* float
-------------------------------------------- */
#content .floatleft {
	float: left;
}
#content .floatright {
	float: right;
}

/* .aside
-------------------------------------------- */
#content .aside {
	margin-bottom: 30px;
	overflow: hidden;
	/zoom: 1;
}
#content .aside dl {
	float: left;
	width: 310px;
	margin: 0 20px 0 0;
}
#content .aside dl.none {
	margin-right: 0;
}
#content .aside dl dt {
	margin-bottom: 5px;
}
#content .aside dl dd {
	font-size: 0.85em;
}
#content .aside li {
	float: left;
	margin: 0 20px 0 0;
}
#content .aside li.none {
	margin-right: 0;
}
#content .contact{
	margin-bottom:70px;
	text-align: center;
}
#content .contact01{
	margin-bottom:10px;
	text-align: center;
}
/* table
-------------------------------------------- */
#content table {
	width: 100%;
}
#content table th,
#content table td {
	border: 1px solid #dddad4;
	padding: 14px 19px 14px;
	vertical-align: top;
	font-size: 1.4rem;
}
#content table th {
	background:#f4f4f4;
	font-weight: normal;
	text-align: left;
	width: 280px;
}
#content table td p + p{
	margin-top: 30px;
}
#content table td p span{
	font-size: 1.2rem;
}
/* pagebute
-------------------------------------------- */
#content ul.page {
	clear: both;
	margin-top: 40px;
	text-align: right;
	font-size: 1.142em;
	line-height: 1.0;
	overflow: hidden;
}
#content ul.page li {
	margin: 0 5px;
	display: inline-block;
}
#content ul.page li a.link_page,
#content ul.page li span {
	background: #dcd0be;		/* color */
	border: 0px solid #7e934a;	/* color */
	width:30px;
	padding: 9px 0 6px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}
#content ul.page li .current_page,
#content ul.page li a:hover {
	background: #ab8e69;
	width: 30px;
	color: #fff;				/* color */
	text-decoration: none;
	text-align: center;
}
#content ul.page li a.link_next {
	margin-left: 1px;
	width: 40px;
	padding: 16px 0 14px;
}
#content ul.page li a.link_before {
	margin-right: 1px;
	width: 40px;
	padding: 16px 0 14px;
}
#content ul.page li a.link_next,
#content ul.page li a.link_before {
	background: #fff;		/* color */
	border: 0px solid #dedede;	/* color */
	width: 40px;
	padding: 16px 0 14px;
	font-weight: bold;
	color: #5B351A;				/* color */
	text-decoration: underline;
	display: inline-block;
	/display: inline;
	text-align: center;
	/zoom: 1;
}
#content ul.page li a.link_next:hover,
#content ul.page li a.link_before:hover {
	text-decoration: none;
}


/*-------------------------------------------------------------------
	#side
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 230px;
}
#side .nav{
	margin-bottom: 30px;
}
#side .nav li {
	text-align: center;
}
#side .nav li:first-child{
	margin-bottom: 20px;
}

#side .bg-catlist{
	margin-bottom: 45px;
}
#side .bg-catlist .catbar{
	text-align: center;
	margin-bottom: 0px;
}
#side .catlist {
}
#side .catlist li {
	font-size: 1.2rem;
	border-bottom: 0px dotted #666666;
	margin-bottom: 0;
	margin-bottom: 0px;
}
#side .catlist li a {
	display: block;
	padding: 14px 0 8px 0px;
	line-height: 1.4;
	color: #202B5D;
}
#side .catlist li a:hover{
	text-decoration: none;
	color: #198019;
}
#side .info {
	margin-bottom: 50px;
}
#side .infobar{
	background: none;
	margin-bottom: 18px;
	background: url("../image/s_icon.jpg") center bottom no-repeat;
	text-align: center;
	font-size: 1.6rem;
	color: #A98C69;
font-family: "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.625;
	padding-bottom: 5px;
}
#side .info dl {
	margin-bottom:16px;
	font-size: 1rem;
	line-height: 1.75;
	color: #000;
}
#side .info dl dt {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}
#side .info p {
	padding-right: 5px;
	margin-bottom: 10px;
	line-height: 1.4;
	text-align: left;
	padding: 7px 0;
}
#side .info ul.contact li {
	margin-bottom: 20px;
	position: relative;
	line-height: 1.4;
	z-index: 10;
}
#side .info ul.contact li:first-child{
	margin-bottom: 0px;
}
#side .info ul.contact li.time{
	z-index: 50;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 15px;
	color: #333;
	line-height: 1.6;
}
#side .info ul.contact .text{
	margin-bottom: 18px;
	line-height: 1.4;
}
#side .info ul.contact li.s-tel{
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #333333;
	margin-bottom: 12px;
	font-weight: 700;
}
#side .info ul.contact li.s-tel span{
	font-size: 1.8rem;
}
#side .info ul.contact li.s-mob{
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	margin-bottom: 3px;
	line-height: 1.2;
	color: #333333;
	font-weight: 700;
}
#side .info ul.contact li.s-mob span{
	font-size: 2.2rem;
}
#side .info ul.contact .mail {
	margin-bottom: 9px;
	background:url(../image/s_contact_bg.png)center center no-repeat;
}
#side .info ul.contact .mail a{
	border-radius: 30px;
	display: inline-block;
}
#side .info ul.contact .mail a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#side .banner{
	overflow: hidden;
	margin-bottom: 40px;
}
#side .banner li {
	margin-bottom: 20px;
}
#side .banner li.twitter {
	border: 1px solid #eee;
	border-radius: 5px;
}
#side .box-info{
	background: #F1F1F1;
	border-radius: 5px;
	padding: 20px;
	font-size: 1rem;
}
#side .box-info dl{
	text-align: center;
	margin-bottom: 16px;
	font-size: 1.2rem;
}
#side .box-info dl dt{
	font-weight: bold;
}
/*-------------------------------------------------------------------
	#footer
-------------------------------------------------------------------*/
.fnav ul {
	padding: 0px 0px 11px;
	margin: 0 auto;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.0;
	overflow: hidden;
}
.fnav ul li {
	padding: 0px 12px 0px 12px ;
	display: inline-block;
}
.fnav ul li.first{
	padding-right: 0;
}
.fnav ul li a{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.fnav ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer {
	background: #202b5d;
	color: #fff;
}
#footer .map {
	height: 250px;
	width: 100%;
}
#footer .footer {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px;
	text-align: center;
}
#footer .footer p {
	line-height: 1.4;
	font-size: 1rem;
}
#footer .text{
	color: #9fa4b7;
	padding-bottom: 16px;
	margin-top: 30px;
	text-align: center;
}
#footer .f-logo{
	margin-bottom: 11px;
}
#footer .text01{
	font-size: 1.2rem;
}
#footer .box-footer{
	padding: 40px 15px 25px;
	max-width: 100%;
	background: url("../image/f_bg.jpg");
	width: 100%;
	margin: 0 auto 20px;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#footer .box-footer .box{
	max-width: 666px;
	width: 100%;
	margin: 0 auto;
}
#footer .box-footer .box .f-contact{
	display: -webkit-flex;
	display: flex;
	padding: 25px;
	text-align: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#footer .box-footer .center{
	text-align: left;
	max-width: 305px;
}
#footer .box-footer .box .f-name{
	border-bottom:1px dotted #fff;
	font-size: 2.2rem;
font-family: "游ゴシック", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
}
#footer .f-logo{
padding-top: 50px;
}
#footer .box-footer .center .f-mob{
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
	line-height: 1.0;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 700;
}
#footer .box-footer .center .f-mob span{
	font-size: 3.4rem;
}
#footer .box-footer .center .f-tel{
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 1.0;
	color: #fff;
	font-weight: 700;
}
#footer .box-footer .center .f-tel span{
	font-size: 2.6rem;
}
#footer .box-footer .center .f-time {
	font-size: 1.2rem;
	line-height: 2;
}
#footer .box-footer .center .social{
	display: -webkit-flex;
	display: flex;
	margin-top: 15px;
}
#footer .box-footer .center .social li+li{
	margin-left: 20px;
}
#footer .box-footer .mail{
	margin-top: 31px;
}
#footer .box-footer .right ul li+li{
	margin-top: 20px;
}
#footer .copyright {
	text-align: center;
	background: #ffffff;
	color: #b4b4b4;
	padding: 7px 15px;
	font-size: 1rem;
}
.text-center{
	text-align: center;
}


/* colorbox
------------------------------*/
.colorbox a {
	outline: none;
}
#cboxWrapper {
	background: #FFF;
}
#cboxContent {
	margin: 20px;
	outline: 20px solid #FFF;
}
#cboxClose {
	position: absolute;
	top: -19px;
	right: -19px;
	z-index: 10;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
	outline: none;
	opacity: .8;
	transition: .3s;
}
#cboxClose::before,
#cboxClose::after {
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	transition: .3s;
}
#cboxClose::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose:hover {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
}
#cboxClose:hover::before {
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
}
#cboxClose:hover::after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}
#cboxPrevious,
#cboxNext {
	top: 50%;
	left: -19px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
	outline: none;
	opacity: .5;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	transition: .3s;
}
#cboxPrevious::after,
#cboxNext::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 0;
	height: 0;
	background: none;
	border-style: solid;
	border-width: 6px 9px 6px 0;
	border-color: transparent #000 transparent transparent;
	outline: none;
	opacity: .5;
	transition: .3s;
}
#cboxPrevious:hover,
#cboxNext:hover {
	background: #000;
	opacity: .8;
}
#cboxPrevious:hover::after,
#cboxNext:hover::after {
	border-color: transparent #FFF transparent transparent;
	opacity: .8;
}
#cboxNext {
	left: auto;
	right: -19px;
}
#cboxNext::after {
	left: auto;
	right: 4px;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000;
}
#cboxNext:hover::after {
	border-color: transparent transparent transparent #FFF;
}

/* datepicker
------------------------------*/
.ui-datepicker th {
	width: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	cursor: pointer;
}

#ui-datepicker-div {
	font-size: 1.4rem;
}
.pattern {
	position: fixed;
	top: 425px;
	left: -5px;
}
.pattern li {
	width: 100px;
	margin-bottom: 10px;
}
.pattern li a {
	display: inline-block;
	background: #CCC;
	padding: 5px 10px 3px 15px;
	font-weight: normal;
	color: #FFF;
	transition: background .3s, -webkit-transform .3s;
	transition: background .3s, transform .3s;
	transition: background .3s, transform .3s, -webkit-transform .3s;
}
.pattern li a:hover,
.pattern li.on a {
	background: #999;
	text-decoration: none;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.wink a:hover {
	-webkit-animation-name: wink;
	animation-name: wink;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

.wink img {
	opacity: 1 !important;
}

@-webkit-keyframes wink {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}

@keyframes wink {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}