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

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

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;
    
}

.abstract_jp_box {
    margin-left:5em;
    margin-bottom:30px;
    padding:10px;
    padding-bottom:0px;
    width: 550px;
    border-style:dashed;
    border-color:white;
    border-width:2px;
}

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%;
	line-height: 1.75;
	margin: 0 30px 2em 30px;
}

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

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

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

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

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

article h1 { 
	color: #fff;
	border-bottom: 2px solid #fff;
	text-indent: 10px;
	size: 1.2em;
}

article h2{
	color: #fff;
	border-left: 2px dotted #fff;
   	margin-top:1.5em;
	text-indent: 0px;
	padding-left: 15px;
	size: 1 em;
}

article h3{
	color: #fff;
    margin-top:1.5em;
}

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;
}

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

article img {
	margin: 0 10px;
}



article figcaption {
	font-size: 0.8em;
	color: #ffffff;
	text-align: center;

}


.pager {
	border-top: 1px dotted #fff;
	height: 60px;
	position: relative;
}

.pager2 {
	background: gray;
	display: block;
	font-size: 10px;
	border-radius: 3px;	
}



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

.pager .gotoprev2 {
	position: absolute;
	top:34px;
	left: 37px;
}

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

.pager .gotonext2 {
	position: absolute;
	top:34px;
	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 .gotonext2::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 .gotoprev2: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;
}
