html, body, div, span, applet, object,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure,nav,header {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
	box-sizing: border-box;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
input, select, textarea {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
ol, ul, li {
	list-style: none;
}
th {
	font-weight: normal;
}
html {
	height:100%;
	font-size:62.5%;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: "Yu Gothic", YuGothic;
}
body {
	height:100%;
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
	font-size-adjust: none;
	font-size:16px;
	line-height:1.8em;
	color: #000;
	text-align:left;
	font-feature-settings : "palt";
}
img {
	width:100%;
	border: none;
	vertical-align:bottom;
}
svg {
	vertical-align:bottom;
}

img.width-auto {
	width: auto;
}
a,a:link {
	color: #45B5F1;
}
a:visited {
	color: #45B5F1;
}
a:hover {
	color: #45B5F1;
	text-decoration:none;
}
a:active {
	color: #45B5F1;
}

/* +++++++++++++++++++++++++　空き設定 */

.m-b1em{ margin-bottom:1em !important;}
.m-b2em{ margin-bottom:2em !important;}
.m-b3em{ margin-bottom:3em !important;}
.m-b4em{ margin-bottom:4em !important;}
.m-b5em{ margin-bottom:5em !important;}
.m-b6em{ margin-bottom:6em !important;}
.m-b7em{ margin-bottom:7em !important;}

.m-t1em{ margin-top:1em !important;}
.m-t2em{ margin-top:2em !important;}
.m-t3em{ margin-top:3em !important;}
.m-t4em{ margin-top:4em !important;}
.m-t5em{ margin-top:5em !important;}

/* +++++++++++++++++++++++++　float */

.fl_l {
	float:left;
}
.fl_r {
	float:right;
}
.clear-all{
	clear:both;
}

/* +++++++++++++++++++++++++　テキスト揃え */

.t-al{ text-align:left !important;}
.t-ac{ text-align:center !important;}
.t-ar{ text-align:right !important;}

/* +++++++++++++++++++++++++　テキストカラー */

.red { color: #FF0000;}

/* +++++++++++++++++++++++++　画像ロールオーバー */

a{
	-webkit-transition: all .4s;
	transition: all .4s;
}
a:hover{ filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; }

/* +++++++++++++++++++++++++　clearfix */

.clearfix:after{content:".";display:block;height:0px;clear:both;visibility:hidden; overflow:hidden;}


/* ++++++　・付き通常リスト */

.base-list{
	padding-left:25px;
}
.base-list li{
	list-style-type: disc;
}

/* ++++++　数字付き通常リスト */

.base-list-no{
	padding-left:25px;
}
.base-list-no li{
	list-style-type: decimal;
}


/* ++++++　文字調整 */

.big-txt{
	font-size:1.5em;
	
}
