@charset "utf-8";
/***** 会員通信バックナンバー *****/
#back_number table {
    width: 100%;
    border: 1px #ccc solid;
    border-collapse: collapse;
}
#back_number table .error {
    color: red;
}

#back_number thead th {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: #f2f2f2 url(/img/thead_bg.gif) repeat-x left center;
	font-size: 1.4rem;

    font-weight: bold;
    text-align: left;
    line-height: 13px;
    padding: 8px;

}
#back_number tbody td {
    border-bottom: 1px #ccc solid;
	font-size: 1.2rem;

    line-height: 13px;
    padding: 8px;
    vertical-align: top;
}

#content .back_bn_list {
    font-size: 10px;
    text-align: right;
}

.pagination {
	font-size: 12px;
    text-align: right;
}

#mail_message {
	font-size: 1.4rem;
    color: #666;
    overflow-x: hidden;
    margin: 0 ;
}

#mail_message{
	border: 1px solid #ccc;
}


#mail_message .title{
	padding: 5px 10px;	background: #f8f8f8;
	border-bottom:  1px solid #ccc;
	background: linear-gradient( #fff 0%, #eee 100%);
}
#mail_message .title p{
	font-weight: bold;
}
#mail_message .title p.date{
	text-align: right;
	font-weight: normal;
}

#mail_message .mail_article{
	height: 550px;
	overflow: auto;
}
