/* 
   www3.u-toyama.ac.jp 用 css
   Time-stamp: <Thu Apr 12 18:06:05 JST 2018> 
   mycss.css 
*/

* {
	margin: 0px;
	padding: 0px;
}

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.i
{
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

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-left: solid 4px;
	border-bottom: dashed 1px;
	padding-left: 0.75em;
}


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

h3.head {
	text-decoration: underline;
}


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

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

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

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

footer
{
	border: 0;
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin: 0 auto;
	max-width: 900px;
	background: #eee;
	padding: 8px;
}
nav.f
{
	border: 0;
	border-bottom: solid 1px;
	margin: 0 auto;
	max-width: 900px;
	background: #000;
	color: #fff;
	padding: 8px;
}


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

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

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

p.t {
	text-indent: 1.5em;
}
p.r {
	text-align: right;
}

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

ol
{
	line-height: 140%;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding-left: 2.0em;
}

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

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

a.white
{
	color: white;
	text-decoration: none;
}
a.white:hover
{
	color: white;
	text-decoration: underline;
}

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

.o:hover
{
	background: #ffffee;
}

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

}



