@charset "utf-8";

/* 初期リセット */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acr.exm, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, Link,
table, tbody, thead, tr, th, td, tfoot {
	margin: 0;
	padding: 0;
	font-style: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/*	HTML5*/
header,article,aside,section,footer,nav{
	display: block;
}
* {
	letter-spacing: 0;
}
ul {
	list-style: none;
}
html,
body {   
	font-family: "Noto Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
	line-height: 1.8;
	background:#fff;
	color: #000;
	cursor: auto;
}

/*iPhoneなど input要素のボタンにCSSが効かない時の対処方法*/
input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
	cursor: pointer;
}
.clear{clear:both;}


/* MARGIN・PADDING設定
----------------------------------*/
.mgT00 { margin-top: 0px !important;}
.mgT05 { margin-top: 5px !important;}
.mgT10 { margin-top: 10px !important;}
.mgT15 { margin-top: 15px !important;}
.mgT20 { margin-top: 20px !important;}
.mgT25 { margin-top: 25px !important;}
.mgT30 { margin-top: 30px !important;}
.mgT40 { margin-top: 40px !important;}
.mgT50 { margin-top: 50px !important;}
.mgT100 { margin-top: 100px !important;}
.mgT150 { margin-top: 150px !important;}
.mgB00 { margin-bottom: 0px !important;}
.mgB05 { margin-bottom: 5px !important;}
.mgB10 { margin-bottom: 10px!important;}
.mgB20 { margin-bottom: 20px!important;}
.mgB30 { margin-bottom: 30px!important;}
.mgB50 { margin-bottom: 50px!important;}
.mgB100 { margin-bottom: 100px !important;}

.bold{font-weight: bold!important;}
.backNone{background: #ffffff!important;}