@charset "utf8";
/**
 * guide.css
 * Date: 08/28/2012
 *
 * /ps/choose/compare/ -
 *
 * 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);

/* choose category common css */
@import url(../common.css);




/* ----------------------------------------------------------------------- **
   Individual Contents
** ----------------------------------------------------------------------- */

/* .section */
.section	{	margin-top: 40px;}
.section .body p { font-size: 1.0em; line-height: 1.4; color: #333333; }


/**----------------------------------------------------------------------- **
  about
*
  #compare-abo - about.php
*/


/* about --------------------------------------------------------- */
#compare-abo .section h2 { height: 51px; }
#compare-abo .section h3	{	font-size: 15px;	line-height: 1.3em; }
#compare-abo .section .note	{	font-size: 12px; line-height: 1.3; color: #666666; }
#compare-abo .section .image-block	{	margin-top: 10px; width: 640px;	background-color:  transparent;	background-repeat: no-repeat;	background-position: 0 0; position: relative; }
#compare-abo .section .image-block p{ position: absolute; left: auto;	top: auto;	margin: 0; padding: 0; font-weight: normal; }

/* #search */
#compare-abo #search { margin-top: 0; }	
#compare-abo #search .image-block	{ height: 210px; background-image: url(/images/ps/choose/compare/about/search_image.gif); }	
#compare-abo #search .image-block p	{	left: 50px;	top: 131px;	width: 250px;}
/* #list */
#compare-abo #list .image-block { height: 390px;	background-image: url(/images/ps/choose/compare/about/list_image.gif); }	
#compare-abo #list .image-block p.p1 { left: 215px;	top: 113px;	width: 175px; }
#compare-abo #list .image-block p.p2 { left: 15px;	top: 313px;	width: 205px; }
#compare-abo #list .image-block p.p3 { left: 265px;	top: 313px;	width: 360px; }
#compare-abo #list dl	{	font-size: 1.0em; line-height: 1.4; }
#compare-abo #list dd	{	color: #333333; }
/* #compared */
#compare-abo #compared .image-block { height: 330px;	background-image: url(/images/ps/choose/compare/about/compared_image.gif); }	
#compare-abo #compared .image-block p.p1 { left: 347px;	top: 162px;	width: 245px; }
#compare-abo #compared .image-block p.p2 { left: 20px;	top: 170px;	width: 275px; }



/* */