@charset "UTF-8";

/*==============================================================
 * css file for "ランドリー倶楽部 さんさん ごあいさつ"
 * file name : message.css
============================================================== */

@import "common.css";

/* BOX1 */
#message #content #main #box_01 .icon_nav {
	right: 10px;
	top: 6px;
	position: absolute;
	z-index: 10;
}

/* CEO */
#message #content #main #box_01 .ceo_box {
	float: right;
	width: 240px;
	margin: 0 10px 0 0;
}
#message #content #main #box_01 .ceo_box table {
	width: 100%;
}
#message #content #main #box_01 .ceo_box table th {
	text-align: left;
	color: #626262;
}
#message #content #main #box_01 .ceo_box table th span {
	font-size: 182%;
	line-height: 182%;
}
#message #content #main #box_01 .ceo_box table td {
	text-align: right;
}

/* BOX2 */
#message #content #main #box_02 {
	margin: -15px 0 0 0 !important;
	position: relative;
}
#message #content #main #box_02 .icon_nav {
	left: 10px;
	top: 6px;
	position: absolute;
	z-index: 10;
}
#message #content #main #box_02 .segment {
	margin: 0 auto;
	text-align: center;
}
#message #content #main #box_02 table {
	margin: 65px auto 0;
	text-align: left;
}
*html #message #content #main #box_02 table {
	margin: 100px auto 0;
}
#message #content #main #box_02 table th {
	background: url(/message/images/bg_th.gif) left top;
	color: #626262;
	font-weight: bold;
}
#message #content #main #box_02 table th,
#message #content #main #box_02 table td {
	padding: 15px 20px;
}
#message #content #main #box_02 table td.bg_line {
	padding: 0;
	margin: 0;
	height: 4px;
	font-size: 0;
}