@charset "utf-8";
@import url('./reset.css');
@import url('./general.css');
@import url('./default.css');
@import url('./header.css');
@import url('./footer.css');
#article {
	padding-bottom: 50px;
}

#contents .mailmag_tit {
	height: 40px;
	display: table;
	width: 100%;
	background-image: url('../../image/general/titbg.gif');
}
#contents .mailmag_tit a {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 25px 5px 10px;
	background: url('../../image/general/navbtn.png') no-repeat right center;
	text-decoration: none;
	line-height: 1.2em;
	color: #7e6b5a;
}
#contents .mailmag_tit p {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
	line-height: 1.2em;
	color: #7e6b5a;
}
#contents .margin { padding-top: 20px; }
#mailmaglist {
	margin: 20px auto;
}
#mailmaglist dt {
	display: table;
	width: 100%;
	height: 50px;
	background-image: url('../../image/general/titbg.gif');
}
#mailmaglist dt p {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 30px;
	background: url('../../image/general/cate_ico1.png') no-repeat 10px center;
	color: #7e6b5a;
}
#mailmaglist dd {
	width: 100%;
	display: table;
	height: 50px;
}
#mailmaglist > dl > dd:nth-child(2n+1) { background-color: #f7f3ee; }
#mailmaglist dd a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #7e6b5a;
	padding: 2px 25px 2px 10px;
	line-height: 1.2em;
	background: url('../../image/general/navbtn.png') no-repeat right center;
	
}
#mailmaglist dd a span {
	display: inline-block;
	width: 5em;
	color: #eb6100;
}




/* mailmagfooter */
#mailmagfooter {
	border-top: #a6937c 1px solid;
	font-size: 0.9em;
	margin-top: 80px;
}
#mailmagfooter > dl{
	border-bottom: #a6937c 1px solid;
}
#mailmagfooter > dl > dt {
	position:relative;
	width: 100%;
	height: 50px;
	color: #7e6b5a;
	line-height: 50px;
	cursor: pointer;
	padding: 0 30px;
	background-color: #f5f1e7;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('../../image/general/listpoint.png');
}
#mailmagfooter > dl#date > dt { background-image: url('../../image/general/date_ico1.png'); }
#mailmagfooter > dl > dd ul {
	border-top: #a6937c 1px solid;
}
#mailmagfooter > dl > dd li {
	display: table;
	width: 100%;
	height: 50px;
	border-bottom: #e1dad0 1px solid;
	background: #fcfbf9 url(../../image/general/linkpoint.png) no-repeat 10px center;
}
#mailmagfooter > dl > dd a {
	display: table-cell;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	text-decoration: none;
	color: #7e6b5a;
	padding: 2px 30px;
	background: url(../../image/general/navbtn.png) no-repeat right center;
}
