@charset "utf-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "utf-8";


/*
Theme Name: mrp
Version: 1.2.3
 */

/* Patterns from Subtle Patterns: subtlepatterns.com */

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	backface-visibility: hidden; /*Choromeで画像ホバー時のちらつきを防ぐ*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
figure{
	margin: 0;
}
figure img{
	padding: 0!important;
	border: 0 !important;
}
body {
	font: 90%/1.5 "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #252525;
	-webkit-text-size-adjust: none;
	overflow-x:hidden;/*3.02*/
}
/*------------------------------------------------------------
初期：リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #777;
}
a:hover, a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #999;
}
/*------------------------------------------------------------
初期：画像
------------------------------------------------------------*/
a img {
	/*transition使用*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after {
	content: "";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post {
	zoom: 1;
}
/*------------------------------------------------------------
初期：フォーム設定
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #555;
	background: #fcfcfc;
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
}
textarea {
	height: auto;
	line-height: 1.5;
	resize: vertical;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 3px 10px;
	background: #2a588b;
	background: -moz-linear-gradient(top, #2a588b 0%, #324B68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a588b), color-stop(100%, #324B68));
	background: -webkit-linear-gradient(top, #2a588b 0%, #324B68 100%);
	background: -o-linear-gradient(top, #2a588b 0%, #324B68 100%);
	background: -ms-linear-gradient(top, #2a588b 0%, #324B68 100%);
	background: linear-gradient(to bottom, #2a588b 0%, #324B68 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a588b', endColorstr='#324B68', GradientType=0 );
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1.5;
	font-size: 100%;
	color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #2a588b;
	background: -moz-linear-gradient(top, #324B68 0%, #2a588b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #324B68), color-stop(100%, #2a588b));
	background: -webkit-linear-gradient(top, #324B68 0%, #2a588b 100%);
	background: -o-linear-gradient(top, #324B68 0%, #2a588b 100%);
	background: -ms-linear-gradient(top, #324B68 0%, #2a588b 100%);
	background: linear-gradient(to bottom, #324B68 0%, #2a588b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324B68', endColorstr='#2a588b', GradientType=0 );
}
*:first-child+html input[type="submit"] {
	padding: 3px;
}
/*------------------------------------------------------------
初期：レイアウト設定
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 960px;
}
.page-template-page-nosidebar #wrapper, .page-template-page-nosidebar #content, .page-template-page-nosidebar .post, .page-template-page-nosidebar-fullthumb #wrapper, .page-template-page-nosidebar-fullthumb #content, .page-template-page-nosidebar-fullthumb .post, .page-template-page-nosidebar-fullwidth #wrapper, .page-template-page-nosidebar-fullwidth #content, .page-template-page-nosidebar-fullwidth .post, .page-template-page-nosidebarnb #wrapper, .page-template-page-nosidebarnb #content, .page-template-page-nosidebarnb .post, .page-template-page-nosidechild2b #wrapper, .page-template-page-nosidechild2b #content, .page-template-page-nosidechild2b .post, .page-template-page-nschild2bnb #wrapper, .page-template-page-nschild2bnb #content, .page-template-page-nschild2bnb .post{
	overflow: visible;/*3.02*/
}
#header .inner {
	margin: 0 auto;
	width: 960px;
}
.bg .inner {
	margin: 0 auto;
	width: 960px;
}
#mainNav .inner {
	margin: 0 auto;
	width: 960px;
}
#footer .inner {
	margin: 0 auto;
	width: 960px;
}
#content {
	float: right;
	width: 710px;
	padding: 20px 0;
	line-height: 1.6em;
}
.home #content {
	padding: 10px 0;
}
#content.wide {
	width: 100%;
	float:none;
}
#sidebar {
	float: left;
	width: 225px;
	padding: 20px 0;
	font-size: 93%;
}
.home #sidebar {
	padding: 10px 0;
}
#footer {
	clear: both;
	border-bottom: 1px solid #5d5d5d;
}
body.right-sidebar #wrapper #sidebar {
	float: right;
}
body.right-sidebar #wrapper #content {
	float: left;
}
/* IE7ドキュメントモードhuck
----------------------------------*/
.gallery {
	*zoom: 97%;
}
.png {
	*zoom: 1;
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header {
	overflow: hidden;
}
#header .bg {
	background: #2a588b;
}
/* サイト説明文 + 住所
----------------------------------*/
#header h1 {
	float: left;
	padding: 3px 0;
	color: #fff;
	font-size: 70%;
	font-weight: normal;
}
#header p {
	font-size: 93%;
	float: right;
}
#header .description {
	float: left;
	color: #FFFFFF;
	padding: 3px 0;
	font-size: 70%;
}
/* headerレイアウト
----------------------------------*/
#header-layout {
	padding: 20px 0;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo {
	clear: both;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
#header .logo img {
	max-height: 70px;
}
body.headlogo-nonfix #header .logo img {
	max-height: inherit;
}
#header h2 {
	clear: both;
	float: left;
	padding: 30px 0;
	color: #515151;
	font-size: 160%;
	font-weight: bold;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 0;
	text-align: center;
	z-index: 0;
}
#thumbImg {
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
}
#thumbImg img {
	width: 100%;
	height: auto;
}
/* headerコンタクト
----------------------------------*/
#header .contact {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#header .contact .float {
	float: right;
}
#header .contact .tel {
	font-size: 230%;
	color: #000000;
	display: inline-block;
	vertical-align: top;
	margin-bottom: -3px;
	font-family: 'Oswald', Helvetica, sans-serif;
}
#header .contact .tel span {
	font-size: 80%;
}
#header .contact .tel a {
	color: #000000;
}
#header .add {
	background: none;
	color: #324B68;
	padding: 0;
	clear: both;
	float: none;
}
#header .contact .tel img {
	padding:0 5px 5px 0;
	vertical-align:middle;
}
#header .contact .mail {
	display: inline-block;
	margin-left: 15px;
}
/*------------------------------------------------------------
タイポグラフィー
------------------------------------------------------------*/
h1.title , .post h1 ,
h2.title , .post h2 ,
h3.title , .post h3 ,
h4.title , .post h4 {
	line-height:1;
}

h1.title {
	clear: both;
	margin: 30px 0 0;
	padding: 7px 10px;
	color: #ffffff;
	font-size: 110%;
	background: #2a588b;
}
h1.first {
	margin-top: 0;
}
h2.title {
	clear: both;
	margin: 30px 0 20px 0;
	padding: 7px 10px;
	border: 1px solid #dadada;
	border-bottom: 3px solid #2A588B;
}
h2.first {
	margin-top: 0;
}
.dateLabel {
	text-align: right;
	font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/*3.02*/
.listTitle {
	position: relative;
}
.listTitle .frontlist {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}
.listTitle .frontlist a {
	color: #fff;
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/arrow.png) no-repeat 0 50%;
	padding-left: 10px;
}
.listTitle .frontlist a:hover {
	color: #327cab;
}
/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
.post {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #dadada;
	clear: both;
}
.post p {
	padding-bottom: 15px;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul#sitemap_list li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: none;
	border-bottom: none;
}
#sitemap_list {
	background: none!important;
}
.post ol {
	margin: 0 0 10px 30px;
}
.post ol li {
	list-style: decimal;
}
/* コンテンツ内見出し
----------------------------------*/
.post h1 {
	clear: both;
	font-size: 110%;
	margin: 5px 0 5px 0;
	padding: 7px 10px;
	border: 1px solid #dadada;
	border-bottom: 3px solid #2A588B;
	line-height:1;
}
.post h2 {
	clear: both;
	background-color: #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	font-size: 110%;
	margin-bottom: 15px;
	padding: 8px 5px 8px 10px;
	position: relative;
}
.post h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post h2:before {
	background: none repeat scroll 0 0 #2a588b;
	content: "";
	display: block;
	height: 17px;
	left: -1px;
	position: absolute;
	top: 9px;
	width: 5px;
}
.post h3 {
	clear: both;
	margin: 10px 0;
	border-bottom: 1px solid #324B68;
	border-left: 5px solid #324B68;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0 0 3px 8px;
}
.post h4 {
	clear: both;
	margin: 10px 0;
	border-bottom: 1px dashed #324B68;
	border-left: 4px solid #324B68;
	color: #324B68;
	font-size: 100%;
	font-weight: normal;
	padding: 0 0 3px 8px;
}
.post blockquote {
	background-color: #ddd;
	padding: 1em 1em 1em 3em;
	position: relative;
	margin-bottom: 15px;
}
.post blockquote:before {
	content: "“";
	font-size: 96px;
	line-height: 1em;
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}
.post blockquote p {
	padding: 5px 0;
}
/* 基本テーブル
------------------------------------------------------------*/
.post table {
	border: #dcdddd 1px solid;
	color: #333333;
	border-collapse: collapse;
	width: 100%;
	font-size: 93%;
	margin-bottom: 15px;
	box-sizing:border-box;
}
.post table th {
	border: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px;
}
.post table td {
	border: #dcdddd 1px solid;
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
/* 透明テーブル
------------------------------------------------------------*/
.post table.clear {
	background: none;
	border: none;
	border-collapse: collapse;
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
}
.post table.clear th,
.post table.clear td {
	vertical-align:top;
	border: none;
	background: none;
	text-align: left;
	padding: 0 5px;
}
/* レスポンシブ対応テーブル
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
	.post table.responsive {
		width: 100% !important;
	}
	.post table.responsive th, .post table.responsive td {
		width: 100% !important;
		box-sizing: border-box;
		display: block;
		height: auto;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	.post table.responsive tr:last-child td:last-child {
		border-bottom: none;
	}
	.post table.responsive th, .post table.responsive td {
		text-align: center;
	}
	.post table.responsive.clear th, .post table.responsive.clear td {
		text-align: left;
	}
}
/* ページナビ
----------------------------------*/
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}
.prev {
	float: left
}
.next {
	float: right;
}
#pageLinks {
	clear: both;
	color: #2a588b;
	text-align: center;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
.post img {
	max-width: 100%;
	height: auto;
	padding: 4px;
	border: 1px solid #cccccc;
}
/* IE8以下画像対応
------------------------------------------------------------*/
.post img {
	width: inherit\9;
	max-width: 100%\9;
	height: auto\9;
}
.post img.aligncenter {
	display: block;
	margin: 5px auto;
}
.post img.alignright {
	padding: 4px;
	margin: 0 0 15px 8px;
	display: inline;
}
.post img.alignleft {
	padding: 4px;
	margin: 0 8px 15px 0;
	display: inline;
}
/* imgにborder除外。<div class="noborder">で括る
------------------------------------------------------------*/
.post .noborder img {
	border: none !important;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/*imgのclassに追加で適応*/
.post img.noborder {
	border: none !important;
}
.post img.nobackground {
	background: none !important;
}
/* imgエッセンス
------------------------------------------------------------*/
img.slanting {
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);/* chrome、safari　*/
	-moz-transform: rotate(2deg);/* firefox　*/
}
/* パンくずリスト
----------------------------------*/
#breadcrumb {
	background-color: #799DC5;
	clear: both;
	padding: 3px;
}
#breadcrumb ul {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-left: 1em;
}
#breadcrumb ul li {
	float: left;
	color: #fff;
	margin: 0 5px;
	font-size: 11px;
}
#breadcrumb ul li a {
	color: #fff;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------
サイドバー
------------------------------------------------------------*/
section.widget, .widgetInfo {
	margin: 0 0 20px;
	border: 1px solid #dadada;
	background-color: #fff;
}
section.widget ul, .widget_search, #calendar_wrap, .textwidget {
	padding: 10px;
}
section.widget_sp_image {
	background: none;
}
/*サイドバーにiframeを展開させたい場合----------------------*/
.textwidget iframe {
	width: 100%!important;
}
#banners img {
	max-width: 225px;
	height: auto;
	padding-bottom: 10px;
}
section.widget h2 {
	clear: both;
	margin: 0;
	padding: 7px 10px;
	font-size: 110%;
	font-weight: normal;
	background: #2a588b;
	color: #ffffff;
}
section.widget h3 {
	clear: both;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 110%;
	font-weight: normal;
	color: #ffffff;
	background: #2a588b;
}
section.widget li a {
	display: block;
	padding: 7px 0 7px 12px;
	border-bottom: 1px dashed #DCDCDC;
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/arrow.png) no-repeat 0 50%;
}
section.widget li:last-child a {
	border: 0;
}
section.widget a:hover {
	text-decoration: none;
	background-position: 3px 50%;
}
#searchform input[type="text"] {
	line-height: 1.7;
	height: 30px;
	width: 100px;
}
/* お知らせ　
-------------*/
.newsTitle {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 110%;
	padding: 7px 10px;
	background: #2a588b;
	color: #ffffff;
}
.newsTitle p a{
	color: #ffffff;
}
.newsTitle p a:hover{
	color: #327cab;
}
.newsTitle h2 {
	float: left;
	font-weight: normal;
}
.newsTitle h3 {
	float: left;
	font-weight: normal;
}
.newsTitle p {
	float: right;
	padding: 0 0 0 10px;
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/arrow.png) no-repeat 0 50%;
	font-size: 93%;
}
.news p {
	clear: both;
	padding-bottom: 2px;
	border-bottom: 1px dashed #DCDCDC;
	margin: 0 10px;
}
.news p:last-child {
	border: 0;
}
.news p a {
	display: block;
	padding: 5px 0;
	color: #333;
	font-size: 93%;
}
.news a span {
	color: #515151;
	font: normal 93% Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.news span {
	padding-left: 10px;
}
.news a:hover span {
	color: #777;
}
.widget_sp_image {
	border: none!important;
}
.widget_sp_image img {
	clear: both;
	margin-bottom: 15px;
}
.widget_search {
	clear: both;
}
.widget_text {
	clear: both;
}
.widget_recent_entries {
	clear: both;
}
.widget_nav_menu {
	clear: both;
}
.widget_mycategoryorder {
	clear: both;
}
/*
ウィジェットカレンダー
---------------------------------------------------- */
.widget_calendar {
	clear: both;
}
#wp-calendar {
	border-left: 1px solid #fff;
	background-color: #ffffff;
	empty-cells: show;
	width: 90%;
	margin: 0 auto;
}
#wp-calendar caption {
	text-align: center;
	width: 90%;
	font-weight: normal;
}
#wp-calendar th {
	border-left: #EDEDED 1px solid;
	border-bottom: #dcdddd 1px solid;
	border-right: #dcdddd 1px solid;
	background-color: #efefef;
	color: #330000;
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
}
#wp-calendar td {
	border-left: #EDEDED 1px solid;
	border-right: #dcdddd 1px solid;
	border-bottom: #dcdddd 1px solid;
	text-align: center;
	vertical-align: middle;
	height: 2em;
}
#wp-calendar tfoot td {
	border: none;
}
#wp-calendar td a {
	font-weight: bold;
	background-color: #ffeeee;
	height: 100%;
	padding-top: 0.2em;
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer ul {
	padding: 5px 0 2px 0;
	font-size: 93%;
}
#footer ul li {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	padding: 5px 0;
	margin-right: 60px;
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/arrow.png) no-repeat 0 12px;
}
#footer ul li a {
	display: block;
	padding: 0 0 0 12px;
	overflow: hidden;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li li {
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
	background-position: 0 5px;
}
*:first-child+html #footer ul li {
	display: inline;
}
*:first-child+html #footer ul ul, *:first-child+html #footer ul li li a, *:first-child+html #footer ul li li {
	display: none;
}
#copyright {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 75%;
	zoom: 1;
	color: #fff;
	background: #2a588b;
}
/*------------------------------------------------------------
TOPフロントページバナー指定（ex:c1＝1カラム）
------------------------------------------------------------*/

/* 最新記事リンク */
ul.thumb h3 {
	margin-top: 10px;
	padding: 1px;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	background: #fff;
	border: 1px solid #777;
}
ul.thumb h3 span {
	display: block;
	padding: 2px 3px;
	background: #2a588b;
}
ul.thumb h3 a {
	color: #fff;
}
ul.thumb h3:hover span {
	background: #324B68;
}
/*------------------------------------------------------------
TOPフロントページバナー指定/sidebar無の場合
------------------------------------------------------------*/

.wide .thumbWrap {
	width: 100%;
}
.wide ul.thumb li {
	float: left;
	width: 300px;
	margin: 0 0 25px;
	background: none;
}
.wide ul.thumb li img.wp-post-image {
	float: left;
	display: inline;
	padding: 0 5px 3px 0;
}
.wide .clm {
	padding: 0!important;
}
/* post内レスポンシブブロック指定
------------------------------------------------------------*/
.post .column2_50 {
	display: inline-block;
	margin: 5px 0;
	width: 49.5%;
	vertical-align: top;
}
.post .column2_50 img {
	max-width: 95.5%;
	vertical-align: bottom;
}
.post .column2_30 {
	display: inline-block;
				*display: inline;
				*zoom: 1;
				margin: 5px 0;
				width: 30%;
				vertical-align: top;
			}
			.post .column2_30 img {
				max-width: 95.5%;
				vertical-align: bottom;
			}
			.post .column2_70 {
				display: inline-block;
							*display: inline;
							*zoom: 1;
							margin: 5px 0;
							width: 69.1%;
							vertical-align: top;
						}
						.post .column2_60 {
							display: inline-block;
							margin: 5px 0;
							width: 58.9%;
							vertical-align: middle;
							box-sizing: border-box;
						}

						.post .column2_40 {
							display: inline-block;
							margin: 5px 0;
							width: 40%;
							vertical-align: middle;
							box-sizing: border-box;
						}
						.post .column3_33 {
							display: inline-block;
							margin: 5px 0;
							width: 32.8%;
							vertical-align: top;
						}
						.post .column3_33 img {
							max-width: 95.0%;
							vertical-align: bottom;
						}
						.post .column4_25 {
							display: inline-block;
							margin: 5px 0;
							width: 24.3%;
							vertical-align: top;
						}
						.post .column5_20 {
							display: inline-block;
							margin: 5px 0;
							width: 19.4%;
							vertical-align: top;
						}
						.post .column2_80 {
							display: inline-block;
							margin: 5px 0;
							width: 80%;
							vertical-align: middle;
						}

						.post .column2_20 {
							display: inline-block;
							margin: 5px 0;
							width: 19%;
							vertical-align: middle;
						}

						/*flexbox*/
						.post .container{
							display: flex;
							display: -webkit-flex;
							display: -moz-flex;
							display: -ms-flex;
							display: -o-flex;
						}
						.post .container-rwd{
							display: flex;
							display: -webkit-flex;
							display: -moz-flex;
							display: -ms-flex;
							display: -o-flex;
						}
						.post .container .column2_50,
						.post .container-rwd .column2_50{
							width: auto;
							margin: 0;
							width: 50%;
						}
						.post .container .column2_30,
						.post .container-rwd .column2_30{
							width: auto;
							width: 30%;
							margin: 0;
						}
						.post .container .column2_40,
						.post .container-rwd .column2_40{
							width: auto;
							width: 40%;
							margin: 0;
						}
						.post .container .column2_60,
						.post .container-rwd .column2_60{
							width: auto;
							width: 60%;
							margin: 0;
						}
						.post .container .column2_70,
						.post .container-rwd .column2_70{
							width: auto;
							width: 70%;
							margin: 0;
						}
						.post .container .column3_33,
						.post .container-rwd .column3_33{
							width: auto;
							margin: 0;
							width: 33.3333%;
						}
						.post .container .column4_25,
						.post .container-rwd .column4_25{
							width: auto;
							margin: 0;
							width: 25%;
						}
						.post .container .column5_20,
						.post .container-rwd .column5_20{
							width: auto;
							margin: 0;
							width: 20%;
						}

						/*boxにaを追加する場合*/
						.post .container a,
						.post .container-rwd a{
							display: block;
							width: 100%;
						}
						/*--------------------------------------
						flexboxのカスタマイズ
						--------------------------------------*/

/*full-wrapperの利用の際のアイテム*/
.innerContent{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#full-wrapper .post{
	padding: 0;
}
@media print, screen and (max-width: 1023px) {
	#full-wrapper #content.wide {
		width: 100%;
	}
	.innerContent{
		width: 96%;
		margin: 0 auto;
	}
}

/*flexを使いやすく*/
/*高さ*/
.container.top, .container-rwd.top{ align-items: flex-start; }
.container.middle, .container-rwd.middle{ align-items: center; }
.container.bottom, .container-rwd.bottom{ align-items: flex-end; }
/*幅*/
.container.center, .container-rwd.center{ text-align: center; }
.container.right, .container-rwd.right{ text-align: right; }
.container.left, .container-rwd.left{ text-align: left; }
/*改行*/
.container.wrap, .container-rwd.wrap{ flex-wrap: wrap; }
/*余白padding*/
.pa_1{padding:1%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box;}
.pa_2{padding:2%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box;}
.pa_3{padding:3%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box;}
.pa_4{padding:4%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box;}
.pa_5{padding:5%;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box;}
/*黒ボックス背景*/
.bl_box_10{ background: rgba(0,0,0,0.10);}
.bl_box_20{ background: rgba(0,0,0,0.20);}
.bl_box_30{ background: rgba(0,0,0,0.30);}
.bl_box_40{ background: rgba(0,0,0,0.40);}
.bl_box_50{ background: rgba(0,0,0,0.50);}
.bl_box_60{ background: rgba(0,0,0,0.60);}
.bl_box_70{ background: rgba(0,0,0,0.70);}
.bl_box_80{ background: rgba(0,0,0,0.80);}
.bl_box_90{ background: rgba(0,0,0,0.90);}
.bl_box_100{ background: rgba(0,0,0,1.00);}
/*白ボックス背景*/
.wh_box_10{ background: rgba(255,255,255,0.10);}
.wh_box_20{ background: rgba(255,255,255,0.20);}
.wh_box_30{ background: rgba(255,255,255,0.30);}
.wh_box_40{ background: rgba(255,255,255,0.40);}
.wh_box_50{ background: rgba(255,255,255,0.50);}
.wh_box_60{ background: rgba(255,255,255,0.60);}
.wh_box_70{ background: rgba(255,255,255,0.70);}
.wh_box_80{ background: rgba(255,255,255,0.80);}
.wh_box_90{ background: rgba(255,255,255,0.90);}
.wh_box_100{ background: rgba(255,255,255,1.00);}
/*角丸*/
.ra_10{border-radius: 10px;}
.ra_20{border-radius: 20px;}
.ra_30{border-radius: 30px;}
.ra_40{border-radius: 40px;}
.ra_50{border-radius: 50px;}
.ra_50per{border-radius: 50%;}
/*寄りボックス*/
.left_box_30{width: 30%; margin-right: 70%;}
.left_box_50{width: 50%; margin-right: 50%;}
.left_box_60{width: 60%; margin-right: 40%;}
.right_box_30{width: 30%; margin-left: 70%;}
.right_box_50{width: 50%; margin-left: 50%;}
.right_box_60{width: 60%; margin-left: 40%;}
.post .container img, .post .container-rwd img{max-width: 100%; padding: 0;	vertical-align: bottom;}
.post .container .column2_30 img, .post .container-rwd .column2_30 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column2_40 img, .post .container-rwd .column2_40 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column2_50 img, .post .container-rwd .column2_50 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column2_60 img, .post .container-rwd .column2_60 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column2_70 img, .post .container-rwd .column2_70 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column3_33 img, .post .container-rwd .column3_33 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column4_25 img, .post .container-rwd .column4_25 img{max-width: 100%; padding: 0;margin: 0;}
.post .container .column5_20 img, .post .container-rwd .column5_20 img{max-width: 100%; padding: 0;margin: 0;}
/*文字色*/
.color-white{color: white;}
.color-black{color: #252525;}

@media print, screen and (max-width: 1023px) {
	.left_box_30, .left_box_50, .left_box_60, .right_box_30, .right_box_50, .right_box_60{width: 100%; margin: 0 auto;}
}

@media print, screen and (max-width: 959px) {
	/*タブレット時の改行*/
	.container-rwd .column4_25.tab_column2_50{width: 50%;}
}

@media print, screen and (max-width: 640px) {
	/*SP時の順番*/
	.sp_order1{order:1;}
	.sp_order2{order:2;}
	.sp_order3{order:3;}
	.sp_order4{order:4;}
	.sp_order5{order:5;}
	.sp_order6{order:6;}
	.sp_order7{order:7;}
	.sp_order8{order:8;}
	.sp_order9{order:9;}
	.sp_order10{order:10;}
	.sp_order11{order:11;}
	.sp_order12{order:12;}
	/*SPのみの余白padding*/
	.sp_pa_1{padding:1%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
	.sp_pa_2{padding:2%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
	.sp_pa_3{padding:3%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
	.sp_pa_4{padding:4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
	.sp_pa_5{padding:5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
	/*SP時の調整*/
	.post .container .column2_30 img, .post .container-rwd .column2_30 img{margin: 0 auto;}
	.post .container .column2_40 img, .post .container-rwd .column2_40 img{margin: 0 auto;}
	.post .container .column2_50 img, .post .container-rwd .column2_50 img{margin: 0 auto;}
	.post .container .column2_60 img, .post .container-rwd .column2_60 img{margin: 0 auto;}
	.post .container .column2_70 img, .post .container-rwd .column2_70 img{margin: 0 auto;}
	.post .container .column3_33 img, .post .container-rwd .column3_33 img{margin: 0 auto;}
	.post .container .column4_25 img, .post .container-rwd .column4_25 img{margin: 0 auto;}
	.post .container .column5_20 img, .post .container-rwd .column5_20 img{margin: 0 auto;}
	.post .container-rwd .column2_50, .post .container-rwd .column2_30, .post .container-rwd .column2_60, .post .container-rwd .column2_70, .post .container-rwd .column3_33, .post .container-rwd .column4_25, .post .container-rwd .column5_20{ width: 100%;}
}
/*button-pattern*/

/*default*/
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
}
/*pattern*/
.btn1 {
	background-color: #333;
	color: #fff;
}
.btn1:hover {
	background-color: #59b1eb;
}
.btn2 {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}
.btn2:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.btn3 {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}
.btn3:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.btn3::before,
.btn3::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.btn3::before {
	right: 0;
}
.btn3::after {
	left: 0;
}
.btn3:hover::before,
.btn3:hover::after {
	width: 0;
	background-color: #59b1eb;
}
.btn4 {
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}

.btn4:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.btn4::before,
.btn4::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.btn4::before {
	top: 0;
}
.btn4::after {
	bottom: 0;
}
.btn4:hover::before,
.btn4:hover::after {
	height: 0;
	background-color: #59b1eb;
}
.btn5 {
	background-color: #333;
	color: #fff;
}
.btn5:hover {
	letter-spacing: 5px;
}
.btn6 {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 50px;
}
.btn6:hover {
	background-color: rgba(255, 255, 255, .2);
}
.btn7 {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.btn7:hover {
	color: #fff;
}
.btn7::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.btn7:hover::after {
	top: 0;
	background-color: #333;
}
.btn8 {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.btn8:hover {
	color: #fff;
}
.btn8::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.btn8:hover::after {
	top: 0;
	left: 0;
	background-color: #333;
}
.btn9 {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.btn9:hover {
	color: #fff;
}
.btn9::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.btn9:hover::after {
	background: #333;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.btn10 {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.btn10:hover {
	color: #fff;
}
.btn10::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn10:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #333;
}
.btn11 {
	position: relative;
	z-index: 2;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.btn11:hover {
	color: #fff;
}
.btn11::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.btn11:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}
.btn12 {
	position: relative;
	z-index: 2;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.btn12:hover {
	color: #333;
}
.btn12::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.btn12:hover::after {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.btn13 {
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.btn13:hover {
	background-color: #ffcc00;
	box-shadow: 0 3px 0 #f7ba59;
}
.btn13:active {
	top: 3px;
	box-shadow: none;
}

/* post子ページ内レスポンシブブロック指定
------------------------------------------------------------*/
.childpost .column2_50 {
	display: inline-block;
				*display: inline;
				*zoom: 1;
				margin: 5px 0;
				padding: 1%;
				width: 47.375%;
				vertical-align: top;
				border: 1px solid #dadada;
			}
			.childpost .column2_50 img {
				max-width: 100%;
				height: auto;
				vertical-align: bottom;
			}
			.childpost1b {
				border: 1px solid #dadada;
				background-color: #FFFFFF;
			}
			.childpost1b .column1 {
				display: inline-block;
							*display: inline;
							*zoom: 1;
							margin: 10px 2%;
							vertical-align: top;
							width: 96%;
						}
						.childpost1b .column2_30 {
							display: inline-block;
										*display: inline;
										*zoom: 1;
										margin: 10px 0 10px 6px;
										width: 29%;
										vertical-align: top;
									}
									.childpost1b .column2_30 img {
										max-width: 95.5%;
										height: auto;
										vertical-align: bottom;
									}
									.childpost1b .column2_70 {
										display: inline-block;
													*display: inline;
													*zoom: 1;
													margin: 10px 2px 5px 0;
													width: 67.8%;
													vertical-align: top;
												}
												.childText {
													font-size: 90%;
												}
												.thumbImageInner {
													text-align: center;
												}
												.morelink {
													margin: 0 0 0 0;
													height: auto;
													display: block;
													text-align: right;
												}
												.morelink a {
													margin-top: 15px;
													color: #333;
													display: block;
													position: relative;
													text-decoration: none;
													text-align: center;
													padding: 5px 15px 5px 15px;
													font-size: 11px;
													border: 1px solid #000000;
												}
												.morelink a:after {
													display: block;
													content: "";
													position: absolute;
													top: 50%;
													right: 10px;
													width: 0;
													height: 0;
													margin: -3px 0 0 0;
													border-top: 8px solid #515151;
													border-left: 8px solid transparent;
													-webkit-transform: rotate(45deg);
													transform: rotate(45deg);
												}
												.morelink a:hover {
													color: #fff;
													text-decoration: none !important;
													background: #111111;
													transition: all 0.3s ease 0s
												}
												/* 見出しデザイン
												------------------------------------------------------------*/
.ctitle {
	position: relative;
	color: #111;
	line-height: 1;
	/*margin: 0px 0 10px -17px;*/
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	color: #ffffff;
	zoom: 1;
}
.ctitle {
	background: #2A588B;
	background: -moz-linear-gradient(top, #2A588B 0%, #324B68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2A588B), color-stop(100%, #324B68));
	background: -webkit-linear-gradient(top, #2A588B 0%, #324B68 100%);
	background: -o-linear-gradient(top, #2A588B 0%, #324B68 100%);
	background: -ms-linear-gradient(top, #2A588B 0%, #324B68 100%);
	background: linear-gradient(to bottom, #2A588B 0%, #324B68 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A588B', endColorstr='#324B68', GradientType=0 );
	box-shadow: 0 1px 2px #2A2A2A;

}
.ctitle a {
	color: #FFFFFF;
}
.ctitle2 {
	clear: both;
	background: none repeat scroll 0 0 #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 5px 17px;
	position: relative;
}
.ctitle2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle2:before {
	background: none repeat scroll 0 0 #2A588B;
	content: "";
	display: block;
	height: 17px;
	left: 7px;
	position: absolute;
	top: 8px;
	width: 5px;
}
.ctitle2 a {
	color: #333;
}
.ctitle3 {
	clear: both;
	border-top: 2px solid #2A588B;
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.ctitle3:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle3:before {
	background: none repeat scroll 0 0 #2A588B;
	content: "";
	display: block;
	height: 22px;
	left: 7px;
	position: absolute;
	top: 6px;
	width: 4px;
}
.ctitle3 a {
	color: #333;
}
.ctitle4 {
	clear: both;
	border-bottom: 2px dotted #324B68;
	color: #333;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 8px 10px 8px 17px;
	position: relative;
}
.ctitle4:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ctitle4:before {
	background: none repeat scroll 0 0 #324B68;
	background: -moz-linear-gradient(top, #2A588B 0%, #324B68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2A588B), color-stop(100%, #324B68));
	background: -webkit-linear-gradient(top, #2A588B 0%, #324B68 100%);
	background: -o-linear-gradient(top, #2A588B 0%, #324B68 100%);
	background: -ms-linear-gradient(top, #2A588B 0%, #324B68 100%);
	background: linear-gradient(to bottom, #2A588B 0%, #324B68 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A588B', endColorstr='#324B68', GradientType=0 );
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	top: 10px;
	left: 1px;
	position: absolute;
}
.ctitle4 a {
	color: #333;
}
.ctitle5 {
	position: relative;
	padding: 1px 15px 3px 30px;
	font-weight: bold;
}
.ctitle5::before {
	left: 11px;
	top: -6px;
	position: absolute;
	content: "";
	height: 27px;
	border-bottom: 0.7em solid transparent;
	border-right: 1em solid #B90004;
}
.ctitle5::after {
	left: -2px;
	top: -6px;
	position: absolute;
	content: "";
	height: 27px;
	border-bottom: 0.7em solid transparent;
	border-left: 1em solid #A90004;
}
.ctitle5 a {
	color: #111;
}
.ctitle6 {
	position: relative;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	zoom: 1;
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_bl.png) repeat;
	border: 1px solid #cccccc;
}
.ctitle6 a {
	color: #111;
}
.ctitle7 {
	border-radius: 6px;
	position: relative;
	color: #111;
	line-height: 1;
	margin: 0 0 5px 0;
	padding: 10px 5px 10px 10px;
	font-size: 100%;
	color: #ffffff;
	zoom: 1;
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2A588B), color-stop(0.00, #324B68));
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat, -webkit-linear-gradient(#2A588B, #324B68);
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat, -moz-linear-gradient(#2A588B, #324B68);
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat, -o-linear-gradient(#2A588B, #324B68);
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat, -ms-linear-gradient(#2A588B, #324B68);
	background: url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat, linear-gradient(#2A588B, #324B68);
}
.ctitle7 a {
	color: #FFFFFF;
}
/*------------------------------------------------------------
Huck（プラグイン・コア）用CSS
------------------------------------------------------------*/
/*css_browser_selector.js*/
.bgfix { background-attachment:fixed !important;}
.ipod .bgfix { background-attachment:scroll !important; }
.iphone .bgfix { background-attachment:scroll !important; }
.ipad .bgfix { background-attachment:scroll !important; }

/* Contact form 7用
------------------------------------------------------------*/
.rad-text {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 80%;
	height: 25px;
}
.rad-area {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 80%;
	height: 90%;
}
.rad-sub {
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 25%;
	height: 35px;
	background-color: #eee;
}
.wpcf7-form .wpcf7-textarea {
	max-width: 100%;
}
input[type="text"].wpcf7-captchar {
	width: 30%;
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 640px) {
	.wpcf7-form .wpcf7-textarea {
		width: 80%;
	}
}
.wpcf7-form label:hover {
	cursor: pointer;
}
/* Biz calender用css
------------------------------------------------------------*/
#biz_calendar table.bizcal .holiday {
	background-color: #FFACDD!important;
}
#biz_calendar p span.boxholiday {
	background-color: #FFACDD!important;
}
#biz_calendar table.bizcal .eventday {
	background-color: #FFCD92!important;
}
#biz_calendar p span.boxeventday {
	background-color: #FFCD92!important;
}
/* MapPress用
------------------------------------------------------------*/
.mapp-canvas img {
	border: none!important;
} /* MapPress枠内線を入れない */

/* GoogleMapEasy用
------------------------------------------------------------*/
.gmp_map_opts img {
	border: 0px !important;
}

/* Google直接埋込・レスポンシブ調整用
------------------------------------------------------------*/
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* jQuery Colorbox用
------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 600px;
	height: auto;
}/* 画像サイズが大きくても閲覧しやすいように */
/* MTS用css
------------------------------------------------------------*/
.calendar-mark {
	font-size: 14px!important;
}
.mix-calendar th, .timetable-calendar th, .multiple-calendar th, .monthly-calendar th {
	text-align: center!important;
}
.day-number, .calendar-mark, .schedule-note, .day-left, .day-right {
	text-align: center!important;
}
/* WP-Canvas用
------------------------------------------------------------*/
.wc-shortcodes-column img {
	border: none!important;/* 画像枠線無 */
	padding: 0!important;
}
.wc-shortcodes-tabs ul.wcs-tabs-nav li {
	border-bottom: none;
}
/* Scroll Top用
------------------------------------------------------------*/
#scrollUp {
	visibility: visible !important;
}
/*galleryのサイズ合わせ
------------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
	width: 95%;
}
.gallery-columns-1 .gallery-item img {
	max-width: 98.5%;
}
.gallery-columns-2 .gallery-item {
	width: 45%;
}
.gallery-columns-2 .gallery-item img {
	max-width: 95.5%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3%!important;
}
.gallery-columns-3 .gallery-item img {
	max-width: 92%;
}
.gallery-columns-4 .gallery-item {
	width: 22.5%;
}
.gallery-columns-4 .gallery-item img {
	max-width: 88%;
}
.gallery-columns-5 .gallery-item {
	width: 18%;
}
.gallery-columns-5 .gallery-item img {
	max-width: 85%;
}
.gallery-caption {
	margin:0 auto !important;
	max-width:85%;
}
/* 検索バーの左に表示されるテキストの検索を消す
------------------------------------------------------------*/
.screen-reader-text {
	display: none;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/*------------------------------------------------------------
投稿記事
------------------------------------------------------------*/
.post_img img {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: bottom;
}
.post .post_img {
	width: 33%;
	margin: 0;
	padding: 0;
	float: left;
}
.post_text {
	width: 94%;
	margin: 0 auto;
}
.post_text70 {
	width: 63.5%;
	float: right;
}
.post li {
	border-bottom: 1px dotted #DDDDDD;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	padding: 0;
}
.post .time {
	padding: 0;
	font-size: 90%;
	clear: both;
	color: #FFFFFF;
	background-color: #2A588B;
	border-radius: 3px;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.post .time a {
	color: #fff;
}
.post .post_text h3 {
	background: none;
	margin: 0.2em;
}
.postlist {
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
	clear: both;
}
.postlist li {
	border-bottom: 1px dotted #DDDDDD;
	line-height: 1.6em;
	margin: 1em 0;
	padding: 0;
}
.postlist .post_text {
	width: 96%;
	margin: 0 auto 10px auto;
}
.postlist .time {
	padding: 0;
	font-size: 90%;
	clear: both;
	color: #FFFFFF;
	background-color: #2A588B;
	border-radius: 3px;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .time a {
	color: #fff;
}
.postlist .date {
	padding: 0;
	font-size: 90%;
	clear: both;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .date a {
}
.postlist .ttls {
	padding: 0;
	font-size: 90%;
	clear: both;
	display: inline;
	padding: 1px 6px;
	margin-bottom: 5px;
}
.postlist .ttls a {
}
.postlist .post_text h3 {
	background: none;
	margin: 0.2em;
}
.post_link {
	float: right;
	clear: both;
	margin: 10px 0;
}
li .post_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 5px 0 0 0;
}
/*--------------------------------------------
ソーシャルボタン
--------------------------------------------*/
#social {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
#twitter, #hatena, .fb-like {
	display: block;
	float: left;
}
.share-btn {
	border: 1px dashed #ccc;
	height: 21px;
	padding: 10px 0 10px 10px;
	width: 250px;
	margin-bottom: 6px;
}
.share-btn4b {
	padding: 1% 0;
}
.twitter-share-button {
	margin-left: 4px;
	width: 81px !important;
}
.fb_ltr {
	max-width: none !important;
}
.fb_iframe_widget {
	width: auto !important;
	display: inline-block !important;
	margin: -3px 0 0 3px !important;
}
.share-btn4b .fb_iframe_widget {
	margin: -1px 0 0 3px !important;
}
/*------------------------------------------------------------
投稿記事/sidebar有/投稿2ブロック
------------------------------------------------------------*/
.post2b {
	padding-top: 1.5%;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	margin-bottom: 20px;
	clear: both;
}
.post2b img {
	max-width: 97.3%;
	height: auto;
	border: 1px solid #CCCCCC !important;
	padding: 4px;
	vertical-align: bottom;
}
.post2b li {
	margin: 0 0 2% 4%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
	/display:inline;
	/zoom:1;
	width: 43.8%;
	vertical-align: top;
}
.post2b_img img {
}
.post2b .post2b_img {
}
.post2b_text {
	width: 100%;
	margin: 0 auto;
}
.post2b_text70 {
}
.post2b h2 {
	clear: both;
	background-color: #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	color: #333;
	font-size: 114.3%;
	line-height: 1.25;
	margin-bottom: 10px;
	padding: 8px 5px 8px 10px;
	position: relative;
	font-size: 114.3%;
}
.post2b h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post2b h2:before {
	background: none repeat scroll 0 0 #2a588b;
	content: "";
	display: block;
	height: 17px;
	left: -1px;
	position: absolute;
	top: 8px;
	width: 5px;
}
.post2b .time {
	font-size: 12px;
	clear: both;
	color: #FFFFFF;
	background-color: #2A588B;
	border-radius: 3px;
	padding: 2px 6px 0px 6px;
	margin-bottom: 5px;
}
.post2b .time a {
	color: #fff;
}
.post2b .post2b_text h3 {
	background: none;
	margin: 0.2em;
}
.post2b_link {
	float: right;
	clear: both;
	margin: 10px 0;
	font-size: 93%;
}
li .post2b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}
/*------------------------------------------------------------
投稿記事/sidebar無/投稿4ブロック
------------------------------------------------------------*/
.post4b {
	padding-top: 1.5%;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	margin-bottom: 20px;
	clear: both;
}
.post4b img {
	max-width: 99%;
	height: auto;
	border: 1px solid #CCCCCC !important;
	vertical-align: bottom;
}
.post4b li {
	margin: 0 0 2% 1.2%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
	display: inline-block;
	/display:inline;
	/zoom:1;
	width: 23%;
	vertical-align: top;
}
.post4b_img img {
}
.post4b .post4b_img {
}
.post4b_text {
	width: 100%;
	margin: 0 auto;
}
.post4b_text70 {
}
.post4b h2 {
	clear: both;
	background-color: #f9fafb;
	border: 1px solid #dbdcdc;
	border-radius: 3px;
	color: #333;
	font-size: 100%;
	line-height: 1.25;
	margin-bottom: 10px;
	padding: 8px 5px 8px 10px;
	position: relative;
}
.post4b h2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post4b h2:before {
	background: none repeat scroll 0 0 #2a588b;
	content: "";
	display: block;
	height: 17px;
	left: -1px;
	position: absolute;
	top: 6px;
	width: 5px;
}
.post4b .time {
	font-size: 11px;
	clear: both;
	color: #FFFFFF;
	background-color: #2A588B;
	border-radius: 3px;
	padding: 2px 6px 0px 6px;
	margin-bottom: 5px;
}
.post4b .time a {
	color: #fff;
}
.post4b .post4b_text h3 {
	background: none;
	margin: 0.2em;
}
.post4b_link {
	float: right;
	clear: both;
	margin: 10px 0;
	font-size: 93%;
}
li .post4b_contents {
	clear: both;
	margin-bottom: 0.5em;
	padding: 0;
}
h2.top-loop,
h2.bottom-loop,
h2.cat-loop{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*----------------------------------------------------------------------------------------------------
PC用：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	nav#mainNav {
		clear: both;
		position: relative;
		z-index: 200;
		background: #2a588b;
	}
	nav#mainNav ul li {
		float: left;
		position: relative;
		border-right: 1px solid #324B68;
	}
	nav#mainNav ul li:first-child {
		border-left: 1px solid #324B68;
	}
	nav#mainNav ul li a {
		display: block;
		text-align: center;
		color: #fff;
		padding: 15px 35px;
	}
	nav#mainNav ul li a span, nav#mainNav ul li a b {
		display: block;
		line-height: 1.3;
	}
	nav#mainNav ul li a span {
		font-size: 75%;
		color: #799DC5;
	}
	nav div.panel {
		display: block !important;
		float: left;
	}
	a#menu {
		display: none;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a {
		background: #324B68;
	}
	nav#mainNav ul ul {
		width: 200px;
	}
	nav#mainNav ul li ul {
		display: none;
	}
	nav#mainNav ul li:hover ul {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 500;
	}
	nav#mainNav ul li li {
		margin: 0;
		float: none;
		background: #324B68;
		border: 0;
		border-bottom: 1px solid #324B68;
	}
	nav#mainNav ul li li:first-child {
		border-left: 0;
	}
	nav#mainNav ul li li a {
		width: 100%;
		padding: 0;
		font-size: 95%;
		text-align: left;
	}
	nav#mainNav ul li li a span {
		padding: 0 10px;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a {
		color: #327cab;
	}
	nav#mainNav ul li:hover ul li:last-child {
		border: 0;
	}
	/* PC wrapper背景白＆余白 */
	#wrapper {
		overflow:hidden;
		padding:0 10px;
	}
	/*----------------------------
	04孫メニューCSS
	-------------------------*/
nav#mainNav ul li ul {
	display: none;
}
nav#mainNav ul li:hover ul li ul{
	display: none;
}
nav#mainNav ul li ul li:hover ul{
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 500;
}
nav#mainNav ul li ul.sub-menu li a,
nav#mainNav ul li ul.sub-menu li a:hover,
nav#mainNav ul li.current-menu-item ul.sub-menu li a,
nav#mainNav ul li ul.sub-menu li.current-menu-item a{
	width: auto;
	height: auto;
	padding: 13px 15px;
}

/*----------------------------
04ひ孫メニューCSS
-------------------------*/
nav#mainNav ul li ul li ul {
	display: none;
}
nav#mainNav ul li ul li:hover ul li ul{
	display: none;
}
nav#mainNav ul li ul li ul li:hover ul{
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 500;
}

}

/*----------------------------------------------------------------------------------------------------
iPadサイズ以下から：メインメニュー + 検索ボックス
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1023px) {
	body nav#mainNav {
		height: auto;
	}
	#content.wide {
		width: 96%;
	}
	nav#mainNav {
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	nav#mainNav .inner {
		width: 98%;
	}
	nav#mainNav a.menu {
		width: 100%;
		display: block;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: left;
		color: #fff;
		border: 1px solid #2a588b;
		background: #2a588b url(//e-diamond-lab.com/wp-content/themes/mrp/images/menuOpen.png) no-repeat 5px 10px;
	}
	nav#mainNav a#menu span {
		padding-left: 35px;
	}
	nav#mainNav a.menuOpen {
		border-bottom: 0;
		color: #2a588b;
		background: #fff url(//e-diamond-lab.com/wp-content/themes/mrp/images/menuOpen.png) no-repeat 5px -32px;
	}
	nav#mainNav a#menu:hover {
		cursor: pointer;
	}
	nav .panel {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
		border: 1px solid #515151;
	}
	nav#mainNav ul {
		margin: 0;
		padding: 0;
	}
	nav#mainNav ul li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		line-height: 1.2;
	}
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		display: block;
		padding: 15px 10px;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid #324B68;
		background: #2a588b;
	}
	nav#mainNav ul li a span {
		display: none;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active {
		color: #327cab;
		background: #324B68;
	}
	nav#mainNav ul li li {
		float: left;
		border: 0;
	}
	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a,
	nav#mainNav ul li li.current-menu-item a {
		padding-left: 25px;
		background: #2a588b url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 15px 50%;
	}
	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover {
		background: #324B68 url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 15px 50%;
	}
	nav#mainNav ul li li:last-child a {
		background: #2a588b url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 15px 50%;
	}
	nav#mainNav ul li li:last-child.current-menu-item a,
	nav#mainNav ul li li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background: #324B68 url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 15px 50%;
	}
	nav#mainNav ul li li li a,
	nav#mainNav ul li.current-menu-item li li a,
	nav#mainNav ul li li.current-menu-item li a,
	nav#mainNav ul li li li.current-menu-item a{
		padding-left: 40px;
		background: #2a588b url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 30px 50%;
	}
	nav#mainNav ul li li li a:hover,
	nav#mainNav ul li.current-menu-item li li a:hover,
	nav#mainNav ul li li.current-menu-item li a:hover,
	nav#mainNav ul li li li.current-menu-item a:hover{
		padding-left: 40px;
		background: #324B68 url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 30px 50%;
	}
	nav#mainNav ul li li li:last-child a {
		background: #2a588b url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 30px 50%;
	}
	nav#mainNav ul li:last-child.current-menu-item li li a,
	nav#mainNav ul li li:last-child.current-menu-item li a,
	nav#mainNav ul li li li:last-child.current-menu-item a,
	nav#mainNav ul li li li:last-child a:hover,
	nav#mainNav ul li li.current-menu-item li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li li:last-child a:hover{
		background: #324B68 url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 30px 50%;
	}

	nav#mainNav ul li li li li a,
	nav#mainNav ul li.current-menu-item li li li a,
	nav#mainNav ul li li.current-menu-item li li a,
	nav#mainNav ul li li li.current-menu-item li a,
	nav#mainNav ul li li li li.current-menu-item a{
		padding-left: 55px;
		background: #2a588b url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 45px 50%;
	}
	nav#mainNav ul li li li li a:hover,
	nav#mainNav ul li.current-menu-item li li li a:hover,
	nav#mainNav ul li li.current-menu-item li li a:hover,
	nav#mainNav ul li li li.current-menu-item li a:hover,
	nav#mainNav ul li li li li.current-menu-item a:hover{
		padding-left: 55px;
		background: #324B68 url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 45px 50%;
	}
	nav#mainNav ul li li li li:last-child a {
		background: #2a588b url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 45px 50%;
	}
	nav#mainNav ul li:last-child.current-menu-item li li li a,
	nav#mainNav ul li li:last-child.current-menu-item li li a,
	nav#mainNav ul li li li:last-child.current-menu-item li a,
	nav#mainNav ul li li li li:last-child.current-menu-item a,
	nav#mainNav ul li li li li:last-child a:hover,
	nav#mainNav ul li li li.current-menu-item li:last-child a:hover,
	nav#mainNav ul li li.current-menu-item li li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li li li:last-child a:hover{
		background: #324B68 url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 45px 50%;
	}
	nav div.panel {
		float: none;
	}
	#mainImg {
		margin-bottom: 5px;
	}
}

/*----------------------------------------------------------------------------------------------------
　959px以下から 1カラム表示
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	#wrapper {
		width: 100%;
	}
	#header .inner {
		width: 100%;
	}
	.bg .inner {
		width: 100%;
	}
	#mainNav .inner {
		width: 100%;
	}
	#footer .inner {
		width: 100%;
	}
	body.right-sidebar #wrapper #sidebar {
		float: none;
	}
	body.right-sidebar #wrapper #content {
		float: none;
	}
	#header h1, #header p, #header .description {
		padding: 5px 10px;
	}
	#header h2 {
		padding: 20px 10px 0;
	}
	#header ul {
		padding: 20px 10px 10px;
	}
	nav#mainNav ul{
		margin: 0 auto;
	}
	nav#mainNav ul ul {
		padding: 0;
	}
	nav div.panel {
		float: none;
	}
	#mainImg img {
		width: 98%;
		height: auto;
	}
	#content, #sidebar {
		clear: both;
		width: 95%;
		float: none;
		margin: 0 auto;
		padding: 10px 0;
	}
	#banners {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banners p {
		display: inline;
		margin: 0 10px;
	}
	#banners p img {
		width: 100%;
		height: auto;
	}
	section.widget_search {
		text-align: center;
		clear: both;
	}
	#footer {
		margin: 0;
		border: 0;
		text-align: center;
	}
	#footer ul {
		text-align: center;
	}
	#footer ul li {
		margin-right: 20px;
	}
	.post .column2_50 {
		text-align: center;
	}
	/*------------------------------------------------------------
	投稿記事/sidebar無/投稿4ブロック
	------------------------------------------------------------*/
.post4b li {
	width: 31.4%;
}
.post4b .post4b_img {
	text-align: center;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 420px;
	height: auto;
} /* 画像サイズが大きくても閲覧しやすいように */
}

/*----------------------------------------------------------------------------------------------------
　幅799px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
	.contact {
		padding: 0px 15px 0px 0;
	}
	#header .contact .mail {
		margin: 0;
	}
	#header .logo {
		padding: 0px 0px 0px 15px;
	}
	.wide .thumbWrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/*sidebar有投稿2ブロック：投稿アーカイブ--------------------------------------------*/
.post2b li {
	width: 97%;
	margin: 0 0.5% 2% 1.4%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.post2b_text70 {
	width: 66%;
	float: right;
}
.post2b .post2b_img {
	width: 31%;
	margin: 0;
	padding: 0;
	float: left;
}
/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
.post4b li {
	width: 97%;
	margin: 0 0.5% 2% 1.4%;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #CCCCCC !important;
	font-size: 93%;
	line-height: 1.6em;
}
.post4b_text70 {
	width: 66%;
	float: right;
}
.post4b .post4b_img {
	width: 31%;
	margin: 0;
	padding: 0;
	float: left;
}
/*jQuery Colorbox-------------------------------------------------------------------*/
#cboxLoadedContent img {
	width: 350px;
	height: auto;
}
/* galleryサイズ調整　4～5カラムのギャラリーを3カラムに */
.gallery { width: 100%; }

.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
	width: 33.3% !important;
	float: none !important;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}
.gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
	max-width: 92%;
}
.post .column2_50 {
	text-align: center;
}
}

/*----------------------------------------------------------------------------------------------------
　幅750px以下から（header調節）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
	#header {
		text-align: center;
	}
	#header .contact .mail {
		margin: 0 auto;
		display: inherit;
		text-align: center;
	}
	#header h2, #header ul {
		float: none;
	}
	#header h1, #header p, #header .description {
		float: none;
		text-align: center;
	}
	#headerInfo {
		margin: 0 auto;
	}
	#header .add {
		font-size: 100%!important;
	}
	#header .logo {
		float: none;
		text-align: center;
		margin: 15px 0 0 0;
	}
	#header .contact, #header .contact p {
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		font-size: 93%;
		margin-bottom: 10px;
	}
	.childpost .column2_50 {
		display: inline-block;
		width: 97.7%;
	}
	.childpost1b .column2_30 {
		display: inline-block;
		width: 100%;
		margin: 6px auto 0 auto;
	}
	.childpost1b .column2_70 {
		display: inline-block;
		width: 96%;
		margin: 0 2% 5px 2%;
	}
}

/*----------------------------------------------------------------------------------------------------
　幅640px以下から  （トップページの３画像調節など）
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
	.post img.alignright, .post img.alignleft {
		display: block;
		float: none;
		margin: 5px auto;
	}
	.alignright, .alignleft {
		float: none;
	}
	#footer ul {
		text-align: left;
		padding: 15px;
	}
	#footer ul ul {
		padding: 0;
	}

	#header .contact {
		padding: 0 10px;
		margin: 0 auto;
		width: 280px;
		display:block;
	}
	#header .contact .float {
		float: none;
	}
	#headerInfo .float {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	body #header .logo, .contact {
		display: inherit;
	}
	#header .logo {
		padding: 0px;
	}
	#header .logo img {
		max-width: 90%;
		height: auto;
	}
	#header-layout {
		padding: 0;
	}
	.gallery-item img {
		width: auto;
		max-width: 85%;
		height: auto;
	}
	#content .post_img img {
		float: none;
		width: auto;
		max-width: 96%;
	}
	#content .post_img {
		max-width: 300px;
		width: auto;
		margin: 0 auto;
		float: none;
	}
	#content .post_text70 {
		width: 94%;
		margin: 0 auto;
		float: none;
	}
	#content #social {
		float: none;
	}
	.post .column2_50 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column2_30 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column2_70 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column2_60 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column2_40 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column2_80 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column2_20 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column3_33 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column4_25 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.post .column5_20 {
		display: inline-block;
		margin: 5px 0;
		width: 100%;
	}
	.postlist .ttls {
		display: table;
	}
	.post .container-rwd{
		display: inherit;
		display: -webkit-inherit;
	}
	/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
	#content .post2b_img img {
		float: none;
		width: auto;
		max-width: 96%;
	}
	#content .post2b_img {
		max-width: 300px;
		width: auto;
		margin: 0 auto;
		float: none;
		padding-top: 2%
	}
	#content .post2b_text70 {
		width: 95%;
		margin: 0 auto;
		float: none;
	}
	/*sidebar無投稿4ブロック：投稿アーカイブ--------------------------------------------*/
	#content .post4b_img img {
		float: none;
		width: auto;
		max-width: 96%;
	}
	#content .post4b_img {
		max-width: 300px;
		width: auto;
		margin: 0 auto;
		float: none;
		padding-top: 2%
	}
	#content .post4b_text70 {
		width: 95%;
		margin: 0 auto;
		float: none;
	}
	#breadcrumb ul {
		width: auto;
		max-width: 98%;
	}
	#social {
		margin: 0 auto;
	}
	#banners p {
		margin: 0;
	}
	/*jQuery Colorbox-------------------------------------------------------------------*/
	#cboxLoadedContent img {
		width: 280px;
		height: auto;
	}
	/*galleryのサイズ合わせ------------------------------------------------------------*/
	/* 1～5カラムのギャラリーをすべて1カラムに */
	.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
		width: 98% !important;
		margin: 0 auto;
	}
	.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
		max-width: 98%;
	}
	/*Contact form 7用-----------------------------------------------------------------*/
	.wpcf7-form .wpcf7-list-item {
		display: block;
		list-style-type: none!important;
		margin: 5px 0;
	}
	.wpcf7-form .wpcf7-date {
		width: 95% !important;
		display: block;
		margin: 5px 0;
		text-align: left;
        appearance: none;
        min-width: 100%;
        height: 30px;
	}
	.wpcf7-form .wpcf7-text {
		width: 100%;
		margin: 5px 0;
	}
	.wpcf7-form .wpcf7-textarea {
		width: 95%;
		min-height: 200px;
		margin: 5px 0;
	}
	.wpcf7-form .wpcf7-captchar {
		width: 100%;
	}

}
/*Frontbannerレスポンシブ時対処---------------------------------------------------*/
@media only screen and (max-width: 450px) {
	.sm-response {
		width: 100% !important;
	}

}

/* 問い合わせフォーム  ----------------------------------------------------------*/
.wpcf7-form {
	padding: 15px;
}
.wpcf7-form .must {
	background: #DC143C;
	font-weight: bold;
}
.wpcf7-form .option {
	background: #ccc;
	font-weight: bold;
}
.wpcf7-form .submit {
	text-align: center;
}
.wpcf7-form input[type=submit] {
	font-size: 100%;
	padding: 6px 40px;
}
.wpcf7-form input[type=submit]:hover {
	cursor: pointer;
}
.wpcf7-form div.wpcf7-validation-errors {
	background: #fffde0;
}
.wpcf7-form .must,
.wpcf7-form .option{
	color: #fff;
	font-weight: bold;
	margin-left: 0.8em;
	font-size: 85%;
	padding: 0.2em 0.6em;
	float: right;
}
@media only screen and (max-width: 640px) {
	input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
		height: 30px;
	}
	input[type="date"]::-webkit-date-and-time-value {
        text-align: left;
	}
	.wpcf7-form .wpcf7-text {
		width: 100% !important;
		box-sizing: border-box;
	}
	.wpcf7-form .wpcf7-textarea {
		width: 100% !important;
		max-width: 100%;
		height: 200px!important;
		box-sizing: border-box;
	}
	.wpcf7-form .must,.wpcf7-form .option{
		float: inherit;
	}
}

/* 問い合わせボタン ---------------------------------------------------*/
.linkBtn {
	padding: 0.5em 2.5em 0.5em 2.5em;
	background: #001441;
	position: relative;
	color: #fff;
	border-radius: 5px;
	line-height: 1.8;
	transition: all .3s;
	text-align: center;
	margin-bottom: 20px;
	display:inline-block;
}
.linkBtn a{
	color: #fff;
}
.linkBtn input[type="submit"]{
	background: none;
	padding: inherit;
}
.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
input.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
.linkBtn:hover {
	background: #284c9c;
}
.post .linkBtn {
	padding: 0.5em 2.5em 0.5em 2.5em;
	background: #001441;
	position: relative;
	color: #fff;
	border-radius: 5px;
	line-height: 1.8;
	transition: all .3s;
}
.post .linkBtn input[type="submit"]{
	background: none;
	padding: inherit;
}
.post .linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
.post input.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
.post .linkBtn:hover {
	background: #284c9c;
}
@media only screen and (max-width: 640px) {
	.linkBtn {
		display: block;
		text-align: center;
	}
	.post .linkBtn {
		display: block;
		text-align: center;
	}
}

/* ContentsBlock element 3.02 ---------------------------------------------------*/

p.time .cat:before {
	content: ' , ';
}
p.time .cat.first:before {
	content: none;
}
span.tag:before {
	content: ' , ';
}
span.tag.first:before {
	content: none;
}
p.time.tag.first {
	margin-left: 4px;
}
/*3.03*/

/*
 * METに関する調整
 */
/*----------------------
メイン画像余白関係
----------------------*/
html:not(.mobile) #mainImg ,
html:not(.mobile) #breadcrumnb {
	margin-top:0;
}
html.mobile #breadcrumb ,
html.mobile #mainImg {
	margin-top: 0;
}
body.mobile #header .logo img {
	max-width:100%;
	max-height:100%;
}
body.mobile #header .logo .mark {
	height:60px;
	box-sizing:border-box;
	vertical-align: middle;
}
body.mobile #mainImg ,
body.mobile #breadcrumb {
	margin-top:60px;
}

/*
 * 見出し関係
 */
h1.title:after, .post h1:after,
h2.title:after, .post h2:after,
h3.title:after, .post h3:after,
h4.title:after, .post h4:after,
h1.title:before, .post h1:before,
h2.title:before, .post h2:before,
h3.title:before, .post h3:before,
h4.title:before, .post h4:before {
	max-width:100%;
}

/*
 * アイキャッチ付きh1
 */
header#h1Header {
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	background: #333333;
	line-height:0;
}
header#h1Header img {
	width:100%;
	height:auto;
}
.mobile header#h1Header {
	padding-top: 50px;
}
header#h1Header h1.title {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	color: #fff;
	letter-spacing: 0.1em;
	text-shadow:0px 0px 5px #000000;
}
header#h1Header #mainImg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mobile header#h1Header {
	padding-top: 0px;
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width:auto;
		height:25vh;
		margin-left:calc( -1 * ( ( ( 1920 * ( 25vh / 300 ) ) - 100vw ) / 2 ) );
	}
	h1.title, .post h1 {
		font-size: 180%;
	}
	header#h1Header h1.title {
		font-size: 180%;
	}
}


/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x, .fa-2x {
	font-size: inherit;
}
#footer .socialicon ul, .socialicon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
#footer .socialicon ul li, .socialicon ul li {
	text-align: center;
	padding: 0 .6em;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .socialicon ul li::before, .socialicon ul li::before {
	content: none;
}
#footer .socialicon ul li a, .socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: 1;
}
#footer .socialicon .fa-facebook:before,
#footer .socialicon .fa-twitter:before,
#footer .socialicon .fa-youtube:before,
#footer .socialicon .fa-instagram:before,
#footer .socialicon .fa-x-twitter:before,
#footer .socialicon .fa-line:before,
#footer .socialicon .fa-tiktok:before
{
	color: var(--footer-color-primary);
	font-size: 3rem;
}

@media print, screen and (max-width: 768px) {
	#footer {
		padding-bottom: 60px;
	}
}

	/*------ヘッダー上部__SNS
--------------------------------------------*/
#header-upper .fa-2x, .fa-2x {
	font-size: inherit;
}
#header-upper .socialicon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
}
#header-upper .socialicon ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header-upper .socialicon ul li:not(:last-child) {
	margin-right: 10px;
}
#header-upper .socialicon ul li::before {
	content: none;
}
#header-upper .socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: 1;
}

#header-upper .socialicon .fa-facebook:before,
#header-upper .socialicon .fa-twitter:before,
#header-upper .socialicon .fa-youtube:before,
#header-upper .socialicon .fa-instagram:before,
#header-upper .socialicon .fa-x-twitter:before,
#header-upper .socialicon .fa-line:before,
#header-upper .socialicon .fa-tiktok:before
{
	color: var(--header-color-primary);
	font-size: 2.5rem;
}
body{line-height:1.5;font-weight:500;font-size:100%}#header .contact .tel{font-weight:400}#header .add{font-weight:400}nav#mainNav{font-weight:400}.post h1,h1.title{font-weight:500}.post h2,.post2b h2,.post4b h2{font-weight:400}.post .column2_40{display:inline-block;margin:5px 0;width:40%;vertical-align:top}.post .column2_40 img{max-width:95.5%}.post .column2_60{display:inline-block;margin:5px 0;width:59.1%;vertical-align:top}.post .column2_60 img{max-width:95.5%}.childpost1b .column2_40{display:inline-block;margin:10px 0 10px 6px;width:39%;vertical-align:top}.childpost1b .column2_40 img{max-width:95.5%;height:auto}.childpost1b .column2_60{display:inline-block;margin:10px 2px 5px 0;width:57.8%;vertical-align:top}.childpost1b .column2_60 img{max-width:95.5%;height:auto}@media only screen and (max-width:750px){.childpost1b .column2_40{display:inline-block;width:100%;margin:6px auto 0 auto}.childpost1b .column2_60{display:inline-block;width:96%;margin:0 2% 5px 2%}}@media only screen and (max-width:640px){.post .column2_40{display:inline-block;margin:5px 0;width:100%}.post .column2_60{display:inline-block;margin:5px 0;width:100%}.postlist .ttls{display:initial}}.newsTitle{background:inherit}.post h1,h1.title{border:none;background:0 0;padding:6px 10px;padding-top:8px}section.widget h2{border:none;background:0 0;padding:6px 10px;padding-top:8px}.post h3{padding:5px 0 3px 8px}.post{border-top:none}body{background:rgba(255,255,255,1);color:#000}a{color:#000}.newsTitle p a:hover,a:active,a:hover{color:#000}#header .bg{background:rgba(230,230,230,1)}#header .bg .inner{background:0 0}#header .description,#header h1{color:#000;font-size:10px}#header{background:rgba(255,255,255,1)}#header .contact .tel{color:#000}#header .contact .tel a{color:#000}#header .add{color:#000}@media only screen and (max-width:1023px){body nav#mainNav{width:initial;padding:0}}@media print,screen and (min-width:1024px){nav#mainNav{background:rgba(255,255,255,0)}nav#mainNav ul li a{color:#000;font-size:14px}nav#mainNav ul li a b{letter-spacing:.01em;font-weight:400;margin-top:-4px}nav#mainNav ul li a span{letter-spacing:.01em;color:#000;font-weight:400;margin-top:-2px}nav#mainNav ul li{border-right:none}nav#mainNav ul li:first-child{border-left:none}nav#mainNav ul li a:active,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-ancestor a,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li.current-menu-parent a{background:#fff}nav#mainNav ul li a:active b,nav#mainNav ul li a:hover b,nav#mainNav ul li.current-menu-item a b,nav#mainNav ul li.current-menu-parent a b{color:#000}nav#mainNav ul li a:active span,nav#mainNav ul li a:hover span,nav#mainNav ul li.current-menu-item a span,nav#mainNav ul li.current-menu-parent a span{color:#000}nav#mainNav ul li li{background:#fff;border-bottom:1px solid #fff;margin-left:0}nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#000}nav#mainNav ul li a{padding:8px 35px}}@media print,screen and (min-width:1024px){nav#mainNav ul li a span{font-size:12px}}@media print,screen and (min-width:1024px){.sticky-header nav#mainNav{background:rgba(255,255,255,1)}}@media print,screen and (min-width:1100px){nav#mainNav ul{letter-spacing:-.4em}nav#mainNav ul li{float:none;display:inline-block;letter-spacing:normal;left:0}nav#mainNav ul li li{left:0}nav div.panel{float:none;text-align:center}nav#mainNav ul ul{width:250px}nav#mainNav ul li ul.sub-menu li a,nav#mainNav ul li ul.sub-menu li a:hover,nav#mainNav ul li ul.sub-menu li.current-menu-item a,nav#mainNav ul li.current-menu-item ul.sub-menu li a{padding:11px 15px;margin-left:0}nav#mainNav ul li ul li:hover ul{left:99%}.sticky-header .site-header{position:fixed!important;width:100%}.admin-bar.sticky-header .hide-site-header,.admin-bar.sticky-header .site-header{top:-95px}.sticky-header .site-header{top:-125px;transform:translateY(125px);-ms-transform:translateY(125px);transition:all .8s ease-in-out;-ms-transition:all .8s ease-in-out}body.sticky-header nav#mainNav{margin-left:0}#header-layout{width:1100px;margin:0 auto}#header .inner{width:1100px}#header .bg .inner{width:1100px}}@media print,screen and (min-width:1024px){nav#mainNav ul li li a{width:250px;font-size:14px}nav#mainNav ul li:hover ul{top:97%;left:0}nav#mainNav ul li:hover ul li:last-child{margin-left:0}nav#mainNav ul li li:first-child{padding:0}nav#mainNav ul li li{background:0 0;border-bottom:none;display:block;padding:0}nav#mainNav ul li li a,nav#mainNav ul li li.current-menu-item li a,nav#mainNav ul li.current-menu-ancestor li a,nav#mainNav ul li.current-menu-item li a{background:rgba(255,255,255,1);color:#000}nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li.current-menu-item li a:hover,nav#mainNav ul li.current-menu-ancestor li a:hover,nav#mainNav ul li.current-menu-ancestor li.current-menu-item a,nav#mainNav ul li.current-menu-item li a:hover{border-bottom:none;background:0 0;background:rgba(255,255,255,1);color:#000}}@media only screen and (max-width:1023px){nav#mainNav .inner{width:100%}nav .panel{border:none}nav#mainNav a#menu span{padding-left:45px}nav#mainNav a.menu{background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/micon/umicon1.png) no-repeat 6px 8px,rgba(255,255,255,1);color:#000;border:1px solid #000;background-size:20px;box-sizing:border-box}nav#mainNav a.menuOpen{background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/micon/dmicon1.png) no-repeat 6px 8px,rgba(255,255,255,1);color:#000;border:1px solid #000;background-size:20px}nav#mainNav ul li a{background-color:rgba(255,255,255,1);color:#000;border-bottom:1px solid #ddd}nav#mainNav ul li a span,nav#mainNav ul li.current-menu-parent a span{color:#000}nav#mainNav ul li li a,nav#mainNav ul li.current-menu-item li a{background:rgba(255,255,255,1) url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 30px 50%;color:#000;border-bottom:1px solid #ddd;padding-left:43px}nav#mainNav ul li li li:last-child a,nav#mainNav ul li li.current-menu-item li:last-child a,nav#mainNav ul li li.current-menu-item:last-child li:last-child a,nav#mainNav ul li li.menu-item-object-page li:last-child a,nav#mainNav ul li li:last-child li:last-child a,nav#mainNav ul li.current-menu-item li li:last-child a{background:rgba(255,255,255,1) url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 45px 50%;color:#000;border-bottom:1px solid #ddd;padding-left:58px}nav#mainNav ul li li:last-child a{background:rgba(255,255,255,1) url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 30px 50%;color:#000;border-bottom:1px solid #ddd;padding-left:40px}nav#mainNav ul li li li a,nav#mainNav ul li li.current-menu-item:last-child li a,nav#mainNav ul li li.menu-item-object-page li a,nav#mainNav ul li li:last-child li a,nav#mainNav ul li.current-menu-ancestor li.current-menu-item li a,nav#mainNav ul li.current-menu-item li li a{background:rgba(255,255,255,1) url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 45px 50%;color:#000;border-bottom:1px solid #ddd;padding-left:58px}nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a{background:rgba(255,255,255,1);color:#000}nav#mainNav ul li a:hover span,nav#mainNav ul li.current-menu-item a span{color:#000}nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li.current-menu-item li a:hover{background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 30px 50%,rgba(255,255,255,1);color:#000;padding-left:43px}nav#mainNav ul li li li.current-menu-item:last-child a,nav#mainNav ul li li li:last-child a:hover,nav#mainNav ul li li.current-menu-item li:last-child a:hover,nav#mainNav ul li li.menu-item-object-page li.current-menu-item:last-child a,nav#mainNav ul li li.menu-item-object-page li:last-child a:hover,nav#mainNav ul li li:last-child li.current-menu-item:last-child a,nav#mainNav ul li li:last-child li:last-child a:hover,nav#mainNav ul li.current-menu-item li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child li:last-child a:hover{background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 45px 50%,rgba(255,255,255,1);color:#000;padding-left:58px}nav#mainNav ul li li.current-menu-item:last-child a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/subLast.png) no-repeat 30px 50%,rgba(255,255,255,1);color:#000;padding-left:40px}nav#mainNav ul li li li a:hover,nav#mainNav ul li li li.current-menu-item a,nav#mainNav ul li li li.current-menu-item a:hover,nav#mainNav ul li li.menu-item-object-page li a:hover,nav#mainNav ul li li.menu-item-object-page li.current-menu-item a,nav#mainNav ul li li:last-child li a:hover,nav#mainNav ul li li:last-child li.current-menu-item a,nav#mainNav ul li.current-menu-ancestor li.current-menu-item li a:hover,nav#mainNav ul li.current-menu-item li:last-child li a:hover{background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/sub1.png) no-repeat 45px 50%,rgba(255,255,255,1);color:#000;padding-left:58px}}#breadcrumb{background-color:transparent;padding:3px}#breadcrumb ul li,#breadcrumb ul li a{color:#000}#header-layout{padding-bottom:20px}#mainImg{background:0 0;padding-top:0!important;padding-bottom:0;margin-bottom:0}.metaslider{max-width:none!important}h1.title{margin-top:0}.post h1,h1.title{margin-bottom:0;color:#000;font-size:16px;text-shadow:none}section.widget h2,section.widgetInfo h2{color:#000;text-align:center;font-weight:700;font-size:16px;text-shadow:none}.post h2,.post h2 a,.post2b h2 a,.post4b h2 a,h2.title{color:#000;font-size:15px}.post h2::before,.post2b h2::before,.post4b h2::before{background:0 0}.post h2,.post2b h2,.post4b h2,h2.title{border:none;border-radius:0;color:#000;text-shadow:none;padding-left:8px}.post h4{color:#000}.post h3{position:relative;color:#000;font-size:15px;border:none;border-radius:0;text-shadow:none;padding-left:8px}.post h3::before{content:"";display:block;height:17px;left:-1px;position:absolute;top:9px;width:5px;background:0 0}#pageLinks{color:#000}.post h4{border-left:4px solid #ddd;border-bottom:1px dashed #ddd}.newsTitle p a{color:#000}.newsTitle{color:#000;text-shadow:none}.post h1 span{background:0 0;padding-left:15px}h2.title span{background:0 0;padding-left:15px}.post h2 span{background:0 0;padding-left:15px}.post2b h2 span{background:0 0;padding-left:15px}.post4b h2 span{background:0 0;padding-left:15px}.post h3 span{background:0 0;padding-left:15px}@media print,screen and (min-width:1100px){#breadcrumb ul{max-width:1100px}#wrapper,.inner{width:1100px;padding:0}#mainNav .inner{width:inherit}#wrapper{padding-top:0}#content{width:74%}#sidebar{width:23.5%}#banners img{max-width:100%}}.post .time,.post2b .time,.post4b .time,.postlist .time{color:#fff;background-color:#000;padding:5px 7px}.post .time a,.post2b .time a,.post4b .time a,.postlist .time a{color:#fff}input[type=button],input[type=reset],input[type=submit]{background:-moz-linear-gradient(top,#000 0,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,#000));background:-webkit-linear-gradient(top,#000 0,#000 100%);background:-o-linear-gradient(top,#000 0,#000 100%);background:-ms-linear-gradient(top,#000 0,#000 100%);background:linear-gradient(to bottom,#000 0,#000 100%)}input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background:-moz-linear-gradient(top,#000 0,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,#000));background:-webkit-linear-gradient(top,#000 0,#000 100%);background:-o-linear-gradient(top,#000 0,#000 100%);background:-ms-linear-gradient(top,#000 0,#000 100%);background:linear-gradient(to bottom,#000 0,#000 100%)}a#scrollUp{background:#000}.post li{border-bottom:none}.cat-post-item{border:none!important}.post{background-color:rgba(255,255,255,0)}.post2b{background-color:rgba(255,255,255,0)}.post4b{background-color:rgba(255,255,255,0)}.childpost1b{background-color:rgba(255,255,255,0)}.postlist{background-color:rgba(255,255,255,0)}.dateLabel{background-color:rgba(255,255,255,0)}.childpost .column2_50{background-color:rgba(255,255,255,0)}.postlist{padding-top:1px;border:none}.post{border:none}.childpost .column2_50{border:none}.childpost1b{border:none}.post2b{border:none}.post4b{border:none}.ctitle{background:#f2f2f2;background:-moz-linear-gradient(top,#f2f2f2 0,#f2f2f2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(100%,#f2f2f2));background:-webkit-linear-gradient(top,#f2f2f2 0,#f2f2f2 100%);background:-o-linear-gradient(top,#f2f2f2 0,#f2f2f2 100%);background:-ms-linear-gradient(top,#f2f2f2 0,#f2f2f2 100%);background:linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 100%);box-shadow:0 1px 2px #2a2a2a}.ctitle2:before{background:none repeat scroll 0 0 #ddd}.ctitle3{border-top:2px solid #ddd}.ctitle3:before{background:none repeat scroll 0 0 #ddd}.ctitle4{border-bottom:2px dotted #ddd}.ctitle4:before{background:none repeat scroll 0 0 #f2f2f2;background:-moz-linear-gradient(top,#f2f2f2 0,#f2f2f2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(100%,#f2f2f2));background:-webkit-linear-gradient(top,#f2f2f2 0,#f2f2f2 100%);background:-o-linear-gradient(top,#f2f2f2 0,#f2f2f2 100%);background:-ms-linear-gradient(top,#f2f2f2 0,#f2f2f2 100%);background:linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 100%)}.ctitle7{background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat,-webkit-gradient(linear,left top,left bottom,color-stop(1,#f2f2f2),color-stop(0,#f2f2f2));background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat,-webkit-linear-gradient(#f2f2f2,#f2f2f2);background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat,-moz-linear-gradient(#f2f2f2,#f2f2f2);background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat,-o-linear-gradient(#f2f2f2,#f2f2f2);background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat,-ms-linear-gradient(#f2f2f2,#f2f2f2);background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/patterns_wh.png) repeat,linear-gradient(#f2f2f2,#f2f2f2)}.post table{border-collapse:collapse}.post table,.post table td,.post table th{border:1px solid #ddd}.post table th{color:#000;background-color:transparent}.post table td{color:#000;background-color:transparent}.post table.clear,.post table.clear td,.post table.clear th{color:#000;border:none}.post img,.post2b img,.post4b img{border:none!important;padding:0!important}.post .linkBtn:hover{background:rgba(0,0,0,1)}.post .linkBtn{background:rgba(204,204,204,1)}#footer{background:rgba(242,242,242,1);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:none}#footer li a,.footeradd,.footertel{color:#000}#footer li a:hover{color:#000}#footer .inner{width:inherit;text-align:center}#footer ul li{padding:5px 0;margin:0 38px;background:0 0;position:relative}#footer ul li::before{background:url(//e-diamond-lab.com/wp-content/themes/mrp/images/arrow.png) no-repeat;content:"";position:absolute;top:11px;left:-3px;width:8px;display:block;height:7px}#copyright{color:#000;background:#f2f2f2}.fa-youtube-square:before{color:#000;font-size:20px}.fa-facebook-square:before{color:#000;font-size:20px}.fa-twitter-square:before{color:#000;font-size:20px}.fa-google-plus-square:before{color:#000;font-size:20px}.SvgLine{fill:#000;height:20px;width:15px}#socialicon ul li:before{background:0 0}#socialicon ul li{margin:0 0}.widget_sp_image img{height:auto}.widgetInfo,section.widget{background-color:rgba(255,255,255,1)}.widgetInfo,section.widget{border:1px solid #ddd}#footerLogo{clear:both;vertical-align:middle;text-align:center;margin:0 auto}.float #footerLogo{padding-top:35px}#footerLogo img{max-width:265px;height:auto}body.footlogo-nonfix #footerLogo img{max-height:inherit}#footer ul{margin:0 auto;text-align:center;font-size:95%;padding-top:35px}#footer ul ul{padding-bottom:0;width:auto}#footer ul li{display:inline-block;vertical-align:text-top;text-align:left;padding:5px 0;margin-left:15px}#footer ul li a{display:block;padding:0 0 0 12px;overflow:hidden}#footer ul li li{display:block;padding:0;margin-left:5px}#footer ul li li a{padding:0 0 0 8px}.footcaption{clear:both;margin:0 auto;padding-top:35px;text-align:center}.copyright{clear:both;padding:35px 5px;text-align:center;font-style:normal;font-size:85%;zoom:1}.fix-copyright{text-align:center;font-style:normal;font-size:85%;position:absolute;bottom:0;left:0;right:0}.mobile #header{overflow:visible}.spmenu #menu{display:inline-block;width:35px;height:37px;vertical-align:middle;position:absolute;padding:5px 1px 2px 5px;top:50%;transform:translate(-50%,-50%);cursor:pointer}.spmenu #menu span,.spmenu #menu span:after,.spmenu #menu span:before{position:absolute;height:3px;width:30px;border-radius:3px;background:rgba(0,0,0,1);display:block;content:'';cursor:pointer;transition:all .4s}.spmenu #menu span:before{bottom:-8px}.spmenu #menu span:after{bottom:-16px}.spmenu #menu.menuOpen span{height:0}.spmenu #menu.menuOpen span:before{-webkit-transform:translateY(20px) rotate(-45deg);transform:translateY(20px) rotate(-45deg);bottom:9px;opacity:1}.spmenu #menu.menuOpen span:after{-webkit-transform:translateY(-20px) rotate(45deg);transform:translateY(-20px) rotate(45deg);bottom:-31px}.spmenu #menu p{position:absolute;bottom:0;padding:0;font-size:11px;color:#000}@media only screen and (min-width:1024px){.spmenu #menu{display:none}}@media only screen and (max-width:1023px){.mobile #header{position:fixed!important;width:100%!important;z-index:10;top:0}.mobile #header .inner{width:100%}.mobile #header-layout{padding:0}body.mobile #header .logo{width:100%;display:table;margin:0;position:relative;text-align:center}.mobile #header .logo .mark,.mobile #header .logo .spmenu{display:table-cell!important}.mobile #header .logo .mark{width:calc(100% - 50px);margin:0;padding:5px 0;text-align:center}.mobile #header .logo img{max-width:70%;max-height:50px;vertical-align:middle}.mobile #header .logo .spmenu{width:50px;vertical-align:top;background:rgba(255,255,255,0)}body.mobile nav#mainNav.menuOpen{overflow:auto;height:100%;max-height:inherit;position:fixed;width:100%}body.mobile{margin-top:35px}.mobile #breadcrumb{margin-top:85px}.mobile #mainImg{margin-top:85px}.admin-bar .mobile #mainImg{margin-top:39px}.mobile .page-template-page-nosidebar-fullthumb #thumbImg,.mobile .page-template-page-nosidebar-fullwidth #thumbImg{margin-top:60px}.mobile .page-template-page-nosidebar-fullthumb #breadcrumb,.mobile .page-template-page-nosidebar-fullwidth #breadcrumb{margin-top:0}}@media only screen and (max-width:799px){.mobile #header .logo{padding:0}}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}

	40%, 43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	}

	70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	}

	90% {
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}

	40%, 43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	}

	70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	}

	90% {
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from, 50%, to {
	opacity: 1;
	}

	25%, 75% {
	opacity: 0;
	}
}

@keyframes flash {
	from, 50%, to {
	opacity: 1;
	}

	25%, 75% {
	opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}

	50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}

	50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}

	30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
	}

	40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
	}

	50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
	}

	65% {
	-webkit-transform: scale3d(.95, 1.05, 1);
	transform: scale3d(.95, 1.05, 1);
	}

	75% {
	-webkit-transform: scale3d(1.05, .95, 1);
	transform: scale3d(1.05, .95, 1);
	}

	to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}

	30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
	}

	40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
	}

	50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
	}

	65% {
	-webkit-transform: scale3d(.95, 1.05, 1);
	transform: scale3d(.95, 1.05, 1);
	}

	75% {
	-webkit-transform: scale3d(1.05, .95, 1);
	transform: scale3d(1.05, .95, 1);
	}

	to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}

	6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
	}

	50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}

	6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
	}

	50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}

	10%, 20% {
	-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}

	10%, 20% {
	-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	from {
	-webkit-transform: none;
	transform: none;
	}

	15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes wobble {
	from {
	-webkit-transform: none;
	transform: none;
	}

	15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
	-webkit-transform: none;
	transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
	-webkit-transform: none;
	transform: none;
	}

	22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
	-webkit-transform: none;
	transform: none;
	}

	22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}

	20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
	}

	to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}

	20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
	-webkit-transform: scale3d(.97, .97, .97);
	transform: scale3d(.97, .97, .97);
	}

	to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
	}

	60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
	}

	75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	}

	90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	}

	to {
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
	}

	60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
	}

	75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	}

	90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	}

	to {
	-webkit-transform: none;
	transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
	}

	60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
	}

	75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}

	90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
	}

	to {
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
	}

	60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
	}

	75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}

	90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
	}

	to {
	-webkit-transform: none;
	transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
	}

	60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
	}

	75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}

	90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
	}

	to {
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
	}

	60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
	}

	75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}

	90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
	}

	to {
	-webkit-transform: none;
	transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
	}

	60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	}

	75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	}

	90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
	}

	60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	}

	75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	}

	90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}

@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInDown {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInLeft {
	from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInRight {
	from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInUp {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	}
}

@keyframes fadeOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	}

	40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	}

	50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	80% {
	-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
	transform: perspective(400px) scale3d(.95, .95, .95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	}

	40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	}

	50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	80% {
	-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
	transform: perspective(400px) scale3d(.95, .95, .95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
	}

	40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
	}

	80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
	}

	40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
	}

	80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
	}

	40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
	}

	80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
	}

	40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

	60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
	}

	80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	}

	30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
	}

	to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
	}
}

@keyframes flipOutX {
	from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	}

	30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
	}

	to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	}

	30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
	}

	to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
	}
}

@keyframes flipOutY {
	from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	}

	30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
	}

	to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
	}

	60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
	}

	80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
	}

	to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
	}

	60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
	}

	80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
	}

	to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
	opacity: 1;
	}

	to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
	opacity: 1;
	}

	to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

@keyframes rotateIn {
	from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
	}

	to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
	}
}

@keyframes rotateOut {
	from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
	}

	to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	}

	20%, 60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	}

	40%, 80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
	}

	to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
	}
}

@keyframes hinge {
	0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	}

	20%, 60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	}

	40%, 80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
	}

	to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

@keyframes rollIn {
	from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
	opacity: 1;
	}

	to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}

	50% {
	opacity: 1;
	}
}

@keyframes zoomIn {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}

	50% {
	opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInDown {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInRight {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInUp {
	from {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
	opacity: 1;
	}

	50% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}

	to {
	opacity: 0;
	}
}

@keyframes zoomOut {
	from {
	opacity: 1;
	}

	50% {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3);
	}

	to {
	opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutDown {
	40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutUp {
	40% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}

	to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}


/*
Theme Name:mrp
Description: DesignCode
DesignCode CSS: ver 0.08
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
    --color-font: #111;
    --color-primary: #333;
    --color-primary-shade: #111;
    --color-primary-tint: #666;
    --color-secondary: #aaa;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #111;
    --header-color-primary: #333;
    --header-color-primary-shade: #111;
    --header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #111;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	/*------▼pxバリエーション▼------*/
	--px240: min(calc(240px + (1vw - 19.2px) * 10.3560), 240px);/*240px-80px (1920-375)*/
	--px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px);/*200px-100px (1920-375)*/
	--px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /*180-120px (1920-375) */
	--px160w: min(calc(160px + (1vw - 19.2px) * 5.1780), 160px);/*160px-80px (1920-375)*/
	--px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px);/*160px-60px (1920-375)*/
	--px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /*150-100px (1920-375) */
	--px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px);/*140px-40px (1920-375)*/
	--px120: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/*120px-80px (1920-375)*/
	--px100w: min(calc(100px + (1vw - 19.2px) *  3.2362), 100px);/*100px-50px (1920-375)*/
	--px100: min(calc(100px + (1vw - 19.2px) *  3.8835), 100px);/*100px-40px (1920-375)*/
	--px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px);/*96px-48px (1920-375)*/
	--px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px);/*80px-60px (1920-375)*/
	--px80: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
	--px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px);/*80px-20px (1920-375)x*/
	--px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);/*60px-40px (1920-375)*/
	--px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);/*60px-30px (1920-375)*/
	--px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);/*50px-30px (1920-375) */
	--px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px);/*40px-30px (1920-375)*/
	--px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);/*40px-20px (1920-375)*/
	--px30w:min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);/*30px-20px (1920-375)*/
	--px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
	--px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);/*24px-14px (1920-375)*/
	--px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);/*20px-10px (1920-375)*/
	--px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px);/*18px-14px (1920-375)*/
	--px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px);/*16px-14px (1920-375)*/ 
	--px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px);/*14px-12px (1920-375)*/
	--px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px);/*12px-11px (1920-375)*/	
	/*------▼remバリエーション▼------*/
	--rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem);/*12rem-6rem (1920-375)*/
	--rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem);/*8rem-6rem (1920-375)*/
	--rem80: min(calc(8rem + (1vw - 1.92rem) * 2.5890), 8rem);/*8rem-4rem (1920-375)x*/
	--rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem);/*7.2rem-4.2rem (1920-375)*/
	--rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);/*6rem-3.6rem (1920-375)*/
	--rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);/*4.8rem-3.8rem*/
	--rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);/*4.8rem-2.4rem (1920-375)*/
	--rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem);/*4.2rem-3.2rem (1920-375)*/
	--rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.1650), 4.2rem);/*4.2rem-2.4rem (1920-375)*/
	--rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem);/*4.2rem-1.9rem (1920-375)*/
	--rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem);/*4rem-3rem (1920-375)*/
	--rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);/*4rem-2rem (1920-375)*/
	--rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem);/*3.6rem-2.4rem (1920-375)*/
	--rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem);/*3rem-2.4rem (1920-375)*/
	--rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem);/*3rem-2rem (1920-375)*/
	--rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem);/*3rem-1.5rem (1920-375)*/
	--rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem); /*2.8rem-1.8rem (1920-375)*/
	--rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem);/*2.4rem-1.8rem (1920-375)*/
	--rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);/*2.4rem-1.4rem (1920-375)*/
	--rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem);/*2rem-1.6rem (1920-375)*/
	--rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem);/*2rem-1.4rem (1920-375)*/
	--rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589) ,1.8rem);/*1.8rem-1.4rem (1920-375)*/
	--rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);/*1.6rem-1.4rem (1920-375)*/
	--rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);/*1.4rem-1.2rem (1920-375)*/
	--rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem);/*1.2rem-1.1rem (1920-375)*/
}
/*------------------------------------------------------
Cancellation
------------------------------------------------------*/
/*calcDefault-Between---1920pxand375px*/
html {
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	color: var(--color-font);
	font-size: var(--body-font-size);
	font-weight: 400;
	font-family: var(--body-font-family);
	background: var(--color-background);
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.mobile #mainImg, body.mobile #breadcrumb {
	margin-top: 0;
}
body.mobile {
	margin-top: 0;
}
#mainImg {
	padding-bottom: 0;
}
#mainImg img {
	width: 100% !important;
}
.home #content {
	padding: 0;
}
#wrapper, #content, .post {
	overflow: visible !important;
}
body.mobile {
	margin-top: 60px;
}
/*--サイドバー--------------------------------------------*/
#sidebar h2 {
	color: var(--color-font);
	text-align: center;
}
/*--戻るボタン--------------------------------------------*/
a#scrollUp {
	background: var(--color-primary);
}
/*--HEADER--------------------------------------------*/
/*------基礎
--------------------------------------------*/
.bg .inner {
	width: auto !important;
}
#header p {
	float: none;
	padding: 0;
}
#header .bg, .bg {
	background: none;
	margin: 0 auto;
}
/*--▼▽▼▽▼▽▼▽▼▽--ヘッダーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------PC・SP共通__キャッチフレーズ
--------------------------------------------*/
#header h1, #header .description, #header-upper h1, #header-upper .description {
	color: var(--header-color-font);
	font-size: var(--rem12)
}
@media print, screen and (min-width: 1024px) {
	/*------ヘッダー上部
--------------------------------------------*/
	#header-upper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: #F2F2F2;
		height: 50px;
		padding: 5px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px); /* 20-10px (1920-1024) */
	}
	.header__socialicon ul, #header-upper .header__catchphrase, #header-upper .bg, #header-upper .bg .inner, #header-upper h1, #header-upper .description {
		height: 100%;
	}
	/*------ヘッダー上部__キャッチフレーズ
--------------------------------------------*/
	#header-upper h1, #header-upper .description {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	/*------ヘッダー上部__SNS
--------------------------------------------*/
	#header-upper .fa-2x, .fa-2x {
		font-size: inherit;
	}
	#header-upper .socialicon ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	#header-upper .socialicon ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header-upper .socialicon ul li:not(:last-child) {
		margin-right: 10px;
	}
	#header-upper .socialicon ul li::before {
		content: none;
	}
	#header-upper .socialicon ul li a {
		padding: 0;
		overflow: initial;
		line-height: 1;
	}
	#header-upper .socialicon .fa-facebook-square:before, #header-upper .socialicon .fa-twitter-square:before, #header-upper .socialicon .fa-youtube-square:before, #header-upper .socialicon .fa-instagram:before {
		color: var(--header-color-primary);
		font-size: 2.5rem;
	}
	#header-upper .socialicon .SvgLine {
		fill: var(--header-color-primary);
		width: 21px;
		height: 21px;
	}
	/*------ヘッダー下部
--------------------------------------------*/
	#header {
		overflow: visible;
		color: var(--header-color-font);
		background: var(--header-background);
		width: 100%;
		height: 80px;
		margin: auto;
		z-index: 9999;
	}
	#header .inner, #header-layout, #header .logo, #header .sticky-logo, #header .logo a, #header .header__nav-contact, nav#mainNav, #mainNav .inner, nav div.panel, nav#mainNav ul, nav#mainNav ul li, nav#mainNav ul li a, #header ul.header__contact, #header ul.header__contact li, #header a.head_btn {
		height: 100%;
		float: none;
	}
	#header .inner {
		width: 100%;
		max-width: none;
	}
	#header-layout {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: none;
		padding: 0;
	}
	/*------ヘッダー下部__ロゴ
--------------------------------------------*/
	#header .logo {
		display: block;
		line-height: 0;
		padding: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) min(calc(20px + (1vw - 19.2px) * 1.1161), 20px); /* 10-5px、20-10px (1920-1024) */
	}
	#header .logo a {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#header .logo img {
		-o-object-fit: contain;
		object-fit: contain;
		width: auto;
		height: 100%;
		max-width: 250px;
		max-height: 70px;
	}
	/*------ヘッダー下部__グローバルナビ
--------------------------------------------*/
	#header .header__nav-contact {
		flex-shrink: 0;
	}
	nav#mainNav {
		background: none;
		margin: 0;
	}
	nav#mainNav ul, #header .header__nav-contact {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	nav#mainNav ul li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: var(--header-color-font);
		font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.2232), 1.6rem); /* 1.6-1.4rem (1920-1024) */
		padding: var(--px20) var(--px30);
	}
	nav#mainNav ul ul.sub-menu {
		width: 250px;
		height: auto;
	}
	nav#mainNav ul li:hover ul.sub-menu {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		margin-top: 0;
		font-weight: 600;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary);
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		color: var(--header-color-font);
		background: none;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: #eee;
	}
	nav#mainNav ul li:hover ul.sub-menu ul.sub-menu {
		right: 0;
		left: 50%;
		top: 0;
		transform: translateX(50%);
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
	#header ul.header__contact {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#header a.head_btn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: var(--header-color-primary);
		color: #fff;
		font-size: calc(1.6rem + (1vw - 1.92rem) * 0.2232); /* 1.6-1.4rem (1920-1024) */
		font-weight: 600;
		line-height: 1.4;
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(20px + (1vw - 19.2px) * 0.5580), 20px); /* 10-8px、20-15px (1920-1024) */
		-webkit-transition: .3s;
		transition: .3s;
	}
	#header a.head_btn.tel_btn {
		background: var(--header-color-primary-shade);
	}
	#header a.head_btn:hover {
		background: var(--header-color-primary-tint);
	}
	#header a.head_btn::before {
		display: block;
		font-family: 'FontAwesome';
		font-size: 1.4em;
		font-weight: 400;
		line-height: 1;
		margin-bottom: .1em;
	}
	#header a.head_btn.tel_btn::before {
		content: '\f095';
	}
	#header a.head_btn.mail_btn::before {
		content: '\f0e0';
	}
	/*------スティッキーヘッダー
--------------------------------------------*/
	.sticky-header .site-header {
		z-index: 9999;
	}
	.sticky-header #header > .inner {
		height: auto;
		background: #fff;
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	}
	.sticky-header #header-layout {
		justify-content: space-between;
		height: 80px;
	}
	.sticky-header nav#mainNav {
		background: none;
	}
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}
	#header a.headBtn::before {
		margin-right: 0;
	}
}
@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}
	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}
/*--▲△▲△▲△▲△▲△--ヘッダーテンプレート＜end＞--△▲△▲△▲△▲△▲--*/
@media print, screen and (min-width: 1024px) {
	.sticky-header .site-header {
		position: fixed !important;
		width: 100%;
		z-index: 9999;
		top: -125px;
		transform: translateY(125px);
		transition: all 0.8s ease-in-out;
	}
}
@media print, screen and (max-width: 1023px) {
	#header .inner {
		width: 100%;
	}
	#header-layout {
		padding: 0;
	}
	#header .logo {
		display: block;
		text-align: center;
		margin: 20px auto;
		padding: 0;
	}
}
/*------スマホメニュー
--------------------------------------------*/
.spmenu #menu {
	padding: 0px 1px 2px 0;
    width: 40px;
}
.spmenu #menu p {
    width: inherit;
	transform: translateX(-50%);
	left: 50%;
    color: var(--header-color-primary);
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	width: 38px;
	background: var(--header-color-primary);
}
@media print, screen and (max-width: 1023px) {
	.mobile #header {
		background: var(--header-background);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		z-index: 9999;
	}
	body.mobile nav#mainNav.menuOpen {
		height: calc(100% - 130px);
	}
	body.mobile #header .logo, body.mobile #header .logo .mark {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
	}
	body.mobile #header .logo .spmenu {
		display: block !important;
	}
	body.mobile #header .logo .mark {
		justify-content: flex-start;
		align-items: center;
		padding: 5px 10px;
		text-align: left;
	}
	body.mobile #header .logo img {
		width: auto;
		height: 100%;
		max-width: 250px;
		max-height: 50px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	nav#mainNav ul li a {
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		color: var(--header-color-primary);
	}
	nav#mainNav ul li a:hover {
		background-color: #f1f1f1 !important;
	}
}
/*--FOOTER--------------------------------------------*/
/*--▼▽▼▽▼▽▼▽▼▽--フッターーテンプレート＜start＞--▼▽▼▽▼▽▼▽▼▽--*/
/*------共通
--------------------------------------------*/
#footer {
	color: var(--footer-color-font);
	font-size: var(--rem14);
	padding: var(--px50) 0 var(--px30);
	background: var(--footer-background);
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
	width: 95%;
	max-width: var(--content-max-width);
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
	padding: 0;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: var(--footer-color-primary);
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
	text-align: center;
	margin-bottom: 20px;
}
#footer .footer__logo img {
	max-width: 320px;
	max-height: var(--px80);
	-o-object-fit: contain;
	object-fit: contain;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo img {
		max-height: 50px;
	}
}

/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 30px;
}
#footer .footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px); /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: var(--footer-color-font);
	top: 0;
}
#footer .footnav ul > li::before {
	left: 0;
}
#footer .footnav ul > li::after {
	right: -1px;
}
/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x, .fa-2x {
	font-size: inherit;
}
#footer .socialicon ul, .socialicon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
#footer .socialicon ul li, .socialicon ul li {
	text-align: center;
	padding: 0 .6em;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .socialicon ul li::before, .socialicon ul li::before {
	content: none;
}
#footer .socialicon ul li a, .socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: 1;
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before {
	color: var(--footer-color-primary);
	font-size: 3rem;
}
#footer .SvgLine {
	fill: var(--footer-color-primary);
	width: 28px;
	height: 28px;
}

/*------コピーライト
--------------------------------------------*/
#copyright {
	color: var(--footer-color-font);
	font-size: var(--rem12);
	letter-spacing: .1rem;
	padding: 0;
	margin: var(--px30) auto 0;
	background: var(--footer-background);
}

/*--▲△▲△▲△▲△▲△--フッターテンプレート＜end＞--△▲△▲△▲△▲△▲--*/

/**------------------------------------------
見出し
--------------------------------------------*/

h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title, .post h3, .post h4 {
	line-height: 1.6;
	background: none;
}
.post h1 span, .post h2 span, .post h3 span, .post h4 span {
	padding: 0;
}
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
	margin-top: 0;
}

/*------h1タイトル--------------------*/

h1.title, .post h1, header#h1Header h1.title {
	font-size: var(--rem36);
	font-family: var(--font-family01);
	font-weight: 600;
	letter-spacing: .2rem;
	text-align: center;
	text-shadow: none;
	padding: 0;
	z-index: 20;
}
h1.title, .post h1 {
	position: relative;
	margin: 0 auto var(--px60w);
}
h1.title .sub_ttl, .post h1 .sub_ttl {
	display: block;
	font-size: var(--rem16);
}

/*------h2タイトル--------------------*/

.post h2 {
	font-size: var(--rem36);
	font-family: var(--font-family01);
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: var(--px120) auto var(--px50);
}
.post h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post h2::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}

/*------h3タイトル--------------------*/

.post h3 {
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	font-weight: 600;
	letter-spacing: .1rem;
	padding: 0 .4em .4em;
	margin: var(--px60) auto var(--px20);
	border-bottom: 2px solid var(--color-primary);
}
.post h3::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}

/*------h4タイトル--------------------*/

.post h4 {
	position: relative;
	font-size: var(--rem18);
	font-family: var(--font-family01);
	font-weight: 600;
	padding: 0 0 0 1.2em;
	margin: var(--px40) auto var(--px24);
	border: none;
}
.post h4::before {
	content: '';
	position: absolute;
	width: .7em;
	height: 2px;
	background: var(--color-primary);
	top: .8em;
	left: 0;
}

/*------------------------------------------
Additional contents and parts
--------------------------------------------*/

/**------------------------------------------
inner/outer
--------------------------------------------*/

.front_contents {
	position: relative;
	padding: var(--px120) 0;
}
.wrapper_content {
	position: relative;
	width: 94%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
.content_inner {
	margin: 0 auto;
	width: 94%;
}
.content_wrapper {
	margin: 0 auto;
	width: 100%;
}
.max_w900 {
	max-width: 900px;
}
.max_w960 {
	max-width: 960px;
}
.max_w1000 {
	max-width: 1000px;
}
.max_w1024 {
	max-width: 1024px;
}
.max_w1100 {
	max-width: 1100px;
}
.max_w1200 {
	max-width: 1200px;
}
.max_w1240 {
	max-width: 1240px;
}
.max_w1300 {
	max-width: 1300px;
}
.max_w1400 {
	max-width: 1400px;
}
.max_w1500 {
	max-width: 1500px;
}
.max_w1600 {
	max-width: 1600px;
}
.max_w1700 {
	max-width: 1700px;
}
.max_w1800 {
	max-width: 1800px;
}

/**------------------------------------------
spac
e--------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}
.mt1 {
	margin-top: 1rem !important;
}
.mt2 {
	margin-top: 2rem !important;
}
.mt3 {
	margin-top: 3rem !important;
}
.mt4 {
	margin-top: 4rem !important;
}
.mt5 {
	margin-top: 5rem !important;
}
.mt6 {
	margin-top: 6rem !important;
}
.mt7 {
	margin-top: 7rem !important;
}
.mt8 {
	margin-top: 8rem !important;
}
.mt9 {
	margin-top: 9rem !important;
}
.mt10 {
	margin-top: 10rem !important;
}
.mt15 {
	margin-top: 15rem !important;
}
.mt16 {
	margin-top: 16rem !important;
}
.mb0 {
	margin-bottom: 0rem !important;
}
.mb1 {
	margin-bottom: 1rem !important;
}
.mb2 {
	margin-bottom: 2rem !important;
}
.mb3 {
	margin-bottom: 3rem !important;
}
.mb4 {
	margin-bottom: 4rem !important;
}
.mb5 {
	margin-bottom: 5rem !important;
}
.mb6 {
	margin-bottom: 6rem !important;
}
.mb7 {
	margin-bottom: 7rem !important;
}
.mb8 {
	margin-bottom: 8rem !important;
}
.mb9 {
	margin-bottom: 9rem !important;
}
.mb10 {
	margin-bottom: 10rem !important;
}
.mb15 {
	margin-bottom: 15rem !important;
}
.mb16 {
	margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
	.mt1 {
		margin-top: 0.5rem !important;
	}
	.mt2 {
		margin-top: 1rem !important;
	}
	.mt3 {
		margin-top: 1.5rem !important;
	}
	.mt4 {
		margin-top: 2rem !important;
	}
	.mt5 {
		margin-top: 2.5rem !important;
	}
	.mt6 {
		margin-top: 3rem !important;
	}
	.mt7 {
		margin-top: 3.5rem !important;
	}
	.mt8 {
		margin-top: 4rem !important;
	}
	.mt9 {
		margin-top: 4.5rem !important;
	}
	.mt10 {
		margin-top: 5rem !important;
	}
	.mt15 {
		margin-top: 7.5rem !important;
	}
	.mt16 {
		margin-top: 8rem !important;
	}
	.mb1 {
		margin-bottom: 0.5rem !important;
	}
	.mb2 {
		margin-bottom: 1rem !important;
	}
	.mb3 {
		margin-bottom: 1.5rem !important;
	}
	.mb4 {
		margin-bottom: 2rem !important;
	}
	.mb5 {
		margin-bottom: 2.5rem !important;
	}
	.mb6 {
		margin-bottom: 3rem !important;
	}
	.mb7 {
		margin-bottom: 3.5rem !important;
	}
	.mb8 {
		margin-bottom: 4rem !important;
	}
	.mb9 {
		margin-bottom: 4.5rem !important;
	}
	.mb10 {
		margin-bottom: 5rem !important;
	}
	.mb15 {
		margin-bottom: 7.5rem !important;
	}
	.mb16 {
		margin-bottom: 8rem !important;
	}
}
.pt0 {
	padding-top: 0rem !important;
}
.pt1 {
	padding-top: 1rem !important;
}
.pt2 {
	padding-top: 2rem !important;
}
.pt3 {
	padding-top: 3rem !important;
}
.pt4 {
	padding-top: 4rem !important;
}
.pt5 {
	padding-top: 5rem !important;
}
.pt6 {
	padding-top: 6rem !important;
}
.pt7 {
	padding-top: 7rem !important;
}
.pt8 {
	padding-top: 8rem !important;
}
.pt9 {
	padding-top: 9rem !important;
}
.pt10 {
	padding-top: 10rem !important;
}
.pb0 {
	padding-bottom: 0rem !important;
}
.pb1 {
	padding-bottom: 1rem !important;
}
.pb2 {
	padding-bottom: 2rem !important;
}
.pb3 {
	padding-bottom: 3rem !important;
}
.pb4 {
	padding-bottom: 4rem !important;
}
.pb5 {
	padding-bottom: 5rem !important;
}
.pb6 {
	padding-bottom: 6rem !important;
}
.pb7 {
	padding-bottom: 7rem !important;
}
.pb8 {
	padding-bottom: 8rem !important;
}
.pb9 {
	padding-bottom: 9rem !important;
}
.pb10 {
	padding-bottom: 10rem !important;
}
.pd2 {
	padding: 2rem !important;
}
.pd3 {
	padding: 3rem !important;
}
.pd4 {
	padding: 4rem !important;
}
.pd5 {
	padding: 5rem !important;
}
@media screen and (max-width: 768px) {
	.pt1 {
		padding-top: 0.5rem !important;
	}
	.pt2 {
		padding-top: 1rem !important;
	}
	.pt3 {
		padding-top: 1.5rem !important;
	}
	.pt4 {
		padding-top: 2rem !important;
	}
	.pt5 {
		padding-top: 2.5rem !important;
	}
	.pt6 {
		padding-top: 3rem !important;
	}
	.pt7 {
		padding-top: 3.5rem !important;
	}
	.pt8 {
		padding-top: 4rem !important;
	}
	.pt9 {
		padding-top: 4.5rem !important;
	}
	.pt10 {
		padding-top: 5rem !important;
	}
	.pb1 {
		padding-bottom: 0.5rem !important;
	}
	.pb2 {
		padding-bottom: 1rem !important;
	}
	.pb3 {
		padding-bottom: 1.5rem !important;
	}
	.pb4 {
		padding-bottom: 2rem !important;
	}
	.pb5 {
		padding-bottom: 2.5rem !important;
	}
	.pb6 {
		padding-bottom: 3rem !important;
	}
	.pb7 {
		padding-bottom: 3.5rem !important;
	}
	.pb8 {
		padding-bottom: 4rem !important;
	}
	.pb9 {
		padding-bottom: 4.5rem !important;
	}
	.pb10 {
		padding-bottom: 5rem !important;
	}
	.pd2 {
		padding: 1rem !important;
	}
	.pd3 {
		padding: 1.5rem !important;
	}
	.pd4 {
		padding: 2rem !important;
	}
	.pd5 {
		padding: 2.5rem !important;
	}
}
@media screen and (max-width: 414px) {
	.mt16 {
		margin-top: 5rem !important;
	}
	.mb16 {
		margin-bottom: 5rem !important;
	}
}

/**------------------------------------------
responsive parts
--------------------------------------------*/

/*br*/
.spbr, table.sp_t, .post img.img_sp {
	display: none;
}
.pc_none {
	display: none;
}
@media screen and (max-width: 768px) {
	.spbr, table.sp_t, .post img.img_sp {
		display: block;
	}
	.pcbr, table.pc_t, .post img.img_pc {
		display: none;
	}
	.pc_none {
		display: inherit;
	}
	.sp_none {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.pc_center {
		text-align: center !important;
	}
	.pc_right {
		text-align: right !important;
	}
	.pc_left {
		text-align: left !important;
	}
}

/**------------------------------------------
flexbox
--------------------------------------------*/

.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.gap {
	gap: 5%;
}
.gap3 {
	gap: 3%;
}
.ai_center {
	align-items: center;
}
.ai_self_center {
	align-self: center;
}
.jc_center {
	justify-content: center;
}
.jc_between {
	justify-content: space-between;
}
.rev {
	flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
	.columns, .flexbox {
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90 {
		width: 100%;
		margin-bottom: 20px;
	}
	.flexbox.rev {
		flex-direction: row-reverse;
	}
	.sp_nowrap {
		display: flex;
	}
	.sp_nowrap .w10 {
		width: 10%;
	}
	.sp_nowrap .w20 {
		width: 20%;
	}
	.sp_nowrap .w30 {
		width: 30%;
	}
	.sp_nowrap .w40 {
		width: 40%;
	}
	.sp_nowrap .w50 {
		width: 50%;
	}
	.sp_nowrap .w60 {
		width: 60%;
	}
	.sp_nowrap .w70 {
		width: 70%;
	}
	.sp_nowrap .w80 {
		width: 80%;
	}
	.sp_nowrap .w90 {
		width: 90%;
	}
	.sp_ai_top {
		align-items: flex-start;
	}
	.sp_no_mb {
		margin-bottom: 0 !important;
	}
	.sp_no_pb {
		padding-bottom: 0 !important;
	}
}

/**------------------------------------------
Anchor Point
*------------------------------------------*/

.anchor_link::before {
	content: '';
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

/*------------------------------------------
投稿記事関連
--------------------------------------------*/

/*-----表示関連-----*/

ul.post > li, .post2b, .post4b {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.post > li, .post2b li, .post4b li {
	border-bottom: none !important;
}
.post2b, .post4b {
	padding: 0;
	margin: 0 auto;
}
.post2b li, .post4b li {
	position: relative;
	padding: 0 0 45px;
	margin: 0 0 20px;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	color: #fff;
	font-size: var(--rem12);
	line-height: 1.2;
	background: var(--color-primary);
	padding: 5px 10px;
	border-radius: 0;
}
.post .time > span, .post2b .time > span, .post4b .time > span {
    background: transparent;
    padding: 0;
    line-height: 1.4;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
	margin-bottom: 0;
	opacity: .5;
}
.post_link, .post2b_link, .post4b_link {
	position: absolute;
	float: none;
	color: var(--color-primary);
	font-size: var(--rem12);
	margin: 0;
	bottom: 10px;
	right: 5px;
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: var(--color-primary);
}
/*-----画像関連-----*/

.post .post_img, .post_text70, .post_img img {
	float: none;
}
.post .post_img, .post_text70, .post2b li, .post4b li {
	width: 100%;
}
.post_img img, .post2b img, .post4b img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_img img, .post2b .post2b_img {
	text-align: center;
}
.post_img img {
	max-height: 250px;
}
.post2b img {
	max-height: 280px;
}
.post4b img {
	max-height: 200px;
}
@media only screen and (max-width: 640px) {
	#content .post_img, #content .post2b_img, #content .post4b_img {
		padding: 0;
	}
	#content .post_img img, #content .post2b_img img, #content .post4b_img img {
		width: 100%;
		max-width: none;
		padding: 0;
	}
}

/*-----タイトル関連-----*/

.post_text h2 a, .post2b h2 a, .post4b h2 {
	font-size: inherit;
}
.post2b h2, .post4b h2, h2.title, .post_text h2 {
	text-align: left;
	letter-spacing: .1rem;
	padding: 0 !important;
	margin: 10px auto !important;
	border: none;
}
.post2b h2, .post4b h2, h2.title, .post_text h2, .post h2 a, .post2b h2 a, .post4b h2 a, .postlist .ttls a {
	color: var(--color-font);
}
h2.title, .post_text h2, .post h2 a {
	font-size: var(--rem20w);
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
	font-size: var(--rem18);
}
.post_text h2::before, .post2b h2::before, .post4b h2::before, .post_text h2::after, .post2b h2::after, .post4b h2::after {
	content: none !important;
}
.clearfix:after {
	content: none;
}

/*---カテゴリ--------------------------------------------*/

body:not(.home) .post h2.cat-loop {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
section.widget h2 {
	border-bottom: 1px solid;
}

/*--リスト表示--------------------------------------------*/

.postlist {
	margin-bottom: 0;
}
.postlist li {
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
}
.postlist li:first-child {
	border-top: 1px solid #ddd;
}
.postlist .post_text {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 98%;
	margin: 0 auto;
	padding: 12px 0;
}
.postlist .ttls, .postlist .date {
	display: block;
	padding: 0 10px;
	margin-bottom: 0;
}
.postlist .ttls {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.postlist .ttls a:hover {
	text-decoration: underline;
}
.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
@media print, screen and (max-width: 640px) {
	.postlist .post_text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.postlist .ttls {
		width: 100%;
		margin-top: 10px;
	}
	.postlist .ttls, .postlist .date {
		padding: 0 5px;
	}
	.postlist .time {
		margin: 0 5px 0 0;
	}
}

/*--4ブロック--------------------------------------------*/

@media print, screen and (min-width: 800px) {
	.post4b li {
		width: 24%;
	}
	.post4b li:nth-child(4n+2):last-child {
		margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
	}
	.post4b li:nth-child(4n+3):last-child {
		margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
	}
	.post4b li:nth-child(4n+1):nth-last-child(-n+4), .post4b li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}

/*--2ブロック--------------------------------------------*/

@media print, screen and (min-width: 800px) {
	.post2b li {
		width: 48%;
	}
	.post2b li:nth-child(2n+1):nth-last-child(-n+2), .post2b li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}

/*--1ブロック--------------------------------------------*/

ul.post > li {
	margin-bottom: 30px;
}
ul.post > li .post_text70 {
	position: relative;
	padding-bottom: 30px;
}
@media print, screen and (min-width: 800px) {
	.post .post_img, .post_text70 {
		margin: 0;
	}
	.post .post_img {
		width: 30%;
	}
	.post_text70 {
		width: 65%;
	}
}
@media print, screen and (max-width: 799px) {
	.post .post_img {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
}

/*--トップ記事投稿（archive）--------------------------------------------*/

#front_top_content, #front_bottom_content {
	padding: 100px 0;
}
#front-sectionPost {
	width: 90%;
	max-width: 1240px;
	margin: auto;
}
#front_top_content .linkbtn_area, #front_bottom_content .linkbtn_area {
	margin-top: 50px;
}
#front_top_content, #front_bottom_content {
	position: relative;
	background: #f5f5f5;
	padding: var(--px120) 0;
	z-index: 10;
}

/*--記事詳細（archive）--------------------------------------------*/

/*---記事詳細--------------------------------------------*/

.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 70px 0 0;
}
.single-post h1.title {
	font-size: var(--rem24w);
	font-style: normal;
	margin: 0 auto 20px;
    text-align: left;
}

/*--1ブロック--------------------------------------------*/

#cat-post ul.post > li, #cat-post ul.post2b > li, #cat-post ul.post4b > li {
	margin-bottom: var(--px30w);
}

#cat-post li .post_contents {
	margin-top: 1rem;
}
#cat-post .postlist li {
	margin-bottom: 0;
}
.dateLabel {
	padding-top: 10px;
	margin-bottom: var(--px30w);
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 70px 0 0;
}

/*-----タイトル関連-----*/

.single-post h1.title {
	font-size: var(--rem24w);
	font-style: normal;
	margin: 0 auto 20px;
}

/*------------------------------------------------------
下層ページ
------------------------------------------------------*/

/*-----表示関連-----*/

.post {
	margin: 0 auto;
	padding: 0;
}
#full-wrapper .post {
	margin: 0 auto;
}
#wrapper, .inner {
	width: 100%;
	max-width: var(--content-max-width);
}
body:not(.home) #wrapper {
	width: 90%;
}
#content, body:not(.home) #content.wide {
	padding: var(--px100w) 0 var(--px180);
	margin: 0 auto;
}
#content.wide {
	width: 100%;
}
body:not(.home) #content.wide {
	width: 100%;
}
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 94%;
	}
}

/*--アイキャッチ--------------------------------------------*/

#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
	height: 300px;
	z-index: -1;
}
#thumbImg::before, header#h1Header::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	top: 0;
	left: 0;
	z-index: 1;
}
#thumbImg img, header#h1Header img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media print, screen and (min-width: 1921px) {
	#thumbImg img, header#h1Header img {
		width: 100%;
		height: auto;
	}
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		height: 100%;
		margin: auto;
	}
	#thumbImg, header#h1Header {
		height: calc(300px + (1vw - 10.24px) * 9.2450); /* 300-150px (1920-375) */
	}
}

/*--パンくずリスト--------------------------------------------*/

#breadcrumb {
	padding: 12px 0;
}
#breadcrumb ul {
	width: 98%;
	max-width: var(--content-max-width);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
}
#breadcrumb ul li {
	float: none;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
}
@media print, screen and (max-width: 640px) {
	#breadcrumb ul {
		max-width: 100%;
	}
}

/*--お問い合わせフォーム--------------------------------------------*/

.wpcf7-form {
	padding: 0;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0;
}
.wpcf7-form .must, .wpcf7-form .option {
	font-size: 75%;
}
.wpcf7-form .must {
	background: var(--color-secondary);
}
.select-default input[type="text"], .select-default input[type="tel"], .select-default input[type="email"], .select-default input[type="date"], .select-default input[type="url"], .select-default input[type="number"], .select-default select, .select-default textarea {
	width: auto !important;
}
@media print, screen and (min-width: 640px) {
	.select3col input[type="text"], .select3col input[type="tel"], .select3col input[type="email"], .select3col input[type="date"], .select3col input[type="url"], .select3col input[type="number"], .select3col select, .select3col textarea {
		width: 25% !important;
	}
}
@media print, screen and (max-width: 640px) {
	.select3col input[type="text"], .select3col input[type="tel"], .select3col input[type="email"], .select3col input[type="date"], .select3col input[type="url"], .select3col input[type="number"], .select3col select, .select3col textarea {
		width: 95% !important;
	}
}
.submit_btn, .post .submit_btn {
	width: calc(100% - (35px * 2)) !important;
}
.submit_btn .wpcf7-spinner, .post .submit_btn .wpcf7-spinner {
	position: absolute;
	margin: 0;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
}
div.wpcf7 .ajax-loader {
	display: none;
}
.subimitarea {
    text-align: center;
    margin-top: var(--px40);
}
.subimitarea .linkBtn {
    padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
    display: block;
    width: 100%;
    font-family: var(--body-font-family);
    text-align: center;
    margin: 0 auto;
    padding: 20px 35px 20px 10px;
}
.wpcf7-spinner {
    position: absolute !important;
    left: 50% !important;
    right: inherit !important;
    margin: 0 !important;
    bottom: -30px !important;
    transform: translateX(-50%) !important;
}
.linkBtn input[type="submit"], .post .linkBtn input[type="submit"] {
	background: none;
	padding: inherit;
}

/*--交互別背景色コンテンツ（横100%）--------------------------------------------*/

.page_contents_inner + .page_contents_inner {
	margin-top: var(--px150);
}
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
.fw_contents .page_contents_inner {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px120) calc((100vw - 100%) / 2) var(--px150);
	margin-top: 0;
}
.fw_contents .page_contents_inner:nth-child(even) {
	background: #f5f5f5;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/*--プライバシーポリシー--------------------------------------------*/

#privacy h2 {
	display: block;
	color: #fff;
	background: var(--color-font);
	font-size: var(--rem18);
	font-weight: 500;
	letter-spacing: .2rem;
	text-align: left;
	padding: min(calc(8px + (1vw - 19.2px) * 0.1942), 8px) min(calc(12px + (1vw - 19.2px) * 0.1294), 12px);
	margin: var(--px50) auto 20px;
	border: none;
}
#privacy h3 {
	color: var(--color-font);
	background: none;
	font-size: var(--rem16);
	font-weight: 600;
	text-align: left;
	padding: 0 0 10px;
	margin: var(--px40w) auto var(--px20);
	border-width: 0 0 1px;
	border-style: dashed;
	border-color: #ddd;
}
#privacy h2::before, #privacy h2::after, #privacy h3::before, #privacy h3::after {
	content: none;
}
#privacy h2:first-child {
	margin-top: 0;
}

/*--サイトマップ--------------------------------------------*/

.post ul#sitemap_list.sitemap_disp_level_0 > li {
    margin-bottom: 5px;
    padding: var(--rem24) 0 var(--rem24) 5px;
    background: none;
    border-bottom: solid 1px var(--color-table-border);
}
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-weight: 600;
    font-family: var(--font-family02);
}
.post ul#sitemap_list.sitemap_disp_level_0 li a span.sub_ttl, .post ul#sitemap_list.sitemap_disp_level_0 li ul.children a {
    margin-left: 1rem;
    font-size: 80%;
	font-weight: 500;
}

/*------------------------------------------
各パーツ
--------------------------------------------*/

/*--テキスト--------------------------*/

.post p {
	padding-bottom: 0;
}
.l_space p:not(:last-child) {
	margin-bottom: 1.4em;
}
.note, .inlinenote {
	font-size: var(--rem12);
}
.note {
	display: block;
}
.primary {
	color: var(--color-primary);
}
.primary_shade {
	color: var(--color-primary-shade);
}
.primary_tint {
	color: var(--color-primary-tint);
}
.attention {
	color: var(--color-secondary);
}
.nowrap {
	display: inline-block;
}
.em_txt, .post .em_txt {
	font-size: var(--rem14);
	font-weight: 500;
}
.mid_txt, .post .mid_txt {
	font-size: var(--rem12);
}
.min_txt, .post .min_txt {
	font-size: 1rem;
}
.message {
	line-height: 2.4;
	letter-spacing: .1rem;
}
.txt_l, .post .txt_l {
	text-align: left;
}
.txt_r, .post .txt_r {
	text-align: right;
}
.txt_c, .post .txt_c {
	text-align: center;
}

/*--マーカー--------------------------------------------*/

.marker.blue {
	background: linear-gradient(transparent 60%, #6cf 60%);
}
.marker.pink {
	background: linear-gradient(transparent 60%, #f6c 60%);
}
.marker.yellow {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

/*--強調、ボックス、囲み--------------------------------------------*/

.read_txt {
	font-size: var(--rem18);
	text-align: center;
	letter-spacing: .1rem;
	line-height: 2.2;
	margin: var(--px60) auto var(--px80);
}
.wh_bg {
	background: #fff;
	padding: var(--px30w);
}
.fw_contents .page_contents_inner:nth-child(even) .color_box {
	background: #fff;
}
.read_txt:first-child, .color_box:first-child {
	margin-top: 0;
}
.read_txt:last-child, .color_box:last-child {
	margin-bottom: 0;
}
.read_txt:first-child {
	margin-top: 0;
}
.read_txt:last-child {
	margin-bottom: 0;
}

/*--デフォルトリンクボタン--------------------------------------------*/

.linkbtn_area {
	text-align: center;
	margin: var(--px50) auto;
}
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    padding: 20px 30px 20px 10px;
    margin: 0 auto;
    border-radius: 5px;
    transition: all .3s;
}
.linkBtn:hover, .post .linkBtn:hover {
	color: #fff;
	background: var(--color-primary-tint);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
	transition: all .3s;
}
@media only screen and (max-width: 640px) {
	.linkBtn, .post .linkBtn {
		display: block;
		text-align: center;
	}
}

/*--アイコンボタン--------------------*/

.link_btn {
	position: relative;
	display: inline-block;
	color: #fff;
	background: var(--color-primary);
	width: 100%;
	max-width: 400px;
	font-size: var(--rem16);
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 1.6;
	text-align: center;
	padding: 14px var(--px40) 12px;
	border-radius: 50vw;
	-webkit-transition: .3s;
	transition: .3s;
}
.link_btn::after {
	content: '\f105';
	position: absolute;
	font-size: .85em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 50%;
	right: var(--rem16);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_btn:hover {
    text-decoration: none;
    background: var(--color-primary-shade);
}
a.external::after, a.mail::after, a.tel::after {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 10px;
}
a.external::after {
	content: '\f35d';
}
a.mail::after {
	content: '\f0e0';
}
a.tel::after {
	content: '\f3cd';
}
a.link_btn.external::after, a.link_btn.mail::after, a.link_btn.tell::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

/*--リスト--------------------------------------------*/

.post ul {
	margin: 0;
}
.post li {
	line-height: 2;
	margin-bottom: 0;
	border-bottom: 0;
}
.post ol, .post ul.list_disc {
	margin: 0 0 0 1.2em;
}
.post ol:first-child {
	margin-top: 0;
}
.post ol:last-child, .post li:last-child {
	margin-bottom: 0;
}
.post li ol li.list_decimal {
	list-style: decimal;
	margin-left: 0;
}
.post ul.list_disc {
	list-style: disc;
}
.post ul.list_point > li, .post ul.list_check > li, .post ul.caution > li, .post ul.list_checkbox > li {
	position: relative;
	list-style: none;
	padding-left: 2rem;
	margin-left: 0;
}
.post ul.list_point > li:before, .post ul.list_check > li:before, .post ul.caution > li:before, .post ul.list_checkbox > li:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: 400;
	left: 0;
}
.post ul.list_point > li:before, .post ul li.list_point:before {
	content: '\f087';
}
.post ul.list_check > li:before, .post ul li.list-check:before {
	content: '\f00c';
}
.post ul.caution > li::before, .post ul li.caution::before {
	content: '※';
}
.post ul.list_checkbox > li:before, .post ul li.list_checkbox:before {
	content: '\f14a';
}

/*--liststyle reset-----*/

.post li.list_none, .post ol li.list_none, .post ul li.list_none {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.post li.list_none:before, .post ol li.list_none:before, .post ul li.list_none:before {
	content: none !important
}

/*--テーブル--------------------------------------------*/

.post table, .post table th, .post table td {
	border-width: 1px;
	border-color: var(--color-table-border);
}
.post table {
	margin: var(--px30) auto;
}
.post table th, .post table td {
	padding: var(--rem14) var(--rem16);
}
.post table th {
	width: 25%;
	color: var(--color-font);
	font-weight: 600;
	background: #f2f2f2;
}
.post table td {
	color: var(--color-font);
	background: none;
}
.post table:first-child {
	margin-top: 0;
}
.post table:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.table_scroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table_scroll table {
		table-layout: auto;
		width: 800px;
	}
	.post table.responsive th, .post table.responsive td {
		text-align: left;
	}
}

/*--img--------------------------------------------*/

.post img {
	padding: 0;
	border: none;
	vertical-align: bottom;
}
.post img.aligncenter {
	margin: 0 auto;
}
.aspect_img {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    line-height: 0;
}
.aspect_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*--gallery--------------------------------------------*/

.gallery_area {
	margin: var(--px30) auto;
}
.gallery_area:first-child {
	margin-top: 0;
}
.gallery_area:last-child {
	margin-bottom: 0;
}
.gallery {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	margin: var(--px50) auto !important; 
}
.gallery > br {
	display: none !important;
}
.gallery > *:last-child {
	display: block;
}
.gallery:first-child, .gallery:nth-child(2) {
	margin-top: 0 !important;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery-item {
	float: none !important;
	line-height: 0;
	margin-top: 0 !important;
	margin-bottom: var(--px20);
}
.gallery-caption {
	font-size: var(--rem14);
	line-height: 1.6;
	text-align: center;
	margin: .5em auto !important;
	padding: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
	width: calc(100% / 3) !important;
}
.gallery-columns-4 .gallery-item {
	width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
	width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
	width: calc(100% / 6) !important;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
	max-width: 95%;
}
@media print, screen and (min-width: 641px) {
	.gallery-columns-3 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+2):last-of-type {
		margin-right: calc(((100% / 4) * 2) + (((100% - ((100% / 4) * 4)) / 3) * 2)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+3):last-of-type {
		margin-right: calc(((100% / 4) * 1) + (((100% - ((100% / 4) * 4)) / 3) * 1)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+2):last-of-type {
		margin-right: calc(((100% / 5) * 3) + (((100% - ((100% / 5) * 5)) / 4) * 3)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+3):last-of-type {
		margin-right: calc(((100% / 5) * 2) + (((100% - ((100% / 5) * 5)) / 4) * 2)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+4):last-of-type {
		margin-right: calc(((100% / 5) * 1) + (((100% - ((100% / 5) * 5)) / 4) * 1)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+2):last-of-type {
		margin-right: calc(((100% / 6) * 4) + (((100% - ((100% / 6) * 6)) / 5) * 4)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
		margin-right: calc(((100% / 6) * 3) + (((100% - ((100% / 6) * 6)) / 5) * 3)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+4):last-of-type {
		margin-right: calc(((100% / 6) * 2) + (((100% - ((100% / 6) * 6)) / 5) * 2)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+5):last-of-type {
		margin-right: calc(((100% / 6) * 1) + (((100% - ((100% / 6) * 6)) / 4) * 1)) !important;
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
	.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 3) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(3n+2):last-of-type, .gallery-columns-6 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
}
@media print, screen and (max-width: 640px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 2) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		margin-bottom: 10px;
	}
	.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
		max-width: 97%;
	}
}
/*--Googleマップ--------------------------------------------*/

.googlemap {
	padding-bottom: 45%;
	margin: var(--px50) auto;
}
.googlemap:first-child {
	margin-top: 0;
}
.googlemap:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
	.googlemap {
		padding-bottom: 80%;
	}
}

/*--YOUTUBE動画埋め込み------------------------------------------*/

.youtubeArea {
	position: relative;
	overflow: hidden;
	margin: var(--px50) auto;
}
.youtubeArea::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.youtubeArea > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.youtubeArea:first-child {
	margin-top: 0;
}
.youtubeArea:last-child {
	margin-bottom: 0;
}