@charset "UTF-8";

a {color: #ffffff}
a:hover{color: #FFFF00;}


#content_back {
    position: absolute;
    top: 300px;
    left: 260px;
    width: 680px;
    height: 783px;
    background-color: #ffffff;
    opacity: 0.97;
}
#content_space {
	position: absolute;
	top: 95px;
	left: 30px;
	width: 620px;
	height: 670px;
	line-height: 1.5;
	text-align: justify;
	padding-right: 20px;
	overflow: scroll;
}

.abst_text_line {
	text-decoration:underline;
	font-weight: 600;
}
.abst_flex_1 {
    display: inline-block;
    vertical-align:  top;
    width: 7em;
}
.abst_flex_2 {
    display: inline-block;
    width: 30em;
    vertical-align:  top;
}

.abst_subtitle_top {
	font-size: 1.1em;
	font-weight: 500;
	font-family: sans-serif;
	color: #008476;
	margin-bottom: 12px;
	border-bottom: solid 3px #e4e4e4;
	padding-bottom: 2px;
}
.abst_subtitle {
	font-size: 1.1em;
	font-weight: 500;
	font-family: sans-serif;
	color: #008476;
	margin-top: 35px;
	margin-bottom: 12px;
	border-bottom: solid 3px #e4e4e4;
	padding-bottom: 2px;
}
.abst2_subtitle_2 {
	font-size: 16px;
	font-weight: 600;
	color: #555;
}

.abst_body {
	margin-left: 19px;
}
.abst_futoji_1 {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: -0.7em;
}

/* ---------- Space ---------- */

.abst_left27px {
	margin-left: 27px;
}
.abst_top5px {
	margin-top: 5px;
}

/* ---------- Button ---------- */

.btn-primary {
	background-color: #f8a400;
	color: white;
	padding: 7px 50px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.btn-abstracts {
	background-color: #f8a400;
   color: #ffffff;
   width: 400px;
   text-align: center;
   margin-top: 5px;
	padding: 5px 50px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/* ---------- margin padding ---------- */

.margin_top_5px {
   margin-top: 5px;
}
.margin_top_8px {
   margin-top: 8px;
}
.margin_top_10px {
   margin-top: 10px;
}
.margin_left_1em {
   margin-left: 1em;
}
.margin_left_19px {
   margin-left: 19px;
}
.margin_left_27px {
   margin-left: 27px;
}
.margin_bottom_5px {
   margin-bottom: 5px;
}

