@charset "utf8";
/**
 * inspection.css
 * Date: 07/12/2012
 *
 * /ps/think/cpsj/ -
 *
 * Nipponmanpower Web Site
 * Copyright 2012 Nippon Manpower Co., Ltd. All rights reserved.
 * /////////////////////////////////////////////////////////////////////// */



/* ----------------------------------------------------------------------- **
   Import
** ----------------------------------------------------------------------- */

/* nmp default css */
@import url(../../../nmp_default.css);

/* pop up window css */
@import url(../../../nmp_ppwin.css);

/* personal common css */
@import url(../../common.css);

/* think category common css */
@import url(../common.css);

/* cpsj common css */
@import url(common.css);




/* ----------------------------------------------------------------------- **
   Individual Contents
** ----------------------------------------------------------------------- */

/* .section */
.section	{	margin-top: 40px;}

#cpsj-inspection .body p { font-size: 1.1em; line-height: 1.6; }




/**----------------------------------------------------------------------- **
  top
*
  #cpsj-inspection - inspection.php
*/

/* .contents-caption */
#cpsj-inspection .contents-caption { padding-bottom: 0; }
#cpsj-inspection .contents-caption p { line-height: 1.6; }
#cpsj-inspection .contents-caption p.scd { margin-top: 10px; }

/* .section table */
#cpsj-inspection .body table { width: 640px; margin-bottom: 5px; font-size: 1.1em; border-collapse: collapse; border-spacing: 0; }
#cpsj-inspection .body table caption { padding-bottom: 5px; font-weight: bold; text-align: left; }
#cpsj-inspection .body th	{	font-weight: bold;	padding: 5px;	white-space: nowrap;}
#cpsj-inspection .body td	{ font-size: 14px;	text-align: left;	padding: 5px;}
#cpsj-inspection .body th.no	{	width: 30px;}
#cpsj-inspection .body td.no	{	text-align: center;}
#cpsj-inspection .body td.check { text-align: center; font-size: 12px; }

/* .section#interest */
#cpsj-inspection #interest table { border-top: 1px solid #FFFFFF;	border-right: 1px solid #FFFFFF; }
#cpsj-inspection #interest table th	{	border-bottom: 1px solid #FFFFFF;	border-left: 1px solid #FFFFFF;	background-color: #ffb12f; }
#cpsj-inspection #interest table td	{	border-bottom: 1px solid #FFFFFF;	border-left: 1px solid #FFFFFF;	background-color: #FFF0B3; }
#cpsj-inspection #interest table th.check	{	width: 60px; }

/* .section#evaluation */
#cpsj-inspection #evaluation table { border-top: 1px solid #ffcb75; border-right: 1px solid #ffcb75; }
#cpsj-inspection #evaluation table th { border-bottom: 1px solid #ffcb75;	border-left: 1px solid #ffcb75; background-color: #FFFFFF; }
#cpsj-inspection #evaluation table td { border-bottom: 1px solid #ffcb75;	border-left: 1px solid #ffcb75; background-color: #fff9df; }
#cpsj-inspection #evaluation table td p { font-size: 12px;	margin: 5px 0 0 0; }
#cpsj-inspection #evaluation table th.check { width: 30px; }



/* */