@charset "UTF-8";
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figurecaption{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}
sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

header,
footer,
main,
nav,
article,
aside,
section{
	display: block;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
 clear: both content: "";
	clear: both;
	display: block;
}
.clearfix {
	zoom: 1
} 
.clear {
	clear: both;
}
/* For IE 6/7 */
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
main, div, dl, dt, dd {
	margin: 0;
	padding: 0;
}
/*上下付き文字調整*/
sup,sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
	font-size:70%;   
}
 sup {
    bottom: 1ex;
}
 sub {
    top: .5ex;
}
/*IE用svg設定[親要素のサイズ指定を継承]*/
img[src$=".svg"] {
    width: 100%;
}
/*単語内での改行を禁止*/
.word_block{
display: inline-block!important;
}
/*Firefox用 リンク要素*/
a {
	outline: none;
}
a:focus{
	outline: none;
}


