/* 通常リスト
---------------------------------------------------*/

#contents ul.list li{
	list-style-image:url(../images/contents/icon_list.gif);
}

/* 広告掲載実績リスト
---------------------------------------------------*/

ul.caseList{
	margin:0 0 15px;
	padding:0;
	list-style: none;
	border-top: 1px dashed #CCC;
}

ul.caseList li{
	padding:10px 7px;
	border-bottom: 1px dashed #CCC;
	margin: 0;
}

ul.caseList li p{
	margin:0 0 5px;
}

ul.caseList li span{
	font-size:10px;
}

/* ニュースリスト
---------------------------------------------------*/

dl#newsList{
	margin:0;
	padding:0 0 10px;
	list-style: none;
	height:200px;
	width: 728px;
	overflow-y: scroll;
}

* html dl#newsList{
	margin:0;
}

dl#newsList:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

dl#newsList dt{
	margin:0;
	padding:0 5px;
	width: 100px;
	color: #039E41;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 10px;
}

dl#newsList dd{
	margin:0 0 5px;
	padding:0 5px 5px;
	float:left;
	border-bottom: 1px solid #EFEFEF;
	width: 701px;
}

/* メルマガリスト
---------------------------------------------------*/

ul.mailmagaList{
	margin:0;
	padding:0;
	list-style: none;
	height:100%;
}

ul.mailmagaList:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

ul.mailmagaList li{
	margin:0 0 10px;
	border: 1px solid #d2d2d2;
	line-height: 150%;
	/*width: 710px;*/
	font-size:10px;
	float: left;
	padding: 0;
	background:url(../images/contents/bg_grade.gif) repeat-x 0 bottom;
	-webkit-box-shadow:0 0 5px rgba(255,255,255,1) inset;
	 -moz-box-shadow:0 0 5px rgba(255,255,255,1) inset;
		box-shadow:0 0 5px rgba(255,255,255,1) inset;
}

ul.mailmagaList li table{
	border-collapse:collapse;
	margin:2px;
	/*background:url(../images/contents/bg_grade.gif) repeat-x 0 bottom;*/
	/*width: 704px;*/
 min-width:716px;
}

ul.mailmagaList li table th{
	vertical-align:middle;
	padding: 3px 5px;
	width:100px;
	background:url(../js/img/loading.gif) no-repeat 50% 50%;
}

ul.mailmagaList li table td{
	padding: 8px 5px;
	vertical-align: top;
}

ul.mailmagaList li table td strong{
	font-size:12px;
	margin-bottom:3px;
}

ul.mailmagaList li a.thumbnail{
	text-indent:-9999px;
	width:100px;
	height:100px;
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:1px solid #CCCCCC;
}

ul.mailmagaList li div.cat{
	background-color:#039E41;
	color:#FFFFFF;
	letter-spacing: 0px;
	font-weight: normal;
	text-align: center;
	margin: -5px 0 0;
}

ul.mailmagaList li div.cat a:link,ul.mailmagaList li div.cat a:hover,ul.mailmagaList li div.cat a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

ul.mailmagaList li a.title{
	font-size:16px;
	margin:0;
	padding:3px 0 8px;
	border: none;
	display:block;
	font-weight: bold;
	line-height:135%;
}

ul.mailmagaList li span,.detail #statusArea span{
	color:#FFFFFF;
	background-color:#90c416;
	padding: 2px 5px;
	letter-spacing: 1px;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
}

ul.mailmagaList li p{
	margin:0 0 5px;
}

ul.mailmagaList li .btnArea{
	text-align:right;
	padding: 5px 10px;
}

ul.mailmagaList li .btnArea form{
	display:inline;
}

/* バックナンバーリスト
---------------------------------------------------*/

ul.backnumberList{
	margin:0 0 15px;
	padding:0;
	list-style: none;
	border-top: 1px dashed #DDD;
}

ul.backnumberList li{
	padding:5px 7px;
	border-bottom: 1px dashed #DDD;
	margin: 0;
}

ul.backnumberList li strong{
	color:#313131;
}

ul.backnumberList li.more{
	border:none;
	text-align:right;
}

/* PR
---------------------------------------------------*/
.mmPrAdvertise{
	line-height: 1;
	margin: 0 0 1.5em;
}
.mmPrAdvertise div.normal{
	position: relative;
	display: flex;
	padding: .5em 1em;
	border: 1px solid #d2d2d2;
}

.mmPrAdvertise div.thum{
	margin-right: 1em;
	margin-left:-.5em;
	line-height: 1;
}
.mmPrAdvertise div.thum a.thumbnail{
	text-indent:-9999px;
	width: 135px;
	height: 90px;
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:1px solid #CCCCCC;
}
.mmPrAdvertise div.bnr{
	margin: -5px;
}

.mmPrAdvertise div.bnr a img{
 width:728px;
 height:90px;
}

.mmPrAdvertise .pr {
	flex: 1;
	overflow: hidden;
}

.mmPrAdvertise .pr *{
 margin:0;
 padding:0;
}
.mmPrAdvertise .pr{
	/* width:100%; */
}

.mmPrAdvertise .pr dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 150%;
}
.mmPrAdvertise .pr dd{
	line-height: 165%;
	max-height: 3em;
}

.mmPrAdvertise span.label{
  position: absolute;
  top:0;
  right:0;
  background: #333;
  color: #fff;
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 0 2px 0 2px;
  margin: -1px -1px 0 0;
}


/* よくあるご質問
---------------------------------------------------*/

dl.questionList{
	margin:0 0 25px;
	padding:0;
	border-top: 1px dotted #CCCCCC;
}

dl.questionList dt{
	color:#039E41;
	font-weight: bold;
	padding: 10px 0 0 32px;
	background:url(../images/contents/icon_question.gif) no-repeat 0 9px;
	margin: 0 0 6px;
}

dl.questionList dd{
	border-bottom:1px dotted #CCCCCC;
	padding: 0 0 10px 32px;
	background:url(../images/contents/icon_answer.gif) no-repeat 0 0;
	margin: 0;
}

dl.questionList dd p{
	margin:0 0 10px;
}

dl.questionList dd ul{
	margin:0 10px;
	padding:0;
}

/* カテゴリ一覧
---------------------------------------------------*/

ul.categoryList{
	margin:-5px 0 0 5px;
	padding:0 0 15px;
	list-style: none;
	height:100%;
}

ul.categoryList:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

ul.categoryList li{
	margin:0 0 5px;
	line-height: 150%;
	width: 170px;
	float: left;
	padding: 0;
	font-size: 12px;
}

ul.categoryList li a{
	background:url(../images/contents/icon_arrow02a.gif) no-repeat 0 50%;
	padding: 0 0 0 16px;
}


/* フロー
---------------------------------------------------*/

ul.flowList{
	list-style:none;
	border-top: 3px solid #90C416;
	margin: 0 10px 30px;
	padding: 0;
}

ul.flowList li{
	padding:10px 15px 45px;
	background-image: url(../images/contents/flow_arrow.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	margin: 0;
}

ul.flowList li.last{
	background-image:url(../images/contents/flow_bottom.gif);
	padding-bottom: 5px;
}

ul.flowList li h3{
	border-bottom: 1px dotted #90C416;
	padding: 5px 0 5px 30px;
	background:url(../images/contents/icon_ex.gif) no-repeat 0 50%;
}

ul.flowList li h3 span{
	color:#039E41;
}

ul.flowList ul{
	background-image:none;
	border:none;
	padding:0 0 10px;
	margin:0 20px;
}

ul.flowList ul li{
	background-image:none;
	border:none;
	padding:0;
	margin:0;
}

ul.flowList li strong{
	color:#FF9900;
	border-bottom: 1px dotted #FF9900;
}

/* リンク集
---------------------------------------------------*/

ul.linkList{
	margin:0 0 15px;
	padding:0px;
	list-style:none;
	border-top: 1px dotted #CCCCCC;
}

ul.linkList li{
	padding:5px;
	margin:0;
	border-bottom: 1px dotted #CCCCCC;
}

ul.linkList li a{
	background:url(../images/contents/icon_arrow02a.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

ul.linkBnrList{
	margin:0;
	list-style:none;
	padding: 0;
}

ul.linkBnrList li{
	margin:0 0 10px;
	padding:0;
}

/* サイトマップ
---------------------------------------------------*/

table#sitemapArea{
	background-color:#FFFFFF;
	margin:0px 20px 20px;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	padding: 0;
	width: 610px;
}

table#sitemapArea input{
	display:none;
}

table#sitemapArea label{
	white-space:nowrap;
}

table#sitemapArea td{
	width:50%;
	vertical-align: top;
}

#sitemapArea ul{
	margin:0;
	padding: 0;
}

#sitemapArea ul li{
	margin:0 0 10px;
	list-style-image:url(../images/contents/icon_list.gif);
}

#sitemapArea ul li ul{
	margin:0 0 0 15px;
	padding:10px 0 0;
}

#sitemapArea ul li ul li{
	margin:0 0 10px;
	list-style:disc;
}

#sitemapArea ul li ul li.level3{
	margin:0 0 5px 10px;
}
