@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;
}
.uk-table th {
    vertical-align: middle;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------------------
	RESET
==========================================================================================*/

#sections .sectionContents.container{
	max-width: 100%;
	padding:0;
}

#GrlWrap {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
	text-align: left;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
}
#GrlWrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.imgrp img{
	width:100%;
	height: auto;
}
/* ----------------------------------------------------------------------------------------
	共通エリア設定
==========================================================================================*/
.uk-container {
	margin: 0 auto 0px;
	max-width: 975px;
    box-sizing: content-box;
	padding:0;
}
.uk-section {
	padding-top: 30px;
	padding-bottom: 30px;
}



/* ----------------------------------------------------------------------------------------
	共通モジュール設定
==========================================================================================*/

/*回り込みクリア*******************/
.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;
}

/*======================================================================================================================================
	for smnartphone
======================================================================================================================================*/
@media screen and (max-width:768px) {

.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;
}
}
