@charset "UTF-8";
/*======================================================================================================================================
 CSS information
 file name  : default.css
 style info : 共通設定・共通モジュール
======================================================================================================================================*/

/* ----------------------------------------------------------------------------------------
	UL-KIT RESET
==========================================================================================*/
* {
	margin: 0;
	padding: 0;
	font-family: ;
"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #333;
	text-transform: none;
	font-size: 1em;
}

.uk-table th {
	vertical-align: middle;
	font-weight: bold;
}
/*
.uk-lightbox {
	background: rgba(255,255,255,0.8) !important;
}
*/
/* ----------------------------------------------------------------------------------------
	RESET
==========================================================================================*/

#sections .sectionContents.container {
	max-width: 100%;
	padding: 0;
}


#GrlWrap.caption, th {
	text-align: left;
}

#GrlWrap.table {
	font-size: inherit;
	font: 100%;
}

#GrlWrap a {
	outline: none;
	/*\*/
	overflow: hidden; /**/
}

.imgrp img {
	width: 100%;
	height: auto;
}

/* ----------------------------------------------------------------------------------------
	共通エリア設定
==========================================================================================*/
.uk-container {
	margin: 0 auto;
	max-width: 975px;
	box-sizing: content-box;
	padding: 0;
}

.uk-section {

}

div.sectCtsArea {
	margin: 0 auto 0px;
	max-width: 975px;
}

div.sectCtsArea:after {
	content: "";
	display: block;
	clear: both;
}

div.sectCtsArea > div.cts:after {
	content: "";
	display: block;
	clear: both;
}

div.sectCtsArea div.sectCtsHead {
	margin-bottom: 1em;
}

div.sectCtsArea div.sectCtsHead:after {
	content: "";
	display: block;
	clear: both;
}

/* ----------------------------------------------------------------------------------------
	共通モジュール設定
==========================================================================================*/

/*回り込みクリア*******************/
.clear {
	clear: both;
}

/*clearfix*******************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

.alr {
	float: right;
	margin-left: 15px;
}

.all {
	margin-right: 15px;
	float: left;
}

.alc {
	text-align: center;
}

/* メガネ型のG*******************/
.meganeG {
	font-family: 'Alike', serif, Arial, Helvetica, sans-serif;
}
.uk-modal-body {
	padding: 10px;
}
.uk-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 760px;
	max-width: calc(100% - 0.01px) !important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: 0.3s linear;
	transition-property: opacity, transform;
}
/*======================================================================================================================================
	for smnartphone
======================================================================================================================================*/
@media screen and (max-width: 768px) {
	#GrlWrap img {

	}

	.uk-section {
		border-top: none;
	}

	/* ----------------------------------------------------------------------------------------
		共通エリア設定
	==========================================================================================*/
	div.sectCtsArea {
		margin: 0 auto 2em;
		padding: 0 10px;
		width: 100%;
		position: relative;
	}

	div.sectCtsArea:after {
		content: "";
		display: block;
		clear: both;
	}

	div.sectCtsArea div.sectCtsHead {
		margin-bottom: 1em;
		padding-top: .5em;

	}

	div.sectCtsArea div.sectCtsHead:after {
		content: "";
		display: block;
		clear: both;
	}
}
