@charset "UTF-8";
/* TOP.HTML CUSTOM */

/* 基本レイアウト ------------ */
.heading span {
	border-left: 2px solid #c00;
	padding: 0 0 0 6px;
	font-size: 14px;
}

/* --------------------------------
	検索種別
-------------------------------- */
.searchtype_box {
	float: left;
	display: block;
	width: 260px;
/*	margin: 0px 0px 15px 45px;*/
	padding: 5px;
	border-top: 1px solid #c00000;
}
.searchtype_box .title {
	text-align: left;
	word-wrap: break-word;
	font-size: 14px;
	margin-bottom: 5px;
	min-height: 42px;
}
.searchtype_box a .title:hover  {
	color: #c00000;
}
.searchtype_box a .title {
	cursor: pointer;
}
.searchtype_box  a .title span {
    background: url("/mmeg_po/javax.faces.resource/img/icon_text/dark_gray/arr.gif.xhtml") no-repeat 0 5px;
    padding-left: 10px;
    display:inline-block;
}
.searchtype_box a .title span:hover {
    background: url("/mmeg_po/javax.faces.resource/img/icon_text/red/arr.gif.xhtml") no-repeat 0 5px;
    color: #c00000;
}
.searchtype_box img {
	width: 200px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* お知らせ ------------ */
.news_list {
	text-align: left;
}
.news_list .header {
	position: relative;
	margin: 0 0 11px;
}
.news_list .header .heading_underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb;
}
.news_list .header ul.nav li a {
	padding: 0 0 0 9px;
	color: #333;
	line-height: 1.2;
	background: url("/mmeg_po/javax.faces.resource/img/icon_text/red/arr.gif.xhtml") no-repeat 0 50%;
}
.news_list .header ul.nav li a:hover {
	color: #c00;
	text-decoration: none;
}
.news_list .header ul.nav {
	position: absolute;
	top: 1px;
	right: 0;
}
.news_list .news_table {
	display: table;
	width: 100%;
}
.news_list .news_table li {
	display: table-row;
	line-height: 1.33;
}
.news_list .news_table li a .news_date {
	width: 12em;
	padding-left: 20px;
	text-indent: -10px;
	background: url("/mmeg_po/javax.faces.resource/img/icon_text/dark_gray/arr.gif.xhtml") no-repeat 0 9px;
}
.news_list .news_table li a .news_date:hover {
	background: url("/mmeg_po/javax.faces.resource/img/icon_text/red/arr.gif.xhtml") no-repeat 0 9px;
}
.news_list .news_table li a span {
	padding-top: 5px;
	vertical-align: top;
	display: table-cell;
}

/* --------------------------------
	キャンペーンバナー
-------------------------------- */
.top_campaign_banner_area {
	margin: 0px -15px;
}
.top_campaign_banner_area img {
	width: 100%;
	max-width: 940px;
	height: auto;
}
