/*
base.css
Copyright (C) 2016 Passrevo Corporation. All Rights Reserved.
Copyright (C) 2016 Yahoo Japan Corporation. All Rights Reserved.
*/

@charset "utf-8";

/* デフォルト */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a{ outline:none;text-decoration:none; }

a:link{
	color:#cc0001;
}
a:visited{
	color:#cc0001;
}
a:hover{
	color:#cc0001;
	text-decoration:none;
}
a:active{
	color:#cc0001;
	text-decoration:none;
}

fieldset{
	border:none;
}

#wrapper { width: 100%; }
