@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: サイトマップ用CSS                                                          */
/* 作成日: 2015-02-25                                                               */
/* 最終更新日: 2015-12-06       　                                                  */
/*                                                                                  */
/* ################################################################################ */

.contentBox {
	margin: 0 auto;
	overflow: hidden;
}

.mainContents h3 {
	background: url(../../img/share/bg_heading02.png) no-repeat left 0.5em;
	color: #1D1F85;
	font-size: 140%;
	margin-bottom: 0.3em;
}

.mainContents ul li {
	list-style-type: none;
	font-size: 110%;
	border-bottom: 1px dotted #CCCCCC;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	padding-left: 0.85em;
}

.mainContents ul li ul.sitemapListSecond {
	margin-left: 1em;
	font-size: 80%;
}

.mainContents ul li ul.sitemapListSecond li {
	border: none;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

@media screen and (min-width: 737px) {

.contentBox {
	width: 1000px;
}

.mainContents ul li {
	line-height: 2.5;
	background: url(../../img/share/bg_heading03.png) no-repeat left 1.1em;
}

.mainContents ul li ul.sitemapListSecond li {
	background: url(../../img/share/bg_list_icon.png) no-repeat left;
}
}

@media screen and (max-width: 736px) {

.contentBox {
	width: 98%;
}

.mainContents ul li {
	line-height: 2;
	background: url(../../img/share/bg_heading03.png) no-repeat left 12px;
	margin-bottom: 10px;
}

.mainContents ul li ul.sitemapListSecond li {
	background: url(../../img/share/bg_list_icon.png) no-repeat left 10px;
}
}
