@charset "utf-8";
/* ===========================================================

	Title:	top.css
	Created:	2016-10-26

=========================================================== */
/*

	main-visual
	contens
	main
	top-data
	top-news
	top-stock
	top-pickup
	top-banner
	contens-banner
	fot-banner"

=========================================================== */
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
    height: 600px;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
	min-height: 500px !important;
} 
.main-visual:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	/*background:url(../img/common/top/movie_mask.png) 0 0 repeat;*/
} 
.main-visual video {
    margin: 0 auto;
    width: 100%;
}

.main-visual video img {
    position: absolute;
    top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* link-news
----------------------------------------------------------- */
.main-visual a.link-news{
		position: absolute;
		right: 30px;
		top: 20px;
}

.main-visual a.link-news {
	height: 35px;
	line-height: 34px;
	padding: 0 40px 0 55px;
	display: inline-block;
	color: #fff !important;
	background-color: rgba(0,0,0,0.3);
	font-size: 13px;
	text-align: center;
	border: solid 1px #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}

@media screen and (max-width: 767px) {
	.main-visual a.link-news {
		display: none;
	}
}

.main-visual a.link-news:hover {
	background-color: rgba(0,0,0,0.6);
	border: solid 1px #fff;
	text-decoration: none;
	color: #fff !important;
}
.main-visual a.link-news:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
}
/* link-button-a */
.main-visual a.link-news:before {
	top: 50%;
	left: 35px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.main-visual a.link-news:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* copy
----------------------------------------------------------- */
p.main-visual__copy {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -90px 0 0;
	width: 100%;
	text-align: center;
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	letter-spacing: 5px;
	color: #fff;
	line-height: 50px;
} 
.main-visual p.main-visual__copy strong {
	display: block;
	position: relative;
	height: 65px;
	background: url(/assets/img/ja/top/copy.png) 50% bottom no-repeat;
	background-size: 380px 25px;
	/*Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
} 


.main-visual p.main-visual__copy strong:before {
	content: " ";
	display: block;
	position: absolute;
	top: 15px;
	left: 50%;
	width: 50px;
	height: 1px;
	margin: 0 0 0 -25px;
	background-color: #fff;
} 
/* scroll
----------------------------------------------------------- */
.main-visual p.main-visual__scroll {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -30px;
}
@media screen and (max-width: 1024px) {
.main-visual {
	height: 440px !important;
	min-height: 440px !important;
}

/* copy
----------------------------------------------------------- */
p.main-visual__copy {
	margin: -90px 0 0;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 30px;
} 
.main-visual p.main-visual__copy strong {
	height: 65px;
}
/* scroll
----------------------------------------------------------- */
.main-visual p.main-visual__scroll {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
}

}
@media screen and (max-width: 767px) {
.main-visual {
	height: 440px !important;
	min-height: 440px !important;

	

	overflow: hidden;
} 
.main-visual video {

	height: 100%;

	width: auto;

} 

	

}

@media screen and (max-width: 400px) {
/* copy
----------------------------------------------------------- */
.main-visual p.main-visual__copy strong {
	background-size: 304px 20px;
	height: 50px;
} 
.main-visual p.main-visual__copy strong:before {
	top: 10px;
} 
}

/* ===========================================================

	main 
	article

=========================================================== */
main {
    width: 100%;
    float: none;
    padding: 0;
}
article {
    width: 100%;
}

/* ===========================================================

	top-data

=========================================================== */
.top-data {
	position: relative;
	clear: both;
	min-width: 1180px;
	margin: -50px 10px 10px;
	text-align: left;
}
.top-data__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1440px !important;
	margin: 0 auto;
}
.top-data__cell {
	display: table-cell;
	margin: 0 50px !important;
}
@media screen and (max-width: 1024px) {
.top-data {
	min-width: initial;
	margin: -20px 0 10px;

}
.top-data__inner {
	display: block;
	width: 100%;
}
.top-data__cell {
	display: block;
	margin: 0 !important;
}
}

/* section
----------------------------------------------------------- */
.top-data__cell section {
	position: relative;
	height: 320px;
	padding: 30px 50px 0;
	margin: 0 10px;
	/* box-shadow */
	box-shadow:0px 35px 35px -20px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 35px 35px -20px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 35px 35px -20px rgba(0,0,0,0.5);
}
.top-distribute section {background-color: #005bac;}
.top-portfolio section {background-color: #025198;}
.top-financial section {background-color: #004685;}
@media screen and (max-width: 1024px) {
.top-data__cell section {
	height: inherit;
	padding: 15px 15px 30px;
	margin: 0 10px 30px !important;
}
}

/* h1
----------------------------------------------------------- */
.top-data__cell h1 {
	position: relative;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 2px;
	color: #fff;
	height: 33px;
	line-height: 35px;
	margin: 0 0 20px;
	padding: 0 0 0 50px;
	background-position: 0 50% ;
	background-repeat: no-repeat;
	background-size: 38px 33px;
}

.top-distribute h1 {background-image: url(/assets/img/common/top/ic_distribute.png);}
.top-portfolio h1 {background-image: url(/assets/img/common/top/ic_portfolio.png);}
.top-financial h1 {background-image: url(/assets/img/common/top/ic_financial.png);}
@media screen and (max-width: 1024px) {
.top-data__cell h1 {
	height: inherit;
	line-height: inherit;
	margin: 0 0 20px;
	padding: 50px 0 0 0;
	background-position: 50% 10px;
	background-repeat: no-repeat;
	background-size: 38px 33px;
	text-align: center;
}
}
/* top-data__cell-link
----------------------------------------------------------- */
.top-data__cell-link {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 !important;
}
.top-data__cell-link a {
	background: url(/assets/img/common/top/data_link.png) 0 0 no-repeat;
	background-size: 61px 61px;
	display: block;
	width: 61px;
	height: 61px;
	/* Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	/* transition */
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
.top-data__cell-link a:hover {
	opacity: 0.9;
}

/* data-cell dl p ul
----------------------------------------------------------- */
.top-data__cell dl,
.top-data__cell p,
.top-data__cell ul {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.top-data__cell dl dt {
	clear: both;
	float: left;
	white-space: nowrap;
}
.top-data__cell dl dd {
	text-align: right;
	white-space: nowrap;
}
.top-data__cell dl dd em {
	font-size: 28px;
	font-size: 2.8rem;
	font-style: italic;
	font-weight: normal !important;
	color: #fff;
	padding: 0 3px 0;
}
@media screen and (max-width: 1024px) {
.top-data__cell dl dd em {
	font-size: 24px;
	font-size: 2.4rem;
}
}

/* ===========================================================

	 top-distribute

=========================================================== */
.top-distribute {
}
.top-distribute h1 {
	margin: 0 0 30px;
}
.top-distribute .actual {
	margin-bottom: 20px;
}
.top-distribute .forecast {
}
.top-distribute h2 {
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
	margin: 0 0 15px;
	padding: 0;
	position: relative;
	background-color: #2471b6;
	height: 5px;
	line-height: 5px;
}
.top-distribute h2:before {
	display: none;
}
.top-distribute h2:after {
	display: none;
}
.top-distribute h2 span {
	display: inline-block;
	padding: 0 10px 0 0;
	background-color: #005bac;
	color: #fff;
}
.top-distribute dl dt {
	line-height: 32px;
	margin: 0 0 10px;
}
.top-distribute dl dd {
	line-height: 26px;
	margin: 0 0 10px;
}


/* ===========================================================

	 top-portfolio

=========================================================== */
.top-portfolio {
}
.top-portfolio dl dt {
	line-height: 20px;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.top-portfolio dl dt span {
	font-size: 12px;
	font-size: 1.2rem;
}
.top-portfolio dl dd {
	line-height: 45px;
	padding: 0 0 1px;
	margin: 0 0 15px;
	border-bottom: dotted 1px #fff;
}
.top-portfolio dl dd:last-child {
	border-bottom: none;
}

/* ===========================================================

	 top-financial

=========================================================== */
.top-financial {
}
.top-financial ul {
	display: inline-block;
	margin: 0 0 10px;
	min-height: 80px;
}
.top-financial li {
	margin: 0 0 5px;
}
.top-financial li a {
	margin: 0 5px 0 0;
}
.top-financial .icon-s {
	color: #004685;
	background-color: #fff;
	margin: 0 10px 0 0;
}
.top-financial a:link,
.top-financial a:visited {
	color: #fff;
}
.top-financial a:hover {
}
.top-financial .top-financial__download {
	position: absolute;
	top: 85px;
	right: 50px;
}
.top-financial .top-financial__download a {
	width: 50px;
	height: 100px;
	display: block;
	border: solid 1px #fff;
	background: url(/assets/img/common/top/ic_zip.png) 50% 50% no-repeat;
	background-size: 25px 37px;
	/*Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
.top-financial .top-financial__download a:hover {
	background-color: #125c9f;
}
.top-financial .top-financial__movie {
	clear: both;
	padding: 15px 0 0;
	border-top: dotted 1px #fff;
}
@media screen and (max-width: 1024px) {
.top-financial ul {
	min-height: 0;
}
.top-financial .top-financial__download {
	position: relative;
	top: inherit;
	right: inherit;
}
.top-financial .top-financial__download a {
	width: 100%;
	height: 70px;
}
}

/* ===========================================================

	top-news
	
=========================================================== */
.top-news {
	float: left;
	width: 780px;
	position: relative;
}
@media screen and (max-width: 1024px) {
.top-news {
	float: none;
	width: 100%;
	position: relative;
}
}
/* tab
----------------------------------------------------------- */
.top-news ul.tab-a {
	padding-right: 200px;
}
@media screen and (max-width: 1024px) {
.top-news ul.tab-a {
	padding-right: 0;
}
}
/* top-news__link
----------------------------------------------------------- */
ul.top-news__link {
	position: absolute;
	top: 10px;
	right: 0;
}
ul.top-news__link li {
	margin: 0 0 0 20px;
	display: inline-block;
}
ul.top-news__link li a {
	position: relative;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #111;
	overflow: hidden;
	padding: 0 0 0 10px;
}
ul.top-news__link li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #E60012;
}
ul.top-news__link li.ic-rss a {
	padding: 0 0 0 18px;
}
ul.top-news__link li.ic-rss a:before {
	background: url(/assets/img/common/ic/ic_rss_a.png) 50% 50% no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	border: none;
}
@media screen and (max-width: 1024px) {
ul.top-news__link {
	position: relative;
	top: inherit;
	right: inherit;
}
ul.top-news__link li {
	margin: 0;
	width: 48%;
}
ul.top-news__link li a {
	height: 35px;
	line-height: 35px;
	display: block;
	padding: 0 0 0 20px;
	border: solid 1px #ddd;
	text-align: center;
}
ul.top-news__link li a:before {
	left: 20%;
}
ul.top-news__link li.ic-rss a {
	padding: 0 0 0 20px;
}
}
/* top-news dl
----------------------------------------------------------- */
.top-news dl {
	clear: both;
	margin: 0 0 50px;
}
.top-news dt {
	clear: both;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 14em;
}

.top-news dt span.icon {
	float: right;
	vertical-align: middle;
}
.top-news dd {
	/*color: #666;*/
	border-bottom: dotted 1px #ddd;
	margin: 0 0 10px;
	padding: 0 0 10px 15em;
}

.top-news dd span {
}
.top-news dl a:link,
.top-news dl a:visited {
	text-decoration: none;
}
.top-news dl a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
.top-news dl {
	margin: 0 0 30px;
}
.top-news dt {
	float: none;
}
.top-news dd {
	clear: both;
	padding: 0 0 10px 0;
}
}

/* ===========================================================

	top-stock

=========================================================== */
.top-stock {
	float: right;
	width: 360px;
	position: relative;
	border: solid 1px #ddd;
	padding: 30px 30px 0;
	margin: 0 0 30px;
}
.top-stock section {
	margin-bottom: 10px !important;
}
.top-stock h1 {
	border-bottom: solid 2px #ddd;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 0 10px 30px;
	margin: 0 0 20px;
	background: url(/assets/img/common/ic/ic_tit_a.png) 0 10px no-repeat;
	background-size: 20px 9px;
}
.top-stock h1 .code {
	display: inline-block;
	margin: -2px 0 0 10px;
	padding: 3px 6px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	vertical-align: middle;
	border: solid 1px #ddd;
}
@media screen and (max-width: 1024px) {
.top-stock {
	float: none;
	width: 100%;
	position: relative;
	border: solid 1px #ddd;
	padding: 15px 15px 0;
	margin: 0 0 30px;
}
.top-stock p {
	text-align: center;
	margin: 0;
}
.top-stock img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
.top-stock section {
	margin-bottom: 10px !important;
}
.top-stock h1 {
	padding: 0 0 5px 30px;
}
}

/*.top-stock__link
----------------------------------------------------------- */
.top-stock__link {
	position: absolute;
	top: 30px;
	right: 30px;
}
.top-stock__link a {
	position: relative;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #111;
	overflow: hidden;
	padding: 0 0 0 10px;
	text-decoration: none !important;
}
.top-stock__link a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #E60012;
}
@media screen and (max-width: 1024px) {
.top-stock__link {
	top: 18px;
	right: 15px;
}
}

/* ===========================================================

	top-banner

=========================================================== */
.top-banner-box {
	width: 360px;
	float: right;
}
.top-banner-box .contents-banner li {
	margin-bottom: 15px !important;
	width: 360px;
	height: 100px;
}
.top-banner-box .contents-banner li img {
	width: 360px;
	height: 100px;
	top: 0px;
	left: 0px;
	opacity: 0.5;
}
.top-banner-box .contents-banner li a {
    line-height: 145px;
}
.top-banner-box .contents-banner li span {	
	background-position: 50% 15px;
}

dl.top-banner {
	display: inline-block;
	/*margin: 0 40px 0 0;*/
}
dl.top-banner dt {
	position: relative;
	height: 13px;
	line-height: 14px;
	padding: 0 0 0 10px;
	margin: 0 0 7px;
	border-left: solid 3px #E60012;
}
dl.top-banner dt:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	height: 13px;
	width: 3px;
	background-color: #005BAC;
}
.top-banner li,
dl.top-banner dd {
	background-color: #fff;
	margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
dl.top-banner {
	float: none;
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}
dl.top-banner dt,
dl.top-banner dd {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
dl.top-banner dd img {
	width: 100%;
	height: auto;
	max-width: 360px;
}
}
/* ===========================================================

	top-pickup

=========================================================== */
.top-pickup {
	clear: both;
	background-color: #005bac;
	padding: 30px 0 5px;
	margin: 0 0 30px;
}
.top-pickup h1 {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto 30px;
	color: #fff;
}
/*.top-pickup__list
----------------------------------------------------------- */
.top-pickup__list {
	height: 280px;
	width: 1200px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.top-pickup__list li {
	float: left;
}
.top-pickup__list li.top-pickup__item {
	float: left;
	width: 224px !important;
	margin: 0 20px 0 0;
	overflow: hidden;
	text-align: left;
}
.top-pickup__list li.top-pickup__item img {
	margin: 0 0 0 -16px;
}
.top-pickup__list li.top-pickup__item:last-child {
	margin: 0 !important;
}
.top-pickup__list .top-pickup__caption {
	width: 224px !important;
}
.top-pickup__list  .top-pickup__num {
	padding: 0 7px;
}
/*.top-pickup__slider
----------------------------------------------------------- */
.top-pickup__slider {
	height: 280px;
	overflow: hidden;
	margin: 0 0 30px;
}
/*.top-pickup__item
----------------------------------------------------------- */
.top-pickup__item {
	position: relative;
	width: 256px !important;
	background-color: #fff;
	margin: 0 10px;
	overflow: hidden;
}
.top-pickup__item a {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
.top-pickup__item a:hover {
	opacity: 0.8;
}
.top-pickup__caption {
	position: absolute;
	top: 225px;
	left: 0;
	border-top: solid 1px #999;
	background: rgba(0,0,0,0.60);
	width: 256px;
	height: 55px;
	display: table;
}
.top-pickup__num {
	white-space: nowrap;
	width: 1%;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	text-align: center;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.2;
	border-top: solid 2px #fff;
}
.portfolio-type1 .top-pickup__num {border-color: #5e87b7;}
.portfolio-type2 .top-pickup__num {border-color: #7f9a6c;}
.portfolio-type3 .top-pickup__num {border-color: #d6bd5f;}
.portfolio-type4 .top-pickup__num {border-color: #E2917F;}
.portfolio-type5 .top-pickup__num {border-color: #b5b6b6;}
.top-pickup__num em {
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
.top-pickup__name {
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	padding: 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
.top-pickup__slider .film_roll_child {
	vertical-align: top;
}
.top-pickup__slider a.film_roll_prev, .top-pickup__slider a.film_roll_next {
	display: block;
	text-indent: -99999px;
	width: 40px;
	height: 40px;
	outline: none;
	background-color: #000;
	opacity: 0.8;
	border: none;
}
.top-pickup__slider a.film_roll_prev:after,
.top-pickup__slider a.film_roll_next:after {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	right:  50%;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top-pickup__slider a.film_roll_prev:after {
	margin: -4px -7px 0 0;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
.top-pickup__slider a.film_roll_next:after {
	margin: -4px -3px 0 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.top-pickup__slider a.film_roll_prev:hover,
.top-pickup__slider a.film_roll_next:hover {
	background-color: #E60012;
}
/* ===========================================================

	contents-banner

=========================================================== */
/*.item
----------------------------------------------------------- */
.item {
	width: auto;
	height: auto;
	background-color: #051530 !important;
	/* required to hide the image after resized */
	overflow: hidden;
	/* for child absolute position */
	position: relative;
}
.item img {
	border: 0;
	opacity: 0.5;
	/* allow javascript moves the img position*/
	position: absolute;
	top: 0;
	left: 0;
}
.item .caption {
	width: 920px;
	height: 250px;
	background: #000;
	color: #fff;
	font-weight: bold;
	/* fix it at the bottom */
	position: absolute;
	left: 0;
	/* hide it by default */
	display: none;
	/* opacity setting */
	filter: alpha(opacity=20);    /* ie  */
	-moz-opacity: 0.2;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.2;    /* for really really old safari */
	opacity: 0.2;    /* css standard, currently it works in most modern browsers like firefox,  */
}
.item .caption a {
	text-decoration: none;
	color: #0cc7dd;
	font-size: 16px;
	/* add spacing and make the whole row clickable*/
	padding: 5px;
	display: block;
}
.item .caption p {
	padding: 5px;
	margin: 0;
	font-size: 10px;
}

/*.contents-banner
----------------------------------------------------------- */
.contents-banner {
	margin: 0;
}
.contents-banner li {
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
}
.contents-banner li:nth-child(3n) {
	margin-right: 0;
}
.contents-banner li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 200px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}
.contents-banner li a:hover {
	color: #fff;
	text-decoration: none;
}
.contents-banner li span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 40px;
	background-repeat: no-repeat;
	background-size: 75px 36px;
	z-index: 1;
}
.contents-banner li.bn_individual span {background-image: url(/assets/img/common/top/ic_individual.png);}
.contents-banner li.bn_understood span {background-image: url(/assets/img/common/top/ic_understood.png);}
.contents-banner li.bn_irmail span {background-image: url(/assets/img/common/top/ic_irmail.png);}
.contents-banner li.bn_stock span {background-image: url(/assets/img/common/top/ic_stock.png);}

.contents-banner li em {
	position: absolute;
	top: 95px;
	left: 50%;
	margin: 0 0 0 -75px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: solid 1px #fff;
}
.contents-banner li em span {
	position: relative;
	padding: 0 0 0 12px;
}
.contents-banner li em span:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin: -4px 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contents-banner li a:hover em {
	background: #ed1a3d;
	border: solid 1px #ed1a3d;
}

@media screen and (max-width: 1024px) {
.contents-banner {
	margin: 0 0 30px;
}
.contents-banner li {
	clear: both;
	float: none;
	margin: 0 auto 10px;
	width: 100% !important;
	max-width: 380px;
	overflow: hidden;
}
.contents-banner li:nth-child(3n) {
	margin: 0 auto 10px;
}
.contents-banner li a {
	line-height: 200px;
	font-size: 14px;
	font-size: 1.4rem;
}
.top-banner-box {
    width: auto;
	max-width: 360px;
    float: none;
    margin: 0 auto;
}
}

/* ===========================================================

	fot-banner

=========================================================== */
.fot-banner {
	text-align: center;
}
.fot-banner li {
	display: inline-block;
	margin: 0 10px 20px;
}
@media screen and (max-width: 1024px) {
.fot-banner li {
	margin: 0 10px 10px;
}
}