/* 
   Time-stamp: <Mon Aug 06 20:37:54 JST 2018> 
   ja.css
*/

* {
	margin: 0pt;

}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS Gothic', sans-serif;
	font-size: 100%;
}

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

em.hyper
{
	color: #f00;
}

strong
{
	font-style: normal;
	font-weight: normal;
	color: #f00;
}


h2 {
	font-size: 18pt;
	font-weight: normal;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
h2.head
{
	border: 0px;
	border-bottom: dashed 1px;
}


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



/* 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: 960px;
	background: #007;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
}

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

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

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

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

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

th
{
	border: solid 0px; /* only for debug */
	padding: 0ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	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: 28pt;
	font-weight: normal;
}

h1.sub {
	color: #fff;
	font-size: 18pt;
	font-weight: normal;
}


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

	max-width: 960px;
	background: #007;

}

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 {
	text-indent: 1.5em;
}
p.r {
	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;
}

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

.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: 130%;
		font-weight: normal;
		margin-top: 2ex;
		margin-bottom: 2ex;
	}

	h3 {
		font-size: 115%;
		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;
	}
}

