@charset "utf-8";



/*--------------------------------*/


   /*basic_style*/


/*--------------------------------*/





* {
	margin: 0px;
	padding: 0px;
}



body {
	background: #fff;
	color: #505050;
	font-size: 12px;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*----------以下追加---------------*/
p{
   font-size:14px;
   line-height:160%;
   letter-spacing:0.1em;

}

a:link {
	color: #505050;
	text-decoration: none;
}


a:visited  {
	color: #505050;
	text-decoration: none;
}


a:hover {
	color: #c33329;
	text-decoration: none;
}


a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}




h1,h2,h3,h4,h5,h6 {
	font-size: 10px;
	font-weight: normal;
	line-height: 180%;
}


li {
	list-style-type: none;
}


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

.clearfix {
  min-height: 1px;
}
/*-----------------------調整--追加----------------------*/
.left20{
  padding-left:20px;

}
.left{
  float: left;
  padding: 10px 10px 10px 0;
}
.right{
  float: right;
  padding: 0 0 10px 10px;
}
.mb20{
   margin-bottom: 20px;
}
.pb10{
   padding-bottom: 10px;
   }
 


