@charset "utf-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section,main { 
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  font-weight: 500;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #222;
  word-break: break-all;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	background-color: #fff;
}
.mincho{font-family:"Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}
img{
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
a{
  text-decoration: none;
  color: #121212;
  transition: color .5s;
  outline: none;
}
a:hover{
	color: #00ada8;
}
a:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
ul li {
  list-style: none;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.font10{
	font-size: 10px !important;
}
.font11{
	font-size: 11px !important;
}
.font12{
	font-size: 12px !important;
}
.font13{
	font-size: 13px !important;
}
.font14{
	font-size: 14px !important;
}
.font15{
	font-size: 15px !important;
}
.font16{
	font-size: 16px !important;
}
.font17{
	font-size: 17px !important;
}
.font18{
	font-size: 18px !important;
}
.font19{
	font-size: 19px !important;
}
.font20{
	font-size: 20px !important;
}
.font22{
	font-size: 22px !important;
}
.font24{
	font-size: 24px !important;
}
.font28{
	font-size: 28px !important;
}
.font30{
	font-size: 30px !important;
}
.font40{
	font-size: 40px !important;
}
.bold{
	font-weight: bold !important;
}
.red{
	color: #e70000 !important;
}
.clear{
	clear: both;
}

body .single-main{
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic",sans-serif;
}