@charset "UTF-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 本部スタッフからのメッセージページ用CSS                                    */
/* 作成日: 2012-07-13                                                               */
/* 最終更新日: 2012-07-13       　                                                  */
/*                                                                                  */
/* ################################################################################ */

.message .secondinner p.catch {
	text-align:center;
	padding:20px 0 40px 0;
	margin:0;
}

.message .secondinner p {
	font-size:0.8em;
	line-height:1.6;
	margin:0 0 25px 0;
}

.message .secondinner .messagebox {
	width:100%;
	overflow:hidden;
	margin:0 0 0 0;
}

.message .secondinner .messagebox p.messageboxleft {
	width:260px;
	padding:0 40px 0 0;
	margin:0 0 10px 0;
	float:left;
	text-align:center;
	font-size:0.7em;
	color:#666666;
}

.message .secondinner h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px;
}

.message .secondinner h3.bars2 { 
    font-size: 1.3em;
    font-weight: bold;
    margin: 40px 0 20px;
}

.message .secondinner table.history {
	width:619px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	font-size:0.75em;
}

.message .secondinner table.history th {
	padding:7px;
	font-weight:bold;
	white-space:nowrap;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:url(../images/backt.jpg) top left repeat;
	text-align:center;
	line-height:1.3;
}

.message .secondinner table.history td {
	padding:7px 7px 0 7px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.message .secondinner table.history td ul li {
	line-height:1.4;
	margin:0 0 7px 0;
	padding:0 0 0 7px;
	background:url(../images/bullet.jpg) left 7px no-repeat;
}

.message #mainleft p.finish {
	border-bottom:2px solid #00927F;
	border-top:2px solid #00927F;
	padding:15px;
	background:#F5F5F5;
	font-size:0.8em;
	line-height:1.5;
}