@charset "utf-8";
  @import url(reset-min1.css);
  @import url(font1.css);
  @import url(sub1.css);
/* -------------------------------------------------------------------
 基本設宁E
------------------------------------------------------------------- */

* {
  margin: 0px;
  padding: 0px;
}
/* 基本フォンチE-------------------- */

body,td,th,h1,h2,h3,h4,h5,h6 {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'EE EゴシチE',sans-serif;
  color: #323232;
}
body{
  font:13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size:small;
  *font:x-small;
}
select,input,button,textarea,button{
  font:99% arial,helvetica,clean,sans-serif;
}
table{
  font-size:inherit;
  font:100%;
}
pre,code,kbd,samp,tt{
  font-family:monospace;
  *font-size:108%;
  line-height:100%;
}
/* 基本タグ -------------------- */





/* 基本チEストリンク -------------------- */


/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

br.clr /* チEト用 */ {
  clear: both;
  font-size: 0px;
  line-height: 0px;
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
}
/*\*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
/**/


h2 {
  font-weight: normal;
  font-size: 0.7em;
  line-height: 1.5em ;
}
span.bigger{
  font-size: 1.7em;
}


