@charset "utf-8";
/* base
-------------------------------------------------- */
body {
	padding-top: 110px;
}
a {
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a img {
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/*
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transform: scale(1.01);
	transition-duration: 0.5s;
}
*/
.warp {
	width: 1100px;
	margin: 0 auto;
}
.pcNone {
	display: none;
}
.spNone {
	display: inherit;
}
/* Fixed reset */
.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}
/*
a {
	position: relative;
	font-size: 1.3rem;
	padding: 5px 0 5px 14px;
	display: block;
}
a::before {
	position: absolute;
	content: "";
	top: 9px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
*/

main::after {
	display: block;
	clear: both;
	content: "";
}
main.under {
	padding-top: 110px;
}
main.exceed {
	padding-top: 70px;
}
.ttl {
	position: relative;
	border-bottom: #cacaca solid 3px;
}
.ttl:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 1em;
  border-bottom: #b22e30 solid 3px;
}
.subTtl {
	position: relative;
	padding-left: 1.2em;
}
.subTtl:after {
  content: "";
  display: block;
  position: absolute;
	top: 0.5em;
  left: 0;
  width: 0.8em;
	height: 3px;
	background-color: #eea8aa;
}
.ttl + .repletion {
	position: absolute;
	right: 0;
	top: 3px;
}
.ttl + .repletion li {
	float: left;
	margin-left: 6px;
}
.ttl + .repletion li a {
	position: relative;
	font-size: 1.0rem;
	padding: 1px 10px 2px 15px;
	background-color: #d5d5d5;
}
.ttl + .repletion li a::after {
	position: absolute;
	content: "";
	top: 7px;
	left: 5px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #6c6c6c;
	border-right: 1px solid #6c6c6c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.matter {
	display: inline-block;
}
.ttl .matter {
	float: right;
	font-size: 1.4rem;
	font-weight: normal;
}
.pager {
	display: inline-block;
	float: right;
}
.pager li {
	float: left;
	margin-left: 5px;
}
.pager li a {
	display: table-cell;
	font-size: 1.2rem;
	width: 24px;
	height: 24px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border: #cacaca solid 1px;
}
/*
.pager li:first-of-type a,
.pager li:nth-of-type(2) a,
.pager li:nth-last-of-type(2) a,
.pager li:last-of-type a {
	font-size: 1.8rem;
	vertical-align: initial;
}
*/
.pager li.arrow a {
	font-size: 1.8rem;
	vertical-align: initial;
}
.pager li a.hover,
.pager li a.current {
	color: #fff;
	text-decoration: none;
	background-color: #b22e30;
	border-color: #b22e30;
}
#iconExpl {
	display: inline-block;
	width: 100%;
	font-size: 1.2rem;
	padding: 8px 10px;
	background-color: #f1f1f1;
}
#iconExpl dt {
	float: left;
	font-weight: bold;
	padding: 8px 15px;
	margin-right: 15px;
	border-right: #a0a0a0 solid 1px;
}
#iconExpl dd p {
	float: left;
	padding: 8px 15px;
	word-break: keep-all;
	white-space: nowrap;
}
#iconExpl dd img {
	height: 16px;
	width: auto;
}
#feed {
  height: 200px;
  overflow-y: auto;
}

/* #pageHead
-------------------------------------------------- */
#pageHead {
	height: 112px;
	padding: 10px 0 40px;
	margin-bottom: 50px;
	background-color: #f6f5f5;
	border-top: #fff solid 1px;
	border-bottom: #d5d5d5 solid 1px;
}
#pageHead.exceed {
	margin-top: 70px;
}
#pageHead ul {
	width: 1100px;
	margin: 0 auto 18px;
	color: #727171;
	font-size: 1.2rem;
}
#pageHead ul li {
	display: inline-block;
}
#pageHead ul li a {
	position: relative;
	color: #727171;
	padding-right: 1.5em;
	margin-right: 0.5em;
}
#pageHead ul li a::after {
	content: ">";
	position: absolute;
	right: 0;
}
#pageHead ul li:last-of-type a::after {
	content: none;
}
#pageHead ul li a.hover {
	color: #ed1c24;
}
#pageHead ul li a.hover::after {
	color: #727171;
}
#pageHead h1 {
	color: #b22e30;
	font-size: 2.8rem;
	width: 1100px;
	margin: 0 auto;
}


/* #newsSearch
-------------------------------------------------- */
#newsSearch {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#newsSearchBtn {
	display: none;
}
#newsSearchBox {
	position: relative;
	float: right;
	width: 595px;
	margin: -127px auto 0;
}
#newsSearchBox.en {
	width: 680px;
}
#newsSearchBox h1 {
	display: none;
}
#newsSearchBox h2 {
	float: left;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 32px;
	margin-right: 5px;
}
#newsSearchBox form input[type='text'],
#newsSearchBox form select {
	border: #e8e8e8 solid 1px;
}
#newsSearchBox form ul {
	width: 100%;
	margin-bottom: 2px;
	display: inline-block;
}
#newsSearchBox form ul li {
	float: left;
	line-height: 32px;
}
#newsSearchBox form ul li:nth-of-type(2) {
	position: relative;
	margin-left: 10px;
}
#newsSearchBox form ul li:nth-of-type(2)::before {
	position: absolute;
	top: 13px;
	right: 8px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #b0b0b0;
	pointer-events: none;
}
#newsSearchBox form ul li:nth-of-type(2) select {
	padding: 0 36px 0 8px;
	color: #b0b0b0;
	height: 32px;
	font-size: 1.4rem;
}
#newsSearchBox form li selectselect::-ms-expand {
	display: none;
}
#newsSearchBox form li select option {
	color: #b0b0b0;
}
#newsSearchBox form li select option:checked {
	color: #080000;
}
#newsSearchBox form li select::-ms-expand {
    display: none;
}
#newsSearchBox form ul li input[type='text'] {
	width: 330px;
	height: 32px;
	font-size: 1.4rem;
}
#newsSearchBox form ul li input[type='text']::placeholder {
	padding-left: 1.8em;
	color: #b0b0b0;
}
#newsSearchBox form ul li input[type='text']:placeholder-shown {
	background: #fff url("../images/icon_searchbox.svg") no-repeat 10px center;
}
#newsSearchBox form ul li input[type='text']:-webkit-input-placeholder {
	color: #b0b0b0;
	padding-left: 1.8em;
	background: #fff url("../images/icon_searchbox.svg") no-repeat 10px center;
}
#newsSearchBox form ul li input[type='text']:-ms-input-placeholder {
	color: #b0b0b0;
	padding-left: 2.5em;
	background: #fff url("../images/icon_searchbox.svg") no-repeat 10px center;
}
@-moz-document url-prefix() {
	#newsSearchBox form ul li input[type='text']:placeholder-shown {
		padding-left: 2.5em;
	}
}

#newsSearchBox form p input[type='submit'] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 2em;
	height: 32px;
	font-size: 1.4rem;
	background-color: #b22e30;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
	border: #b22e30 solid 1px;
}
#newsSearchBox form p input[type='submit']:hover {
	background-color: #ed1c24;
	border-color: #ed1c24;
}
#newsSearchBox form ol {
	display: flex;
	float: left;
}
#newsSearchBox form ol li {
	position: relative;
	float: left;
	display: flex;
	margin-left: 5px;
	line-height: 32px;
}
#newsSearchBox form ol li span {
	padding-left: 5px;
}
#newsSearchBox form ol li::before {
	position: absolute;
	top: 14px;
	right: 26px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #b0b0b0;
	pointer-events: none;
}
#newsSearchBox form ol li:nth-of-type(4)::before {
	border: none;
}
#newsSearchBox form ol li select {
	float: left;
	padding: 0 25px 0 5px;
	color: #b0b0b0;
	height: 32px;
	font-size: 1.4rem;
}



/* #partsRecommend
-------------------------------------------------- */
#partsRecommend {
	display: inline-block;
	margin-bottom: 30px;
  width: 100%;
}
#partsRecommend p {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#partsRecommend ul li {
	float: left;
	margin: 0 17px 17px 0;
}
#partsRecommend ul li a {
	display: inline-block;
	border: #cacaca solid 1px;
}
#partsRecommend ul li:nth-child(4n) {
	margin-right: 0;
}
#partsRecommend ul li a.hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* #partsReport
-------------------------------------------------- */
#partsReport {
	display: inline-block;
}
#partsReport p {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#partsReport ul {
	display: inline-block;
	width: 100%;
	padding: 0 12px 20px;
	margin-bottom: 20px;
	border-bottom: #cacaca solid 1px;
}
#partsReport ul li {
	float: left;
	width: 25%;
	padding: 7px 0;
}
#partsReport ul li a {
	position: relative;
	float: left;
	padding-left: 14px;
}
#partsReport ul li a::before {
	position: absolute;
	content: "";
	top: 7px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#partsReport ul:last-of-type {
	margin-bottom: 0;
}
#partsReport ul:last-of-type li:last-child {
	width: 50%;
}

/* #partsOldReport
-------------------------------------------------- */
#partsOldReport {
	display: flex;
	width: 100%;
	background-color: #f1f1f1;
	padding: 30px;
	margin-bottom: 50px;
}
#partsOldReport dl {
	width: 560px;
}
#partsOldReport dl.linkNone {
	width: 100%;
}
#partsOldReport dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
#partsOldReport dl dd {
	line-height: 1.6;
}
#partsOldReport dl dd a {
	color: #ae2d2f;
	text-decoration: underline;
}
#partsOldReport dl dd a.hover {
	text-decoration: none;
}
#partsOldReport p {
	margin: 30px 0 0 50px;
	text-align: center;
}
#partsOldReport p a {
	display: inline-block;
	color: #fff;
	background-color: #ae2d2f;
	padding: 1.2em 0;
	width: 325px;
}
#partsOldReport a.hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
}

/* #partsAboutReport
-------------------------------------------------- */
#partsAboutReport {
	display: flex;
	width: 100%;
}
#partsAboutReport li {
	width: 320px;
	margin-right: 30px;
	padding: 40px 30px 30px;
	background-color: #dfdfdf;
}
#partsAboutReport li:last-of-type {
	margin-right: 0;
}
#partsAboutReport li dl dt {
	color: #ae2d2f;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1em;
}
#partsAboutReport li dl dd a {
	display: block;
	margin-top: 1em;
	text-decoration: underline;
}
#partsAboutReport li dl dd a.hover {
	text-decoration: none;
}

/* #partsSpCont
-------------------------------------------------- */
#partsSpCont {
	margin-bottom: 50px;
}
#partsSpCont .ttl {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#partsSpCont ul {
	display: flex;
  flex-wrap: wrap;
	border-bottom: #cacaca solid 2px;
}
#partsSpCont ul li {
	float: left;
	width: 50%;
	font-weight: bold;
	padding: 0 10px 20px;
}
#partsSpCont ul li img {
	float: left;
	margin-right: 10px;
}
#partsSpCont ul li time {
	float: left;
	width: calc(100% - 70px);;
	color: #b22e30;
	font-size: 1.0rem;
	line-height: 1;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: #d5d5d5 solid 1px;
}
#partsSpCont ul li p {
	float: left;
	width: calc(100% - 70px);;
	font-size: 1.6rem;
}
#partsSpCont ul li a.hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#partsSpCont ul li a.hover p {
	text-decoration: underline;
}

/* #partsRelation
-------------------------------------------------- */
#partsRelation  {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#partsRelation .ttl {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#partsRelation  ul li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.4em;
	font-size: 1.4rem;
}
#partsRelation  ul li a::before {
	position: absolute;
	content: "";
	top: 0.45em;
	left: 7px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#partsRelation ul li span {
	font-size: 1.2rem;
	padding-left: 1em;
}
#partsRelation ul li:last-of-type {
	margin-bottom: 0;
}

/* #partsOther
-------------------------------------------------- */
#partsOther {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#partsOther .ttl {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#partsOther ul li {
	display: flex;
	float: left;
	width: 260px;
	margin: 0 17px 17px 0;
}
#partsOther ul li:nth-child(4n) {
	margin-right: 0;
}
#partsOther ul li a {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 15px;
	border: #cacaca solid 1px;
}
#partsOther ul li figure {
	float: left;
	text-align: center;
	width: 60px;
	margin-right: 15px;
}
#partsOther ul li img {
	height: 60px;
	width: auto;
}
#partsOther ul li p {
	float: left;
	line-height: 60px;
}
#partsOther ul li span {
	float: right;
	line-height: 60px;
}
#partsOther ul li a.hover {
	color: #fff;
	background-color: #b22e30;
	border-color: #b22e30;
}
#partsOther ul li a.hover img {
 filter: brightness(0) invert(1);
}
@media all and (-ms-high-contrast: none){ /*IE10以上*/
  #partsOther ul li a.hover {
		color: #080000;
		background-color: #eaaeaf;
  }
}





/* #pagetop
-------------------------------------------------- */
#pagetop {
	position: fixed;
	z-index: 998;
	right: 0;
	bottom: 0;
}
#pagetop a {
	width: 69px;
	height: 69px;
	margin-right: 34px;
	margin-bottom: 34px;
	display: block;
	position: relative;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#pagetop a::before,
#pagetop a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}	
#pagetop a::before {
	width: 69px;
	height: 69px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: #b22e30 solid 2px;
}
#pagetop a::after {
	top: 9px;
	left: 26px;
	width: 16px;
	height: 16px;
	border-top: 1px solid #b22e30;
	border-right: 1px solid #b22e30;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#pagetop a.hover::before {
	background-color: #b22e30;
	border: #fff solid 2px;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#pagetop a.hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* header
-------------------------------------------------- */
#header {
	position: fixed;
	z-index: 998;
	width: 100%;
	min-width: 1100px;
	height: 110px;
	top: 0;
	background-color: #fff;
	border-bottom: #b22e30 solid 5px;
}
#mobileHead {
	background: #fff;
	width: 100%;
	position: relative;
	padding-left: 1em;
}
#mobileHead p {
	float: left;
	line-height: 1;
	font-size: 1.1rem;
	padding-top: 14px;
}
#mobileHead p img {
	padding-bottom: 1em;
}
#mobileHead p span {
	display: block;
  text-align: center;
}
#mobileHead #search a {
	position: relative;
	float: right;
	height: 40px;
	width: 40px;
	background-color: #b22e30;
}
#mobileHead #search img {
	height: 19px;
	width: auto;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#mobileHead #search a.hover {
	background-color: #ed1c24;
}
#mobileHead #searchBox {
	position: fixed;
	right: 0;
	top: 40px;
	width: 40%;
	min-width: 560px;
	height: 0;
	padding: 0 20px;
	background-color: rgba(213, 213, 213, 0.9);
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
	overflow: hidden;
}
#mobileHead #searchBox.open {
	height: auto;
	overflow: auto;
	padding: 15px 20px;
}
#mobileHead #searchBox div {
	float: left;
}
#mobileHead #searchBox .searchText {
	width: 73%;
	min-width: 380px;
}
#mobileHead #searchBox .searchText input[type='text'] {
	width: 100%;
	height: 2.2em;
	line-height: 2.2em;
}
#mobileHead #searchBox .searchText input[type='text']::placeholder {
	padding-left: 1.8em;
	color: #b0b0b0;
}
#mobileHead #searchBox .searchText input[type='text']:placeholder-shown {
	background: #fff url("../images/icon_searchbox.svg") no-repeat 10px center;
}
#mobileHead #searchBox .searchText input[type='text']:-webkit-input-placeholder {
	color: #b0b0b0;
	padding-left: 1.8em;
	background: #fff url("../images/icon_searchbox.svg") no-repeat 10px center;
}
#mobileHead #searchBox .searchText input[type='text']:-ms-input-placeholder {
	color: #b0b0b0;
	padding-left: 2em;
	background: #fff url("../images/icon_searchbox.svg") no-repeat 10px center;
}
@-moz-document url-prefix() {
	#mobileHead #searchBox .searchText input[type='text']:placeholder-shown {
		padding-left: 2em;
	}
}
#mobileHead #searchBox .searchBtn {
	float: right;
	width: 25%;
	min-width: 130px;
}
#mobileHead #searchBox .searchBtn input[type='submit'] {
	width: 100%;
	height: 2.5em;
	font-size: 1.4rem;
	background-color: #6c6c6c;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#mobileHead #searchBox .searchBtn input[type='submit']:hover {
	background-color: #b22e30;
}


#mobileHead #item {
  position: relative;
	float: right;
	width: calc(100% - 175px); 
  height: 40px;
	padding: 14px 0 0 4em;
  background-image: linear-gradient(45deg, #fff 29px, #ececec 0, #ececec);
}
#mobileHead #item dl {
  position: relative;
  z-index: 1;
	float: left;
	line-height: 1;
  background-color: #ececec;
}
#mobileHead #item dl dt {
	float: left;
}
#mobileHead #item dl dd {
	float: left;
	margin: -3px 0 0 1em; 
}
#mobileHead #item dl dd:last-of-type {
	display: block;
}
#mobileHead #item dl dd a {
	display: block;
	color: #fff;
	padding: 3px 1em 5px;
	background-color: #6c6c6c;
	border-radius: 5px;
}
#mobileHead #item dl dd a.hover {
	background-color: #b22e30;
	text-decoration: none;
}
#mobileHead #item ul {
  position: absolute;
  right: 0;
	font-size: 1.2rem;
	line-height: 1;
	margin-right: 1em;
}
#mobileHead #item ul li {
	float: left;
}
#mobileHead #item ul li a {
	padding-right: 1em;
	margin-right: 1em;
	border-right: #333 solid 1px;
}
#mobileHead #item ul li:nth-of-type(3) a {
	margin-right: 0;
	border-right: none;
}
#mobileHead #item ul li:last-of-type a {
	padding: 2px 1em;
	border: #333 solid 1px;
}
#mobileHead #item ul li:last-of-type a.hover {
	color: #fff;
	background-color: #b22e30;
	border-color: #b22e30;
	text-decoration: none;
}
#mobileHead nav,
#mobileHead nav ol,
#mobileHead nav ul {
	float: right;
}
#mobileHead nav ol li {
	float: left;
}
#mobileHead nav ol li a {
	color: #333;
	display: block;
	font-size: 1.0rem;
	text-align: center;
	width: 67px;
	height: 65px;
	padding-top: 13px;
	border-left: #ececec solid 1px;
}
#mobileHead nav ol li img {
	display: block;
	height: 24px;
	width: auto;
	margin: 0 auto 7px;
}
#mobileHead nav ol li:first-of-type img {
	width: 28px;
}
#mobileHead nav ol li a.hover {
	color: #fff;
	text-decoration: none;
	background-color: #b22e30;
}
#mobileHead nav ol li a.hover img {
 filter: brightness(0) invert(1);
}
@media all and (-ms-high-contrast: none){ /*IE10以上*/
  #mobileHead nav ol li a.hover {
		color: #333;
		background-color: #eaaeaf;
  }
}
#mobileHead nav ul {
	margin-top: 25px;
}
#mobileHead nav ul li {
	float: left;
	margin-right: 25px;
}
#mobileHead nav ul li a {
	display: block;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("../images/icon_qa.png");
}
#mobileHead nav ul li:first-of-type a {
	background-image: url("../images/icon_qa.png");
}
#mobileHead nav ul li:nth-of-type(2) a {
	padding-left: 20px;
	background-image: url("../images/icon_company.png");
}
#mobileHead nav ul li:nth-of-type(3) a {
	background-image: url("../images/icon_contact.png");
}
#mobileHead nav ul li:nth-of-type(4) a {
	padding-left: 20px;
	background-image: url("../images/icon_holiday.png");
}
#mobileHead nav ul li:nth-of-type(5) a {
	background-image: url("../images/icon_saitemap.png");
}
#mobileHead nav ul li:nth-of-type(6) a {
	background-image: url("../images/icon_recruit.png");
}
/* globalNav
-------------------------------------------------- */
#globalNav {
	clear: both;
	width: 100%;
	background-color: #d5d5d5;
}
#globalNav.fixed {
	top: 110px;
	z-index: 999;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}
#globalNav ul {
	min-width: 1100px;
	margin: 0 auto;
	height: 70px;
  text-align: center;
	overflow: hidden;
	border-top: #fff solid 1px;
}
#globalNav ul li {
	position: relative;
	float: left;
	width: 16.666%;
	height: 100%;
	border-left: 1px solid #fff;
}
#globalNav ul li a {
	position: relative;
	width: auto;
	font-size: 1.6rem;
  text-decoration: none;
	display: block;
	padding: 16px 0;
}
#globalNav ul li a.hover {
	color: #b22e30;
}
#globalNav ul li:first-of-type {
	border-left: none;
}
#globalNav ul li.type a {
	padding: 23px 0;
}
#globalNav ul li a span {
	display: block;
	font-size: 1.0rem;
}
#globalNav ul li a strong {
	display: inline-block;
}
#globalNav ul li a strong::after,
#globalNav ul li a strong::after {
	content: "";
	position: relative;
	display: block;
	height: 2px;
	background-color: #b22e30;
	width: 100%;
	bottom: 10px;
	opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#globalNav ul li a.hover strong::after,
#globalNav ul li a.current strong::after {
	bottom: -4px;
	opacity: 1;
}
#globalNav ul li:first-of-type a.hover strong::after,
#globalNav ul li:first-of-type a.current strong::after {
	bottom: -12px;
}
#globalNav ul li a.current strong,
#globalNav ul li a.current span {
	color: #333;
}
#globalNav p,
#globalNav ol {
	display: none;
}
/* Toggle Button */
#navToggle {
	display: none;
}

/* footer
-------------------------------------------------- */
#footer {
	display: inline-block;
	width: 100%;
	padding-top: 51px;
	margin-top: 100px;
	background-color: #f1f1f1;
}
#footer .sitemap {
	display: flex;
	width: 1100px;
	margin: 0 auto 45px;
}
#footer .sitemap section {
	float: left;
	width: 235px;
	margin-right: 53.33px;
}
#footer .sitemap:nth-of-type(3) section:first-of-type {
	width: 523.33px;
}
#footer .sitemap:nth-of-type(3) section:first-of-type,
#footer .sitemap:nth-of-type(3) section:last-of-type {
	padding-top: 1.3em;
}
#footer .sitemap section:last-of-type {
	margin-right: 0;
}
#footer .sitemap section p {
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
#footer .sitemap:nth-of-type(3) section:first-of-type ul li {
	float: left;
	width: 235px;
}
#footer .sitemap:nth-of-type(3) section:first-of-type ul li:nth-child(even) {
	float: right;
}
#footer .sitemap section ul li a {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	padding: 5px 5px 5px;
}
#footer .sitemap section ul li a:first-of-type {
	padding-left: 14px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#footer .sitemap section ul li a:first-of-type + a,
#footer .sitemap section ul li a:first-of-type + a + a {
	padding-left: 7px;
}
#footer .sitemap section ul li a:first-of-type::before {
	position: absolute;
	content: "";
	top: 11px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#footer .sitemap section ul li a.hover {
	background-color: #fff;
}
#footer #sns {
	padding-bottom: 20px;
	text-align: center;
}
#footer #sns ul {
	display: flex;
	width: 299px;
	margin: 0 auto;
}
#footer #sns ul li {
	width: 30px;
	height: auto;
	margin: 12px 18px 0 0;
}
#footer #sns ul li:last-of-type {
	width: 100px;
	height: auto;
	margin: 0;
}
#footer #sns ul li a {
	width: 100%;
}
#footer #sns ul li a.hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#footer #sns ul li img {
	width: 100%!important;
}
#footer #footMenu {
	min-width: 1100px;
	background-color: #cacaca;
}
#footer #footMenu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  padding: 20px;
}
#footer #footMenu ul li {
	margin: 0 2em;
}
#footer #footMenu ul li a {
	font-size: 1.2rem;
}
#footer #copyright {
	min-width: 1100px;
	padding: 10px;
	font-size: 1.0rem;
	text-align: center;
	color: #fff;
	background-color: #000;
}

/* RIGHT SIDE  //Market at a Glance
-------------------------------------------------- */
#market.exceed {
	padding-top: 70px;
}
#market {
	float: right;
	width: 220px;
}
#market #toHome {
	width: 100%;
	margin-bottom: 20px;
  padding: 5px;
  background-color: #F6F5F5;
  border: #CACACA solid 3px;
  border-bottom-color: #B22E30;
}
#market #toHome p:first-of-type {
  color: #B22E30;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#market #toHome ul li {
  position: relative;
  font-size: 1.2rem;
  padding: 0 0 5px 1em;
}
#market #toHome ul li::before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 4px;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 4px solid #b22e30;
}
#market article { 
	width: 100%;
	margin-bottom: 30px;
}
#market article a { 
	display: inline-block;
	color: #fff;
	background-color: #000;
	width: 100%;
	padding: 13px 12px 10px;
}
#market article a.hover { 
	color: #fff;
	text-decoration: none;
	background-color: #b22e30;
}
#market article a:focus {
	text-decoration: none;
}
#market article h1 { 
	color: #f6ff01;
	font-size: 1.6rem;
	padding-bottom: 6px;
}
#market article h1 span { 
	font-size: 1.0rem;
	font-weight: normal;
  display: inline-block;
}
#market article p { 
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding-left: 0.5em;
}
#market article p:last-of-type { 
	float: right;
  width: 65px;
	font-size: 1.4rem;
  text-align: center;
	background-color: #00b433;
	padding: 3px 1em;
}
#market h2 { 
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#market section {
	width: 100%;
	padding: 10px 5px 2px;
	background-color: #f1f1f1;
	border-top: #b22e30 solid 2px;
}
#market section:last-of-type {
	margin-bottom: 50px;
}
#market section h3 {
	font-size: 1.4rem;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: #d5d5d5 solid 1px;
  letter-spacing: -0.038em;
}
#market section h3 time {
	float: right;
	font-size: 1.2rem;
	font-weight: normal;
  letter-spacing: -0.032em;
}
#market section table {
	width: 100%;
	font-size: 1.2rem;
}
#market section table th {
	text-align: left;
	padding-bottom: 6px;
  width: 60%;
  letter-spacing: -0.028em;
}
#market section table td {
	text-align: right;
	padding-bottom: 8px;
  width: 20%;
}
#market section table tr td:last-of-type {
	color: #067cbf;
}
#market section table tr td.minus {
	color: #d33a3c;
}
#market section table tr:last-of-type th,
#market section table tr:last-of-type td {
	/*padding-bottom: 0;*/
}

/* LEFT SIDE  //Side Menu
-------------------------------------------------- */
#side.exceed {
	padding-top: 70px;
}
#side {
	float: left;
	width: 220px;
}
#side .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#side section ul {
	margin-bottom: 1.8em;
}
#side section ul li a {
	position: relative;
	font-size: 1.3rem;
	padding: 5px 0 5px 14px;
	display: block;
}
#side section ul li a::before {
	position: absolute;
	content: "";
	top: 11px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
/**********************************
***** currentによりマウスオーバーがおかしくなる為コメントアウト - 20/03/09金子
#side section ul li a.hover,
#side section ul li a.current {
	color: #fff;
	background-color: #b22e30;
	text-decoration: none;
}
**********************************/
#side section ul li a.hover::before,
#side section ul li a.current::before {
	border-left-color: #fff;
}
#side section:last-of-type {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px!important;
}
#side section:last-of-type ul {
	margin-bottom: 0;
}
#side section#holiday {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.8em;
}
#side section#holiday h3 {
	color: #b97072;
	font-size: 1.4rem;
	padding: 10px 0;
}
#side section#holiday table {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border: #cacaca solid 1px;
	margin-bottom: 10px;
}
#side section#holiday table th,
#side section#holiday table td {
	font-weight: normal;
	padding: 0 0.5em;
	height: 3em;
	width: 14.285%;
	border: #cacaca solid 1px;
}
#side section#holiday table thead th:first-of-type,
#side section#holiday table tbody tr td:first-of-type {
	color: #b97072;
}
#side section#holiday table thead th:last-of-type,
#side section#holiday table tbody tr td:last-of-type {
	color: #067cbf;
}
#side section#holiday table td {
	vertical-align: text-top;
	padding-top: 6px;
}
#side section#holiday table td span {
	display: block;
	color: #a3a3a3;
}
#side section#holiday table tbody td.today {
  background-color: #ff8;
}
#side section#holiday table tbody td.closed {
  position: relative;
}
#side section#holiday table tbody td.closed::after {
  position: absolute;
  content: "●";
  color: #a3a3a3;
  display: block;
  width: 100%;
  text-align: center;
  bottom: 3px;
  left: 0;
}
#side section#holiday p:nth-last-of-type(2) {
	float: left;
	font-size: 1.1rem;
}
#side section#holiday p:last-of-type {
	float: right;
	font-size: 1.1rem;
}
#side section#holiday p:last-of-type a {
	position: relative;
	padding-left: 1em;
}
#side section#holiday p:last-of-type a::after {
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#side section#holiday p:last-of-type a.hover::after {
	border-color: #b22e30;
}


/* Banner  //Market at a Glance //Side Menu
-------------------------------------------------- */
aside .banner li {
	margin-bottom: 20px;
}
aside .banner li a.hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* LEFT SIDE  //#reportMenu
-------------------------------------------------- */
#reportMenu {
	float: left;
	width: 220px;
}
#reportMenu h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
}
#reportMenu ul li {
	border-bottom: #cacaca solid 1px;
}
#reportMenu ul li a {
	position: relative;
	font-size: 1.3rem;
	padding: 15px 0 15px 1.5em;
	display: block;
}
#reportMenu ul li a::before {
	position: absolute;
	content: "";
	top: 45%;
	left: 6px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#reportMenu ul li a.hover,
#reportMenu ul li a.current {
	color: #fff;
	background-color: #b22e30;
	text-decoration: none;
}
#reportMenu ul li a.hover::before,
#reportMenu ul li a.current::before {
	border-left-color: #fff;
}
#reportMenu ul li time {
	display: block;
	font-size: 1.0rem;
	line-height: 1;
	padding-top: 6px;
}
#reportMenu ul li a time.today {
	color: #b22e30;
}
#reportMenu ul li a time.today strong {
	color: #fff;
	padding: 0 1em 1px;
	margin-right: 0.5em;
	background-color: #b22e30;
}
#reportMenu ul li a.hover time.today,
#reportMenu ul li a.current time.today {
	color: #fff;
}
#reportMenu ul li a.hover time.today strong,
#reportMenu ul li a.current time.today strong {
	color: #b22e30;
	background-color: #fff;
}


/* TOP Page
-------------------------------------------------- */
#top {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 50px;
}
#top #side {
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}
#top main {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	width: 560px;
	margin: 0 50px;
}
#top #market {
	-webkit-box-ordinal-group:3;
	-ms-flex-order:3;
	-webkit-order:3;
	order:3;
}	
#top .ttl {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#top .subTtl {
	font-size: 1.4rem;
	padding-bottom: 20px;
}
#topVisual {
	width: 100%;
	min-width: 1100px;
	height: 400px;
	background: url("../images/top_visual.jpg") no-repeat center 37%;
	background-size: cover;
}
#topVisual p {
  position: absolute;
	float: left;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.65);
	padding: 175px 0 0 2em;
}
#topVisual ol {
  position: relative;
	float: right;
	margin-top: 22px;
}
#topVisual ol li {
	float: left;
	margin-left: 14px;
}
#topVisual ol li a {
  display: block;
	width: 145px;
	height: 145px;
	background-color: #fff;
}
#topVisual ol li img {
	width: 100%;
}
#topVisual ol li a.hover img {
  opacity: 0.7;
}
#topInfo {
	position: absolute;
	width: 100%;
	margin: -280px auto 0;
}
#topInfo div:first-of-type {
	display: none;
}
#topInfo article {
	float: right;
	width: 463px;
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
#topInfo article p {
	color: #b22e30;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: #d9d9d9 solid 1px;
}
#topInfo article dl {
	display: block;
}
#topInfo article dl dt {
	display: inline-flex;
	vertical-align: top;
	color: #b22e30;
	font-size: 1.2rem;
	width: 18%;
	padding-bottom: 0.5em;
}
#topInfo article dl dd {
	display: inline-flex;
	width: 80%;
	padding-bottom: 0.5em;
}
#topInfo article dl dt:last-of-type,
#topInfo article dl dd:last-of-type {
	padding-bottom: 0;
}
#topInfo ol {
	float: right;
  clear: both;
	margin-top: 15px;
}
#topInfo ol li {
	float: left;
	margin-left: 14px;
  border: #fff solid 2px;
}
#topInfo ol li a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	width: 141px;
	height: 60px;
	padding: 9px 3px 0;
	background-color: #456273;
}
#topInfo ol li a span {
  display: block;
}
#topInfo ol li img {
	width: 24px;
  height: auto;
  margin-bottom: 5px;
}
#topInfo ol li a.hover {
	color: #456273;
	background-color: #fff;
	text-decoration: none;
}
#topInfo ol li a.hover img {
	filter: invert(0.7) sepia(100%) hue-rotate(157deg);
}
@media all and (-ms-high-contrast: none){ /*IE10以上*/
	#topInfo ol li a.hover {
		color: #fff;
		background-color: #b22e30;
		text-decoration: none;
	}
}

#topNews {
	display: flex;
	width: 100%;
	margin-bottom: 60px;
}
#topNews section {
	position: relative;
	width: 330px;
	height: 185px;
	margin-right: 34px;
	border-bottom: #cacaca solid 1px;
}
#topNews section h2 {
	position: relative;
	margin-bottom: 18px;
	padding-left: 1em;
}
#topNews section h2 a {
	font-size: 1.8rem;
	line-height: 1.4;
}
#topNews section h2::before {
	position: absolute;
	content: "";
	top: 0.5em;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#topNews section p {
	font-size: 1.2rem;
	padding-left: 1.5em;
	line-height: 1.6;
}
#topNews section p:last-of-type a {
	position: absolute;
	right: 0;
	bottom: 1em;
	padding: 0;
	color: #b22e30;
	font-weight: bold;
}
#topNews figure {
	position: relative;
}
#topNews figure a img {
	border: #d5d5d5 solid 1px;
}
#topNews figure a.hover img {
	position: relative;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#topNews figure figcaption {
	color: #fff;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
}
#topNews figure figcaption p {
	position: absolute;
 	top: 50px;
	left: 20px;
	line-height: 1.2;
	font-weight: bold;
}
#topNews figure figcaption p strong {
	display: block;
	font-size: 4.0rem;
}
#topNews figure figcaption span {
	position: absolute;
	font-size: 1.2rem;
	font-weight: bold;
	padding-right: 10px;
	bottom: 8px;
	right: 12px;
}
#topNews figure figcaption span::after {
	position: absolute;
	content: "";
	top: 6px;
	right: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#topMarket {
	position: relative;
	margin-bottom: 50px;
}
#topMarket .tab {
	overflow: hidden;
	margin: 20px 0 2px;
}
#topMarket .tab li {
	cursor: pointer;
	float: left;
	color: #6c6c6c;
	font-size: 1.1rem;
	line-height: 1;
	border: #6c6c6c solid 1px;
	padding: 5px 8px 7px;
	margin: 0 8px 8px 0;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topMarket .tab li:last-of-type {
	margin-right: 0;
}
#topMarket .tab li.select {
	color: #b22e30;
	border-color: #b22e30;
}
#topMarket .tab li.hover {
	color: #fff;
	border-color: #b22e30;
	background-color: #b22e30;
}
#topMarket .tabPanel {
	padding: 14px 10px;
	border: #f1f1f1 solid 1px;
	background-color:#f9f8f8;
}
#topMarket .tabPanel div {
	display: none;
	opacity: 1;
	animation-duration: 0.8s;
	animation-name: fade-in;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-name: fade-in;
}
@keyframes fade-in {
	0% { display: none; opacity: 0; }
	100% { display: block; opacity: 1; }
}
@-webkit-keyframes fade-in {
	0% { display: none; opacity: 0; }
	100% { display: block; opacity: 1; }
}	
#topMarket .tabPanel div.show {
	display: block;
}
#topMarket .tabPanel li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: bold;
}
#topMarket .tabPanel li span {
	float: left;
	display: block;
	width: 7em;
	padding: 0.5em;
	margin: -1px 1em 0 0;
	text-align: center;
	color: #b22e30;
	font-size: 1.0rem;
	line-height: 1;
	background-color: #f0cbcc;
	border-radius: 3px;
}
#topMarket .tabPanel li p {
	display: flow-root;
}
#topMarket .tabPanel li time {
	color: #777;
	font-size: 1.0rem;
	font-weight: normal;
	padding-left: 1em;
}
#topMarket .tabPanel li img {
	height: 13px;
	width: auto;
	margin-left: 6px;
}
#topMarket .tabPanel li a {
	display: block;
	width: 100%;
}
#topMarket .tabPanel li a.hover {
	text-decoration: none;
}
#topMarket .tabPanel li a.hover p {
	text-decoration: underline;
}

#topSpCont {
	margin-bottom: 50px;
}
#topSpCont .subTtl {
	border-bottom: #cacaca solid 2px;
	margin-bottom: 20px;
}
#topSpCont ul {
	display: inline-block;
	border-bottom: #cacaca solid 2px;
}
#topSpCont ul li {
	float: left;
	width: 50%;
	font-weight: bold;
	padding: 0 10px 20px;
}
#topSpCont ul li img {
	float: left;
	margin-right: 10px;
}
#topSpCont ul li time {
	float: left;
	width: 185px;
	color: #b22e30;
	font-size: 1.0rem;
	line-height: 1;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: #d5d5d5 solid 1px;
}
#topSpCont ul li p {
	float: left;
	width: 185px;
	font-size: 1.2rem;
}
#topSpCont ul li a.hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#topSpCont ul li a.hover p {
	text-decoration: underline;
}

#topPicup {
	display: inline-block;
	margin-bottom: 50px;
  width: 100%;
}
#topPicup div {
	position: relative;
	float: left;
	width: 275px;
	height: 203px;
	overflow-y: hidden;
	padding: 18px;
	margin-bottom: 10px;
	border: #d5d5d5 solid 1px;
}
#topPicup div:nth-child(odd) {
	float: right;
}
#topPicup div figure {
	display: flex;
	margin-bottom: 25px;
}
#topPicup div figure img {
	height: 50px;
	margin-right: 10px;
	width: auto;
}
#topPicup div figure figcaption {
	font-size: 1.2rem;
	font-weight: bold;
}
#topPicup div ul li {
	margin-bottom: 1em;
}
#topPicup div ul li a {
	display: inline-block;
	position: relative;
	padding-left: 1.0em;
	font-size: 1.1rem;
}
#topPicup div ul li a::before {
	position: absolute;
	content: "";
	top: 0.45em;
	left: 0;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#topPicup div p {
	position: absolute;
	right: 18px;
	bottom: 12px;
}
#topPicup div p a {
	color: #b22e30;
	font-size: 1.1rem;
	padding-left: 1.0em;
}
#topPicup div p a::after {
	position: absolute;
	content: "";
	top: 0.8em;
	left: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #b22e30;
	border-right: 1px solid #b22e30;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#topPicup div p a.hover {
	color: #ed1c24;
}


#topInformation {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#topInformation h2.ttl {
	margin-bottom: 20px;
}
#topInformation .tab {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	border-bottom: 1px solid #cacaca;
}
#topInformation .tab li {
	cursor: pointer;
	float: left;
	width: 33.33%;
	margin-bottom: -1px;
	color: #6c6c6c;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	display: block;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
	border-top: 1px solid #fff;
}
#topInformation .tab li.select {
	border: 1px solid #cacaca;
	border-bottom-color: #fff;
}
#topInformation .tab li.hover {
	color: #fff;
	background-color: #b22e30;
	border-top: 1px solid #b22e30;
	border-bottom: 1px solid #b22e30;
}
#topInformation .tabPanel div {
	display: none;
	opacity: 1;
	padding: 20px 10px 0;
	animation-duration: 0.8s;
	animation-name: fade-in;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-name: fade-in;
}
@keyframes fade-in {
	0% { display: none; opacity: 0; }
	100% { display: block; opacity: 1; }
}
@-webkit-keyframes fade-in {
	0% { display: none; opacity: 0; }
	100% { display: block; opacity: 1; }
}	
#topInformation .tabPanel div.show {
	display: block;
}
#topInformation .tabPanel li {
	display: inline-block;
	width: 100%;
	margin-bottom: 0.8em;
	font-size: 1.2rem;
}
#topInformation .tabPanel li time {
	float: left;
	display: block;
	width: 6em;
	color: #b22e30;
}
#topInformation .tabPanel li p {
	display:flex;
}

#topMovie {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#topMovie h2.ttl {
	margin-bottom: 20px;
}
#topMovie ul li  {
	float: left;
	width: 176px;
	margin-right: 16px;
}
#topMovie ul li:last-of-type  {
	margin-right: 0;
}
#topMovie ul li a {
	width: 100%;
}
#topMovie ul li a img {
	width: 100%;
	margin-bottom: 5px;
}
#topMovie ul li time {
	font-size: 1.0rem;
	margin-bottom: 3px;
}
#topMovie ul li p {
	font-size: 1.2rem;
}
#topMovie ul li a.hover {
	text-decoration: none;
}
#topMovie ul li a.hover p {
	text-decoration: underline;
}
#topMovie ul li a.hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#topPress {
	display: inline-block;
	position: relative;
	width: 100%;
}
#topPress h2.ttl {
	margin-bottom: 20px;
}
#topPress ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.4em;
	font-size: 1.2rem;
}
#topPress ul li a::before {
	position: absolute;
	content: "";
	top: 0.45em;
	left: 7px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#topPress ul li span {
	font-size: 1.0rem;
}
#topPress ul li:last-of-type {
	margin-bottom: 0;
}

/* auth/login
-------------------------------------------------- */
#login main {
	display: flex;
}
#login section {
	width: 370px;
	margin-left: 155px;
	padding-bottom: 30px;
	border-bottom: #cacaca solid 1px;
}
#login section:last-of-type {
	margin: 0 0 0 50px;
}
#login section h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 40px;
}
#login section dl {
	display: inline-block;
	padding: 0 20px;
	font-size: 1.2rem;
}
#login section dl dt {
	float: left;
	width: 23%;
	padding-top: 0.6em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}
#login section dl dd {
	float: left;
	width: 77%;
	margin-bottom: 20px;
}
#login section dl dd input[type='text'],
#login section dl dd input[type='password'] {
	border: #f1f1f1 solid 1px;
	background-color: #f9f8f8;
	width: 100%;
}
#login section:first-of-type p input[type=checkbox] {
  display: none;
}
#login section:first-of-type p .checkbox {
	width: calc(100% - 40px);
	font-size: 1.2rem;
  position: relative;
  display: inline-block;
	margin: 0 20px 40px;
  padding: 12px 12px 12px 42px;
  background-color: #f9f8f8;
  vertical-align: middle;
  cursor: pointer;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#login section:first-of-type p .checkbox:hover {
  background-color: #f7e8e9;
}
#login section:first-of-type p .checkbox:hover:after {
  border-color: #a72b2d;
}
#login section:first-of-type p .checkbox:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid #cacaca;
  content: '';
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#login section:first-of-type p .checkbox:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -6px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#login section:first-of-type p input[type=checkbox]:checked + .checkbox {
  background-color: #f7e8e9;
}
#login section:first-of-type p input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
	z-index: 1;
}
#login section:first-of-type p input[type=checkbox]:checked + .checkbox:after {
	background-color: #ae2d2f;
  border-color: #ae2d2f;
}
#login section:first-of-type div {
	width: 140px;
	margin: 0 auto 15px;
}
#login section:first-of-type div input {
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	padding: 1.2em 0;
	background-color: #ae2d2f;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#login section:first-of-type div input:hover {
	background-color: #ed1c24;
}
#login section:first-of-type .msg-error {
  color: #ff0004;
  font-weight: bold;
  text-align: center;
  width: auto;
}


#login section:first-of-type span {
	display: flex;
}
#login section:first-of-type ul {
	display: flex;
	margin: auto;
	font-size: 1.2rem;
	font-weight: bold;
}
#login section:first-of-type ul li {
	position: relative;
}
#login section:first-of-type ul li a {
	color: #ae2d2f;
}
#login section:first-of-type ul li a.hover {
	color: #ed1c24;
}
#login section:first-of-type ul li:first-of-type {
	padding-right: 1.5em;
	margin-right: 1.0em;
}
#login section:first-of-type ul li:first-of-type::after {
	position: absolute;
	content: "/";
	right: 0;
}
#login section:first-of-type p.edge {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#login section:first-of-type p.edge a {
	color: #ae2d2f;
}
#login section:first-of-type p.edge a {
	color: #ae2d2f;
}
#login section:last-of-type p {
	font-size: 1.5rem;
	padding: 0 20px 30px;
	line-height: 1.6;
}
#login section:last-of-type p strong {
	color: #ae2d2f;
}
#login section:last-of-type div a {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #ae2d2f;
	width: calc(100% - 40px);
	padding: 1em;
	margin: 0 auto;
}
#login section:last-of-type div a.hover {
	text-decoration: none;
	background-color: #ed1c24;
}


/* regist/member
-------------------------------------------------- */
#member main {
	padding: 0 40px 130px;
}
#member h2 {
	font-size: 2.8rem;
	margin-bottom: 1em;
}
#member .memberData {
	width: 100%;
	margin-bottom: 30px;
	border: #d5d5d5 solid 1px;
}
#member .memberData th,
#member .memberData td {
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
	border: #d5d5d5 solid 1px;
	padding: 0.8em 1em;
}
#member .memberData th {
	width: 20%;
	background-color: #f6f5f5;
}
#member .memberData td {
	width: 80%;
}
#member .memberBox {
  width: 100%;
  padding: 0 20%;
  margin-bottom: 55px;
  display: flex;
  justify-content: space-between
}
#member .memberRegist {
  width: 46%;
	text-align: center;
}
#member .memberRegist a {
	display: inline-block;
	color: #fff;
	background-color: #ae2d2f;
	padding: 1.2em 0;
  width: 100%;
}
#member .memberRegist a.hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
}
#member .memberBox .memberRegist:last-of-type a {
	background-color: #6c6c6c;
}
#member .memberBox .memberRegist:last-of-type a.hover {
	background-color: #ae2d2f;
}
#member h3 {
	position: relative;
	font-size: 1.8rem;
	padding-left: 1.2em;
	margin-bottom: 10px;
}
#member h3:after {
  content: "";
  display: block;
  position: absolute;
	top: 0.6em;
  left: 0;
  width: 0.8em;
	height: 2px;
	background-color: #ae2d2f;
}
#member .memberList {
	width: 100%;
	margin-bottom: 50px;
	border-top: #cacaca solid 1px;
}
/*
#member .memberList:nth-child(even) {
	background-color: #fffef0;
}
*/
#member .memberList tr {
	display: block;
	float: left;
	width: 50%;
}
#member .memberList tr th {
	width: 74%;
	font-weight: normal;
	padding: 5px 20px;
	text-align: left;
	vertical-align: middle;
	border-bottom: #cacaca solid 1px;
}
#member .memberList tr th span {
	position: relative;
	padding-bottom: 4px;
	display: inline-block;
}
#member .memberList tr th span::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #666666;
}
#member .memberList tr td {
	width: 26%;
	font-size: 1.2rem;
	padding: 5px 20px;
	text-align: center;
	vertical-align: middle;
	border-bottom: #cacaca solid 1px;
}
#member .memberList tr td p {
	display: inline-block;
	width: 100px;
	padding: 12px 0;
	background-color: #d5d5d5;
}
#member .memberList tr td a {
	display: inline-block;
	width: 100px;
	padding: 12px 0;
	color: #fff;
	background-color: #ae2d2f;
}
#member .memberList tr td a.hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
}
#member .memberData .label-important {
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  margin-left: 10px;
	background-color: #b22e30;
  font-weight: normal;
  display: inline-block;
}
#member .message {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em
}
#member .message .Error {
  color: #ff0004;
}
#member .memberData input[type='text'],
#member .memberData input[type='password'] {
  padding: 0.4em;
	border: #f1f1f1 solid 1px;
	background-color: #f9f8f8;
}
#member .memberData input[type='text']:focus,
#member .memberData input[type='password']:focus {
	color: #003a6c;
	background-color: #d9f6ff;
}
#member form ul {
  display: flex;
  margin: 3em auto 0;
  width: 50%;  
}
#member form ul li {
  width: 150px;
  margin: auto;
}
#member form ul li input[type='submit'],
#member form ul li a {
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
  font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	background-color: #ae2d2f;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#member form ul li a {
	background-color: #6c6c6c;
}
#member form ul li input[type='submit']:hover {
	background-color: #ed1c24;
}
#member form ul li a.hover {
	background-color: #b22e30;
  text-decoration: none;
}
#member form .memberData th {
	width: 25%;
}
#member form .memberData td {
	width: 75%;
}
#member .passNote {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

/* rpt/report
-------------------------------------------------- */
#rimReport {
}
#rimReport #notice {
  width: 100%;
  padding: 1em;
  margin-bottom: 30px;
  border: #dce5ea solid 2px;
  background-color: #eff4f7;
}
#rimReport #notice h1 {
  font-size: 1.8rem;
}
#rimReport #notice div {
  padding-top: 10px;
}
#rimReport .heading {
	position: relative;
	margin-bottom: 30px;
}
#rimReport .heading h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#rimReport .heading h2:after {
	background-color: #ae2d2f;
}
#rimReport .heading p {
	position: absolute;
	right: 0;
	top: -3px;
}
#rimReport .heading p a {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	background-color: #ae2d2f;
}
#rimReport .heading p a.hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
}
#rimReport ul {
	display: inline-block;
	width: 100%;
	padding: 0 12px 20px;
	margin-bottom: 20px;
	border-bottom: #cacaca solid 1px;
}
#rimReport ul li {
	float: left;
	width: 25%;
	padding: 8px 0;
}
#rimReport ul li a {
	position: relative;
	float: left;
	padding: 2px 0 0 14px;
}
#rimReport ul li a::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#rimReport ul li time {
	clear: left;
	float: left;
	padding-left: 14px;
	color: #6c6c6c;
	font-size: 1.3rem;
}
#rimReport ul li time strong {
  background-color: #b22e30;
	padding: 1px 1em;
  margin-right: 0.5em;
	color: #fff;
	font-size: 1.1rem;
}

#rimReport ul:last-of-type {
	margin-bottom: 50px;
}
/*
#rimReport ul:last-of-type li:last-child {
	width: 50%;
}
*/
#rimReport #partsOldReport {
	width: calc(100% - 80px);
	margin: 0 40px 50px;
}
#rimReport #partsAboutReport {
	width: calc(100% - 80px);
	margin: 0 40px;
}


/* report/type
-------------------------------------------------- */
#rimReportSelect main {
	float: right;
	width: 830px;
}
#rimReportSelect main h2 {
	font-size: 2.9rem;
	margin-bottom: 40px;
}
#rimReportSelect main h3 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#rimReportSelect table {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border: #cacaca solid 1px;
	margin: 10px 0;
}
#rimReportSelect table th,
#rimReportSelect table td {
	font-weight: normal;
	padding: 10px 0;
	height: 3em;
	width: 14.285%;
	border: #cacaca solid 1px;
}
#rimReportSelect table th {
	font-size: 1.4rem;
}
#rimReportSelect table th:first-of-type {
	color: #b97072;
}
#rimReportSelect table th:last-of-type {
	color: #067cbf;
}
#rimReportSelect table td {
	vertical-align: text-top;
	height: 5em;
}
#rimReportSelect table td a {
	display: block;
	color: #b22e30;
	padding: 6px;
}
#rimReportSelect table td a.hover {
	color: #ed1c24;
	text-decoration: none;
}
#rimReportSelect .selectCalendar {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
}
#rimReportSelect .selectCalendar .left,
#rimReportSelect .selectCalendar .right {
	position: relative;
	display: flex;
	width: 200px;
}
#rimReportSelect .selectCalendar .left a::after,
#rimReportSelect .selectCalendar .right a::after {
	position: absolute;
	content: "";
	top: 45%;
	left: 70%;
	width: 30px;
	height: 30px;
	border-top: 3px solid #cacaca;
	border-right: 3px solid #cacaca;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#rimReportSelect .selectCalendar .right a::after {
	left: inherit;
	right: 70%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rimReportSelect .selectCalendar .left a.hover::after,
#rimReportSelect .selectCalendar .right a.hover::after,
#rimReportSelect .selectCalendar .left a:hover::after,
#rimReportSelect .selectCalendar .right a:hover::after {
	border-color: #ed1c24;
}
#rimReportSelect .selectCalendar .calendar {
	width: 430px;
}
#rimReportSelect .selectCalendar .calendar table + p {
	font-size: 1.2rem;
}
#rimReportSelect .selectCalendar .calendar table + p span {
	color: #b22e30;
}
#rimReportSelect .selectCalendar .calendar h4 {
	font-weight: bold;
	color: #b97072;
}
#rimReportSelect .selectCalendar .calendar h4 span {
	font-size: 2.4rem;
	padding: 0 0.2em;
}

#rimReportSelect main .selectBox {
  float: left;
	width: 100%;
	padding-bottom: 13px;
	margin-bottom: 20px;
	border-bottom: #cacaca solid 1px;
}
#rimReportSelect main .selectBox:first-of-type {
  float: none;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#rimReportSelect main .selectBox p {
	position: relative;
	display: inline-block;
	color: #b22e30;
	font-size: 1.8rem;
	font-weight: bold;
	width: calc(100% - 210px);
	padding: 4px 0 0 1.2em;
}
#rimReportSelect main .selectBox p::before {
	position: absolute;
	content: "";
	top: 14px;
	left: 8px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#rimReportSelect main .selectBox p time {
	color: #080000;
	font-size: 1.2rem;
	font-weight: normal;
	padding-left: 1em;
}
#rimReportSelect main .selectBox .notice {
	clear: both;
	color: #080000;
	font-size: 1.1rem;
	font-weight: normal;
	padding-left: 2em;
	padding-top: 10px
}
#rimReportSelect main .selectBox ul {
	float: right;
}
#rimReportSelect main .selectBox ul li {
	float: left;
	margin-right: 10px;
}
#rimReportSelect main .selectBox ul li:last-of-type {
	margin-right: 0;
}
#rimReportSelect main .selectBox ul li a {
	display: block;
	width: 100px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1;
	padding: 1em 0;
	color: #fff;
	background-color: #b22e30;
}
#rimReportSelect main .selectBox ul li:last-of-type a {
	background-color: #6c6c6c;
}
#rimReportSelect main .selectBox ul li a.hover {
	background-color: #ed1c24;
	text-decoration: none;
}
#rimReportSelect main .selectBox ul li:last-of-type a.hover {
	background-color: #b22e30;
}
#rimReportSelect main .selectBox ul li.view a {
	background-color: #6c6c6c;
}
#rimReportSelect main .selectBox ul li.view a.hover {
	background-color: #ed1c24;
	text-decoration: none;
}
#rimReportSelect main .selectBox ul li.download a {
	background-color: #b22e30;
}
#rimReportSelect main .selectBox ul li.download a.hover {
	background-color: #ed1c24;
	text-decoration: none;
}


#rimReportSelect main h3 + .matter,
#rimReportSelect main h3 + .pager {
	margin-bottom: 20px;
}
#rimReportSelect main #rimReportSubscribe {
	padding: 30px;
	border: #f6f5f5 solid 5px;
}
#rimReportSelect main #rimReportSubscribe .urge {
	font-size: 1.7rem;
	line-height: 1.8;
	padding-bottom: 30px;
}
#rimReportSelect main #rimReportSubscribe .urge strong {
	color: #b22e30;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff338 0%) repeat scroll 0 0;
}
#rimReportSelect main #rimReportSubscribe > h3 {
	font-size: 1.6rem;
	padding: 10px 15px;
	width: 100%;
	background-size: 5px 5px;
	background-color: #fff;
	background-image: linear-gradient(-45deg, #d5d5d5 25%, transparent 25%,
          transparent 50%, #d5d5d5 50%, #d5d5d5 75%,
          transparent 75%, transparent);
}
#rimReportSelect main #rimReportSubscribe > h4 {
	font-size: 1.5rem;
	padding-bottom: 5px;
	margin-bottom: 1em;
	border-bottom: #d5d5d5 solid 2px;
}
#rimReportSelect main #rimReportSubscribe .comment {
	font-size: 1.5rem;
	line-height: 1.8;
	padding-bottom: 25px;
}
#rimReportSelect main #rimReportSubscribe .published {
	display: inline-block;
	width: 100%;
	border: #d5d5d5 solid 1px;
	padding: 15px;
	margin: 8px 0 20px;
}
#rimReportSelect main #rimReportSubscribe .published .leading {
	float: left;
	font-weight: bold;
	margin-top: -25px;
	padding: 0 6px 10px;
	background-color: #fff;
}
#rimReportSelect main #rimReportSubscribe .published .leadingList {
	float: left;
	clear: left;
	padding-left: 2em;
}
#rimReportSelect main #rimReportSubscribe .published .leadingList li {
	list-style-type: circle;
	list-style-position: outside;
	padding-bottom: 6px;
}
#rimReportSelect main #rimReportSubscribe .published .leadingList li:last-of-type {
	padding-bottom: 0;
}
#rimReportSelect main #rimReportSubscribe .published .leadingTtl {
	clear: both;
	padding: 8px 5px;
	margin-bottom: 10px;
	background-color: #f6f5f5;
	border-bottom: #d5d5d5 solid 1px;
}
#rimReportSelect main #rimReportSubscribe .published .leadingSubTtl {
	clear: both;
	padding: 0 0 4px 0.6em;
}
#rimReportSelect main #rimReportSubscribe .published .leadingSubList {
	padding: 0 0 15px 1em;
}
#rimReportSelect main #rimReportSubscribe .published .leadingSubList li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 3px;
}
#rimReportSelect main #rimReportSubscribe .published .notes {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.2rem;
}
#rimReportSelect main #rimReportSubscribe dl {
	display: inline-block;
	margin-bottom: 30px;
}
#rimReportSelect main #rimReportSubscribe dl dt {
	float: left;
	color: #b22e30;
	font-weight: bold;
	padding-right: 1em;
}
#rimReportSelect main #rimReportSubscribe dl dd {
	float: left;
	margin-right: 1em;
}
#rimReportSelect main #rimReportSubscribe dl dd strong {
	font-weight: normal;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff338 0%) repeat scroll 0 0;
}
#rimReportSelect main #rimReportSubscribe dl dd strong b {
	font-weight: normal;
	background: #fff;
  padding-right: 1em;
}
#rimReportSelect main #rimReportSubscribe dl dd span {
	font-size: 1.2rem;
  display: block;
}
#rimReportSelect main #rimReportSubscribe dl dd a {
	position: relative;
	padding-left: 0.8em;
}
#rimReportSelect main #rimReportSubscribe dl dd a::before {
	position: absolute;
	content: "";

	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#rimReportSelect main #rimReportSubscribe .auth {
	text-align: center;
	display: flex;
	width: 400px;
	margin: auto;
}
#rimReportSelect main #rimReportSubscribe .auth li {
	font-weight: bold;
	width: 180px;
}
#rimReportSelect main #rimReportSubscribe .auth li:last-of-type {
	margin-left: 40px;
}
#rimReportSelect main #rimReportSubscribe .auth li a {
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1.2em 0;
	background-color: #ae2d2f;
	margin-top: 8px;
	border: #ae2d2f solid 1px;
}
#rimReportSelect main #rimReportSubscribe .auth li:first-of-type a {
	color: #ae2d2f;
	background-color: #fff;
}
#rimReportSelect main #rimReportSubscribe .auth li a.hover {
	text-decoration: none;
	background-color: #ed1c24;
	border-color: #ed1c24;
}
#rimReportSelect main #rimReportSubscribe .auth li:first-of-type a.hover {
	color: #fff;
	background-color: #ae2d2f;
	border-color: #ae2d2f;
}
#rimReportSelect main #rimReportSubscribe .voice {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
#rimReportSelect main #rimReportSubscribe .voice p {
	position: relative;
	font-weight: bold;
	padding: 0 1.4em 8px;
}
#rimReportSelect main #rimReportSubscribe .voice p::before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 1em;
	height: 3px;
	background-color: #ae2d2f;
}
#rimReportSelect main #rimReportSubscribe .voice ul {
	padding-left: 1em;
}
#rimReportSelect main #rimReportSubscribe .voice ul li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 3px;
}



/* news
-------------------------------------------------- */
#marketNews #market.exceed {
	padding-top: 0;
}
#marketNews main {
	float: left;
	width: 830px;
}
#marketNews main .category {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
#marketNews main .category li {
	float: left;
	margin: 0 6px 6px 0;
}
#marketNews main .category li a {
	display: inline-block;
	color: #6c6c6c;
	line-height: 1;
	padding: 0.3em 1em;
	border: #080000 solid 1px;
}
#marketNews main .category li a.hover {
	color: #fff;
	text-decoration: none;
	border-color: #b22e30;
	background-color: #b22e30;
}
#marketNews main .category li a.current,
#marketNews main .category li a.hover.current {
	color: #b22e30;
	border-color: #b22e30;
	background-color: #fff;
}
#marketNews main #topNews {
	width: 100%;
	margin-bottom: 50px;
}
#marketNews main #topNews section {
	width: 100%;
	height: auto;
	margin: 0;
	padding-bottom: 20px;
}
#marketNews main #topNews section h1 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#marketNews main #topNews section h2 {
	padding-right: 15px;
}
#marketNews main #topNews section h2 time {
	font-size: 1.2rem;
	padding-left: 1em;
}
#marketNews main #topNews section p {
	font-size: 1.4rem;
	padding-right: 15px;
}
#marketNews main #topNews section p:last-of-type a {
	font-size: 1.2rem;
	right: 15px;
}
#marketNews main .categoryNews {
	display: inline-block;
	width: 100%;
	background-color: #f9f8f8;
	border: #d2d2d2 solid 1px;
	margin-bottom: 50px;
}
#marketNews main .categoryNews div {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border-bottom: #d2d2d2 solid 1px;
	box-shadow: 0px 1px 0px #e9e8e8;
	padding: 12px 12px 12px 1.2em;
}
#marketNews main .categoryNews div h4 {
	position: relative;
	float: left;
	font-size: 1.8rem;
	padding-left: 1.3em;
}
#marketNews main .categoryNews div h4::before,
#marketNews main .categoryNews div h4::after {
	position: absolute;
	content: "";
	width: 0.8em;
	height: 2px;
	background-color: #d2d2d2;
	display: block;
	left: 0;
}
#marketNews main .categoryNews div h4::before {
	top: 8px;
}
#marketNews main .categoryNews div h4::after {
	top: 13px;
}
#marketNews main .categoryNews div p {
	float: right;
}
#marketNews main .categoryNews div p  a {
	position: relative;
	font-size: 1.0rem;
	padding: 1px 10px 2px 15px;
	background-color: #d5d5d5;
}
#marketNews main .categoryNews div p a::after {
	position: absolute;
	content: "";
	top: 7px;
	left: 5px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #6c6c6c;
	border-right: 1px solid #6c6c6c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#marketNews main .categoryNews ul {
	padding: 20px;
  cursor: default;
}
#marketNews main .categoryNews ul li {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-left: 1em;
}
#marketNews main .categoryNews ul li:last-of-type {
	margin-bottom: 0;
}
#marketNews main .categoryNews ul li::before {
	position: absolute;
	content: "";
	top: 9px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#marketNews main .categoryNews ul li time {
	font-size: 1.2rem;
	font-weight: normal;
	padding-left: 1em;
}
#marketNews main .categoryNews ul li img {
	height: 13px;
	width: auto;
	vertical-align: baseline;
  margin: 0 0 -1px 0.4em;
}
#marketNews main #sortable .destination {
  height: 19em;
  margin-bottom: 50px;
  border: dotted 3px #ececec;
}
#marketNews main #sortable .categoryNews:hover {
  cursor: move;
}
#marketNews main #sortable .categoryNews.ui-sortable-helper div {
  color: #fff;
  background-color: #b22e30;
}	
#marketNews main #sortable .categoryNews.ui-sortable-helper div h4 a {
  color: #fff;
}	  
#marketNews main #partsPress  {
	display: inline-block;
	position: relative;
	width: 100%;
}
#marketNews main #partsPress h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#marketNews main #partsPress ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.4em;
	font-size: 1.4rem;
}
#marketNews main #partsPress ul li a::before {
	position: absolute;
	content: "";
	top: 0.45em;
	left: 7px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#marketNews main #partsPress ul li span {
	font-size: 1.2rem;
}
#marketNews main #partsPress ul li:last-of-type {
	margin-bottom: 0;
}
#marketNews main .newsList {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: #cacaca solid 1px;
}
#marketNews main .newsList h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#marketNews main .newsList ul {
	margin-bottom: 40px;
}
#marketNews main .newsList ul li {
	display: block;
	position: relative;
  width: 100%;
	margin-bottom: 1em;
	padding-left: 1.4em;
	font-size: 1.6rem;
	font-weight: bold;
}
#marketNews main .newsList ul li a::before {
	position: absolute;
	content: "";
	top: 0.5em;
	left: 7px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#marketNews main .newsList ul li time {
	font-size: 1.2rem;
	font-weight: normal;
	padding-left: 1em;
}
#marketNews main .newsList ul li img {
  height: 13px;
  width: auto;
  margin: 0 0 -1px 0.4em;
  vertical-align: baseline;
}
#marketNews main .newsList ul li:last-of-type {
	margin-bottom: 0;
}
#marketNews main .newsList .notes {
	float: left;
}
#marketNews main .newsList .pager {
	margin-bottom: 20px;
}
#marketNews main #partsRecommend ul li {
	margin: 0 22px 17px 0;
}
#marketNews main #partsRecommend ul li:nth-of-type(3n) {
	margin-right: 0;
}
#marketNews main #partsRecommend ul li {
	margin: 0 22px 17px 0;
}
#marketNews main #partsReport ul li {
	width: 30%;
}
#marketNews main #partsOther ul li {
	margin: 0 22px 17px 0;
}
#marketNews main #partsOther ul li:nth-of-type(3n) {
	margin-right: 0;
}

#marketNews main .newsData {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: #cacaca solid 1px;
}
#marketNews main .newsData h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
  text-align: start;
	font-family: 'Noto Sans JP', sans-serif;
}
#marketNews main .newsData h2 span {
  color: #6c6c6c;
	font-size: 1.2rem;
  margin-left: 1em;
}
#marketNews main .newsData h2 strong {
  padding-left: 1em;
}
#marketNews main .newsData article {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}
#marketNews main .newsData article time {
	display: inline-block;
  width: 100%;
	color: #b22e30;
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 1em;
}
#marketNews main .newsData article h1 {
/*font-size: 3.2rem;*/
	font-size: 2.3rem;
	padding: 20px;
	/*margin-bottom: 30px;*/
	width: 100%;
	background-size: 5px 5px;
	background-color: #fff;
	background-image: linear-gradient(-45deg, #d5d5d5 25%, transparent 25%,
          transparent 50%, #d5d5d5 50%, #d5d5d5 75%,
          transparent 75%, transparent);
}
#marketNews main .newsData article .newsSentence {
	line-height: 1.6;
	font-size: 1.7rem;
	padding-bottom: 30px;
  overflow: auto;
}
#marketNews main .newsData article .newsSentence.jp {
  text-align: justify;
  text-justify: inter-ideograph;
}
#marketNews main .newsData article .newsIndex {
	position: relative;
	display: inline-block;
	color: #b22e30;
	font-size: 1.7rem;
	padding: 0 0 3px 1em;
	margin-bottom: 25px;
}
#marketNews main .newsData article .newsIndex::before {
	position: absolute;
	content: "◎";
	left: 0;
	top: 0;
}
#marketNews main .newsData article .newsIndex::after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #b22e30; 
}
#marketNews main .newsData article .newsSine {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
#marketNews main .newsData article .newsSine::after {
  content: '';
  position: absolute;
  left: 0;
	bottom: 0;
  width: 100%;
	height: 5px;
	background: repeating-linear-gradient(-45deg, #d5d5d5 0, #d5d5d5 1.5px, #fff 1.5px, #fff 3px);
}
#marketNews main .newsData article .newsSine small {
	font-size: 1.2rem;
	padding-left: 3em;
}
#marketNews main .newsData article .newsBtn {
	display: inline-block;
	width: 100%;
}
#marketNews main .newsData article .newsBtn li {
	float: left;
	width: 380px;
}
#marketNews main .newsData article .newsBtn li:last-of-type {
	float: right;
}
#marketNews main .newsData article .newsBtn li a {
	display: block;
	color: #55acee;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border: #55acee solid 1px;
}
#marketNews main .newsData article .newsBtn li:last-of-type a {
	color: #080000;
	border-color: #080000;
}
#marketNews main .newsData article .newsBtn li a img {
	vertical-align: middle;
	padding-right: 10px;
}
#marketNews main .newsData article .newsBtn li a.hover {
	text-decoration: none;
	color: #fff;
	background-color: #55acee;
}
#marketNews main .newsData article .newsBtn li a.hover img {
 filter: brightness(0) invert(1);
}
#marketNews main .newsData article .newsBtn li:last-of-type a.hover {
	background-color: #080000;
}
@media all and (-ms-high-contrast: none){ /*IE10以上*/
  #marketNews main .newsData article .newsBtn li a.hover {
		color: #55acee;
		background-color: #c4e5fd;
  }
	#marketNews main .newsData article .newsBtn li:last-of-type a.hover {
		color: #080000;
		background-color: #d0d0d0;
	}
}
#marketNews main .newsData article#spContent .newsBtn li {
  float: none;
  margin: auto;
}
#marketNews main .newsData article #newsLogin {
	display: inline-block;
	width: 100%;
	padding: 35px 50px 45px;
  margin-top: 40px;
	background-color: #f1f1f1;
}
#marketNews main .newsData article#spContent #newsLogin {
  margin: 0 0 40px;
}
#marketNews main .newsData article #newsLogin p {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 26px;
}
#marketNews main .newsData article #newsLogin dl {
	float: left;
	width: 325px;
	text-align: center;
}
#marketNews main .newsData article #newsLogin dl:last-of-type {
	float: right;
}
#marketNews main .newsData article #newsLogin dl dt {
	font-size: 1.5rem;
	padding-bottom: 6px;
}
#marketNews main .newsData article #newsLogin dl dd {
	width: 100%;
}
#marketNews main .newsData article #newsLogin dl dd a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background-color: #6c6c6c;
}
#marketNews main .newsData article #newsLogin dl:last-of-type dd a {
	background-color: #b22e30;
}
#marketNews main .newsData article #newsLogin dl dd a.hover {
	text-decoration: none;
	background-color: #b22e30;
}
#marketNews main .newsData article #newsLogin dl:last-of-type dd a.hover {
	text-decoration: none;
	background-color: #ed1c24;
}

#marketNews main .newsData article#spContent .newsSentence {
  display: inline-block;
  position: relative;
  background-color: #fff;
}
#marketNews main .newsData .spList {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: #cacaca solid 1px;
}
#marketNews main .newsData .spList li {
  float: left;
  font-size: 1.5rem;
}
#marketNews main .newsData .spList li a {
	cursor: pointer;
	float: left;
	margin-bottom: -1px;
  margin-right: -1px;
	text-align: center;
	padding: 0.5em 1em;
	display: block;
	-webkit-transition: all .1s ease;
  transition: all .1s ease;
	border: 1px solid #cacaca;
	border-bottom-color: #fff;
}
#marketNews main .newsData .spList li:last-of-type a {
}
#marketNews main .newsData .spList li a.hover,
#marketNews main .newsData .spList li a.current {
	color: #fff;
	text-decoration: none;
	background-color: #b22e30;
	border-top: 1px solid #b22e30;
	border-bottom: 1px solid #b22e30;
}


#marketNews main #newsBacknumber  {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#marketNews main #newsBacknumber .ttl {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#marketNews main #newsBacknumber .ttl span {
  color: #6c6c6c;
	font-size: 1.2rem;
  padding-left: 1em;
  font-weight: normal;
}
#marketNews main #newsBacknumber ul li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 1.4em;
	font-size: 1.4rem;
}
#marketNews main #newsBacknumber ul li a::before {
	position: absolute;
	content: "";
	top: 0.45em;
	left: 7px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#marketNews main #newsBacknumber ul li span {
	font-size: 1.2rem;
	padding-left: 1em;
}
#marketNews main #newsBacknumber ul li:last-of-type {
	margin-bottom: 0;
}
#marketNews main #newsBacknumber ul.newList {
	margin-bottom: 50px;
}

#marketNews main .newsSearch {
	display: inline-block;
	width: 100%;
	margin-bottom: 80px;
}
#marketNews main .newsSearch h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#marketNews main .newsSearch ul {
	padding-top: 10px;
}
#marketNews main .newsSearch ul li {
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 30px 1.4em;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: #f1f1f1 solid 2px;
}
#marketNews main .newsSearch ul li a::before {
	position: absolute;
	content: "";
	top: 0.5em;
	left: 7px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#marketNews main .newsSearch ul li time {
	font-size: 1.2rem;
	font-weight: normal;
	padding-left: 1em;
}
#marketNews main .newsSearch ul li p {
	font-size: 1.2rem;
	font-weight: normal;
	padding-top: 1em;
}
#marketNews main .newsSearch ul li:last-of-type {
	margin-bottom: 20px;
}
#marketNews main .newsSearch ul li img {
  height: 13px;
  width: auto;
  margin: 0 0 -1px 0.4em;
  vertical-align: baseline;
}
#marketNews .wrapper1,
#marketNews .wrapper2 {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
#marketNews .wrapper1 {
  height: 20px;
  margin-bottom: 10px;
}
#marketNews .wrapper2 {}
#marketNews .div1 {
  height: 20px;
}
#marketNews .div2 {
  overflow: none;
  display : table;
  min-width: 100%;
}

/* about
-------------------------------------------------- */
#about .ttl {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#about .subnav {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
	background-size: 2px 2px;
	background-color: #ebd7d7;
	background-image: linear-gradient(#ffe9e9 50%, transparent 50%, transparent);
}
#about .subnav li {
	width: 20%;
	border-right: #fff solid 1px;
}
#about .subnav li:last-of-type {
	border-right: none;
}
#about .subnav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 12px;
	font-size: 1.5rem;
	font-weight: bold;
	background: url("../images/company_arrow.png") no-repeat 91% 88%;
}
#about .subnav li a strong {
  word-break: break-all;
}
#about .subnav li a img {
	vertical-align: middle;
	padding: 0 8px 0 0;
  height: 29px;
}
#about .subnav li a span {
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
  padding-top: 8px;
}
#about .subnav li a.hover {
	background-color: #fff;
}
#about .company {
	display: inline-block;
	width: 100%;
	padding: 0 40px;
	margin-bottom: 50px;
}
#about .company dl {
	display: flex;
	width: calc(100% - 20px);
	margin: 0 20px;
	font-size: 1.8rem;
}
#about .company dl:first-of-type {
	border-bottom: #ececec solid 2px;
}
#about .company dl dt {
	color: #6c6c6c;
	font-weight: bold;
	width: 16%;
	padding: 60px 0 80px;
}
#about .company dl dd {
	width: 84%;
	padding: 60px 0 80px;
}
#about .company dl dd strong {
	display: inline-block;
	font-size: 3.2rem;
	margin-top: -10px;
}
#about .company dl dd ol li {
	margin-bottom: 0.6em;
	text-indent: -2em;
	padding-left: 2em;
}
#about .company dl dd ol li:last-of-type {
	margin-bottom: 0;
}

#about article {
	display: flex;
	min-width: 1100px;
	margin-bottom: 75px;
	background-color: #f7f7f7;
}
#about article figure {
	display: inline-block;
}
#about article div {
	position: relative;
	padding: 50px;
}
#about article div h1 {
	font-size: 1.8rem;
	padding-bottom: 2em;
}
#about article div .greeting {
	text-indent: 1em;
	line-height: 1.8;
	padding-bottom: 1em;
}
#about article div .greeting.en {
	text-indent: 0;
}
#about article div time {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
#about article div p:last-of-type {
	font-size: 1.2rem;
	font-weight: bold;
}
#about article div p:last-of-type span {
	font-size: 1.5rem;
	padding: 0 1em;
}
#about article div p:last-of-type strong {
	font-size: 1.8rem;
}
#about .company .companyData {
	float: left;
	width: 480px;
}
#about .company .companyData:last-of-type {
	float: right;
}
#about .company .companyData table {
	width: 100%;
}
#about .company .companyData table tr {
	border-bottom: #ececec solid 1px;
}
#about .company .companyData table th,
#about .company .companyData table td {
	padding: 1em;
}
#about .company .companyData table tr:first-of-type th,
#about .company .companyData table tr:first-of-type td  {
	padding-top: 0.5em;
}
#about .company .companyData table th {
	width: 23%;
	color: #6c6c6c;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#about .company .companyData table td {
	width: 77%;
	font-size: 1.3rem;
}
#about .company .companyData:last-of-type table th {
	color: #b22e30;
	padding: 1em 0 1em 1em;
	width: 18%;
}
#about .company .companyData:last-of-type table td {
	padding: 1em 0 1em 1em;
	width: 82%;
}
#about .company .companyData:last-of-type table tr:first-of-type th,
#about .company .companyData:last-of-type table tr:first-of-type td  {
	padding-top: 0.5em;
}

#about .promotion {
	display: flex;
	width: 100%;
	padding: 0 40px;
	margin-bottom: 50px;
	justify-content: space-between;
	flex-wrap: wrap;
}
#about .promotion .movie {
	display: inline-block;
	width: 320px;
}
#about .promotion .movie img {
	width: 100%;
}
#about .promotion .movie a {
	position: relative;
	display: block;
}
#about .promotion .movie a.hover::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "▶";
	font-size: 4.0rem;
	color: #b22e30;
	text-align: center;
	padding-top: 22%;
	background-color: rgba(255,255,255,0.40);
	animation-duration: 0.3s;
	animation-name: fade-movie;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-name: fade-movie;
}
@keyframes fade-movie {
	0% { display: none; opacity: 0; }
	100% { display: block; opacity: 1; }
}
@-webkit-keyframes fade-movie {
	0% { display: none; opacity: 0; }
	100% { display: block; opacity: 1; }
}	
	
	

#about .organization {
	display: inline-block;
	width: 100%;
	padding: 0 40px;
	margin-bottom: 50px;
}
#about .organization figure {
	width: 744px;
	margin: 0 auto;
	padding-top: 30px;
}
#about .organization figure img {
	width: 100%;
}

#about .office {
	display: inline-block;
	width: 100%;
	padding: 0 40px;
	margin-bottom: 50px;
}
#about .office dl {
	display: flex;
	width: 490px;
	padding: 0 0 30px 1em;
	margin-bottom: 30px;
	border-bottom: #ececec solid 1px;
}
#about .office dl dt {
	color: #727171;
	font-weight: bold;
	width: 145px;
}
#about .office dl dd {
	font-size: 1.3rem;
	width: 345px;
}
#about .office dl dd p {
	padding-bottom: 6px;
}
#about .office dl dd p:last-of-type {
	padding-bottom: 0;
}

#about .office div {
	display: flex;
	flex-wrap: wrap;
}
#about .office div dl {
	margin-right: 40px;
}
#about .office div dl:nth-of-type(2n) {
	margin-right: 0;
}
#about .office div dl:nth-of-type(3),
#about .office div dl:last-of-type {
	margin-bottom: 0;
}
#about .office .ttl + dl {
	width: 100%;
	padding-top: 10px;
}
#about .office .ttl + dl dt {
	color: #b22e30;
}

#about .access {
	display: inline-block;
	width: 100%;
	padding: 0 40px;
}
#about .access div {
	overflow: hidden;
	height: 430px;
	width: 100%;
	margin-bottom: 1em;
}
#about .access iframe {
	width: 100%;
	height: 830px;
	margin-top: -200px;
	border: none;
}
#about .access p {
	font-size: 1.3rem;
}

/* glossary
-------------------------------------------------- */
#glossary #side.exceed {
	padding-top: 0;
}
#glossary main {
	float: right;
	width: 830px;
}
#glossary main ul {
	float: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
#glossary main ul li {
	float: left;
	margin-right: 5px;
}
#glossary main ul li:last-of-type {
	margin-right: 0;
}
#glossary main ul li a {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.5em 1em;
	border: #6c6c6c solid 1px;
}
#glossary main ul li a.hover {
	color: #fff;
	background-color: #b22e30;
	border-color: #b22e30;
	text-decoration: none;
}
#glossary main ul li a.current {
	color: #b22e30;
	background-color: #fff;
	border-color: #b22e30;
}
#glossary main section {
	margin-bottom: 45px;
}
#glossary main section:last-of-type {
	margin-bottom: 0;
}
#glossary main section .ttl {
	clear: both;
	font-size: 2.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#glossary main section .wordsNone {
  color: #b22e30;
	font-size: 1.6rem;
  text-align: center;
  padding: 1em 2em;
  background-color: #f6f5f5;
}
#glossary main section table {
	width: 100%;
}
#glossary main section table tr {
	border-bottom: #f1f1f1 solid 2px;
}
#glossary main section table th,
#glossary main section table td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px;
}
#glossary main section table thead th {
	font-size: 1.2rem;
	font-weight: normal;
	padding: 0 10px 10px;
}
#glossary main section table thead th:first-of-type {
	width: 34%;
}
#glossary main section table thead th:nth-of-type(2) {
	width: 40%;
}
#glossary main section table thead th:nth-of-type(3) {
	width: 26%;
}
#glossary main section table tbody th {
	font-size: 1.6rem;
	font-weight: bold;
}
#glossary main section table tbody th a {
	color: #b22e30;
}
#glossary main section table tbody th a.hover {
	color: #ed1c24;
}
#glossary main section table tbody td {
	font-size: 1.2rem;
}

#glossary main section article {
}
#glossary main section article h1 {
	padding-bottom: 5px;
}
#glossary main section article h1 + p {
	padding-bottom: 10px;
}
#glossary main section article dl  {
	padding: 8px;
	background-color: #f6f5f5;
}
#glossary main section article dl:last-of-type {
	border-top: #fff solid 3px;
	margin-bottom: 20px;
}
#glossary main section article dl:first-of-type  {
	border-top: none;
}
#glossary main section article dl dt {
	float: left;
	color: #b22e30;
}
#glossary main section article dl dt dd {
	float: left;
}
#glossary main section article .exposition {
	padding-bottom: 20px;
	line-height: 1.8;
	border-bottom: 2px dotted #555555;
}
#glossary main section article div {
}
#glossary main section article div a {
}


/* previous
-------------------------------------------------- */
#previous main {
	width: 100%;
	padding: 0 40px;
}
#previous main .ttl {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#previous main section {
	display: inline-block;
	width: 100%;
	padding: 10px 20px 0;
	margin-bottom: 50px;
}
#previous main section:first-of-type strong {
	font-weight: normal;
	color: #b22e30;
}
#previous main section:first-of-type div {
	float: left;
	width: 480px;
	line-height: 1.8;
}
#previous main section:first-of-type div p {
	padding-bottom: 0.5em;
}
#previous main section:first-of-type div p:last-of-type {
	padding-bottom: 0;
}
#previous main section:first-of-type ul {
	float: right;
	width: 470px;
	padding: 20px;
	font-weight: bold;
	background-color: #ececec;
}
#previous main section:first-of-type ul li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	line-height: 1.8;
}
#previous main section:first-of-type ul li:last-of-type {
	padding-bottom: 0;
}
#previous main section:nth-of-type(2) div {
	float: left;
	width: 50%;
	padding-bottom: 20px;
	padding-right: 35px;
	margin-bottom: 20px;
	border-bottom: #cacaca solid 1px;
}
#previous main section:nth-of-type(2) div:nth-of-type(2n) {
	float: right;
	padding-right: 0;
	padding-left: 35px;
}
#previous main section:nth-of-type(2) div:nth-last-of-type(2),
#previous main section:nth-of-type(2) div:last-of-type {
	margin-bottom: 0;
}
#previous main section:nth-of-type(2) figure {
	display: flex;
	float: left;
	width: 280px;
}
#previous main section:nth-of-type(2) figure img {
	border: #cacaca solid 1px;
}
#previous main section:nth-of-type(2) figure figcaption {
	color: #b22e30;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 2em 0 0 1em;
}
#previous main section:nth-of-type(2) ul {
	float: right;
	width: 160px;
}
#previous main section:nth-of-type(2) ul li {
	margin-top: 10px;
}
#previous main section:nth-of-type(2) ul li span {
	float: right;
}
#previous main section:nth-of-type(2) ul li a {
	display: block;
	width: 100%;
	padding: 0 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
	background-color: #6c6c6c;
}
#previous main section:nth-of-type(2) ul li:last-of-type a {
	background-color: #b22e30;
}
#previous main section:nth-of-type(2) ul li a.hover {
	background-color: #b22e30;
	text-decoration: none;
}
#previous main section:nth-of-type(2) ul li:last-of-type a.hover {
	background-color: #ed1c24;
}
#previous main section:nth-of-type(3) {
	margin-bottom: 0;
}
#previous main section:nth-of-type(3) p {
	line-height: 2;
	margin-bottom: 30px;
}
#previous main section:nth-of-type(3) dl {
	margin-bottom: 30px;
}
#previous main section:nth-of-type(3) dl:last-of-type {
	margin-bottom: 0;
}
#previous main section:nth-of-type(3) dl dt {
	font-weight: bold;
	margin-bottom: 1em;
	text-indent: -3em;
	padding-left: 3em;
}
#previous main section:nth-of-type(3) dl dd {
	padding-left: 3em;
}
#previous main section:nth-of-type(3) dl dd:first-of-type {
	margin-bottom: 10px;
}
#previous main section:nth-of-type(3) dl dd strong {
	color: #b22e30;
}

/* about/terms
-------------------------------------------------- */
#terms main {
	width: 100%;
	padding: 0 40px;
}
#terms main > p {
	margin-bottom: 50px;
}
#terms main article {
	line-height: 1.6;
	margin-bottom: 50px;
}	
#terms main article .subTtl {
	font-size: 1.8rem;
	margin-bottom: 2em;
}	
#terms main article .subTtl:after {
	background-color: #b22e30;
}
#terms main article h2 {
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 1em;
}	
#terms main article p {
	padding-bottom: 2em;
}	
#terms main article p strong {
  margin-right: 1em;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff338 0%) repeat scroll 0 0;
}	
#terms main article ul {
	padding: 0 0 1em 1em;
}	
#terms main article ul li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 1em;
}	
#terms main article ol {
	padding: 0 0 1em;
}	
#terms main article ol li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 1em;
}	
#terms main article ol li ol {
	padding: 2em 0 0 1em;
}	
#terms main article ol li ol li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 1em;
}	
#terms main article:last-of-type {
	margin-bottom: 0;
}	
#terms main article:last-of-type p {
	padding-bottom: 0;
}	

/* about/privacy
-------------------------------------------------- */
#privacy main {
	width: 100%;
	padding: 0 40px;
}
#privacy main > h1 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#privacy main > p {
	margin-bottom: 50px;
}
#privacy main article {
	line-height: 1.6;
	margin-bottom: 50px;
}	
#privacy main article .subTtl {
	font-size: 1.8rem;
	padding-bottom: 1em;
}	
#privacy main article .subTtl:after {
	background-color: #b22e30;
}
#privacy main article p {
	padding-bottom: 2em;
}	
#privacy main article:last-of-type {
	margin-bottom: 0;
}	
#privacy main article:last-of-type p {
	padding-bottom: 0;
}	

/* about/sitemap
-------------------------------------------------- */
#sitemap main {
  display: flex;
	width: 100%;
	padding: 0 40px;
}
#sitemap main section {
  margin-right: 2em;
}
#sitemap main section:last-of-type {
  margin-right: 0;
}
#sitemap main section .ttl {
	font-size: 1.6rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sitemap main section .subTtl {
	font-size: 1.5rem;
  margin-top: 5px;
	margin-bottom: 10px;
}
#sitemap main section ul {
  margin-left: 0.6em;
}
#sitemap main section ul li a {
	position: relative;
	font-size: 1.3rem;
	padding: 5px 0 5px 14px;
	display: block;
}
#sitemap main section ul li a::before {
	position: absolute;
	content: "";
	top: 11px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#sitemap main section ul li a.hover,
#sitemap main section ul li a.current {
	color: #fff;
	background-color: #b22e30;
	text-decoration: none;
}
#sitemap main section ul li a.hover::before,
#sitemap main section ul li a.current::before {
	border-left-color: #fff;
}

/* information
-------------------------------------------------- */
#information #side.exceed {
	padding-top: 0;
}
#information main {
	float: right;
	width: 830px;
}
#information main .tab {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cacaca;
}
#information main .tab li a {
	cursor: pointer;
	float: left;
	width: 33.33%;
	margin-bottom: -1px;
	color: #6c6c6c;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	display: block;
	-webkit-transition: all .1s ease;
  transition: all .1s ease;
	border-top: 1px solid #fff;
}
#information main .tab li a.hover {
	color: #fff;
	text-decoration: none;
	background-color: #b22e30;
	border-top: 1px solid #b22e30;
	border-bottom: 1px solid #b22e30;
}
#information main .tab li a.current {
	border: 1px solid #cacaca;
	border-bottom-color: #fff;
}
#information main .tabPanel li {
	display: inline-block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 1.5em;
	padding: 0 10px 1.5rem;
	border-bottom: 1px dotted #cacaca;
}
#information main .tabPanel li time {
	float: left;
	display: block;
	width: 6em;
	color: #b22e30;
}
#information main .tabPanel li p {
	display:flex;
}
#information main .newsData {

	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: #cacaca solid 1px;
}
#information main .newsData h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#information main .newsData article {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}
#information main .newsData article time {
	display: inline-block;
	color: #b22e30;
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 1em;
}
#information main .newsData article h1 {
	font-size: 2.3rem;
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
	background-size: 5px 5px;
	background-color: #fff;
	background-image: linear-gradient(-45deg, #d5d5d5 25%, transparent 25%,
          transparent 50%, #d5d5d5 50%, #d5d5d5 75%,
          transparent 75%, transparent);
}
#information main .newsData article .newsSentence {
	position: relative;
	line-height: 1.6;
	font-size: 1.7rem;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
#information main .newsData article .newsSentence::after {
  content: '';
  position: absolute;
  left: 0;
	bottom: 0;
  width: 100%;
	height: 5px;
	background: repeating-linear-gradient(-45deg, #d5d5d5 0, #d5d5d5 1.5px, #fff 1.5px, #fff 3px);
}
#information main .newsData article .newsBtn {
	display: inline-block;
	width: 100%;
}
#information main .newsData article .newsBtn li {
	float: left;
	width: 380px;
}
#information main .newsData article .newsBtn li:last-of-type {
	float: right;
}
#information main .newsData article .newsBtn li a {
	display: block;
	color: #55acee;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border: #55acee solid 1px;
}
#information main .newsData article .newsBtn li:last-of-type a {
	color: #080000;
	border-color: #080000;
}
#information main .newsData article .newsBtn li a img {
	vertical-align: middle;
	padding-right: 10px;
}
#information main .newsData article .newsBtn li a.hover {
	text-decoration: none;
	color: #fff;
	background-color: #55acee;
}
#information main .newsData article .newsBtn li a.hover img {
 filter: brightness(0) invert(1);
}
#information main .newsData article .newsBtn li:last-of-type a.hover {
	background-color: #080000;
}
@media all and (-ms-high-contrast: none){ /*IE10以上*/
  #information main .newsData article .newsBtn li a.hover {
		color: #55acee;
		background-color: #c4e5fd;
  }
	#information main .newsData article .newsBtn li:last-of-type a.hover {
		color: #080000;
		background-color: #d0d0d0;
	}
}





/* rpt/report
-------------------------------------------------- */
#assessment {
}
#assessment .heading {
	position: relative;
	margin-bottom: 30px;
}
#assessment .heading h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#assessment .heading h2:after {
	background-color: #ae2d2f;
}
#assessment .heading p {
	position: absolute;
	right: 0;
	top: -3px;
}
#assessment .heading p a {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	background-color: #ae2d2f;
}
#assessment .heading p a.hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
}
#assessment ul {
	display: inline-block;
	width: 100%;
	padding: 0 12px 20px;
	margin-bottom: 50px;
	border-bottom: #cacaca solid 1px;
}
#assessment ul li {
	float: left;
	width: 25%;
	padding: 8px 0;
}
#assessment ul li a {
	position: relative;
	float: left;
	padding-left: 14px;
}
#assessment ul li a::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#assessment ul li time {
	clear: left;
	float: left;
	padding: 2px 0 0 14px;
	color: #6c6c6c;
	font-size: 1.3rem;
}
#assessment #partsOldReport {
	width: calc(100% - 80px);
	margin: 0 40px 50px;
}
#assessment #partsAboutReport {
	width: calc(100% - 80px);
	margin: 0 40px;
}


/* contact
-------------------------------------------------- */
#contact .heading {
	position: relative;
	margin-bottom: 30px;
}
#contact .heading h2 {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#contact .heading h2::after {
	background-color: #ae2d2f;
}
#contact .heading p {
	position: absolute;
	right: 0;
	top: -3px;
}
#contact .heading p a {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	background-color: #ae2d2f;
}
#contact .heading p a.hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
}
#contact ol {
	display: inline-block;
	width: 100%;
	padding: 0 12px 20px;
	border-bottom: #cacaca solid 1px;
}
#contact ol li {
	float: left;
	width: 25%;
	padding: 8px 0;
}
#contact ol li a {
	position: relative;
	float: left;
	padding: 2px 0 0 14px;
}
#contact ol li a::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#contact main {
	padding: 0 40px;
}
#contact main .ttl {
	font-size: 1.8rem;
  font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 20px;
}	
#contact #contactform {
  width: 100%;
}
#contactform .contact-form-information {
	font-size: 1.6rem;
	margin-bottom: 1em;
}
#contactform .contact-form-information span {
  color: #ff0004;
	font-weight: bold;
}
#contactform a.complaintBtn {
  color: #b22e30;
  font-weight: bold;
  text-decoration: underline;
}
#contactform a.complaintBtn.hover {
  text-decoration: none;
}
#contactform .contact-form {
  width: 100%;
  border-top: none;
}
#contactform .contact-form h2 {
	position: relative;
	padding-left: 1.2em;
  font-size: 1.6rem;
  margin: 30px 0 15px;
}
#contactform .contact-form h2::after {
  content: "";
  display: block;
  position: absolute;
	top: 0.5em;
  left: 0;
  width: 0.8em;
	height: 3px;
	background-color: #eea8aa;
}
#contactform .contact-form h3 {
	font-size: 1.5rem;
	padding-bottom: 5px;
	border-bottom: #d5d5d5 solid 2px;
  margin: 30px 0 15px;
}
#contactform .contact-form h4 {
  margin-bottom: 10px;
}
#contactform .contact-form .notes {
  color: #b22e30;
  margin-bottom: 10px;
}
#contactform .contact-form dl {
  width: 100%;
  display: table;
  border-top: #cacaca solid 1px;
  border-bottom: #cacaca solid 1px;
  margin-bottom: -1px;
}
#contactform .contact-form dl dt,
#contactform .contact-form dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#contactform .contact-form dl dt {
  width: 45%;
  padding: 1em;
  background-color: #edeff1;
}
#contactform .contact-form dl dd {
  width: 55%;
  padding: 1em;
}
#contactform .contact-form dl dd ul li {
  float: left;
  margin-right: 2em;
}
#contactform input[type='text'],
#contactform input[type='search'],
#contactform input[type='tel'],
#contactform input[type='url'],
#contactform input[type='email'],
#contactform input[type='password'],
#contactform input[type='datetime'],
#contactform input[type='datetime-local'],
#contactform input[type='date'],
#contactform input[type='month'],
#contactform input[type='week'],
#contactform input[type='time'],
#contactform input[type='number'],
#contactform textarea,
#contactform select {
  padding: 0.4em;
	border: #f1f1f1 solid 1px;
	background-color: #f9f8f8;
}
#contactform input[type='submit'],
#contactform input[type='button'] {
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1em;
	background-color: #ae2d2f;
	-webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#contactform input[type='button'] {
	background-color: #6c6c6c;
}
#contactform input[type='submit']:hover {
	background-color: #ed1c24;
}
#contactform input[type='button']:hover {
	background-color: #b22e30;
}
#contactform div.controls {
  display: flex;
  margin: 3em auto 0;
  width: 50%;
}
#contactform div.controls div {
  width: 150px;
  margin: auto;
}

#contactform .contact-form dl .must,
#contactform .contact-form dl .label-important {
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 8px;
  margin-left: 10px;
	background-color: #b22e30;
  font-weight: normal;
  display: inline-block;
}

#contactform .contact-form dl dt {
  font-weight: bold;
}
#contactform .contact-form dl dt .description,
#contactform .contact-form dl dt .ReportPrice,
#contactform .contact-form dl dt .ReportDetails,
#contactform .contact-form dl dt .ReportSample {
  color: #6c6c6c;
  display: block;
  font-size: 1.3rem;
  padding: 2px 0 2px 1em;
  font-weight: normal;
}
#contactform .contact-form dl dt label .ReportDetails,
#contactform .contact-form dl dt label .ReportSample {
  float: left;
  margin-right: 1em;
}
#contactform .contact-form dl dt label span a {
  position: relative;
  padding: 2px 0 0 14px;
}
#contactform .contact-form dl dt label span a::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 4px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#contactform .contact-form dl dd label {
	position: relative;
  display: inline-block;
	margin: -10px 0.5rem 0;
	cursor: pointer;
}
#contactform .contact-form dl dd input[type='text']:focus,
#contactform .contact-form dl dd input[type='email']:focus,
#contactform .contact-form dl dd input[type='tel']:focus,
#contactform .contact-form dl dd input[type='search']:focus,
#contactform .contact-form dl dd input[type='url']:focus,
#contactform .contact-form dl dd textarea:focus {
	color: #003a6c;
	background-color: #d9f6ff;
}

@keyframes click-wave {
	0% {
		position: relative;
		width: 25px;
		height: 25px;
		opacity: 0.35;
	}
	100% {
		width: 60px;
		height: 60px;
		margin-top: -18px;
		margin-left: -18px;
		opacity: 0;
	}
}
#contactform .contact-form dl dd input[type='radio'],
#contactform .contact-form dl dd input[type='checkbox'] {
	position: relative;
	top: 8px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 25px;
	margin-right: 1em;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: #ececec solid 1px;
	outline: none;
	background-color: #f9f8f8;
	-webkit-appearance: none;
	        appearance: none;
}
#contactform .contact-form dl dd input[type='radio']:hover,
#contactform .contact-form dl dd input[type='checkbox']:hover {
	background-color: #d9f6ff;
}
#contactform .contact-form dl dd input[type='radio']:checked,
#contactform .contact-form dl dd input[type='checkbox']:checked {
	background-color: #b22e30;
}
#contactform .contact-form dl dd input[type='radio']:checked::before,
#contactform .contact-form dl dd input[type='checkbox']:checked::before {
	font-size: 20px;
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	content: '✔';
	text-align: center;
}
#contactform .contact-form dl dd input[type='radio']:checked::after,
#contactform .contact-form dl dd input[type='checkbox']:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.5s;
	        animation: click-wave 0.5s;
	background-color: #b22e30;
}
#contactform .contact-form dl dd input[type='radio']:disabled,
#contactform .contact-form dl dd input[type='checkbox']:disabled {
	cursor: not-allowed;
	background: #b8b7b7;
}
#contactform .contact-form dl dd input[type='radio']:disabled::before,
#contactform .contact-form dl dd input[type='checkbox']:disabled::before {
	font-size: 20px;
	line-height: 25px;
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	content: '✖︎';
	text-align: center;
}

#contactform .contact-form dl dd input[type='radio'] {
	border-radius: 50%;
}
#contactform .contact-form dl dd input[type='radio']::after {
	border-radius: 50%;
}

#contactform .contact-form dl dd .description,
#contactform .contact-form dl dd .muted {
  color: #6c6c6c;
  font-size: 1.3rem;
  padding-bottom: 4px;
  display: inline-block;
}
#contactform .contact-form dl dd .field_error,
#contactform .contact-form dl dd .text-error {
  color: #ff0004;
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 4px;
  display: block;
  clear: both;
}
#contactform .contact-form dl dd .dropdown {
	position: relative;
}

#contactform .contact-form dl dd .dropdown::before {
	position: absolute;
	top: 13px;
	right: 8px;
	width: 0;
	height: 0;
	padding: 0;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #b0b0b0;
	pointer-events: none;
}
#contactform .contact-form dl dd .dropdown select {
	padding: 0 36px 0 8px;
	height: 32px;
	font-size: 1.4rem;
}
#contactform .contact-form dl dd .dropdown select::-ms-expand {
	display: none;
}
#contactform .contact-form dl dd .dropdown select option {
	color: #b0b0b0;
}
#contactform .contact-form dl dd .dropdown select option:checked {
	color: #080000;
}
#contactform .contact-form dl dd .dropdown select::-ms-expand {
  display: none;
}
#contactform .contact-form dl.changing {
  border-top: #b3b9c0 solid 3px;
}
#contactform .contact-form dl.changing dt {
  padding: 10px;
}
#contactform .contact-form dl.changing dd {
  padding: 10px;
}

/* allSearch
-------------------------------------------------- */
#allSearch {
  padding: 0 40px;
}
#allSearch #estinfo {
  display: none;
}

#allSearch #estresult {
}
#allSearch #estresult .resinfo {
  position: relative;
  font-size: 1.8rem;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: #cacaca solid 3px;
}
#allSearch #estresult .resinfo::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 1em;
  border-bottom: #b22e30 solid 3px;
}
#allSearch #estresult .resinfo strong:nth-of-type(4) {
  position: relative;
  font-size: 2rem;
  padding: 0 0.5em;
}
#allSearch #estresult .resinfo strong:nth-of-type(4)::before {
  content: "“"
}
#allSearch #estresult .resinfo strong:nth-of-type(4)::after {
  content: "”"
}
#allSearch #estresult .resinfo span {
  display: none;
}
#allSearch #estresult dl {
	position: relative;
	padding: 20px 0;
	border-bottom: #f1f1f1 solid 2px;
}
#allSearch #estresult dl dt {
	position: relative;
	padding: 0 0 0 1.4em;
	font-size: 1.6rem;
	font-weight: bold;
}
#allSearch #estresult dl dt::before {
	position: absolute;
	content: "";
	top: 0.5em;
	left: 7px;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 4px solid #b22e30;	
}
#allSearch #estresult dl dd {
  padding-top: 1em;
	padding: 0.5em 0 0 1.4em;
}
#allSearch #estresult dl dd strong {
  color: #b22e30;
}
#allSearch #estresult dl dd.doc_navi {
  display: none;
}
#allSearch #estresult .paging {
  text-align: right;
}
#allSearch #estresult .paging {
	display: inline-block;
	float: right;
  margin-top: 20px;
}
#allSearch #estresult .paging a,
#allSearch #estresult .paging span {
	margin-left: 5px;
	display: inline-block;
	font-size: 1.2rem;
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	border: #cacaca solid 1px;
}
#allSearch #estresult .paging .navi,
#allSearch #estresult .paging .void {
	font-size: 1.8rem;
	line-height: 20px;
}
#allSearch #estresult .paging a:hover,
#allSearch #estresult .paging .pnow {
	color: #fff;
	text-decoration: none;
	background-color: #b22e30;
	border-color: #b22e30;
}

/* error
-------------------------------------------------- */
#error {
  padding: 0 40px;
}
#error p {
  padding-bottom: 1em;
}
#error p:last-of-type {
  padding-bottom: 0;
}
#error p a {
  color: #b22e30;
  text-decoration: underline;
}
#error p a.hover {
  color: #333;
  text-decoration: none;
}

/* passRe
-------------------------------------------------- */
#passRe {
  padding: 0 160px;
}
#passRe .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
#passRe .desc {
  margin-bottom: 2em;
}
#passRe .desc span {
  font-size: 1.2rem;
  color: #6c6c6c;    
  background-color: #ececec;
  padding: 0.5em 2em;
  display: block;
  margin-top: 1em;
}
#passRe .msg-error {
  color: #ff0004;
  font-weight: bold;
  margin-bottom: 1em; 
  text-align: center;
}
#passRe .comp {
  color: #333;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3em;
}
#passRe table {
  width: 90%;
  margin: auto;
}
#passRe table th {
  width: 23%;
  text-align: left;
}
#passRe table td {
  width: 77%;
}
#passRe table.again {
  margin-bottom: 2em;
}
#passRe form input[type='password'],
#passRe form input[type='text'] {
  padding: 0.8em;
  height: auto;
  border: #cacaca solid 1px;
  background-color: #f9f8f8;
}
#passRe form input[type='password']:focus,
#passRe form input[type='text']:focus {
	color: #003a6c;
	background-color: #d9f6ff;
}
#passRe .btn {
  width: 150px;
  margin: 3em auto 0;
}
#passRe .btn input[type='submit'] {
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  background-color: #ae2d2f;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#passRe .btn input[type='submit']:hover {
  background-color: #ed1c24;
}

/* モーダルウィンドウ
-------------------------------------------------- */
.modal {
  display: none;
  text-align: right;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.modal a {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  float: right;
  margin-top: -1.6em;
}
.modalBg{
  background: rgba(0,0,0,0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modalContent {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: auto;
}
.modalContent img{
  width: auto;
}



@media print {
/*印刷用CSS*/
  html,body{
    height: auto;
	width: 100%;
    min-width: 100%; 
  }
	#globalNav,
	#pageHead,
	#marketNews main .category,
	#marketNews main #partsRelation,
	#marketNews main #partsSpCont,
	#marketNews main #partsOther,
	#marketNews main #partsRecommend,
	#marketNews main #partsReport,
	#side,
	#market,
	#footer,
	#pagetop,
	#marketNews main .newsData article .newsBtn,
	#marketNews main .newsData article #newsLogin,
	#marketNews main .newsData .spList,
	#newsSearchBox,
	#information main .newsData article .newsBtn,
	#marketNews main #newsBacknumber,
	#mobileHead #search,
	#mobileHead #searchBox,
	#navToggle,
	#mobileHead #item,
	#mobileHead nav {
		display: none!important;
	}
  body {
    top:0!important;
    left:0!important;;
    padding: 0; 
    margin: 0;
	}
  #header {
	position: relative;
	width: 100%;
    min-width: 100%; 
    height: 65px;
	}
  #header img {
    width: 90px;
	}
  #mobileHead p {
    padding-top: 2px;
  }
  #mobileHead p img {
    padding-bottom: 2px;
  }
	#marketNews.warp,
	#information.warp {
	 width: 100%;
  }
	#marketNews main,
	#information main {
    line-height: 1.4;
	width: 100%;
	margin: 0;
	padding-top: 10px;
    float: left;
    clear: both;
    display: inherit;
    overflow-y: visible;
    height: auto;
	}
  #marketNews main .newsData {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    display: inherit;
    line-height: 1.4;
    float: left;
    clear: both;
  }
  #marketNews main .newsData h2 {
    float: left;
    clear: both;
	width: 100%;
    padding-bottom: 3px;
    margin-bottom: 8px;
  }
  #marketNews main .newsData article#spContent .newsSentence {
    display: inline;
  }
  #marketNews main .newsData article {
    line-height: 1.4;
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
    display: inherit;
  }
  #marketNews main .newsData article .newsSine {
    margin-bottom: 0;
    float: left;
    clear: both;
    width:100% !important;
  }
  #marketNews main .newsData article time {
    padding-bottom: 0;
    float: left;
    clear: both;
    display: inherit;
  }
  #marketNews main .newsData article .newsSentence {
    float: left;
    clear: both;
    display: inherit;
	width: 100%;
  }
  #marketNews .div2 {
    float: left;
    clear: both;
    display: inherit;
	width: 100%!important;
  }
  #marketNews table {
	width: auto!important;
	max-width: auto!important;
  }
  #marketNews table tbody tr th,
  #marketNews table tbody tr td {
    width: auto!important;
    padding: 0px 5px!important;
  }
  .WordSection1 {
    float: left;
    clear: both;
    display: inline-block;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height: auto;
  }

}

/* マーケットニュース Xアイコン
-------------------------------------------------- */
#marketNews main .newsData article .newsBtn li a.xpost {
    color: #000;
    border-color: #000;
}
#marketNews main .newsData article .newsBtn li a.xpost.hover {
    color: #fff;
    background-color: #000;
}
