@charset "UTF-8";

/* -----------------
 HTML5 Reset
-------------------- */

article, aside, dialog, figure, footer, header,hgroup, menu, nav, section{
	display: block;
	text-align:justify;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,l,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	line-height: 0;	
	margin:0;
	padding:0
}

/* -----------------
 font
-------------------- */

* {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ming {
	font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN W3",HiraMinProN-W3,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝体","YuMincho","游明朝","Yu Mincho","Noto Serif JP","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* -----------------
 text
-------------------- */

p{
	margin:0;
	padding:0;
}

.nowrap{
	white-space:nowrap;
}

/* -----------------
 img
-------------------- */

img{
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

/* -----------------
 other
-------------------- */

.align-left{
	text-align:left !important;
}
.align-center{
	text-align:center !important;
}
.align-right{
	text-align:right !important;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
