@charset "utf-8";
/* ------------------------------------------
 		[   reset   ] 
------------------------------------------ */
img {border:none; vertical-align:bottom;}
ul,li,ol,dl,dt,dd {	list-style-type:none;margin:0;padding:0;}
ul img,dl img,ol img { vertical-align:bottom;}
table {}
th,td {vertical-align:top;}
h1,h2,h3,h4,h5,h6 {	margin-top:0;margin-bottom:0; font-size:100%;}
p,blockquote {margin-top:0;margin-bottom:0;}
strong,em { font-weight:normal;}
sup { vertical-align:top;}
sub { vertical-align:bottom;}

/* ------------------------------------------
 		[   for iPhone,iPod touch   ] 
------------------------------------------ */
-webkit-text-size-adjust: 100%;
/* ------------------------------------------
 		[   font-size   ] 
------------------------------------------ */
body{ font-size: 100% }
html>body{ font-size: 16px }
*:first-child+html body{ font-size:100% }
html>/**/body {font-size /*\**/:100%\9 }

/* ------------------------------------------
 		[	input / textarea   ] 
------------------------------------------ */
input[type="text"],
input[type="password"],
textarea {
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
} 
/* -------------- clearfix -------------- */

.clearfix:after,
.section:after,
.localNav:after,
.path:after  {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix,
.section,
.localNav,
.path  {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix ,
* html .section,
* html .localNav,
* html .path { height: 1%; }
.clearfix,
.section,
.localNav,
.path { display: block; }
/* End hide from IE-mac */
