@charset "utf-8";
/* CSS Document */

/*reset_css//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////*/
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,table,th,tr,td,pre,form,textarea,fieldset,input,select,address,iframe {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
img{vertical-align:bottom; line-hegiht:0;}
ol,ul{list-style:none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var{font-weight:normal; font-style:normal;}
caption,th{text-align:left;}
abbr,acronym{border:0;}
/* hタグのフォントサイズはサイトに合わせて好みで。 */
h2{font-size:130%;}
h3{font-size:120%;}
h4{font-size:110%;}

img{max-width: 100%;}

/*clearfix_css//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////*/
.clearfix {zoom:1;overflow: hidden;}

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
