@charset "utf-8";

/*reset*/
* {margin: 0;padding: 0;font-size: inherit;line-height: inherit;font-weight: normal;font-style: normal;text-align: left;}
html {color:#444;background:none;font-size:100%;line-height:1em;}
table {border-collapse:separate;border-spacing:0;}
fieldset {border: none;}
img {vertical-align:top;border: none;}

/*default*/
/* * {font-size:14px;line-height:160%;} */ kasahara
* {font-size:14px;line-height:100%;}
body{color:#1a1a1a;background:#fff;font-family:sans-serif;}
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;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
li{list-style:none;line-height:1;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
fieldset,abbr,acronym,img{border:none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
abbr,acronym{cursor:help;}
hr {display: none;}
a{color: #fff;}
a:hover{color: #fff;text-decoration: none;}
::selection {
background: #ffc700;/* 背景色*/
color:#999;/* 文字色*/
}
/* Firefox対応*/
::-moz-selection {
background: #ffc700;/* 背景色*/
color:#999;/* 文字色*/
}

/*abbr,acronym{border:0;font-variant:normal;}*/
/*
del,ins{text-decoration:none;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
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%;}
legend{color:#000;}*/



/*clearfix*/
.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  line-height:0;
  font-size: 0.1em;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*clearfix_end*/


