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


/* ========================================================================== */
/* global-header                                                              */
/* ========================================================================== */

#global-header {
	box-shadow: none;
}

#head-contents #search input[type="text"] {
	color: #fff;
	border: 1px solid rgba(255,255,255,0) !important;
	background-color: rgba(0,0,0,0.05) !important;
}

#global-header.follow #head-contents #search input[type="text"] {
	color: #333;
	border: 1px solid rgba(0,0,0,0) !important;
}

#global-header.follow #head-contents #search input[type="text"]:focus {
	border: 1px solid rgba(0,0,0,0) !important;
}

#head-contents #search input[type="submit"] {
	background: url(../common/images/icon_search_white.png) left center no-repeat !important;
	background-size: 13px 13px !important;
}

#global-header.follow #head-contents #search input[type="submit"] {
	background: url(../common/images/icon_search.png) left center no-repeat !important;
	background-size: 13px 13px !important;
}

#head-contents li a {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#head-contents li a:hover {
	border-bottom: 1px solid #fff;
}

#global-header {
	background-color: rgba(255,255,255,0);
}

#global-header.follow {
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

#global-header.follow a {
	color: #333;
}

#global-header.follow li a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}



/* ========================================================================== */
/* keyvisual                                                                  */
/* ========================================================================== */

#keyvisual {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	min-height: 500px;
	margin: auto;
	overflow: hidden;
}


#keyvisual #global-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.95);
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	overflow: hidden;
	z-index: 4;
}

#keyvisual #global-nav:before,
#keyvisual #global-nav:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	z-index: 5;
}

#keyvisual #global-nav:before {
	left: 0;
}

#keyvisual #global-nav:after {
	right: 0;
}

#keyvisual #global-nav ul {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#keyvisual #global-nav li {
	display: table;
	float: left;
	width: 16.6666666667%;
	height: 100%;
	background: inherit;
	border-left: 1px solid rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#keyvisual #global-nav li:first-child {
	border-left: none;
}

#keyvisual #global-nav li a {
	display: table-cell;
	height: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	line-height: 1.8rem;
	color: #000;
	font-family: FOT-マティス Pro M, MatissePro-M;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#keyvisual #global-nav li a span {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 11px;
	line-height: 1.1rem;
	font-family: Palatino, 'Palatino Linotype';
	font-style: italic;
	color: rgba(0,0,0,0.5);
}

#keyvisual #global-nav li:hover {
	background-color: rgba(255,255,255,0.75);
}

#keyvisual #global-nav li:hover a {
	color: #000;
}


#loading {
	position: absolute;
	top: 0;
	bottom: 100px;
	left: 0;
	right: 0;
	width: 22px;
	height: 22px;
	margin: auto;
	text-align: center;
	transition: all 0.5s ease
}

.play #loading {
	opacity: 0;
}

#loading img {
	width: 100%;
}


.kv-logo-container {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: auto;
	padding-bottom: 100px;
	box-sizing: border-box;
	text-align: center;
	z-index: 3;
}

.kv-logo {
	
}

.kv-logo__main {
	opacity: 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 5rem;
	font-family: FOT-マティス Pro M, MatissePro-M;
}

.kv-logo__main img {
	display: block;
	width: 50%;
	min-width: 600px;
	margin: auto;
}

.kv-logo__sub {
	opacity: 0;
	color: #fff;
	font-size: 1.6rem;
	font-family: FOT-マティス Pro M, MatissePro-M;
}

.kv-logo__sub img {
	display: block;
	width: 50%;
	min-width: 800px;
	margin: auto;
}

.play .kv-logo__main {
	opacity: 1;
	transition: all 1.0s ease 0.5s;
}

.play .kv-logo__sub {
	opacity: 1;
	transition: all 1.0s ease 1.0s;
}



.kv-blank {
	width: 100%;
	display: block;
}

/* Image reel -------------------------------------------------------------- */

.image-reel {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.image-reel-item {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	top: 0;
	height: 100%;
	width: 100%;
	
	transition: all 10s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.17,.84,.44,1);
	transform-origin: center center;
	transform: scale(1.1);
	overflow: hidden;
	z-index: 1;
	opacity: 0;
}

.image-reel-item.current {
	opacity: 1;
	transform: scale(1);
	transition-property: transform, opacity;
	transition-duration: 10s, 5s;
	transition-timing-function: cubic-bezier(.17,.84,.44,1), ease;
	z-index: 2;
}

.image-reel-item.next {
	opacity: 0;
	transform: scale(1.1);
}

.image-reel-item.prev {
	transition-duration: 5s;
	opacity: 0;
	transform: scale(1);
}


.image-reel-item .img {
	width: 100%;
}

.image-reel .kv-fit-img {
	position: absolute;
}

.slideshow {
	position: relative;
}

.slideshow:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0);
	transition: background 1s ease 1.5s;
	z-index: 2;
}

.play .slideshow:before {
	background-color: rgba(0,0,0,0.1);
}

/* ========================================================================== */
/* menu-area                                                                      */
/* ========================================================================== */

#menu-area {
	position: relative;
	width: 100%;
	min-width: 960px;
	max-width: 1600px;
	margin: 0 auto;
	background-color: #fff;
	/*overflow: hidden;*/
	/*box-shadow: 0 -1px 0 rgba(0,0,0,0.1);*/
}


#menu-area section {
	position: relative;
	float: left;
	width: 20%;
	height: 440px;
	vertical-align: top;
	overflow: hidden;
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
	
	background-color: #fff;
	box-sizing: border-box;
	transition: box-shadow 0.2s ease;
}

#menu-area section:nth-child(5n) {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.1);
}

#menu-area section:hover {
	color: #000;
	z-index: 1;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 5px 25px rgba(0,0,0,0.2);
}

#menu-area section:active {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
	transition: box-shadow 0.1s ease;
}


#menu-area section a {
	display: block;
	width: 100%;
	height: 100%;
	transition: color 0.3s cubic-bezier(.17,.84,.44,1) 0s;
}

#menu-area section a:hover {
	color: #fff;
}

#menu-area section .title-wrap {
	display: table;
	width: 100%;
}

#menu-area section div {
	display: table-cell;
	width: 100%;
	height: 170px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

#menu-area section h2 {
	position: relative;
	font-family: FOT-マティス Pro M, MatissePro-M;
	font-size: 2.6rem;
	line-height: 1.4;
	z-index: 1;
	padding: 0 20px;
	box-sizing: border-box;
}

#menu-area section h2 span {
	display: inline-block;
	z-index: 1;
	white-space: nowrap;
}

#menu-area section h2 .smalltxt {
	display: block;
	margin-top: 0.75em;
	line-height: 1.5;
	font-size: 1.1rem;
}

#menu-area section .eng {
	margin-top: 10px;
	font-size: 1.2rem;
	font-family: Palatino, 'Palatino Linotype';
	font-style: italic;
	z-index: 1;
}

#menu-area section .circle {
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	width: 83px;
	height: 83px;
	margin: 0 auto;
	z-index: 0;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(.17,.84,.44,1) 0s;
}

#menu-area section a:hover .circle {
	-webkit-transform: scale(7);
	-moz-transform: scale(7);
	transform: scale(7);
	transition: all 0.3s cubic-bezier(.47,0,.74,.71) 0s;
}

#menu-area > section:nth-child(1) .circle { background-color: #69add7; }
#menu-area > section:nth-child(2) .circle { background-color: #41bcc4; }
#menu-area > section:nth-child(3) .circle { background-color: #93b74b; }
#menu-area > section:nth-child(4) .circle { background-color: #dfb573; }
#menu-area > section:nth-child(5) .circle { background-color: #df9273; }
#menu-area > section:nth-child(6) .circle { background-color: #69add7; }
#menu-area > section:nth-child(7) .circle { background-color: #a992e1; }
#menu-area > section:nth-child(8) .circle { background-color: #bb81b6; }
#menu-area > section:nth-child(9) .circle { background-color: #d07da8; }
#menu-area > section:nth-child(10) .circle { background-color: #e58aa1; }
#menu-area > section:nth-child(11) .circle { background-color: #ed7f7f; }

#menu-area > section:nth-child(1) a:hover .circle { background-color: #34a6eb; }
#menu-area > section:nth-child(2) a:hover .circle { background-color: #00cedb; }
#menu-area > section:nth-child(3) a:hover .circle { background-color: #8ac610; }
#menu-area > section:nth-child(4) a:hover .circle { background-color: #f4af41; }
#menu-area > section:nth-child(5) a:hover .circle { background-color: #f47441; }
#menu-area > section:nth-child(6) a:hover .circle { background-color: #34a6eb; }
#menu-area > section:nth-child(7) a:hover .circle { background-color: #936cf0; }
#menu-area > section:nth-child(8) a:hover .circle { background-color: #bd5db6; }
#menu-area > section:nth-child(9) a:hover .circle { background-color: #dd529a; }
#menu-area > section:nth-child(10) a:hover .circle { background-color: #f75f86; }
#menu-area > section:nth-child(11) a:hover .circle { background-color: #ff7878; }







#menu-area section figure {
	position: relative;
	width: 83px;
	height: 83px;
	margin: 0 auto 30px;
}

#menu-area section figure img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
	transition: all 0.25s cubic-bezier(.47,0,.74,.71) 0s;
}

#menu-area section a:hover figure img {
	-webkkit-transform: scale(1.1);
	transform: scale(1.1);
}

#menu-totalcare           figure img { width: 50px; }
#menu-medical             figure img { width: 50px; }
#menu-food                figure img { width: 50px; }
#menu-kuchikara           figure img { width: 50px; }
#menu-palliative          figure img { width: 60px; }
#menu-ambulatory          figure img { width: 50px; }
#menu-vaccination         figure img { width: 70px; }
#menu-chinese             figure img { width: 60px; }
#menu-pediatrics          figure img { width: 50px; }
#menu-corporate           figure img { width: 50px; }
#menu-hospitalizationreha figure img { width: 60px; }


#menu-area section p {
	position: relative;
	line-height: 20px;
	line-height: 2.0rem;
	z-index: 1;
	color: currentColor;
	/*transition: all 0.25s ease;*/
}

#menu-area section a:hover p {
	
}

#menu-area section hr {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	display: block;
	width: calc(100% - 60px);
	height: 1px;
	margin: 15px auto 0;
	border-top: 1px dotted rgba(0,0,0,0.1);
	transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}

#menu-area section a:hover hr {
	border-color: rgba(0,0,0,0.2);
}

#menu-area section .more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	margin: auto;
	text-align: center;
	line-height: 60px;
	line-height: 6.0rem;
	overflow: hidden;
	opacity: 0.5;
	z-index: 1;
	-webkit-transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	-moz-transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}

#menu-area section .more:before {
	position: absolute;
	top: 23px;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	content: "";
	opacity: 1;
	border-radius: 50%;
	background: #000 url(../common/images/arrow_round.png) right center no-repeat;
	background-size: 14px 14px;
}

#menu-area section .more span {
	opacity: 0;
	padding-right: 20px;
	color: #000;
	
	transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}

#menu-area section a:hover .more {
	padding-right: 60px;
	opacity: 1;
}

#menu-area section a:hover .more span {
	opacity: 1;
}



/* ========================================================================== */
/* banner-area                                                                      */
/* ========================================================================== */


#banner-area {
	position: relative;
	clear: both;
	width: 100%;
	max-width: 1600px;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(0,0,0,0.05);
	background-color: rgb(248, 248, 248);
	padding: 30px 0;
	margin: auto;
}

#banner-area .wrap {
	width: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#banner-area .wrap li {
	display: block;
	width: 170px;
	height: 70px;
	margin: 15px 15px;
	float: left;
}

#banner-area .wrap li a {
	display: block;
	line-height: 0;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	transition: all 0.15s ease-in-out;
}

#banner-area .wrap li a img {
	width: 100%;
}

#banner-area .wrap li a:hover {
	box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
}

#banner-area .wrap li a:active {
	box-shadow: none;
}

#banner-area #banner-arrow {
	position: relative;
	width: 100%;
	height: 100px;
	min-width: 960px;
	max-width: 1600px;
	margin: 0 auto;
	z-index: 0;
}

#banner-area #banner-arrow li {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

#banner-area #banner-arrow li a {
	display: inline-block;
	display: -webkit-box;
	display: box;
	
	-webkit-box-pack: center;
	box-pack: center;
	
	-webkit-box-align: center;
	box-align: center;
	
	width: 30px;
	height: 30px;
	background-color: #d3d3d3;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/* IE9 */
#banner-area #banner-arrow li img:not(:target) {
	margin-top: 8px\9;
}

/* IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#banner-area #banner-arrow li img {
		margin-top: 8px!important;
	}
}


#banner-area #banner-arrow li a:hover {
	background-color: #a3a3a3;
}

#banner-area #banner-arrow li img {
	width: 10px;
}

#banner-area #banner-arrow .prev {
	left: 20px;
}

#banner-area #banner-arrow .next {
	right: 20px;
}

@media only screen and (max-width: 1040px) {
	#banner-area .wrap li {
		margin-left: 15px;
	}
}



/* ========================================================================== */
/* news-area                                                                      */
/* ========================================================================== */

#news-area .other-link li {
	border: 1px solid #5cbff0;
}

#news-area .other-link li a:hover {
	background-color: rgba(92,191,240,0.05);
}

#news-area .other-link li a:hover h1 {
	color: #5cbff0;
	background-position: 5px 7px;
}

#news-area .other-link li a:hover h1:before {
	background-color: #5cbff0;
}

#news-area {
	width: 100%;
	min-width: 960px;
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 40px;
	background-color: #fff;
}

@media screen and (min-width: 1680px) {
	#news-area {
		padding: 60px 0 60px;
	}
}


.news-information-area {
	display: flex;
	justify-content: space-between;
}

#news-area .list {
	width: calc(50% - 20px);
	margin-bottom: 50px;
	text-align: left;
}

#news-area h3 {
	float: left;
	margin-bottom: 25px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	font-family: FOT-マティス Pro DB, MatissePro-DB;
}

#news-area .list ul {
	clear: both;
	border-top: 1px solid rgba(0,0,0,0.05);
}

#news-area .list li {
	height: 50px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 5rem;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#news-area .list li a {
	display: block;
	margin-right: 5px;
	padding: 0 10px;
	background: url(../common/images/arrow.png) right 10px center no-repeat;
	background-size: 3px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#news-area .list li a:hover {
	margin-right: 0;
	background-color: rgba(0,0,0, 0.02);
}

#news-area .list li time {
	display: inline-block;
	width: 90px;
}

#news-area .list li span {
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
}

#news-area .list li span:empty {
	margin-right: 0;
}

#page #news-area .rss {
	clear: none;
	border: none;
	float: right;
	margin-bottom: 10px;
}

#news-area .rss li {
	display: inline-block;
	width: 45px;
	height: 20px;
	margin-left: 5px;
	line-height: 20px;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	border: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#news-area .rss li a {
	display: block;
	margin: 0;
	color: #fff;
	background: none;
	background-color: #b7b7b7;
	border-radius: 3px;
}

#news-area .rss li:hover {
	
}

#news-area .rss li a:hover {
	background-color: #333;
}


#news-area #post h3 {
	padding-left: 25px;
	background: url(../common/images/icon_info.png) left center no-repeat;
	background-size: 16px 16px;
}

#news-area #closure h3 {
	padding-left: 25px;
	background: url(../common/images/icon_schedule.png) left center no-repeat;
	background-size: 16px 16px;
}

#news-area #report #post-wrap {
	clear: both;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

#news-area #report #post-wrap:before,
#news-area #report #post-wrap:after {
	display: flex;
	content: "";
	width: calc(20% - 30px);
	order: 2;
}

#news-area #report section {
	position: relative;
	width: calc(20% - 30px);
	padding: 0 0 20px;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	order: 1;
}

#news-area #report section:first-child {
	margin-left: 0;
}

#news-area #report section article {
	margin-bottom: 10px;
}


#news-area #report section h4 {
	display: table;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.0rem;
	margin-bottom: 5px;
	border-top: 1px solid rgba(0,0,0,0.2);
}

#news-area #report section h4 a {
	display: table-cell;
	width: 100%;
	color: #777;
	padding: 0;
	vertical-align: middle;
}

#news-area #report section h4 a:hover {
	
}

#news-area #report section h4 span {
	display: inline-block;
	white-space: nowrap;
}

#news-area #report article a {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0;
	color: #555;
	font-size: 1.25rem;
	line-height: 1.5;
	transition: all 0.1s ease-in-out;
}

#news-area #report article a:hover {
	color: #333;
}

#news-area #report section figure {
	position: relative;
	width: 80px;
	height: auto;
	line-height: 0;
	margin: 0 0 15px 0;
	padding: 0;
}

#news-area #report section figure img {
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0.01);
	transition: all 0.2s ease-in-out;
	border-radius: 2px;
	object-fit: cover;
}



#news-area #report section a:hover figure img {
	box-shadow: 0px 5px 8px rgba(0,0,0,0.1);
}

#news-area #report section .up a figure:before {
	content: "UP";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	color: #fff;
	font-family: Helvetica;
	font-size: 1.0rem;
	text-align: center;
	vertical-align: middle;
	line-height: 2.7rem;
	border-radius: 50%;
	background-color: #EF71A6;
	z-index: 1;
	font-weight: bold;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	transition: all 0.1s ease-in-out;
}

#news-area #report section .up a:hover figure:before {
	transform: scale(1.15) rotate(-20deg);
}

#news-area #report section .txt-container {
	display: block;
	width: calc(100% - 100px);
}

#news-area #report section .date {
	display: block;
}

#news-area #report section .ttl {
	display: block;
	font-weight: bolder;
}

#news-area #report section .date {
	display: block;
	margin-bottom: 3px;
	color: #555;
	font-size: 1.1rem;
	transition: all 0.1s ease-in-out;
}

#news-area #report section a:hover,
#news-area #report section a:hover .date {
	color: #46A9D9;
}

#news-area #report section p {
	display: none;
	width: 100%;
	height: 40px;
	margin: 0;
	
	line-height: 40px;
	line-height: 4.0rem;
	text-align: right;
	border-top: 1px solid #e0e0e0;
	box-sizing: border-box;
}

#news-area #report section p a {
	display: block;
	margin-right: 3px;
	padding: 0 20px 0 10px;
	background: url(../common/images/arrow.png) right 10px center no-repeat;
	background-size: 3px 5px;
	transition: all 0.05s ease-in-out;
	box-sizing: border-box;
}

#news-area #report section p a:hover {
	margin-right: 0;
	color: #000;
	background-color: rgba(0,0,0,0.02);
}

#news-area #report .more {
	display: none;
}


/* ========================================================================== */
/* footer                                                                        */
/* ========================================================================== */





/* ========================================================================== */
/* ie                                                                            */
/* ========================================================================== */

/* IE10（IE11） */

.ie9 #news-area #report #post-wrap {
	display: block;
	overflow: hidden;
}

.ie9 #news-area #report #post-wrap section {
	float: left;
	margin-left: 15px;
}

.ie9 #news-area #report #post-wrap section:first-child {
	margin-left: 0;
}









