@charset "utf-8";
/* ------------------------------------------

 		[   reset   ] 

------------------------------------------ */
img {	border:none;}
img { -ms-interpolation-mode: bicubic; }
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;
}
p,blockquote {
	margin-top:0;
	margin-bottom:0;
}
strong,em { font-weight:normal;}
sup { vertical-align:top;}
sub { vertical-align:bottom;}

/* ------------------------------------------

 		[   link   ] 

------------------------------------------ */
a:link,
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#787878;
	text-decoration:none;
}
.path a:link,
.path a:visited {
	color:#0066CC;
}

/* ------------------------------------------

 		[   for iPhone,iPod touch   ] 

------------------------------------------ */

body {
	 -webkit-text-size-adjust: 100%;
}
/* ------------------------------------------

 		[   font-size   ] 

------------------------------------------ */
body{ font-size: 85% }
html>body{ font-size: 13px }
*:first-child+html body{ font-size:85% }
html>/**/body {font-size /*\**/:85%\9 }

/* ------------------------------------------

 		[	input / textarea   ] 

------------------------------------------ */

input[type="text"],
input[type="password"],
textarea {
	padding:1px;
	border: solid 1px #999;
	background-color:#fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: solid 1px #999;
	background-color:#FFFFE8;
} 


/* -------------- clearfix -------------- */

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