.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End from IE-mac \*/
#frame {
	width: 760px;
	margin: 25px 20px 30px 20px;
	text-align:center;
}

#purin_mottirinko h3{
	margin:0 0 20px 0;
	clear: both;
	}

div.concept{
	width:720px;
	text-align:left;
	margin:0 auto 20px auto;
	background-color: #FFFFFF;
	color:#333;
	}

div.concept .concept_L{
	width:480px;
	float:left;
}
div.concept .concept_R{
	width:210px;
	float:right;
}
div.prBox{
	width:720px;
	margin:0 auto;
	}
div.prBox h3{
	text-align:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	}
div.prBox table.detail_box{
	width:263px;
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
	margin-left: 40px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #bb7b00;
	border-left-color: #bb7b00;
	}
div.prBox table.mgl{
	margin-left: 208px;
}
div.prBox table.detail_box th,
div.prBox table.detail_box td{
	text-align:left;
	padding:5px;
	color:#666666;
	font-size:12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bb7b00;
	border-bottom-color: #bb7b00;
	}

div.prBox table.detail_box th{
	width:79px;
	background-color: #f1e5cb;
	}
div.prBox table.detail_box th.first{ padding: 15px 5px 13px;}
div.prBox table.detail_box td{
	text-align:center;
	}

div.prBox table.detail_box td.single{
	}
div.prBox div.prPhoto{
	width:493px;
	padding: 0;
	margin:0 80px 10px 140px;
	}

div.prBox div.prPhotoL{
	float:left;
	margin-left: 20px;
	}

div.prBox div.prPhotoR{
	float:right;
	}


div.clear{
	clear:both;
	}


/* 開発者の声 */
#voice {
	height: 283px;
	color: #ffffff;
	margin-top: 70px;
	padding: 18px 0 0;
	background: #0e1f53;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#voice dd {
	width: 667px;
	margin: 0 auto;
	overflow: hidden;
}
#voice dd .photo {
	float: left;
	width: 145px;
	font-size: 17px;
	padding-top: 12px;
	text-align: center;
}
#voice dd .photo span {
	display: block;
	font-size: 10px;
	text-align: left;
	margin: 8px 0 2px;
}
#voice dd .text {
	float: right;
	width: 483px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 90px;
	text-align: left;
	position: relative;
}
#voice dd .text:after {
	content: "";
	display: block;
	width: 194px;
	height: 59px;
	background: url(img/yg_zeitaku/text_voice.gif) no-repeat center center;
	position: absolute;
	top: -64px;
	left: -22px;
}
