@charset "UTF-8";
/*clearfix*/
.cf:before,
.cf:after {
  content:"";
  display: table;
}
.cf:after {
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom:1;
}
/*clearfixここまで*/
.p-box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.p-box_left {
	float: left;
	width: 40%;
	text-align: center;
}
.p-box_in {
	width: 10%;
	float: left;
	margin-left: 5%;
	text-align: center;
	padding-top: 80px;
}
.p-box_right {
	width: 40%;
	float: right;
	text-align: center;
}
