﻿@charset "utf-8";
:root {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }
  
/*--- reset */
html,body {
	margin:0;
    padding:0;
    height:100%;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.loadingWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.loadingWrap img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
html,body {
	min-height: 1500px;
	}
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	/*font-size: 100%;*/
}
img{
  vertical-align:bottom;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background:#fff;
	color: #5e513e;
	/*font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:15px;
	line-height: 1.6;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*---
10px｜71.4%
11px｜78.6%
12px｜85.7%
13px｜93%
14px｜100%
15px｜107%
16px｜114.3%
17px｜121.4%
18px｜128.6%
19px｜135.7%
20px｜143%
21px｜150%
22px｜157%
23px｜164%
24px｜172%
25px｜178.6%
26px｜185.7%
*/

a:link {
	color: #333;
	text-decoration:none;
	}

/*---
a:visited {
	color: #333333;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}
a:active {
	color: #333333;
	}
*/

.centerize {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.rightBox {
	float: right;
	}

.leftBox {
	float: left;
	}

img.centerize {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.clear {
	clear: both;
}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb0 {margin-bottom: 0px !important;}


.bold {font-weight: bold !important;}

.noline {border: none !important;}

.f-mincho {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
