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,figcaption,aside {
	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;
}
ol, ul, li {
	list-style: none;
}
th {
	font-weight: normal;
}
html {
	 font-size:62.5%;
	 height:100%;
}
body {
	font-family: 'Noto Sans',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, sans-serif;
	font-feature-settings : "palt";
	font-size-adjust: none;
	font-size: 14px;
	line-height:1.9em;
	color: #000;
	text-align:left;
	height:100%;
	min-width:960px;
}
::selection {
	background: #FFFF33;
}
::-moz-selection {
	background: #FFFF33;
}
img {
	border: none;
	vertical-align:bottom;
}
a,a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #555;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}

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

.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;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb60{ margin-bottom:60px !important;}
.mb70{ margin-bottom:70px !important;}
.mb80{ margin-bottom:80px !important;}
.mb90{ margin-bottom:90px !important;}
.mb100{ margin-bottom:100px !important;}
.mb110{ margin-bottom:110px !important;}
.mb120{ margin-bottom:120px !important;}
.mb130{ margin-bottom:130px !important;}
.mb140{ margin-bottom:140px !important;}
.mb150{ margin-bottom:150px !important;}




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

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

.float-l{ float:left; !important;}
.float-r{ float:right; !important;}



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

a:hover img{ filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}


/* +++++++++++++++++++++++++　共通リンク */


/* +++++++++++++++++++++++++　色変え文字 */

.attention-color{
	color:#ff0000;
}

/* +++++++++++++++++++++++++ float全て解除 */

.clear-all{
	clear:both;
}

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

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

