/* 
   Time-stamp: <Mon Aug 06 20:36:06 JST 2018> 
   en.css
*/

* {
	margin: 0pt;

}

body {
	font-family: 'Arial', 'Ludica Sans Unicode', sans-serif;
	font-size: 100%;
}

em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
	margin-top: 1ex;
	margin-bottom: 1ex;
	line-height: 150%;
}

h2.head
{
	border: 0px;
	border-bottom: dashed 1px;
}

h3 {
	font-size: 14pt;
	font-weight: normal;
	margin-top: 1ex;
	margin-bottom: 1ex;
	line-height: 150%;
}


/* link */
a {
	color: #1111cc;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

a:visited {
	color: #888;
	text-decoration: none;
}

a.open
{
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}
a.open:hover
{
	color: #0000a0;
}

/* header, article, fotter */
header
{
	margin: 0 auto;
	max-width: 980px;
	background: #007;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
}

article
{
	margin: 0 auto;
	max-width: 980px;
	margin-top: 2ex;
	margin-bottom: 2ex;
	padding: 8px;
}

section
{
	margin-top: 1ex;
	margin-bottom: 4ex;
}

footer
{
	margin: 0 auto;
	max-width: 980px;
	background: #eee;
	padding: 8px;
}

ul
{
	line-height: 160%;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

table
{
	border: none;
	margin-top: 2ex;
	margin-bottom: 2ex;
	margin-left: 1.5em;
}

th
{
	/* border: solid 1px; //only for debug */
	padding: 0ex;
	padding-top: 2ex;
	padding-bottom: 1ex;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}


td
{
	/* border: solid 1px; //only for debug */
	text-align: left;
	vertical-align: top;
	padding: 0.0ex;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

td.time
{
	width: 8em;
}

h1.title {
	color: #fff;
	font-size: 26pt;
	font-weight: normal;
	line-height: 150%;
}

h1.sub {
	color: #fff;
	font-size: 16pt;
	font-weight: normal;
	line-height: 150%;
}


div.title {
	margin-left: 2%;
	margin-right: 2%;
}

div.main {
	margin-left: 4%;
	margin-right: 4%;
}
div.footer {
	margin-left: 2%;
	margin-right: 2%;
}
div.abstract {
	margin-top: 1ex;
	margin-bottom: 1.5ex;
}

p.t {
	line-height: 160%;
	text-indent: 1.5em;
}
p.r {
	line-height: 160%;
	text-align: right;
}
p.tot
{
	font-style: oblique;
}
p.abstract
{
	text-indent: 1em;
	margin-left: 1em;
	border: 0px;
	border-left: solid 2px;
	padding-left: 2ex;
	hyphens: auto;
}

ul.womark
{
	padding-left: 1.5em;
	list-style-type: none;
}

.uline
{
	text-decoration: underline;
}

.addr
{
	font-family: 'Courier', 'Courier New', 'Terminal', monospace;
}

/* 
   for smartphone 
   iPhone X: 375x812, iphone8: 375x667
*/
@media only screen and (max-width: 800px)
{
	body {
		font-size: 100%;
		width: 100%;
	}
	h1.title {
		color: #fff;
		font-size: 180%;
		font-weight: normal;
	}
	h1.sub {
		color: #fff;
		font-size: 120%;
		font-weight: normal;
	}
	h2 {
		font-size: 140%;
		font-weight: normal;
		margin-top: 2ex;
		margin-bottom: 2ex;
	}

	h3 {
		font-size: 120%;
		font-weight: normal;
		margin-top: 2ex;
		margin-bottom: 2ex;
	}

	div.title {
	margin-left: 2%;
	margin-right: 2%;
	}

	div.main {
	margin-left: 2%;
	margin-right: 2%;
	}

	p.t {
		text-indent: 0.0px;
	}
	
	ul.womark {
		padding-left: 0.0px;
	}

	table
	{
		border: none;
		margin: 0px;
		padding: 0px;
	}

	th,td
	{
		display: list-item;
		list-style: none;
		margin: 0px;
	}
	th.date
	{
		margin-top: 2ex;
	}
	td.time
	{
		margin-top: 1.5ex;
	}
}
