@charset "utf-8";


html,
body{
	font-family:'Lucida Grande', SourceHanSansJP-Regular, YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	position:relative;
	font-size:14px;
	line-height:180%;
	color:#404040;
	font-weight:500;
	text-align:center;
	-webkit-text-size-adjust:100%;
	min-width:1160px;
	background:#FFF;
	overflow-wrap:break-word !important;
	word-wrap:break-word !important;
}
/* Hack for IE11 */
@media all and (-ms-high-contrast:none){
	body{
		font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
/*
		font-family:"游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
*/
		}
}

.size90{font-size:0.9em; line-height:160%;}
.size85{font-size:0.85em; line-height:160%;}
.size80{font-size:0.8em; line-height:160%;}

a.tel-link{
	color:#404040;
	text-decoration:none;
	pointer-events:none;
}

img{border:none; display:block;}
a img{border:none;}

.left{float:left; display:inline; margin-right:20px;}

.alignleft{float:left; display:inline; padding-right:20px; margin-bottom:30px;}
.alignright{float:right; display:block; padding-left:20px; margin-bottom:30px;}
.aligncenter{text-align:center; margin:0 auto 30px auto; display:block;}

.right{float:right; display:inline; margin-left:20px;}

.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}

.clear{clear:both; display:block;}

li{list-style:none;}


/* basic layout
++++++++++++++++++++++++++++++*/
#top{display:none;}

section{
	position:relative;
	width:1020px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
}
section.index-section{
//	padding:30px 0 100px 0;
	padding:30px 0 30px 0;
	text-align:center;
	}


hr{
	width:1020px; height:1px;
	margin:0 auto 30px auto;
	border:none;
	border-top:1px dotted #999;
	}


section p{
	margin:0 0 30px 0;
}

section h2{
	position:relative;
	font-size:22px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 0 30px 0;
	}

section h3{
	font-size:15px;
	margin:0 0 5px 0;
	}


span.pc-block{display:block !important;}
span.pc-none{display:none !important;}



/* initialize
++++++++++++++++++++++++++++++*/
*{margin:0; padding:0; font-style:normal;}

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



/* clearfix
++++++++++++++++++++++++++++++*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}

.clearfix{display:inline-block;}

/* Hides from IE-mac */
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hides from IE-mac */
