@charset "utf-8";

.overh{
	overflow:hidden;
}

/***--- main_txt ---*/
.main_txt{
	width:930px;
	margin:0 auto 40px auto;
}
	.main_txt p{
		font-size:16px;
		color:#484848;
		margin:0;
	}

/*--- box01 ---*/
.box01{
	text-align:center;
	color:#484848;
	font-size:0.85em;
	width:860px;
	margin:40px auto 40px auto;
}
	.box01 .box01_ctn{
		width:200px;
		margin:0 20px 0 0;
		float:left;
	}
	.box01 .box01_ctn2{
		width:200px;
		margin:0 0 0 0;
		float:left;
	}
	.box01 p{
		margin:0 0 10px 0;
	}
		
.lttl{
	font-size:24px;
	color:#484848;
	margin:20px 0 20px 0;
}

.project_wrap{
	margin:0 0 55px 0;
}
	.projectbox{
		width:930px;
		margin:0 auto;
		font-size:13px;
		color:#484848;
	}
		.projectbox .box02_ttl{
			font-size:20px;
			font-weight:bold;
			margin:0 0 20px 0;
		}
		.projectbox .box02{
			margin:0 0 0 0;
		}
			.projectbox .box02 .box02_l{
				width:150px;
				margin:0 40px 0 0;
				float:left;
			}
			.projectbox .box02 .box02_r{
				width:740px;
				float:right;
			}
				.projectbox .box02 .box02_r p{
					margin:0 0 25px 0;
				}
				.projectbox .box02 .box02_r .large_txt{
					font-size:16px;
				}





/***--- margin/padding ---***/

.m0{margin:0px !important;}

.mtop5{margin-top:5px !important;}
.mtop10{margin-top:10px !important;}
.mtop15{margin-top:15px !important;}
.mtop20{margin-top:20px !important;}
.mtop25{margin-top:25px !important;}
.mtop30{margin-top:30px !important;}
.mtop35{margin-top:35px !important;}
.mtop40{margin-top:40px !important;}
.mtop45{margin-top:45px !important;}

.ptop5{padding-top:5px !important;}
.ptop10{padding-top:10px !important;}
.ptop15{padding-top:15px !important;}
.ptop20{padding-top:20px !important;}
.ptop25{padding-top:25px !important;}
.ptop30{padding-top:30px !important;}
.ptop35{padding-top:35px !important;}
.ptop40{padding-top:40px !important;}
.ptop45{padding-top:45px !important;}

.mbtm5{margin-bottom:5px !important;}
.mbtm10{margin-bottom:10px !important;}
.mbtm15{margin-bottom:15px !important;}
.mbtm20{margin-bottom:20px !important;}
.mbtm25{margin-bottom:25px !important;}
.mbtm30{margin-bottom:30px !important;}
.mbtm35{margin-bottom:35px !important;}
.mbtm40{margin-bottom:40px !important;}
.mbtm45{margin-bottom:45px !important;}

.pbtm5{padding-bottom:5px !important;}
.pbtm10{padding-bottom:10px !important;}
.pbtm15{padding-bottom:15px !important;}
.pbtm20{padding-bottom:20px !important;}
.pbtm25{padding-bottom:25px !important;}
.pbtm30{padding-bottom:30px !important;}
.pbtm35{padding-bottom:35px !important;}
.pbtm40{padding-bottom:40px !important;}
.pbtm45{padding-bottom:45px !important;}

.mleft5{margin-left:5px !important;}
.mleft10{margin-left:10px !important;}
.mleft15{margin-left:15px !important;}
.mleft20{margin-left:20px !important;}
.mleft25{margin-left:25px !important;}
.mleft30{margin-left:30px !important;}
.mleft35{margin-left:35px !important;}
.mleft40{margin-left:40px !important;}
.mleft45{margin-left:45px !important;}
