@charset "UTF-8";

/**************************************************************************************************

BODY

**************************************************************************************************/

body{
-webkit-text-size-adjust: none;
font-family:'Avenir','Corbel',"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
line-height:1.5em;
background:#fff;
font-weight: 500;
width:100%;
}






/**************************************************************************************************

WRAPPER

**************************************************************************************************/

div#wrapper {
	margin: 0 auto;
	width:100%;
}








/**************************************************************************************************

FLOAT

**************************************************************************************************/

.floatR{
float:right;
margin:0 0 10px 20px;
}

.floatL{
float:left;
margin:0 20px 10px 0;
}



/**************************************************************************************************

CLEAR

**************************************************************************************************/

.clear {
clear:both;
}

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

.clearfix {
  min-height: 1px;
}

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