@charset "utf-8";

@import url(initialize.css);
@import url(clearfix.css);

body{
	font-family:'Lucida Grande', SourceHanSansJP-Regular, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
/*
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
*/
	color:#402000;
	font-size:14px;
	line-height:180%;
	font-weight:500;
	text-align:center;
	background:#F6F2EC;
	min-width:1160px;
	overflow-wrap:break-word !important;
	word-wrap:break-word !important;
}

a{color:#006DD9; text-decoration:none;}
a:hover{color:#402000; text-decoration:underline;}

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

.page-break{page-break-before:always;}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.size90{font-size:90%; line-height:160%;}
.size85{font-size:85%; line-height:160%;}
.size80{font-size:80%; line-height:160%;}

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

.aligncenter{
	display:block;
	margin:0 auto;
	}
.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}

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

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.mt-10{margin-top:-10px !important;}
.mt-15{margin-top:-15px !important;}
.mt-20{margin-top:-20px !important;}
.mt-25{margin-top:-25px !important;}
.mt-30{margin-top:-30px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
