@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;
}

div img,
p img {
	vertical-align: bottom;
}

p{
	background-image:url(../img/common/android_bug.gif);/* Android txt bug */
}

/* 2= Base
----------------------------------------------------*/
body{font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; line-height: 1.6em;}
*html body{text-align:center;}
/** {font:13px/1.6em "ＭＳ Ｐ明朝",arial,helvetica,clean,sans-serif;}*/
/** + {font:13px "ＭＳ Ｐ明朝",arial,helvetica,clean,sans-serif;}*/
	
/* 3= Link
----------------------------------------------------*/
a{ text-decoration:none; color:#333333; overflow:hidden; outline:none; *cursor:pointer; /*display:block;*/}
a:link{	color:#333333;}
a:visited{color:#333333;}
a:hover{ color:#666666; 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 \*/