@charset "UTF-8";

/*/////////////////////////////
 base
 /////////////////////////////*/

body {
	width: 100%;
	text-align: left;
	background: none;
	line-height: 1.5;
	font-size: 13px;
	font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #464646;
}

/* clearfix 
 * ------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* pie */
.pie{
	position:relative;
}

/* img */
img {
  max-width: 100%;
  height: auto;
  outline: none;
  vertical-align: bottom;
  border: 0;
}

/* hr */
hr {
  padding: 0;
  margin: 0;
  border: none;
}