@charset "UTF-8";
@import "common.css";
@import "corner.css";

/*-----------------------------------------
	main-ph
-----------------------------------------*/

#main-ph {
	width:880px;
	margin:0 auto 35px auto;
}

/*-----------------------------------------
	txt部分
-----------------------------------------*/

.about-txt-top {
	width:100%;
	padding:0 0 10px 0;
	border-bottom:1px solid #d8d8d8;
}

.about-txt,
.about-txt-last {
	clear:both;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #d8d8d8;
}

.about-txt .txt,
.about-txt-top .txt {
	float:left;
	width:620px;
	
}

.about-txt .ph,
.about-txt-top .ph {
	float:right;
	width:200px;
}

.about-txt-last .txt {
	float:right;
	width:692px;
	
}

.about-txt-last .ph {
	float:left;
	width:128px;
}