@charset "utf-8";

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* *  Basic information:
* *  - CSS guideline: FLOCSS
* *  - Created: 2014-12-22
* *  - Last update: 2014-12-22 by Suzuki
* *
* *  Order of discription:
* *  - Object [ project ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ==========================================================================
   Object [ project ]
   ========================================================================== */

/* Project
   ----------------------------------------------------------------- */

/**
 * Font & text
 */

body#inspection .p-left {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
body#inspection .p-left span {
	margin-right: 150px;
	display: block;
}

body#inspection img.p-right {
	float: right;
	width: 130px;
	margin-left: -150px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 946px) {
	body#inspection .p-left span {
		margin-right: 400px;
		display: block;
	}
	body#inspection img.p-right {
		float: left;
		margin-left: -630px;
	}
}

@media only screen and (max-width: 640px) {
	body#inspection .p-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	body#inspection .p-left span {
		margin-right: 0px;
		display: block;
	}

	body#inspection img.p-right {
		float: none;
		width: 60%;
		margin: 0px auto;
		margin-bottom: 50px;
	}
}