@charset "utf-8"; /* ----------------------------------------------------------- CSS Information File name : default.css [index] 1.Reset 2.Base 3.Link 4.font-size 5.Clear ----------------------------------------------------------- */ /* 1= Reset ----------------------------------------------------*/ html {} body { margin:0; padding:0; *font-size: small; *font: x-small; -webkit-text-size-adjust: none; } option{ padding-top: 2px; padding-right: 7px; padding-bottom: 2px; } * { margin: 0px; padding: 0px; font-size: 100%; font-weight: normal; font-style: normal; } div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,select,input,textarea,p,blockquote,th,td { margin: 0px; padding: 0px; } h1,h2,h3,h4,h5,h6 { font-size: 100%; } address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; } caption,th { text-align: left; } q:before,q:after { content: ''; } object, embed { vertical-align: top; } hr,legend { display: none; } img,abbr,acronym,fieldset { border: 0pt; } li { list-style-type: none; } p { margin-bottom: 1em; } div img, p img { vertical-align: bottom; } /* 2= Base ----------------------------------------------------*/ body{color: #434343; font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS Pゴシック','メイリオ',Meiryo,sans-serif; line-height: 1.6em;} *html body{text-align:center;} /* 3= Link ----------------------------------------------------*/ a{ text-decoration:underline; color:#434343; overflow:hidden; outline:none; *cursor:pointer;} a:link{ color:#434343;} a:visited{color:#434343;} a:hover{ color:#bbbbbb; text-decoration:underline;} a:active {text-decoration:none;} /* 4= font-size ---------------------------------------------------- px % 10 77 11 85 12 92 13 100 14 107 15 114 16 122 17 129 18 136 19 144 20 152 ----------------------------------------------------*/ /* 5= clearFix ----------------------------------------------------*/ .clearFix:after { content: "."; clear: both; height: 0; display: block; visibility: hidden; overflow:hidden; font-size:0.1em; line-height:0; } .clearFix { display: inline-block; min-height: 1%; /* for IE 7*/ } /* Hides from IE-mac \*/ * html .clearFix { height: 1%; } .clearFix { display: block; } /* End hides from IE-mac \*/