/****************************************************************************************************/
/*
/*　ブラウザスタイルをリセットする（※基本的に編集しない）
/*
/****************************************************************************************************/

/*body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,tdタグのマージン、パディングを0pxにする*/
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

/*tableタグのcellspacingとcellpaddingを0pxにする*/
table{
	border-collapse:collapse;   
	border-spacing:0px;   
}

/*javascriptのfieldsetタグとimg(aタグ内のimg)、abbr,acronymタグに表示されるボーダーを0pxにする*/
fieldset,img,abbr,acronym  {
	border:0px;   
}  

/*address,caption,cite,code,dfn,em,strong,th,varタグのfontスタイルを通常にする*/
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;   
}   

/*ol,ulタグのリストスタイル（アローやマージンなど）を無くす*/
ol,ul,li {
	list-style:none; 
	padding:0px;
	margin:0px;  
}

/*caption,thタグを左に寄せる*/
caption,th {
	text-align:left;   
}

/*hタグの表示を通常のテキストと同じにする*/
h2,h3,h4,h5,h5,h6 {
	font-size:100%;   
	font-weight:normal;
}   

/*qタグの前後にキーワードを配置しない*/
q:before,q:after {
	content:'';
}
