@charset "UTF-8";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";

/**********************************************
共立電気
インポート・初期化・再定義用CSS
***********************************************/
/* インポート
-------------------------------------------------------------*/

@import url(global.css);
@import url(shared.css);
@import url(form.css);
@import url(table.css);
@import url(btns.css);
@import url(colorbox.css);
@import url(jquery.skippr.css);

/*-------------------------------------------------------------*/

/*! formstone v1.2.2 [lightbox.css] 2016-09-30 | GPL-3.0 License | formstone.it */

.fs-lightbox {
	width: 200px;
	height: 200px;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 101;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin: 0 auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fs-lightbox, .fs-lightbox :not(input):not(textarea) {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.fs-lightbox-fixed {
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
}

.fs-lightbox-animating {
	-webkit-transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease;
	transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease;
}

.fs-lightbox-animating .fs-lightbox-content, .fs-lightbox-animating .fs-lightbox-control, .fs-lightbox-animating .fs-lightbox-meta, .fs-lightbox-animating .fs-lightbox-thumbnails, .fs-lightbox-animating .fs-lightbox-tools {
	-webkit-transition: opacity .25s linear .25s, visibility .25s linear .25s;
	transition: opacity .25s linear .25s, visibility .25s linear .25s;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
	-webkit-transition: height .25s ease, width .25s ease, top .25s ease, left .25s ease;
	transition: height .25s ease, width .25s ease, top .25s ease, left .25s ease;
}

.fs-lightbox-mobile.fs-lightbox-scaling .fs-lightbox-image_container {
	-webkit-transition: none !important;
	transition: none !important;
}

.fs-lightbox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.fs-lightbox-open {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fs-lightbox-overlay.fs-lightbox-open {
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.fs-lightbox-close {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 105;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0;
}

.fs-lightbox-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 103;
	background: #fff;
	overflow: hidden;
}

.fs-lightbox-container:after {
	clear: both;
	content: '';
	display: table;
}

.fs-lightbox-content {
	width: 100%;
	background: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: hidden;
	padding: 0;
	visibility: visible;
}

.fs-lightbox-content:after {
	clear: both;
	content: '';
	display: table;
}

.fs-lightbox-inline .fs-lightbox-content {
	width: auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.fs-lightbox-iframed .fs-lightbox-content {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
	width: 1px;
	height: 1px;
	position: absolute;
	margin: 0;
	-webkit-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}

.fs-lightbox-image {
	float: left;
}

.fs-lightbox-mobile .fs-lightbox-image {
	position: relative;
	float: none;
}

.fs-lightbox-video {
	width: 100%;
	height: 100%;
}

.fs-lightbox-iframe {
	width: 100%;
	height: 100%;
	border: none;
	float: left;
	overflow: auto;
}

.fs-lightbox-meta {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	clear: both;
	visibility: visible;
}

.fs-lightbox-control {
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 105;
	cursor: pointer;
	display: block;
	margin-right: auto;
	margin-left: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	white-space: nowrap;
}

.fs-lightbox-control_previous {
	left: 0;
}

.fs-lightbox-control_next {
	right: 0;
}

.fs-lightbox-control_disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.no-touchevents .fs-lightbox .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.fs-lightbox-caption:after {
	clear: both;
	content: '';
	display: table;
}

.fs-lightbox-toggle {
	border: none;
	padding: 0;
	display: none;
}

.fs-lightbox-thumbnails {
	height: 60px;
	clear: both;
	overflow: hidden;
	padding: 0;
}

.fs-lightbox-thumbnail_container {
	height: 80px;
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 30px;
	text-align: center;
	white-space: nowrap;
}

.fs-lightbox-thumbnail_item {
	width: 50px;
	height: 50px;
	position: relative;
	background: 0 0;
	border: none;
	display: inline-block;
	margin: 0 10px 0 0;
	opacity: .25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	overflow: hidden;
	padding: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.fs-lightbox-thumbnail_item:last-child {
	margin: 0;
}

.fs-lightbox-thumbnail_item img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fs-lightbox-thumbnail_item.fs-lightbox-active, .no-touchevents .fs-lightbox-thumbnail_item:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fs-lightbox-loading .fs-lightbox-content, .fs-lightbox-loading .fs-lightbox-control, .fs-lightbox-loading .fs-lightbox-meta, .fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-loading .fs-lightbox-tools {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .25s linear, visibility .25s linear;
	transition: opacity .25s linear, visibility .25s linear;
	visibility: hidden;
}

.fs-lightbox-loading .fs-lightbox-loading_icon, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.fs-lightbox-mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111;
	border-radius: 0;
}

.fs-lightbox-mobile .fs-lightbox-container {
	position: static;
	background: #111;
}

.fs-lightbox-mobile .fs-lightbox-content {
	height: 100%;
	background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-tools {
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-controls {
	text-align: center;
}

.fs-lightbox-mobile .fs-lightbox-control {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
	visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
	cursor: default !important;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.fs-lightbox-mobile .fs-lightbox-position {
	color: #999;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
	color: #eee;
}

.fs-lightbox-mobile .fs-lightbox-image {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: none !important;
	transition: none !important;
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content, .fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
	width: auto;
	position: static;
	background: 0 0;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 105;
	background-color: #111;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
	display: inline-block;
	margin: 0 5px;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
	width: 100%;
	height: 80%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 104;
	background: #222;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease;
	transition: opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease;
	transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s;
	transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
	width: 100%;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 104;
	background: #111;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease;
	transition: opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease;
	transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s;
	transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s, -webkit-transform .25s ease;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
	height: 100px;
}

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.fs-lightbox-lock {
	overflow: hidden !important;
}


/*! lightgallery - v1.6.5 - 2017-11-16
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */

@font-face {
	font-family: 'lg';
	src: url("../fonts/lightgallery/lg.eot?n1z373");
	src: url("../fonts/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lightgallery/lg.woff?n1z373") format("woff"), url("../fonts/lightgallery/lg.ttf?n1z373") format("truetype"), url("../fonts/lightgallery/lg.svg?n1z373#lg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #FFF;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #FFF;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
	color: #FFF;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../images/plugins/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../images/plugins/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../images/plugins/lightgallery/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("../images/plugins/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../images/plugins/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px white inset;
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	-webkit-box-shadow: 0 0 0 8px white inset;
	box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a, .lg-outer .lg-dropdown>li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../images/plugins/lightgallery/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	background: #fff;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


/*# sourceMappingURL=lightgallery.css.map */

/*
初期化
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

li {
	display: block;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

button {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	vertical-align: middle;
}

a, area {
	outline: none;
}


/* 再定義
-------------------------------------------------------------*/

body {
	font-family: 'メイリオ', Meiryo, Verdana, Arial, sans-serif, 'ＭＳ Ｐゴシック', 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Osaka;
	font-size: 12px;
	line-height: 1.6;
	color: #333;
	text-align: left;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
}

hr {
	margin: 0 0 20px;
}

p, ul, ol, table, dl, figure {
	margin-bottom: 20px;
}

b, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

figure img {
	margin: 0 0 10px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

th, td {
	vertical-align: top;
	padding: 4px 10px;
	border: 1px solid #ccc;
	font-weight: normal;
	word-break: normal;
	word-wrap: normal;
}

th {
	background: #f3f3f3;
}

a {
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
}

#gsc td {
	padding: 8px;
	border: none;
}

#gsc table {
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
	border: none;
}

#gsc img {
	border: none;
}

#gsc .gs-title {
	padding: 0px 0px 0px 5px;
}

#gsc .gsc-url-top {
	padding: 5px 0px 0px 10px;
}

#gsc .gs-web-image-box-portrait img.gs-image {
	max-width: 80px !important;
	max-height: 87px !important;
}

#gsc .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
	width: auto !important;
	height: auto !important;
}

#gsc .gsc-webResult.gsc-result {
	margin-bottom: 15px !important;
	border-bottom: 1px solid #ddd;
}

#gsc b {
	background-color: #ededed;
}


/**** 見出し関連 ****/

.headLine1 {
	font-size: 100%;
}

.headLine2 {
	font-size: 100%;
}

.headLine3 {
	color: #333;
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #00C7B1;
	padding: 0 0 12px;
	margin: 0 0 20px;
}

.headLine4 {
	background: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 8px 10px 6px;
	margin: 0 0 18px;
}

.headLine5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}

.headLine6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px;
}

.headLine7 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
	border-left: 5px solid #00C7B1;
	border-bottom: 1px solid #00C7B1;
	padding-left: 10px;
}

.frameHeadLine {
	background: #e9f6fe;
	font-size: 14px;
	color: #29a9f4;
	font-weight: bold;
	padding: 8px 10px 6px;
	margin: -20px -20px 18px;
}


/* 汎用
-------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.indent05e {
	text-indent: -.5em !important;
	padding-left: .5em !important;
}

.indent10e {
	text-indent: -1em !important;
	padding-left: 1em !important;
}

.indent15e {
	text-indent: -1.5em !important;
	padding-left: 1.5em !important;
}

.indent20e {
	text-indent: -2em !important;
	padding-left: 2em !important;
}

.indent25e {
	text-indent: -2.5em !important;
	padding-left: 2.5em !important;
}

.indent30e {
	text-indent: -3em !important;
	padding-left: 3em !important;
}

.indent35e {
	text-indent: -3.5em !important;
	padding-left: 3.5em !important;
}

.indent40e {
	text-indent: -4em !important;
	padding-left: 4em !important;
}

.indent45e {
	text-indent: -4.5em !important;
	padding-left: 4.5em !important;
}

.indent50e {
	text-indent: -5em !important;
	padding-left: 5em !important;
}

.indent55e {
	text-indent: -5.5em !important;
	padding-left: 5.5em !important;
}

.fLeft {
	float: left !important;
}

.fRight {
	float: right !important;
}

.tLeft {
	text-align: left !important;
}

.tCenter {
	text-align: center !important;
}

.tRight {
	text-align: right !important;
}

.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}

.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.noAround {
	overflow: hidden;
	*zoom: 1;
}

.clear, .clb {
	clear: both;
}

.note {
	font-size: 11px;
}

.vam {
	vertical-align: middle !important;
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}

@media screen and (max-width: 736px) {
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	iframe {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.frameHeadLine {
		margin: -10px -10px 18px;
	}
	.sp-hidden, .pc-only, .tab-only {
		display: none !important;
	}
	#wrapper {
		padding-top: 50px;
	}
	#gHeader {
		z-index: 100;
	}
	#gHeader01 {
		display: none;
	}
	#gHeader01 .inner {
		width: auto;
	}
	#gHeader02 {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		padding: 10px;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0 0 5px #888;
		z-index: 100;
	}
	#gHeader02> :first-child {
		margin-top: 0;
	}
	#gHeader02 .logo {
		float: none;
		text-align: center;
		height: 30px;
	}
	#gHeader02 .gNavOverlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.8);
		display: none;
		z-index: 101;
	}
	#gHeader02 .gNavOverlay-isOpen {
		display: block;
	}
	#gHeader02 .gNavBtn {
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -17px 0 0;
	}
	#gHeader02 .gNavBtn a {
		display: block;
		width: 34px;
		height: 34px;
		text-decoration: none;
		color: #fff;
		background: #00C7B1;
		text-align: center;
		line-height: 36px;
		font-size: 26px;
		border-radius: 4px;
	}
	#gHeader02 .gNavBtn a:before {
		content: "";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	#gNav {
		float: none;
		position: fixed;
		top: 0;
		left: -80%;
		bottom: 0;
		background: #fff;
		width: 80%;
		padding: 10px;
		z-index: 102;
		-webkit-transition: left .4s;
		transition: left .4s;
	}
	#gNav> :first-child {
		margin-top: 0;
	}
	#gNav.gNav-isOpen {
		left: 0;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 0 0 5px #888;
	}
	.gNav_inner {
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#gNav ul> :first-child {
		margin-top: 0;
	}
	#gNav li {
		float: none;
		margin: 10px 0 0;
	}
	#gNav a {
		background: none;
		text-indent: 0;
		text-decoration: none;
		display: block;
		width: auto;
		height: auto;
		background: #00C7B1 url(../images/icon/arrow02.png) 10px center no-repeat;
		color: #fff;
		padding: 5px 5px 5px 24px;
	}
	#gNav .gNav01 a, #gNav .gNav02 a, #gNav .gNav03 a, #gNav .gNav04 a, #gNav .gNav05 a, #gNav .gNav06 a, #gNav .gNav01 a:hover, #gNav .gNav01 .active, #gNav .gNav02 a:hover, #gNav .gNav02 .active, #gNav .gNav03 a:hover, #gNav .gNav03 .active, #gNav .gNav04 a:hover, #gNav .gNav04 .active, #gNav .gNav05 a:hover, #gNav .gNav05 .active, #gNav .gNav06 a:hover, #gNav .gNav06 .active {
		background-position: 10px center;
	}
	#gNav .gNav06 a {
		width: auto;
	}
	#gNav .sub {
		display: block !important;
		position: static;
		margin: 5px 0 0;
		padding: 0;
		opacity: 1 !important;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	#gNav .sub:before, #gNav .sub:after {
		content: none;
	}
	#gNav .subInner {
		width: auto;
		border: none;
		padding: 0;
		background: none;
	}
	#gNav .subInner li {
		margin: 0;
	}
	#gNav .subInner li a {
		color: #333;
		padding: 8px 8px 8px 0;
	}
	#gNav .gNav_sp {
		display: block;
		margin: 10px 0 0;
	}
	#gNav .gNav_sp> :first-child {
		margin-top: 0;
		border-top: none;
	}
	#gNav .gNav_sp li {
		border-top: 1px dotted #ddd;
		background: url(../images/icon/arrow01.png) 10px center no-repeat;
		padding-left: 24px;
		margin: 0;
	}
	#gNav .gNav_sp li a {
		background: none;
		color: #333;
		padding: 8px 8px 8px 0;
	}
	#gNav .gNav_close {
		display: block;
		margin: 20px 0 0;
	}
	#gNav .gNav_close a {
		display: block;
		background: #00C7B1;
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 8px;
		border-radius: 4px;
	}
	#gNav .gNav_close a:before {
		content: "";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin: 0 .5em 0 0;
	}
	#gSearch .inner {
		width: auto;
	}
	#gSearch .fontSize {
		display: none;
	}
	#gSearch .fontSize dt {
		border: 1px solid #94d4fa;
		font-weight: bold;
		font-size: 11px;
		float: left;
		width: 68px;
		text-align: center;
	}
	#gSearch .fontSize dd {
		float: left;
		border-right: 1px solid #94d4fa;
		font-size: 12px;
		padding: 0 12px;
	}
	#gSearch .fontSize .last {
		border-right: none;
	}
	#gSearch .fontSize a {
		display: block;
		text-decoration: none;
		color: #fff;
		width: 25px;
		text-align: center;
		line-height: 16px;
	}
	#gSearch .fontSize a.active, #gSearch .fontSize a:hover {
		background: #fff;
		color: #29a9f4;
	}
	#gSearch form {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 10px;
	}
	#gSearch form button {
		height: 31px;
		width: 60px;
		background: #00C7B1;
		display: block;
	}
	#gSearch form button:before {
		content: "";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #fff;
	}
	#gSearch form button img {
		display: none;
	}
	#gSearchWindow {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: auto;
		height: auto;
		border: none;
		padding: 7px 10px;
		color: #888;
		line-height: 1;
		text-align: left;
		border: 1px solid #00C7B1;
		border-right: none;
	}
	#gFooter01 {
		padding: 10px 0;
	}
	#gFooter01 ul {
		width: auto;
	}
	#gFooter01 ul li {
		display: block;
		margin: 0 10px;
	}
	#gFooter02 {
		display: none;
	}
	#gFooter02 ul {
		width: auto;
	}
	#gFooter03 {
		display: none;
		width: auto;
	}
	#gFooter03 .footerColumn {
		display: block;
	}
	#gFooter03 .footerColumn.footerColumn02 {
		width: auto;
	}
	#gFooter03 .footerColumn.footerColumn02 dl dd {
		width: auto;
	}
	#gFooter04 {
		padding: 10px;
	}
	#gFooter04 form {
		width: auto;
	}
	#footerSearch {
		width: calc(100% - 26px) !important;
		height: 24px !important;
	}
	#gFooter05 {
		width: auto;
		padding: 10px 0;
	}
	#gFooter05 .copyright {
		float: none;
		text-align: center;
		margin: 0;
		font-size: 8px;
	}
	#gFooter05 .footerLogo {
		float: none;
		display: none;
	}
	#contents {
		width: auto;
		padding: 0 10px 20px;
	}
	#contents section {
		margin: 30px 0 0;
		overflow: visible;
	}
	#contents section:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#main {
		width: auto;
		float: none;
	}
	#side {
		width: auto;
		float: none;
		margin: 30px 0 0;
	}
	.pageHeader {
		margin: 0 -10px;
		padding: 0 10px;
	}
	.pageHeader h2 {
		width: auto;
		margin: 0 auto 10px;
		font-size: 20px;
	}
	.pageHeader .pankuzu {
		width: auto;
	}
	.frame {
		padding: 10px;
	}
	.column2 {
		margin: 0;
	}
	#contents .column2 .frame {
		float: none;
		width: auto;
		margin: 20px 0 0;
	}
	.imgUnit .floatBox {
		float: none;
		text-align: center;
		margin: 0;
	}
	.imgUnit.imgUnit_f-right .floatBox {
		float: none;
		margin: 20px 0 0;
	}
	.recommendItem {
		width: auto;
		display: block;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		margin: 0 0 20px;
	}
	.recommendItem_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0;
	}
	.recommendItem_item {
		width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: block;
		border-width: 0 1px 1px 0;
	}
	.recommendItem a {
		padding: 5px;
	}
	.recommendItem dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.recommendItem dt {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-right: 5px;
	}
	.recommendItem dt img {
		max-height: 100%;
	}
	.recommendItem .recommendItemLink {
		text-align: left;
		padding-left: 8px;
		text-indent: -8px;
	}
	.recommendItem .recommendItemLink:before {
		margin-right: 2px;
	}
	.contactBtns {
		margin: 0;
	}
	.contactBtns> :first-child {
		margin-top: 0;
	}
	.contactBtns li {
		display: block;
		margin: 10px 0 0;
	}
	.productList .img {
		width: 80px;
		height: 80px;
		margin: 0 10px 0 0;
	}
	.productList .img img {
		max-width: 100%;
		max-height: 100%;
	}
	.productList .headLine5 {
		font-size: 14px;
	}
	.productList .headLine5 span {
		font-size: 16px;
	}
	.productList .headLine5 img {
		height: 20px;
	}
	.productList .icons li {
		height: 30px;
	}
	.js-tabContent {
		margin: 0 !important;
	}
	.js-tabContent> :first-child {
		margin-top: 0;
	}
	.editor .repair .step, #tinymce .repair .step {
		margin: 0;
	}
	.editor .repair .step> :first-child, #tinymce .repair .step> :first-child {
		margin-top: 0;
	}
	.editor .repair .step li, #tinymce .repair .step li {
		float: none;
		width: auto;
		margin: 20px 0 0;
		text-align: center;
	}
	.editor .repair .step figcaption, #tinymce .repair .step figcaption {
		text-align: left;
	}
	.editor .repair .listNone, #tinymce .repair .listNone {
		list-style-type: none;
		margin-left: 0;
		margin-top: 10px;
	}
	#mameWrapper {
		width: 280px;
		max-height: 500px;
		padding: 0;
	}
	.imgTxt {
		overflow: hidden;
	}
	.imgTxt_left, .imgTxt_right {
		float: none;
		margin: 0;
	}
	.imgTxt_body {
		overflow: hidden;
		margin: 10px 0 0;
	}
	#tinymce .imgTxt, .editor .imgTxt {
		overflow: hidden;
	}
	#tinymce .imgTxt_left, #tinymce .imgTxt_right, .editor .imgTxt_left, .editor .imgTxt_right {
		float: none;
		margin: 0;
	}
	#tinymce .imgTxt_body, .editor .imgTxt_body {
		overflow: hidden;
		margin: 10px 0 0;
	}
	.tableScroller {
		overflow-x: auto;
	}
	.tableScroller table {
		white-space: nowrap;
	}
	.formTable {
		border: none;
		display: block;
	}
	.formTable tbody {
		display: block;
	}
	.formTable tbody> :first-child {
		margin-top: 0;
	}
	.formTable tr {
		display: block;
		border: none;
		margin: 10px 0 0;
	}
	.formTable th, .formTable td {
		display: block;
	}
	.formTable td {
		margin: 5px 0 0;
	}
	.downloadTable th .icon, .downloadTable td .icon {
		width: 20px;
		display: inline-block;
	}
	.downloadTable .name {
		padding-right: 30px;
	}
	.downloadTable .dl {
		width: auto;
	}
	.downloadTable .dl a {
		text-decoration: none;
		display: block;
		width: 60px;
	}
	.btn_w-long {
		width: 100%;
	}
	.btn_w-middle {
		width: 100%;
	}
	.btn_w-short {
		width: 200px;
	}
	.btn_w-min {
		width: 100px;
	}
	.btn_w-max {
		width: 100%;
	}
	.btn_w-100p {
		display: block;
		width: 100%;
	}
	#cboxLoadedContent {
		padding: 10px;
	}
}

@media screen and (min-width: 737px) {
	.pc-hidden, .tab-only, .sp-only {
		display: none !important;
	}
}

