@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* ======================================================
 * top.css
 * ------------------------------------------------------
 * LAYOUT ************************************************
 * OTHERS ************************************************
 * Clearfix
 * Print
====================================================== */
/* ======================================================
 LAYOUT
====================================================== */
/* topVisual
------------------------------------------------------ */
#topVisual {
	height: 550px;
}
#topVisual .slider > div {
	width: 100% !important;
	height: 550px;
}
#topVisual .slider > div > a {
	position: relative;
	display: block;
	width: 100%;
	height: 550px;
}
#topVisual .slider > .slide01 > a {
	background: url(/asahi/jp/images/index_bg01.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#topVisual .slider > .slide02 > a {
	display: table;
	background: url(/asahi/jp/images/index_bg02.jpg) no-repeat 50% 50%;
	background-size: cover;
	vertical-align: middle;
}
#topVisual .slider > .slide03 > a {
	background: url(/asahi/jp/images/index_bg03.png) no-repeat 50% 50%;
	background-size: cover;
}
#topVisual .slider > .slide04 > a {
	background: url(/asahi/jp/images/index_bg04.jpg) 0 0 no-repeat;
	background-color: #FFFBD5;	
	background-size: contain;
	background-position: center center;
}
#topVisual .slider > .slide05 > a {
	background: url(/asahi/jp/images/index_bg05.jpg) no-repeat 50% 0%;
	background-size: cover;
	vertical-align: middle;
}
#topVisual .slider > .slide06 > a {
	background: url(/asahi/jp/images/index_bg06.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#topVisual .slider > .slide07 > a {
	background: url(/asahi/jp/images/index_bg07.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#topVisual .slider > .slide08 > a {
	background: url(/asahi/jp/images/index_bg08.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#topVisual .slider > .slide09 > a {
	background: url(/asahi/jp/images/index_bg09_2.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#topVisual .slider-1 > .slide09 > a {
	background: url(/asahi/jp/images/index_bg09_2.jpg) no-repeat 50% 25%;
	background-size: cover;
}
#topVisual .slider > .slide01 .item01 {
	position: absolute;
	top: 44.5%;
	left: 0;
	width: 100%;
	text-align: center;
}
#topVisual .slider > .slide01 .item01 > img {
	max-width: 90%;
}
#topVisual .slider > .slide02 {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#topVisual .slider > .slide02 .item01 {
	display: table-cell;
	width: 50%;
	padding: 0 3.7%;
	vertical-align: middle;
	/* box-sizing */
	text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#topVisual .slider > .slide02 .item01 > img {
	max-width: 100%;
}
#topVisual .slider > .slide02 .item02 {
	display: table-cell;
	width: 50%;
	padding: 0 3.7%;
	text-align: center;
	vertical-align: middle;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#topVisual .slider > .slide02 .item02 > img {
	max-width: 100%;
}

#topVisual .slider > .slide03 .item01 {
	position: absolute;
	top: 28%;
	left: 0;
	width: 100%;
	text-align: center;
}
#topVisual .slider > .slide03 .item01 > img {
	max-width: 90%;
}
#topVisual .slider > .slide04 .item01 {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	text-align: center;
}
#topVisual .slider > .slide04 .item01 > img {
	max-width: 90%;
}
#topVisual .slider > .slide05 .item01 {
	position: absolute;
	width: 100%;
	text-align: left;
	bottom: 5%;
	right: -73%;
}

#topVisual .slider > .slide05 .item01 > img {
	max-width: 90%;
}
#topVisual .slider > .slide09 .item01 {
	position: absolute;
	width: 60%;
	text-align: left;
	top: 30%;
	right: -2%;
}

#topVisual .slider > .slide09 .item01 > img {
	max-width: 39%;
}

#topVisual img.spHide {
	display: inline !important;
}
#topVisual img.pcHide {
	display: none !important;
}

/*----- bxslider -----*/
#topVisual .bx-wrapper {
	position: relative;
}
/* pager */
#topVisual .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 40px;
	width: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 75;
}
#topVisual .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
#topVisual .bx-wrapper .bx-pager .bx-pager-item,
#topVisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: bottom;
}
#topVisual .bx-wrapper .bx-pager.bx-default-pager a {
	background: #dee7eb;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#topVisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	margin: 0 3px;
	width: 14px;
	height: 14px;
}
#topVisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topVisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #005bac;
}

.cautionWrap {
	padding: 20px 30px;
	font-size: 16px;
	font-size: 1.6rem;
	background: #ffffff;
}
.cautionWrap > *:first-child {
	margin-top: 0;
}

/* siteOutline
------------------------------------------------------ */
/*----- tabBtn -----*/
#siteOutline .tabNavi.type-head.is-fixed {
	position: fixed;
	top: 0;
	left: 200px;
	right: 0;
	z-index: 200;
	background: #f7f9fa;
}
#siteOutline .tabBtn > li {
	position: relative;
	display: table;
	float: left;
	width: 25%;
	border: 1px solid #e3e5e6;
	border-right: none;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#siteOutline .tabBtn > li:before {
	content: "";
	display: table-cell;
	width: 0;
	height: 60px;
	vertical-align: top;
}
#siteOutline .tabBtn > li:first-child {
	border-left: none;
}
#siteOutline .tabBtn > li > a {
	display: table-cell;
	width: 100%;
	padding: 8px 20px 4px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#siteOutline .tabBtn > li:hover,
#siteOutline .tabBtn > li.on {
	border-color: #005bac;
	background-color: #005bac;
}
#siteOutline .tabBtn > li:hover > a,
#siteOutline .tabBtn > li.on > a {
	background: #005bac;
	color: #ffffff;
	text-decoration: none;
}
#siteOutline .tabBtn > li.on:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	display: inline-block;
	width: 20px;
	height: 10px;
	margin: 0 0 0 -9px;
	background-image: url(/asahi/jp/common/images/com_sprite_ic01.png);
	background-repeat: no-repeat;
	background-position: -381px -4px;
	vertical-align: middle;
}
/* catIcon */
#siteOutline .catIcon {
	margin-right: 12px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#siteOutline .catIcon {
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
}
#siteOutline .tabBtn > li:nth-child(2) .catIcon {
	width: 24px;
	height: 29px;
}
#siteOutline .tabBtn > li:nth-child(3) .catIcon {
	width: 30px;
	height: 29px;
}
#siteOutline .tabBtn > li:nth-child(4) .catIcon {
	width: 29px;
	height: 29px;
}
#siteOutline .type-bottom {
	display: none;
}

/*----- tabDetail -----*/
#siteOutline .tabDetail {
	padding: 40px 0 1px;
}
#siteOutline .tabDetail > * {
	padding: 0 5%;
}

/*----- panelSheet -----*/
.panelSheet {
	min-width: 900px;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.panelSheet .panel {
	float: left;
	width: 50%;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.panelSheet .panel.hasChild {
	border-left: 1px solid #e3e4e6;

	border-top: 1px solid #e3e4e6;
}
.panel.hasChild .panel {
	border-right: 1px solid #e3e4e6;
	border-bottom: 1px solid #e3e4e6;
}
.panelSheet .linkBox {
	position: relative;
	display: block;
	overflow: hidden;
	/* transition */
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.panelSheet .textBar {
	display: table;
	width: 101%;
}
.panelSheet .textBar.isImg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
}
.panelSheet .textBar > span {
	display: table-cell;
	width: 100%;
	font-weight: 500;
	vertical-align: middle;
}
.panelSheet .textBar > span {
	position: relative;
	padding: 0 40px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.panelSheet .textBar > span .icon {
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -6px;
}
/* mainPanel */
.panelSheet .mainPanel {
	background: #e4eaed;
}
.panelSheet .mainPanel.heightAdjust .linkBox {
	display: block;
	height: 100%;
}
.panelSheet .mainPanel .textBar {
	background: #e4eaed;
}
.panelSheet .mainPanel .textBar.isImg {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90e4eaed,endColorstr=#90e4eaed); 
	background: rgba(228, 234, 237, 0.9);
}
.panelSheet .mainPanel .textBar.isImg:not(:target){
	filter: none;
}
.panelSheet .mainPanel .textBar > span {
	padding: 17px 24px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}
/* hasChild */
.panelSheet .hasChild {
	float: right;
}
/* highlightPanel */
.panelSheet .highlightPanel {
	position: relative;
	border: 1px solid #e3e4e6;
	border-right: none;
}
.panelSheet .highlightPanel .linkImage {
	width: 100%;
	right: 0;
}
.panelSheet .highlightTitle {
	position: absolute;
	top: 50%;
	left: 23px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -0.75em;
}
.panelSheet .highlightTitle .icon {
	margin-left: 12px;
}
/* linkBox */
.panelSheet .linkBox.textLinks {
	background: #ffffff;
}
.panelSheet .linkBox.textLinks .listWrap {
	margin-top: 0;
}
.panelSheet .linkBox .linksTitle {
	display: table-row;
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.panelSheet .linkBox .linksTitle > span {
	display: table-cell;
	padding: 8% 10% 4%;
}
/* fixPanel */
.panelSheet .fixPanel {
	clear: both;
	display: table;
	width: 100%;
}
.panelSheet .fixPanel .panel {
	float: none;
	display: table-cell;
	width: 50%;
	vertical-align: top;
	background: #ffffff;
}
.panelSheet .fixPanel .panel.movieItem {
	background: #000000;
	vertical-align: middle;
}
.panelSheet .fixPanel .panelBox .linkBox {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.panelSheet .fixPanel .listWrap {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 0 10% 10%;
	vertical-align: middle;
}
.panelSheet .fixPanel .panelBox .linkBox.moviePanel {
	display: block;
	height: auto;
	width: 100%;
	background: #000000;
}
.panelSheet .fixPanel .whiteBg {
	background: #ffffff;
}
.panelSheet .fixPanel .linkBox {
	height: 100%;
	vertical-align: middle;
}
.panelSheet .fixPanel .linkBox .linksPanel {
	display: table;
	width: 100%;
}

/*----- infoPanel -----*/
.infoPanel {
	display: table;
	background: #ffffff;
	border-right: 1px solid #d9dbdc;
	border-bottom: 1px solid #d9dbdc;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.gridLv-four > .infoPanel:nth-child(4n+1) {
	clear: left;
}
.infoPanel .linkBox {
	position: relative;
	display: table-cell;
	background: #ffffff;
}
.infoPanel .linkBox img {
	/* transition */
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.infoPanel .infoDetail {
	padding: 5% 8% 8%;
}
.infoPanel .infoDate {
	font-weight: 500;
	margin-bottom: 5px;
}
.infoPanel .infoName {
	font-weight: 500;
	margin-bottom: 5px;
	font-size:1.4em;
}

.tabDetail .infoBtn {
	margin: 40px 0 60px;
	text-align: center;
}
.tabDetail .btnType01 {
	min-width: 200px;
	padding: 10px 35px;
	font-size: 18px;
	font-size: 1.8rem;
}
.infoPanel .linkBox.noImage {
	background: #e4eaed;
	vertical-align: middle;
}
.infoPanel .grayBox {
	background: #5d6466;
	color: #ffffff;
	vertical-align: middle;
}
.infoPanel .grayBox .infoText {
	position: relative;
	padding: 20px 40px 20px 20px;
}
.infoPanel .grayBox .infoText:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/asahi/jp/common/images/com_sprite_ic01.png) no-repeat -72px -4px;
}
.infoPanel .grayBox .linkHeadline {
	margin-bottom: 5px;
	font-weight: 20px;
	font-size: 2rem;
}
.infoPanel .linkBox:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 70px 70px;
}
.infoPanel .linkBox.press:after {background-image: url(/asahi/jp/images/index_ic04_pc.png)}
.infoPanel .linkBox.info:after {background-image: url(/asahi/jp/images/index_ic05_pc.png)}
.infoPanel .linkBox.csr:after {background-image: url(/asahi/jp/images/index_ic06_pc.png)}
.infoPanel .linkBox.ir:after {background-image: url(/asahi/jp/images/index_ic07_pc.png)}

/*----- hover setting -----*/
.panelSheet .linkBox:hover {
	color: #656d73;
	text-decoration: none;
}
.panelSheet a.linkBox:hover,
.infoPanel a.linkBox:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.panelSheet .mainPanel a.linkBox:hover,
.infoPanel a.linkBox.grayBox:hover,
.infoPanel a.linkBox.noImage:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.panelSheet .linkImage img,
.infoPanel .linkImage img {
	width: 100%;
}

/* ----- slideType01 ----- */
#siteOutline .tabPanel .sideWrap.slideType01 {
	padding: 40px 5% 100px;
	background: #ffffff;
}

/* topCrousel
------------------------------------------------------ */
#siteOutline .tabDetail > .topCrousel {
	margin: 60px 0 0;
	padding: 40px 5% 100px;
	background: #ffffff;
	/* box-sizing */
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
	box-sizing: content-box;
}
/* ----- topCrousel ----- */
.topCrousel .slider > li {
	float: left;
	width: 25%;
}
.topCrousel .slideImage {
	background: #ffffff;
	border-right: 1px solid #d9dbdc;
	border-bottom: 1px solid #d9dbdc;
}
.topCrousel .slideImage > img {
	width: 100%;
}
.topCrousel .slideImageCap {
	position: relative;
	padding: 20px 40px;
	font-weight: 500;
	text-align: center;
}
.topCrousel .slideImageCap .linkIcon-blank01 {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
}
/* controls */
.topCrousel .bx-wrapper {
	position: relative;
}
.topCrousel .bx-wrapper .bx-prev {
	background-position: 0 0;
	left: -16px;
}
.topCrousel .bx-wrapper .bx-next {
	right: -16px;
	background-position: -32px 0;
}
.topCrousel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-image: url(/asahi/jp/common/images/com_slide_bt01.png);
	background-repeat: no-repeat;
	background-size: 64px 32px;
	text-indent: -9999px;
	outline: 0;
	z-index: 50;
}
.topCrousel .bx-wrapper .bx-controls-direction a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.topCrousel .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

@media screen and (max-width: 767px) {
#contents {
	position: relative;
	z-index: 10;
}
#main {
	padding-bottom: 0;
}
#footer {
	margin-top: -72px;
	padding-top: 72px;
	z-index: auto;
}
/* topVisual
------------------------------------------------------ */
#topVisual {
	height: 240px;
}
#topVisual .slider > div {
	height: 240px;
}
#topVisual .slider > div > a {
	height: 240px;
}
#topVisual img.pcHide {
	display: inline !important;
}
#topVisual img.spHide {
	display: none !important;
}
#topVisual .slider > .slide01 .item01 > img {
	max-width: inherit;
	width: 265px;
}
#topVisual .slider > .slide02 .item01 > img {
	max-width: inherit;
	width: 172px;
}
#topVisual .slider > .slide02 .item02 > img {
	max-width: inherit;
	width: 92px;
}
#topVisual .slider > .slide03 .item01 > img {
	max-width: inherit;
	width: 186px;
}
#topVisual .slider > .slide03 .item01 {
	top: 16%;
}
#topVisual .slider > .slide04 .item01 > img {
	max-width: inherit;
	width: 280px;
}
#topVisual .slider > .slide05 .item01 > img {
	max-width: inherit;
	width: 120px;
}

#topVisual .slider > .slide05 .item01 {
	position: absolute;
	width: 100%;
	text-align: right;
	bottom: 5%;
	right: -57%;
/*	left: 35.7%;*/
}
#topVisual .slider > .slide06 .item01 > img {
	max-width: inherit;
	width: 196px;
}
#topVisual .slider > .slide07 .item01 > img {
	max-width: inherit;
	width: 196px;
}
#topVisual .slider > .slide08 .item01 > img {
	max-width: inherit;
	width: 196px;
}
#topVisual .slider > .slide09 .item01 > img {
	max-width: inherit;
	width: 172px;
}
#topVisual .slider-1 > .slide09 .item01 > img {
	max-width: inherit;
	width: 172px;
}

/* pager */
#topVisual .bx-wrapper .bx-pager {
	display: none;
}
.cautionWrap {
	padding: 15px 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
.cautionWrap > *:first-child {
	margin-top: 0;
}


/* siteOutline
------------------------------------------------------ */
/*----- tabBtn -----*/
#siteOutline .tabBtn {
	width: 100%;
}
#siteOutline .tabBtn > li {
	background: #8f9394;
	border: none;
	border-left: 1px solid #e3e5e6;
	width: 25%;
	height: 60px;
}
#siteOutline .tabBtn > li:hover,
#siteOutline .tabBtn > li.on {
	border-color: #e3e5e6;
}
#siteOutline .tabBtn > li:last-child {
	position: relative;
}
#siteOutline .type-head .tabBtn > li.on:after {
	bottom: -6px;
	width: 15px;
	height: 7px;
	margin: 0 0 0 -8px;
	background-size: 250px auto;
	background-position: -154px -70px;
}
#siteOutline .type-bottom .tabBtn > li.on:after {
	top: -6px;
	bottom: auto;
	width: 15px;
	height: 7px;
	margin: 0 0 0 -8px;
	background-size: 250px auto;
	background-position: -172px -70px;
}
#siteOutline .tabBtn > li:last-child:before {
	content:"";
	display: inline-block;
	background-color: #8f9394 ;
	position: absolute;
	z-index: 2;
	top: 0;
	right: -3px;
	width: 4px;
	height: 100%;
}
#siteOutline .tabBtn > li:last-child.on:before {
	background-color: #005BAC;
}
#siteOutline .tabBtn > li::before {
	display: none;
}
#siteOutline .tabBtn > li > a {
	padding: 8px 6px 4px;
	font-size: 9px;
	font-size: 0.9rem;
	color: #ffffff;
}
#siteOutline .tabBtn > li:first-child > a {
	padding-top: 4px;
}
/* catIcon */
#siteOutline .catIcon {
	margin-right: 0;
}
#siteOutline .tabText {
	display: block;
	margin: 5px 0 0;
}
#siteOutline .tabBtn .catIcon > img {
	display: none;
}
#siteOutline .tabBtn > li:nth-child(2) .catIcon {
	background-image: url(/asahi/jp/images/index_ic01sp.png);
	background-size: 18px auto;
	width: 18px;
	height: 22px;
}
#siteOutline .tabBtn > li:nth-child(3) .catIcon {
	background-image: url(/asahi/jp/images/index_ic02sp.png);
	background-size: 23px auto;
	width: 23px;
	height: 22px;
}
#siteOutline .tabBtn > li:nth-child(4) .catIcon {
	background-image: url(/asahi/jp/images/index_ic03sp.png);
	background-size: 22px auto;
	width: 22px;
	height: 22px;
}
#siteOutline .tabBtn > li:nth-child(2):hover .catIcon,
#siteOutline .tabBtn > li:nth-child(3):hover .catIcon,
#siteOutline .tabBtn > li:nth-child(4):hover .catIcon,
#siteOutline .tabBtn > li.on:nth-child(2) .catIcon,
#siteOutline .tabBtn > li.on:nth-child(3) .catIcon,
#siteOutline .tabBtn > li.on:nth-child(4) .catIcon {
	background-position: 0 0;
}
#siteOutline .type-bottom {
	display: block;
}

/*----- tabDetail -----*/
#siteOutline .tabDetail {
	padding: 0 0 80px;
}
#siteOutline .tabDetail > * {
	padding: 0 10px;

}

/*----- panelSheet -----*/
.panelSheet {
	min-width: inherit;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.panelSheet .panel {
	float: none;
	width: 100%;
	padding: 10px 0;
	/* box-sizing */
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.panelSheet .panel.hasChild,
.panel.hasChild .panel {
	border: none;
}
.panelSheet .panel.hasChild {
	padding: 0;
}
.panel.hasChild .panel {
	border-top: 1px solid #cacccc;
}
.panelSheet .linkBox {
	display: table;
	width: 100%;
}
.panelSheet .linkBox .linkImage {
	overflow: hidden;
	display: table-cell;
	width: 100px;
	padding: 0;
	/* box-sizing */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.panelSheet .textBar {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}
.panelSheet .textBar > span,
.panelSheet .mainPanel .textBar > span {
	display: block;
	padding: 10px 0 10px 10px;
	font-weight: normal;
	text-align: left;
}
.panelSheet .textBar.isImg {
	position: relative;
	left: auto;
	bottom: auto;
}
.panelSheet .textBar > span .icon {
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -6px;
}
.panelSheet .mainPanel,
.panelSheet .mainPanel .textBar,
.panelSheet .textBar.isImg,
.panelSheet .mainPanel .textBar.isImg {
	background: #f7f9fa;
	filter: none;
}
/* mainPanel */
.panelSheet .linkImage > span {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
}
.panelSheet .linkImage > span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border: 1px solid #ececec;
}
.panelSheet .mainPanel .linkImage > span {
	border: none;
}
.panelSheet .linkImage > span > img {
	margin-left: -12%;
	max-width: inherit;
	width: auto;
	height: 100%;
}
.panelSheet .linkImage > span > img.pcHide {
	margin-left: 0;
	width: 100%;
	height: auto;
}
/* highlightPanel */
.panelSheet .highlightPanel {
	border-left: none;
}
.panelSheet .highlightPanel .linkImage > span > img {
	margin-left: -260%;
}
.panelSheet .highlightTitle {
	position: relative;
	top: auto;
	left: auto;
	display: table-cell;
	width: auto;
	margin-top: 0;
	vertical-align: middle;
}
.panelSheet .highlightTitle > span {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 10px 10px;
	font-weight: normal;
	text-align: left;
}
.panelSheet .highlightTitle > span .icon {
	position: absolute;
	top: 50%;
	right: 19px;
	margin-top: -6px;
}
/* linkBox */
.panelSheet .linkBox.textLinks {
	background: #f7f9fa;
}
.panelSheet .linkBox .linksTitle {
	display: table-row;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
}
.panelSheet .linkBox .linksTitle > span {
	display: table-cell;
	padding: 5px 0;
}
/* fixPanel */
.panelSheet .fixPanel {
	display: block;
}
.panelSheet .fixPanel .panel {
	display: table;
	width: 100%;
	background: none;
}
.panelSheet .fixPanel .panel.movieItem {
	background: none;
	vertical-align: middle;
}
.panelSheet .fixPanel .listWrap {
	display: table-cell;
	padding: 0 0 10px;
	vertical-align: middle;
}
.panelSheet .fixPanel .listWrap li + li {
	margin-top: 5px;
}
.panelSheet .fixPanel .panelBox {
	padding-top: 0;
	border: 0;
}
.panelSheet .fixPanel .moviePanel {
	background: none;
}
.panelSheet .panelBox .linkBox .linkImage {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.panelSheet .panelBox .linkBox .linkImage img {
}

.tabDetail .infoBtn {
	margin-bottom: 40px;
}

.infoPanel .linkBox.press:after {background-image: url(/asahi/jp/images/index_ic04.png)}
.infoPanel .linkBox.info:after {background-image: url(/asahi/jp/images/index_ic05.png)}
.infoPanel .linkBox.csr:after {background-image: url(/asahi/jp/images/index_ic06.png)}
.infoPanel .linkBox.ir:after {background-image: url(/asahi/jp/images/index_ic07.png)}

#siteOutline .tabDetail > .topCrousel {
	margin: 40px 0 0;
	padding: 0;
	background: none;
	overflow: hidden;
}
/* ----- topCrousel ----- */
.topCrousel {
	margin: 40px -10px 35px;
	overflow: hidden;
}
.topCrousel .slider > li {
	display: none;
	float: none;
	width: 180px;
	margin: 0 auto;
}
.topCrousel .slider > li:first-child,
.topCrousel .bx-wrapper .slider > li {
	display: block;
}
.topCrousel .slideImageCap {
	padding: 10px 30px;
}
.topCrousel .bx-wrapper {
	max-width: none !important;
}
.topCrousel .bx-viewport {
	overflow: visible !important;
	max-width: 180px;
	margin: 0 auto;
}
/* controls */
.topCrousel .bx-wrapper .bx-prev {
	left: 5px;
}
.topCrousel .bx-wrapper .bx-next {
	right: 5px;
}
}


/* ======================================================
 OTHER
====================================================== */
/* Clearfix
------------------------------------------------------ */
#siteOutline .tabBtn:after,
#topVisual .slider > .slide03 > a:after,
.topCrousel:after,
.panelSheet:after,
.fixPanel:after {
	content: "";
	display: block;
	clear: both;
}
#siteOutline .tabBtn,
#topVisual .slider > .slide03 > a:after,
.topCrousel,
.panelSheet,
.fixPanel {
	zoom: 1;
}