@charset "utf-8";

/*------------------------------------------------------*/
/* base.css */
/*------------------------------------------------------*/
html {
   overflow-y: scroll;
   color: #3E3A39;
   background: #fff;
}
body {
   margin: 0;
   padding: 0;
   line-height:0;
   font: 12px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   background: #fff;
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {
   font-size: 100%;
   font-weight: normal;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}
select, input, button, textarea {
   font: 99% ;
  *font-size: 100%;
}
table {
   border-collapse: collapse;
   border-spacing :0;
   font-size: inherit;
   font: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
   font-style: normal;
   font-weight: normal;
}
pre, code, kbd, samp, tt {
   font-family: monospace;
  *font-size: 108%;
   line-height: 100%;
}
abbr, acronym {
   border: 0;
   font-variant: normal;
}
ol, ul { list-style: none; }
caption, th { text-align: left; }
fieldset, img { border: 0; }
legend { color: #000; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
q:before, q:after { content: ''; }
a{ outline:none; }

img{
	vertical-align:bottom;
	font-size:0;
	line-height:0;
}
a {
	color:#172A88;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/*------------------------------------------------------*/
/* clearfix */
/*------------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0px;
	font-size: 0em;
	line-height: 0;
	clear: both;
}
/* IS IE7 */
*:first-child+html .clearfix {  display: inline-block; zoom: 1; }
/* IS IE6 */
* html .clearfix {  zoom: 1; }
