@charset "utf-8";

header > div > nav.navi01 > ul > li {
	display: inline-block;
}

header > div > nav > ul > li > a,
header > div > nav > ul > li.navi04 > a {
	padding: 12px 6px 12px 28px;
/*	padding-top: 25px !important;
	padding-bottom: 20px !important;*/
}

header > div > nav > ul > li.navi03 > a {
	background-position: 6px center !important;
	padding-left: 40px;
}

/* JAS Journal */

section.journal-index > article > div.entry-index > p.thumb > a {
	position: relative;
	display: block;
	width: 127px;
	height: 180px;
}

section.journal-index > article > div.entry-index > p.thumb > a > img {
	vertical-align: top;
}

section.journal-index > article > div.entry-index > p.thumb > a:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 127px;
	height: 180px;
	background-color: rgba(255,255,255,0.60);
	background-image: url(../img/english/pdf-dl.png);
	background-repeat: no-repeat;
	background-position: center;
}

section.journal-index > article > div.entry-index > div.excerpt {
	width: 560px;
}

section.journal-index div.entry-index > div.excerpt p.detail-link-en {
	margin-top: 15px;
	margin-bottom: 1em;
	padding-left: 10px;
	font-size: 12px;
}

section.journal-index div.entry-index > div.excerpt p.detail-link-en > a {
	margin-bottom: 4px;
	margin-left: -5px;
	padding: 7px 10px 7px 25px;
	border-bottom: 1px solid #a45050;
	border-radius: 2px;
	border-right: 1px solid #a45050;
	background-color: #dc4d4d;
	background-image: url("../img/common/other/button-icon-more.png");
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: top 0.1s ease-out 0s, left 0.1s ease-out 0s;
}

section.journal-index div.entry-index > div.excerpt p.detail-link-en > a:hover {
	opacity: 0.7;
}

section.journal-index div.entry-index > div.excerpt p.detail-link-jp a {
	margin-left: 10px;
	padding-left: 10px;
	display: inline-block;
	background-image: url(../img/common/other/marker01.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

section.journal-entry p.cover {
	width: 254px;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

section.journal-entry div.content-wrapper {
	width: 680px;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

section.journal-entry div.content-wrapper > h4 {
	margin-top: 0;
}

section.journal-entry div.contentbox > ul > li > p.heading {
	margin-left: 0;
	color: #470925;
	font-weight: bold;
}

section.journal-entry div.contentbox > ul > li > dl {
	margin: 0 0 0 5px;
}

section.journal-entry div.contentbox > ul > li > dl > dt {
	font-weight: normal;
}

section.journal-entry div.contentbox > ul > li > dl > dt {
	margin: 0;
	vertical-align: top;
}

section.journal-entry div.contentbox > ul > li > dl > dd.author,
section.journal-entry div.contentbox > ul > li > dl > dd.page {
	display: inline-block;
	vertical-align: top;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link {
	position: relative;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link > div.abstract {
	padding-top: 4px;
	display: inline-block;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link > div.abstract > p.button {
	margin: 0;
	padding: 1px 10px 1px 20px;
	border-radius: 2px;
	border-right: solid 1px #994F1E;
	border-bottom: solid 1px #994F1E;
	display: inline-block;
	color: #FEFEFE;
	background-color: #DC864D;
	background-image: url(../img/common/other/icon_more.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 5px center;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link > div.abstract > p.button:hover {
	opacity: 0.7;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link > div.abstract > div.abstract-content {
	display: none;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link > div.abstract > div.abstract-content > p {
	margin: 0 0 1em;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link > div.pdf-link {
	display: inline-block;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link > div.pdf-link > a {
	margin: 0;
	padding: 1px 10px 1px 20px;
	border-right: solid 1px #851B1B;
	border-bottom: solid 1px #851B1B;
	border-radius: 2px;
	display: inline-block;
	color: #FEFEFE;
	background-color: #DC4D4D;
	background-image: url(../img/common/other/icon_more.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 10px 10px;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

section.journal-entry div.contentbox > ul > li > dl > dd.link > div.pdf-link > a:hover {
	opacity: 0.7;
}

div#cboxLoadedContent {
	padding: 10px 10px 0;
}

div#cboxLoadedContent p {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.4;
}

/* member */
section.member-en table {
	margin-top: 5px;
	margin-left: 5px;
	width: auto;
}

section.member-en table > thead > tr {
	border-top: solid 3px #cb3737;
}

section.member-en p.notice {
	margin-left: 32px;
	padding-left: 1em;
	text-indent: -1em;
}

/* Hi-Res */
section.hi-res article.about > ol > li {
	margin-bottom: 20px;
}

section.hi-res article.about > ol > li > dl {
	margin-top: 15px;
}

section.hi-res article.about > ol > li > dl > dt {
	margin: 0;
}

section.hi-res article.about > ol > li ul {
	margin: 5px 0 0 10px;
	list-style-type: none;
}

section.hi-res article.about > ol > li ul > li {
	margin-bottom: 6px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

section.hi-res article.process > table {
	margin-left: 60px;
	width: auto;
}

section.hi-res article.process > table > caption {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

section.hi-res article.process table th,
section.hi-res article.process table td{
	border: solid 1px rgba(184,178,178,1.00) !important;
}

section.hi-res article.process table th {
	background-color: rgba(159,152,152,0.20);
}

section.hi-res article.process > table > tbody > tr > td > ul {
	margin-top: 0;
	margin-left: 10px;
}

section.hi-res article.process > table > tbody > tr > td {
	border-bottom: dotted 1px rgba(159,159,159,1.00);
}

section.hi-res article.process > p.note {
	margin-left: 80px;
	font-size: 100%;
}


section.hi-res article.process > table sup,
section.hi-res article.process > p.note > sup {
	color: rgba(158,0,0,1.00);
}

section.hi-res article p + ul {
	margin-top: 5px;
}

section.hi-res p.button {
	text-align: center;
}

section.hi-res p.button a {
	margin: 0;
	padding: 1px 10px 1px 20px;
	border-right: solid 1px #851B1B;
	border-bottom: solid 1px #851B1B;
	border-radius: 2px;
	display: inline-block;
	color: #FEFEFE;
	background-color: #DC4D4D;
	background-image: url(../img/common/other/icon_more.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 10px 10px;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
}


section p.button2 a.formback {
	background-color: #dc4d4d;
	border-bottom: 2px solid #a45050;
	border-radius: 5px;
	border-right: 2px solid #a45050;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding: 8px 37px;
	text-align: center;
	text-decoration: none;
	top: 0;
	transition: top 0.1s ease-out 0s, left 0.1s ease-out 0s;
}

section span.require {
	color: #BB0000;
}

section.hi-res p.button a:hover {
	opacity: 0.7;
}

/* comming soon */
section article p.pre {
	height: 100px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
}

/* footer */
footer ul.bnr {
    display: block;
	padding: 20px 0;
	margin: 0 0 20px 0;
    overflow: hidden;
    text-align: center;
    min-width: 980px;
	width: 100%;
	color: #FFFFFF;
	background-color: #4C4740;
	background-image: url("../img/common/footer/search-bg.gif");
}

footer ul.bnr li img {
	vertical-align: top;
}

footer > div.footer-info > div.company-info {
	float: none;
	width: auto;
}

footer > div.footer-info > div.company-info > h2,
footer > div.footer-info > div.company-info > p {
	display: inline-block;
}

footer > div.footer-info > div.company-info > h2 {
	margin-right: 15px;
}