@charset "UTF-8";
/*--------------------------------------------------------------- 
			各ページ固有の指定
--------------------------------------------------------------- */

/* page-general
--------------------------------------------------------------- */
#page-general .tbl-layout {
	width: 100%;
	margin: auto;
}
#page-general .tbl-layout th, #page-general .tbl-layout td {
	border: 1px dotted #C7C783;
	padding: 1em;
}
#page-general .tbl-layout th {
	text-align: center;
	font-weight: bold;
	background-color: #EDEDCA;
}
#page-general .tbl-layout td {
}

/* #page-abstracts
--------------------------------------------------------------- */
#page-abstracts dl.abst dt {
	width: 12em;
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	font-weight: normal;
}

#page-abstracts table{ width: 98%;}

#page-abstracts ul li {
	margin-bottom: 0.5em;
}

#page-abstracts .flex_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#page-abstracts .areaUmin {
    text-align: center;
    border: 1px dotted #C7C7C7;
    margin: 2em auto;
    padding: 0.5em 6em;
}
#page-abstracts .areaUmin ul {
    overflow: hidden;
    zoom: 1;
    margin: 0;
}
#page-abstracts .areaUmin ul li a {
    width: 80%;
    font-size: 110%;
    line-height: 120%;
    color: #FFF;
    text-decoration: none;
    display: block;
    background-color: #E86A60;
    border: #F2ADA8 solid 2px;
    border-radius: 6px;
    margin: 10px;
    padding: 0.8em;
}
#page-abstracts .areaUmin ul li{
	list-style: none;
}

/* #page-instructions
--------------------------------------------------------------- */
#page #page-instructions dl dd{
	margin: 0 0 1.3em 1.2em;
}
#page #page-instructions ul {
	margin: 0;
}
#page-instructions ul.mark li {
	margin-bottom: 0.5em;
	list-style:none;
	text-indent: -0.7em;
	margin-left: 0.7em;
}
#page-instructions ul.mark li:before {
	content:"- ";
	
}
#page-instructions .tbl-ptn1{
	width: 94%;
	margin: -0.5em 2.2em 1.2em;
}
#page-instructions .tbl-ptn1 th {
	vertical-align: middle;
	font-weight: bold;
}
#page-instructions .tbl-ptn1 .right{
	padding-right: 0.8em;
}
#page-instructions .tbl-ptn1 .left{
	padding-left: 0.8em;
}

#page-instructions ul.none li {
	list-style: none;
}
#page-instructions .line-under{
	border-bottom: solid 1px #000000;
}

/*----------*/
