﻿/* 共通パーツ */
article {
	width: 702px;
    margin: 0;
	padding: 0;
	float:right;
}
article p {
	color:#ffffff;
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 0em 0;
    padding-bottom:5px;
}

article p.ref {
 	margin-left:5em;
    text-indent:-5em;
}

article p.ref a:link {
	font-weight: normal;
}

article p.ref_title {
    margin:0;
    padding:0;
    margin-left:0em;
    font-weight:normal;
}

article p.ref_author {
	margin-top:0em;
    padding-top:0em;
	margin-left:5em;
    font-weight:bold;
}

article p.box1 {
    display:block;
    width:200px;
    font-size:10px;
    text-indent:0;
    text-align:left;

}

article .abstract_jp_box {
    margin-left:4em;
    margin-bottom:10px;
    padding:0px;
    padding-bottom:0px;
    width: 550px;
	border:none;
/*    border-style:dashed;
    border-color:white;
    border-width:2px; */
}

article .abstract_jp_box .btn-readmore {
	position: relative;
	margin: 0 0 0 14px;
}

article .abstract_jp_box .btn-readmore a:hover{
cursor: pointer ;
}
article .abstract_jp_box .btn-readmore a:before {
content: '';
    position: absolute;
    top: 9px;
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 5px 7px;
    border-color: transparent transparent transparent #ffffff;
}

article .abstract_jp_box .contents {
	display: none;
}

article p.title {
    font-weight:bold;
    font-family:メイリオ;
    font-size:1em;
}

article p.author {
    font:white;
    font-weight:normal;
    font-size:1em;
    }

article .pdf_icon {
	display:block;
    text-align:right;
    }

article .clear {
    clear:both;
}

article ul {
	color: #fff;
	font-size: 100%x;
	line-height: 1.75;
	margin: 0 0 2em 30px;
}


article ul li {
	list-style-type: disc;
}


ul.list3 {
    display: table;
    width:100%;
}
ul.list3 > li:nth-child(3n+1) {
    clear: both;
}

ul.list3 > li {
    display: table-cell;
    float: left;
    width: 33%;
}

article a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

article a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #1e2674;
}

article a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1e2674;
}

article a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #1e2674;
}

article h1 {
	color: #fff;
	border-left: 8px solid #ff6102;
	text-indent: 10px;
}

article h2{
	color: #fff;
	border-left: 6px solid #ff6102;
  margin-top:1.5em;
	text-indent: 8px;
}

article h3{
	color: #fff;
  margin-top:1.5em;
	border-left: 5px solid #ff6102;
	text-indent: 5px;
	padding-bottom: 3px;
}

article h4{
	color: #fff;
}

article hr {
	margin: 0 0 2em 0;
}

article table {
	color: #fff;
	margin: 0 0 2em 0;
	border: 1px solid #fff;
	border-collapse: collapse;
    font-size:1em;
}

article table thead th {
	padding: 5px;
	border: 1px solid #fff;
	border-collapse: collapse;
	background-color: #6c645c;
}

article table tbody tr td {
	padding: 5px;
	border: 1px solid #fff;
	border-collapse: collapse;
}

td.none { 
    border: none; 
} 

article table td.nowrap {
	white-space: nowrap;
}

article img{
	margin: 0 10px;
}

article form {
	margin: 0 0 5em 0;
}

article form dt {
	display: block;
	color: #ffffff;
	margin: 0 0 7px 0;
}

article form dd {
	margin:  0 0 28px 0;
	border-bottom: 1px solid #8C7030;
}

article input {
	font-size: 12px;
	width: 698px;
	height: 18px;
	margin: 0 0 34px 0;
}

article textarea {
	font-size: 12px;
	width: 698px;
	height: 160px;
	margin: 0 0 34px 0;
}

.form-label-required {
	display: inline-block;
	font-size: 10px;
	background: #e73649;
	color: #fff;
	padding: 4px 7px;
	text-align: center;
	margin-right: 10px;
	height: 10px;
	line-height: 10px;
}

.form-submit {
	padding: 10px 0 0;
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
}

.form-control-submit {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 15px 0;
	width: 310px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background: #4285f4;
	border-right: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: rgba(255,255,255,0.2) -1px 0 0 inset;
	-moz-box-shadow: rgba(255,255,255,0.2) -1px 0 0 inset;
	box-shadow: rgba(255,255,255,0.2) -1px 0 0 inset;
	border-left: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: rgba(255,255,255,0.2) -1px 0 0;
	-moz-box-shadow: rgba(255,255,255,0.2) -1px 0 0;
	box-shadow: rgba(255,255,255,0.2) -1px 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: rgba(255,255,255,0.2) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.2) 0 1px 0;
	box-shadow: rgba(255,255,255,0.2) 0 1px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: rgba(255,255,255,0.2) 0 1px 0 inset;
	-moz-box-shadow: rgba(255,255,255,0.2) 0 1px 0 inset;
	box-shadow: rgba(255,255,255,0.2) 0 1px 0 inset;
	-webkit-appearance: none;
	height: 50px;
	}

	/* book-list */
.labelyear {
	margin-left: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}


.book-list {
/*margin-left: 0;*/
}

.book-list li {
	/*float: left;*/
	display: inline-block;
	position: relative;
	margin: 0 4px 6px 0;
	width: 158px;
}

.book-list  img {
	margin:0 0 0 0;
	width: 158px;
	overflow: hidden;
}

.book-list .book-title {
	/*position: absolute;
	bottom: 8px;
	left: 0px;*/
	display: block;
	width: 158px;
	background-color: rgba(0,0,0, 0.5);
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
}

.book-list li a:link {
	color: #ffffff;
}

.book-list li a:active {
	color: #ffffff;
}

.book-list li a:visited {
	color: #ffffff;
}

.book-list li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.pager {
	background-color: #9d836a;
	height: 60px;
	position: relative;
}

.pager .gotoprev {
	position: absolute;
	top:17px;
	left: 37px;
}

.pager .gotonext {
	position: absolute;
	top:17px;
	right: 34px;
}


.pager .gotonext::after {
	position: absolute;
	    right: -19px;
	    top: 7px;
	    box-sizing: border-box;
	    width: 3px;
	    height: 3px;
	    border: 7px solid transparent;
	    border-left: 7px solid #77674f;
	    content: "";
}

.pager .gotoprev:before {
	position: absolute;
	    left: -22px;
	    top: 7px;
	    box-sizing: border-box;
	    width: 3px;
	    height: 3px;
	    border: 7px solid transparent;
	    border-right: 7px solid #77674f;
	    content: "";
}


.pager .gototop {
	position: absolute;
	top:17px;
	left:308px;
}

.pager .gototop:before {
	position: absolute;
	    left: -22px;
	    top: 3px;
	    box-sizing: border-box;
	    width: 3px;
	    height: 3px;
	    border: 7px solid transparent;
	    border-bottom: 7px solid #77674f;
	    content: "";
}

.pager a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

.pager a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
.pager a:hover {
	color: #ffffff;
	text-decoration: underline;;
	font-size: 14px;
}

.mb-1 {
	margin-bottom: 1em;
}

.mb-2 {
	margin-bottom: 2em;
}

.mb-3 {
	margin-bottom: 3em;
}
