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,section,nav {
	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%;
}
/* ※Yu Gothic用おまじない */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-feature-settings : "palt";
	font-size-adjust: none;
	font-size: 14px;
	line-height:1.8em;
	color: #222;
	text-align:left;
	height:100%;
	min-width:960px;
	padding-top:47px;
}
img {
	border: none;
	vertical-align:bottom;
}
a,a:link {
	color: #0F8D91;
	text-decoration: underline;
}
a:visited {
	color: #0F8D91;
	text-decoration: underline;
}
a:hover {
	color: #1FB0BC;
	text-decoration: none;
}
a:active {
	color: #0F8D91;
	text-decoration: underline;
}

/* +++++++++++++++++++++++++　空き設定 */

.m-b0{ margin-bottom:0px !important;}
.m-b5{ margin-bottom:5px !important;}
.m-b7{ margin-bottom:7px !important;}
.m-b10{ margin-bottom:10px !important;}
.m-b15{ margin-bottom:15px !important;}
.m-b20{ margin-bottom:20px !important;}
.m-b25{ margin-bottom:25px !important;}
.m-b30{ margin-bottom:30px !important;}
.m-b40{ margin-bottom:40px !important;}
.m-b50{ margin-bottom:50px !important;}
.m-b60{ margin-bottom:60px !important;}
.m-b70{ margin-bottom:70px !important;}
.m-b80{ margin-bottom:80px !important;}
.m-b90{ margin-bottom:90px !important;}
.m-b100{ margin-bottom:100px !important;}


/* +++++++++++++++++++++++++　空き設定2 */

.mb-1em{ margin-bottom:1em !important;}
.mb-2em{ margin-bottom:2em !important;}
.mb-3em{ margin-bottom:3em !important;}
.mb-4em{ margin-bottom:4em !important;}
.mb-5em{ margin-bottom:5em !important;}
.mb-6em{ margin-bottom:6em !important;}
.mb-7em{ margin-bottom:7em !important;}
.mb-8em{ margin-bottom:8em !important;}
.mb-9em{ margin-bottom:9em !important;}
.mb-10em{ margin-bottom:10em !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 img{ 
	-webkit-transition: all .4s;
	transition: all .4s;
}
a:hover img{ filter: alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; }


/* +++++++++++++++++++++++++　共通リンク */

.link-icon a{
	padding-left:10px;
	background: url(../img/common/icon02.gif) no-repeat left center;
}

/* +++++++++++++++++++++++++　色変え文字 */

.attention-color{
	color:#ff0000;
}

/* +++++++++++++++++++++++++ float全て解除 */

.clear-all{
	clear:both;
}

/* +++++++++++++++++++++++++　clearfix */

.clearfix:after{content:".";display:block;height:0px;clear:both;visibility:hidden; overflow:hidden;}
