@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
#main.main-liquid {
	width: auto;
	min-width: 950px;
}
#main p,
#main ul {
	font-size: 134%;
}
/* ==

　02. モジュール

=============================================================================== */
/* インデント
------------------------------------------------------------------------------- */
#main .adContent {
	max-width: 950px;
	margin: 0 auto;
}
#main .adYear .adContent{ max-width:690px; padding-left:10px; }


/* 見出し
------------------------------------------------------------------------------- */
#main .adHead01 {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 30px;
	background: url(/ad/images/ad_bg01.png) left bottom repeat-x;
	font-size: 184%;
	font-weight: bold;
	text-align: center;
}
#main .adHead01:before {
	content: "";
	display: inline-block;
	margin: 0 8px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}
#main .adHead01-t1:before {
	width: 23px;
	height: 24px;
	background-image: url(/ad/images/ad_ico05.png);
	-webkit-background-size: 23px 24px;
	-moz-background-size: 23px 24px;
	background-size: 23px 24px;
	vertical-align: -3px;
}
#main .adHead01-t2:before {
	width: 27px;
	height: 21px;
	background-image: url(/ad/images/ad_ico04.png);
	-webkit-background-size: 27px 21px;
	-moz-background-size: 27px 21px;
	background-size: 27px 21px;
	vertical-align: -3px;
}
#main .adHead02 {
	margin: 0 0 30px;
	padding: 0 0 13px;
	border-bottom: 1px dotted #ccc;
	background: none;
	font-size: 167%;
	font-weight: bold;
	text-align: center;
}
#main .adHead02:before {
	content: "";
	display: inline-block;
	width: 27px;
	height: 21px;
	margin: 0 10px 0 0;
	background: url(/ad/images/ad_ico04.png)  left top no-repeat;
	-webkit-background-size: 27px 21px;
	-moz-background-size: 27px 21px;
	background-size: 27px 21px;
	vertical-align: -3px;
}
#main .adHead03 {
	margin: 0 0 -1px;
	padding: 19px 10px 3px;
	background-color: #eae7e2;
	font-size: 184%;
	text-align: center;
}
#main .adHead03:before {
	content: "";
	display: inline-block;
	margin: 0 12px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}
#main .adHead03-t1:before {
	width: 23px;
	height: 24px;
	background-image: url(/ad/images/ad_ico05.png);
	-webkit-background-size: 23px 24px;
	-moz-background-size: 23px 24px;
	background-size: 23px 24px;
	vertical-align: -2px;
}
#main .adHead03-t2:before {
	width: 27px;
	height: 21px;
	background-image: url(/ad/images/ad_ico04.png);
	-webkit-background-size: 27px 21px;
	-moz-background-size: 27px 21px;
	background-size: 27px 21px;
	vertical-align: -3px;
}
#main .adHead04 {
	border-bottom: solid 1px #666;
	color: #333;
	font-size: 150%;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.adCmTit {
	position: relative;
}
.adCmLink01 a {
  position: absolute;
  top: -3px;
  right: 0;
  background: #F7F7F7 url(/common/images/ico_arw04.gif) no-repeat 20px center;
  font-weight: 500;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
}
.adCmLink01 a:hover {
  text-decoration: underline;
}
/* リード文
------------------------------------------------------------------------------- */
#main .adLead01 {
	margin: 0 0 35px;
	font-size: 184%;
	text-align: center;
}
/* 一覧
------------------------------------------------------------------------------- */
#main .adList01 {
	margin: 0 0 40px;
	padding: 10px;
	background-color: #eae7e2;
	font-size: 100%;
}
#main .adList01_item {
	position: relative;
	float: left;
	width: 450px;
	margin: 40px 0 0;
	background-color: #fff;
}
#main .adList01_item:nth-child(2n-1) {
	margin-right: 30px;
}
#main .adList01_item:nth-child(1),
#main .adList01_item:nth-child(2) {
	margin-top: 0;
}
#main .adList01_wrap {
	display: block;
	padding: 5px 15px 10px;
}
#main .adList01_img {
	display: block;
	margin: 0 -10px 10px;
}
.d_hover .fnAdLink-hover .adList01_img img {
	opacity: 0.8;
}
#main .adList01_tit {
	position: relative;
	margin: 0 0 8px;
	padding: 0;
	border-bottom: none;
	background: none;
	font-weight: bold;
}
#main .adList01_tit-new:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 20px;
	margin: 0 0 0 10px;
	background: url(/ad/images/ad_ico01.png) left top no-repeat;
	-webkit-background-size: 38px 20px;
	-moz-background-size: 38px 20px;
	background-size: 38px 20px;
	vertical-align: -4px;
}
#main .adList01_tit a {
	color: #666;
	text-decoration: underline;
}
#main .adList01_txt {
	font-size: 125%;
}
#main .adList02 {
	margin: 0 0 40px;
	font-size: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: wrap;
}
.adList02-bb1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
#main .adList02_item {
	width: 220px;
	margin-bottom: 30px;
}
#main .adList02_item img {
	width: 100%;
	height: auto;
}
#main .adList02::before{
  content:"";
  display: block;
  width:220px;
  order:1;
}
#main .adList02::after{
  content:"";
  display: block;
  width:220px;
}
#main .adList02_img {
	display: block;
	margin: 0 0 10px;
}
.d_hover .fnAdLink-hover .adList02_img img {
	opacity: 0.8;
}
#main .adList02_tit {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: none;
	background: none;
	font-weight: bold;
	font-size: 117%;
}
#main .adList02_tit-new:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 20px;
	margin: 0 0 0 10px;
	background: url(/ad/images/ad_ico01.png) left top no-repeat;
	-webkit-background-size: 38px 20px;
	-moz-background-size: 38px 20px;
	background-size: 38px 20px;
	vertical-align: -4px;
}
#main .adList02_tit a {
	color: #666;
	text-decoration: underline;
}
#main .fnAdLink {
	cursor: pointer;
}
#main .fnAdLink-hover a {
	text-decoration: none;
}
#main .adList02_txt {
	font-size: 125%;
}
#main .adList01:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #main .adList01 { zoom: 1; } /* ie7 */
#fnPaperAnime {
	display: none;
	margin: -50px 0 0;
	padding: 50px 0 0;
	overflow: hidden;
}
#main .adList03 {
	margin: 0 0 -50px;
	background: url(../images/ad_bg03.jpg) left top repeat;
}
#main .adList03_bg {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	background: url(../images/ad_bg05.png) center 1005px no-repeat;
}
#main .adList03_in {
	padding: 190px 0 80px;
	background: url(../images/ad_bg04.png) center top no-repeat;
}
#main .adList03_mask {
	max-width: 950px;
	margin: 0 75px;
	overflow: hidden;
}
#main .adList03_head {
	position: relative;
	width: 950px;
	margin: 0 auto 20px;
	padding: 23px 0 27px;
	border: none;
	background: none;
	text-align: center;
}
#main .adList03_head:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: url(../images/ad_bg06.png) left top repeat-x;
}
#main .adList03_head:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: url(../images/ad_bg07.png) left top repeat-x;
}
#main .adList03_body {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	font-size: 100%;
}
#main .adList03_body:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #b7b7b7;
}
#main .adList03_item {
	float: left;
	width: 48.42%;
	margin: 10px 0 0;
}
#main .adList03_item:nth-child(2n) {
	float: right;
}
#main .adList03_item:nth-child(1),
#main .adList03_item:nth-child(2) {
	margin-top: 0;
}
#main .adList03_img {
	display: block;
	margin: 0 0 20px;
	text-align: center;
}
.d_hover #main .adList03_img:hover {
	opacity: 0.8;
}
#main .adList03_img-dib {
	display: inline-block;
}
#main .adList03_info {
	padding: 0 0 20px;
}
#main .adList03_date {
	line-height: 1.2;
	margin: 0 0 4px;
	font-size: 125%;
}
#main .adList03_date-new:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 20px;
	margin: 0 0 0 10px;
	background: url(/ad/images/ad_ico01.png) left top no-repeat;
	-webkit-background-size: 38px 20px;
	-moz-background-size: 38px 20px;
	background-size: 38px 20px;
	vertical-align: -4px;
}
#main .adList03_tit {
	margin: 0 0 8px;
	padding: 0;
	border: none;
	background: none;
	font-weight: bold;
}
#main .adList03_tit-pdf a:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	background: url(/common/images/ico_pdf01.gif) left top no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	vertical-align: -1px;
}
#main .adList03_txt {
	font-size: 125%;
}
#main .adList03_body:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #main .adList03_body { zoom: 1; } /* ie7 */
#main .adList04 {
	font-size: 100%;
}
#main .adList04_item {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #ccc;
}
#main .adList04_item:first-child {
	margin-top: 0;
}
#main .adList04_img {
	display: block;
	float: left;
	width: 125px;
}
#main .adList04_img-w1 img {
	height: auto;
}
.d_hover #main .adList04_img:hover {
	opacity: 0.8;
}
#main .adList04_info {
	float: right;
	width: 785px;
}
#main .adList04_date {
	line-height: 1.2;
	margin: 0 0 4px;
	font-size: 125%;
}
#main .adList04_tit {
	margin: 0 0 3px;
	padding: 0;
	border: none;
	background: none;
	font-size: 150%;
	font-weight: bold;
}
#main .adList04_tit-new:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 20px;
	margin: 0 0 0 10px;
	background: url(/ad/images/ad_ico01.png) left top no-repeat;
	-webkit-background-size: 38px 20px;
	-moz-background-size: 38px 20px;
	background-size: 38px 20px;
	vertical-align: -4px;
}
#main .adList04_pdf {
	background-color: #ebe9ea;
	margin: 0 5px;
	padding: 0 5px;
}
#main .adList04_pdf img {
	vertical-align: middle;
}
#main .adList04_txt {
	font-size: 125%;
}
#main .adList04_txt_tilde {
	display: inline-block;
	margin-left: -3px;
}
#main .adList04_btn {
	margin: 5px 0 0;
	font-size: 125%;
	font-weight: bold;
	text-align: right;
}
#main .adList04_btn a {
	display: inline-block;
	width: 10.7em;
	line-height: 38px;
	padding: 2px 12px 0 8px;
	border-radius: 4px;
	background-color: #edeceb;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.d_hover #main .adList04_btn a:hover {
	text-decoration: underline;
}
#main .adList04_btn a:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	margin: 0 6px 0 0;
	background: url(/ad/images/ad_ico06.png) left top no-repeat;
	-webkit-background-size: 31px 31px;
	-moz-background-size: 31px 31px;
	background-size: 31px 31px;
	vertical-align: -10px;
}
#main .adAudio {
	margin: 5px 0 0;
	font-size: 125%;
	font-weight: bold;
	text-align: right;
}
#main .adAudio a {
	display: inline-block;
/*   width: 13em; */
	line-height: 1.3;
  position: relative;
  text-align: left;
  margin-top: 10px;
	padding: 13px 60px 10px 12px;
	border-radius: 4px;
	background-color: #edeceb;
	color: #333;
	text-decoration: none;
}
#main .adAudio-02 {
	text-align: left;
	font-size: 14px;
}
#main .adAudio-02 a {
  margin-top: 5px;
	background-color: #fff;
	border: 1px solid #cccccc;
}
#main .adAudio a:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 25px;
	margin: 0 6px 0 0;
	background: url(/ad/images/ad_ico11.png) left top no-repeat;
	-webkit-background-size: 21px 25px;
	-moz-background-size: 21px 25px;
	background-size: 21px 25px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}
#main .adAudio .adAudio_txt {
	padding: 0 0 0 35px;
	display: block;
}
#main .adAudio a:hover .adAudio_txt {
	text-decoration: underline;
}
#main .adAudio .adAudio_icon {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
	background: url(/ad/images/ad_ico12.png) no-repeat left top;
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
}
#main .adAudio .isPlay .adAudio_icon {
	background: url(/ad/images/ad_ico12.png) no-repeat left bottom;
}
#main .adAudio .adAudio_icon:before {
	content: "";
	width: 1px;
	height: 26px;
	background-color: #c9c7c4;
	position: absolute;
	top: 2px;
	left: -10px;
}
#main .adAudio .adAudio_icon:after {
	content: "";
	width: 1px;
	height: 26px;
	background-color: #ffffff;
	position: absolute;
	top: 2px;
	left: -9px;
}
#main .adList04_item:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #main .adList04_item { zoom: 1; } /* ie7 */
/* タグ
------------------------------------------------------------------------------- */
#main .adTag {
	margin: 10px 0 0;
	font-size: 92%;
}
#main span.adTag {
	display: inline-block;
	line-height: 19px;
	margin: 10px 0 0;
	padding: 1px 10px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
	font-size: 92%;
}
#main .adTag li {
	float: left;
	line-height: 19px;
	padding: 1px 10px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
}
#main .adTag:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #main .adTag { zoom: 1; } /* ie7 */
/* 関連リンク
------------------------------------------------------------------------------- */
#main .adRelation {
	margin: 6px 0 0;
}
#main .adRelation dt {
	margin: 0 0 2px;
	font-size: 125%;
	font-weight: bold;
}
#main .adList03 .adRelation dt {
	color: #333;
}
#main .adRelation dt:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	background: url(/ad/images/ad_ico07.png) left top no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	vertical-align: -2px;
}
#main .adRelation dd {
	font-size: 100%;
}
#main .adRelation ul {
}
#main .adRelation li {
	margin: 2px 0 0;
	font-size: 125%;
}
#main .adRelation li:first-child {
	margin-top: 0;
}
#main .adRelation .linkTxt {
	margin-left: 0;
	padding-left: 18px;
	background-position: 3px 0.6em;
}
#main .adRelation .linkExternal {
	margin-left: 0;
	background-position: left 0.5em;
}
#main .adRelation:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #main .adRelation { zoom: 1; } /* ie7 */
/* 年号
------------------------------------------------------------------------------- */
#main .adYear {
	height: 50px;
	margin: 0 0 30px;
	padding: 10px 0 0;
	border-bottom: 5px solid #ad996e;
	background-color: #67635e;
}
#main .adYear-btm {
	margin-top: 30px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
	border-top: 5px solid #ad996e;
	border-bottom: none;
}
#main .adYear li {
	float: left;
	margin: 0 10px 0 0;
}
#main .adYear a {
	display: block;
	width: 200px;
	line-height: 48px;
	padding: 2px 10px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #484440;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#main .adYear-btm a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.d_hover #main .adYear a:hover {
	text-decoration: underline;
}
#main .adYear a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 8px;
	margin: 0 5px 0 0;
	background: url(/common/images/ico_arw17.png) left top no-repeat;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	vertical-align: 2px;
}
#main .adYear_current a {
	background-color: #ad996e;
}
.d_hover #main .adYear_current a:hover {
	text-decoration: none;
}
#main .adYear:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #main .adYear { zoom: 1; } /* ie7 */
/* ローカルナビ
------------------------------------------------------------------------------- */
#main .adLocalNav {
	margin: 50px 0 0;
	padding: 30px 0;
	background-color: #edeceb;
}
#main .adLocalNav_in {
	max-width: 948px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #fff;
}
#main .adLocalNav_top {
	background: url(/ad/images/ad_ico03.png) 20px 0.8em no-repeat;
	-webkit-background-size: 28px 27px;
	-moz-background-size: 28px 27px;
	background-size: 28px 27px;
	font-size: 150%;
	font-weight: bold;
}
#main .adLocalNav_top a {
	display: block;
	padding: 16px 0 14px 63px;
	background: url(/common/images/ico_arw17.png) right center no-repeat;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	text-decoration: none;
}
.d_hover #main .adLocalNav_top a:hover {
	text-decoration: underline;
}
#main .adLocalNav_list {
	position: relative;
	border-top: 1px solid #ccc;
	font-size: 125%;
}
#main .adLocalNav_list:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin: 0 0 0 -1px;
	background-color: #ccc;
}
#main .adLocalNav_list li {
	display: table;
	*display: block;
	float: left;
	width: 50%;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}
#main .adLocalNav_list .adLocalNav_sports {
	border-top: 1px solid #ccc;
	background-color: #fff;
}
#main .adLocalNav_list .adLocalNav_sponsor {
	border-top: 1px solid #ccc;
	background-color: #fff;
}
#main .adLocalNav_list .adLocalNav_sponsor:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin: 0 0 0 0;
	background-color: #fff;
}
#main .adLocalNav_cm {
	background-image: url(/ad/images/ad_bg08.jpg);
}
#main .adLocalNav_newspaper {
	background-image: url(/ad/images/ad_bg09.jpg);
}
#main .adLocalNav_sports {
	background-image: url(/ad/images/ad_bg11.jpg);
}
#main .adLocalNav_sponsor {
	background-image: url(/ad/images/ad_bg10.jpg);
}
#main .adLocalNav_list a {
	display: table-cell;
	*display: block;
	height: 58px;
	padding: 1px 1px 1px 120px;
	background: url(/common/images/ico_arw17.png) right center no-repeat;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	background-size: 30px auto;
	vertical-align: middle;
	text-decoration: none;
}
.d_hover #main .adLocalNav_list a:hover {
	text-decoration: underline;
}
#main .adLocalNav_list:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #main .adLocalNav_list { zoom: 1; } /* ie7 */

.loacalNavWrap {
	background-color: #fff;
	padding: 40px 0 70px;
}
#loacalNav.typeAbout {
	width: 890px;
	margin: 0 auto;
}
#loacalNav.typeAbout h2 {
	text-align: left;
}
#loacalNav.typeAbout ul {
	font-size: 117%;
}
#loacalNav.typeAbout .navCurrent {
	background: none;
}
#loacalNav.typeAbout .navCurrent.linkNoneAt span {
	margin-left: -10px;
}
/* ソーシャル上部設置
------------------------------------------------------------------------------- */
#socialAreaC {
	position: absolute;
	top: -1px;
	right: 0;
	overflow: hidden;
}
#socialAreaC ul {
	float: right;
}
#socialAreaC li {
	float: left;
	line-height: 1;
	margin-right: 11px;
	vertical-align: top;
}
#socialAreaC li a {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#socialAreaC .twitter {
	width: 88px;
	height: 20px;
	overflow: hidden;
}


/* ムービーモーダル用
------------------------------------------------------------------------------- */
#main .daiwa_w {
	color: #666;
	text-decoration: none;
}
#main .daiwa_w:hover h3 {
	text-decoration: underline;
}

/* adList03 3カラム */
#main .adList03_body-col3 {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .adList03_body-col3:before {
	left: 32%;
}
#main .adList03_body-col3:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 67%;
	width: 1px;
	height: 100%;
	background-color: #b7b7b7;
}
#main .adList03_body-col3 .adList03_item {
	float: none;
	width: 30%;
	margin: 0;
}

/* MV
------------------------------------------------------------------------------- */
/*
.fluidVisual-cm {
	background: url(../cm/images/fluidVisual_img02.jpg) no-repeat center center;
}
.fluidVisual_in {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
}
#fluidVisual .fluidVisual_in h1 {
	width: 100%;
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
  text-shadow: 0px 0px 10px #000;
}
#fluidVisual .fluidVisual_in p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
  text-shadow: 0px 0px 8px #000;
}
*/

/* アンカーナビ
------------------------------------------------------------------------------- */
.adNav {
	margin: 0 0 50px;
	padding: 30px 0;
}
.adNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 570px;
  margin: 0 auto;
}
.adNav ul li {
	text-align: center;
}
.adNav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #cccccc;
	padding: 0 20px;
}
.adNav ul li:last-child a {
	border-right: none;
}
.adNav ul li a:hover {
	text-decoration: underline;
}
.adNav ul li a:before {
	content: "";
	display: block;
  width: 23px;
  height: 24px;
  background-image: url(/ad/images/ad_ico05.png);
  -webkit-background-size: 23px 24px;
  -moz-background-size: 23px 24px;
  background-size: 23px 24px;
  vertical-align: -3px;
  margin: 0;
}
.adNav ul li a span {
	display: inline-block;
	padding: 0 10px;
}
.adNav ul li a::after {
  content: '';
  display: block;
	position: relative;
	top: 10px;
  width: 15px;
  height: 9px;
  margin: 0;
  background: url(/common/images/rn04/svg/arw_ico16.svg) left top no-repeat;
  background-size: contain;
}