@charset "UTF-8";


/* メールチェッカー */
#mailchecker {
	height: 45px;
	width: 380px;
	margin-top: 3px;
	margin-right: 2px;
	background: url("./mailchecker_bg.png") no-repeat 0px 0px;
	font-size: 10px;
	float: right;
}


/* 共通 */
#mailchecker .clear_both {
	clear:both;
}
#mailchecker form {
	display:inline;
}
#mailchecker p {
	margin:0;
	padding:0;
}
#mailchecker input {
	width:3em;
	border: 0px;
	text-align: right;
	background-color: transparent;
	padding-top: 0px
}
#mailchecker ul {
	margin:0;
	padding:0;
	list-style:none outside;
}


/* ヘッダー部分 */
#mc_header {
	width: 70px;
	height: 41px;
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
	border-right:1px solid #666666;
	padding:1px;
	padding-right:4px;
	float:left;
}
#mc_header .mc_header_title {
	padding:2px;
}
#mc_header .mc_header_title span{
	width:64px;
	height:9px;
	display:block;
	margin-top:1px;
	margin-left:3px;
	text-indent:-10000em;
	background: url("./mm_text_mailchecker.png") no-repeat 0px 0px;
}
#mc_header .mc_header_title img{
	margin-top:1px;
	margin-left:3px;
}
#mc_header .mc_header_next {
	height:13px;
	margin-left:2px;
	text-align:center;
}
#mc_header .mc_header_prev {
	height:13px;
	margin-left:2px;
	text-align:center;
}


/* ステータス部分 */
#mc_status {
	height:13px;
	margin-top:1px;
	margin-left:2px;
	margin-right:2px;
	border-bottom:1px solid #666666;
	padding:1px;
	float:right;
}
#mc_status .mc_status_title {
	width:80px;
	float:left;
}
#mc_status .mc_status_data {
	width:215px;
	float:right;
}
#sm_status_next p {
	width:215px;
	text-align:center;
	font-weight:bold;
}
#mc_status .sender_item {
	font-weight:bold;
	margin-left:5px;
	white-space: nowrap;
	float:left;
}
#mc_status #sm_status_send .sender_item {
	color:#990000;
}
#mc_status #sm_status_break .sender_item {
	color:#663333;
}
#mc_status #sm_status_wait .sender_item {
	color:#663333;
}
#mc_status .sender_data {
	float:right;
}
#mc_status .sender_unit {
	width:15px;
	margin-top:1px;
	float:right;
}


/* 詳細部分 */
#mc_detail {
	margin-left:2px;
	margin-right:2px;
	border-top:1px solid #F3F3F3;
	padding:0 1px 1px 1px;
	float:right;
}
#mc_detail .mc_detail_title {
	width:80px;
	float:left;
}
#mc_detail .mc_detail_title img {
	margin-top:6px;
}
#mc_detail .mc_detail_data {
	width:215px;
	margin-top:-1px;
	float:right;
}
#mc_detail .sender_item {
	font-weight:bold;
	margin-left:5px;
	white-space: nowrap;
	float:left;
}
#mc_detail .sender_data {
	float:right;
}
#mc_detail .sender_unit {
	width:15px;
	margin-top:1px;
	float:right;
}
#sm_text_t1 {
	text-align:center;
	margin-left:10px;
	overflow:hidden;
	color:#999999;
}
#sm_text_t2 {
	text-align:center;
}
#sm_text_t3 {
	text-align:right;
}
#sm_message {
}
#sm_message p {
	width:215px;
	text-align:center;
	color:#666666;
}
p#sm_text_loading {
	margin-top:0.6em;
}
p#sm_text_non {
	margin-top:0.6em;
}


/* ポップアップ部分 */
body#mailcheck_next,
body#mailcheck_prev {
	background-color: #F7F5E8;
}


