@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2013-12-02
 * Editor:    contents kinoshita
 * Modified:  2014-00-00 by:
 *
 * ***********************************************************
 */


/* Font-size Adjustment
--------------------------------------------------------------
 *
 *    77% = 10px  |  122% = 16px  |	167% = 22px
 *    85% = 11px  |  129% = 17px  |	174% = 23px
 *    92% = 12px  |  136% = 18px  |	182% = 24px
 *    100% = 13px |  144% = 19px  |	189% = 25px
 *    107% = 14px |  152% = 20px  |	197% = 26px
 *    114% = 15px |  159% = 21px  |
 *
--------------------------------------------------------------
*/


/*============================================================

	Company

============================================================*/


#container { background:url(../images/company/category_bg.jpg) no-repeat center 132px; }

#category {
	width:1000px;
	margin:0px auto;
}
.msg { margin-bottom:4.0em; }

.msg h2,
.outline h2 { margin-bottom:1.8em; }

.msg p { margin:0px 20px 1.5em; }

.msg .name {
	margin-bottom:0;
	text-align:right;
}
.outline table {
	width:700px;
	margin:0px 20px;
	border:1px solid #C8C8E0;
}
.outline table th {
	width:24%;
	padding:1.2em 12px;
	border:1px solid #C8C8E0;
	background:#DDDDEC;
}
.outline table td {
	padding:1.2em 12px;
	border:1px solid #C8C8E0;
}





