@charset "utf-8";

/*
 contact [
----------------------------------------------------------- */

#contents_inner {
	color: #494949;
}

#contents_inner h2 {
	font-size: 150%;
	font-weight: bold;
	padding:10px 0 0.5em 10px;
	border-left: 10px solid #444;
	border-right: 2px solid #444;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
}
#contents_inner ul {
	width: 860px;
	margin: 0 auto 23px;
}

#contents_inner ul .saiyo {
	float: left;
	width: 400px;
}
#contents_inner ul .other {
	float: right;
	width: 400px;
}

#contents_inner ul li h3 {
	font-size: 140%;
	font-weight: bold;
	color: #444;
	padding: 5px 0 5px 0px;
	margin-top: 20px;
	border-bottom: 2px solid #444; 
}

#contents_inner ul li p {
	font-size: 130%;
	margin: 0px 0 10px 0;
	padding: 10px 0 10px;
}




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

.clearfix {
  min-height: 1px;
}

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