@charset "UTF-8";

/*-------------------------------------------------------------------
Font-size Adjustment
http://developer.yahoo.com/yui/fonts/
---------------------------------------------------------------------
10px   77%
11px   85%
12px   93%
13px  100%
14px  108%
15px  116%
16px  123.1%
17px  131%
18px  138.5%
19px  146.5%
20px  153.9%
21px  161.6%
22px  167%
23px  174%
24px  182%
25px  189%
26px  197%
*/


html {
	overflow-y: scroll;
	height:100%;
}
body{
    height:100%;
}
@media screen and (max-device-width: 480px) {
body {
-webkit-text-size-adjust: none; /* iPhone */
}
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="image"],
textarea {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance:none;
}
}
@media screen and (max-device-width: 1024px) {
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="image"],
textarea {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance:none;
}
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: left;
	font-size:13px;
	*font-size: medium;
	font-size: small\9;
}

input,
select,
textarea {
		font-size:100%;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}