
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height: 1.8;
  color: #333;
  font: 16px;
}

#page {
	padding-top: 1%;
	padding-bottom: 0;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fff;
    display: grid;
    grid-template-rows: auto 1fr auto;
	min-height: 98vh;
 }


 button {
	font-size: 14px;
	line-height: 1.5;
	width: 32%;
  }

a{
	display: block;
}

 
header a {
	text-decoration: none;
	color: #333;
	display: block;
}

 h1 {
	font: bold 20px sans-serif;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}


h2 {
	font: normal 14px sans-serif;
	margin-bottom: 15px;
	text-align: right;
}

p {
	text-indent: 1em;
}

img {
	display:block;
	margin: 20px auto;
}

img.inline {
	display:inline;
}

img.pic_with_caption {
	margin: 20px auto;
	margin-bottom: 0;
}

.caption
{
	margin: 20px auto;
	text-align: center;
	margin-top: 2px;
	font-size: 16px;
}

.center{
	vertical-align:middle;
	text-align: center;

}

.bold{
	font-weight: bold;
}

#tushinNo{
	font: normal 14px sans-serif;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
}

#tushinNo_with_henkourireki
{
	font: normal 14px sans-serif;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 30px;
}
.henkourireki{
	font: normal 14px sans-serif;
	margin-bottom: 5px;
	text-align: right;
	margin-top: 30px;
}


article ul {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.bgcolorgrey{
	background-color: #ccc;
}
.floatleft{
	float: left;
	margin-right: 15px;
}	

.floatright{
	float: right;
	margin-right: 15px;
}	

.floatclear{
	clear: both;
}	

table {
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 2px solid #000;
	margin: 20px auto;
  }

td {
	border: 1px solid #000;
	padding-left: 8px;
	padding-right: 8px;
}


.right{
	vertical-align:middle;
	text-align:right;
}

div.note{
	/* 注釈　脚注　キャプション */
	font: normal 10px sans-serif;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}


footer div{
	color: #060;
	text-align:center;
	border-top: 1px solid #060;
	font-size:10px;
}

ol{
	margin-left:2em;
}

ol ol{
	list-style-type: lower-alpha;
}

/*******************************************************/
/* 横720pix以上(PC)用　　　　　　　　　　　　　　　    */
/*******************************************************/
@media screen and (min-width:720px){

	body {
		line-height: 1.8;
		color: #333;
	 	font-size: 20px;
	  }

	  #page{
    	width: 720px;
		border: #ccc 1px solid;
		margin: 0 auto;  
		background-color: #fff;
	}

	button {
		width: 20%;
	}
	
	h1 {
		font: bold 30px sans-serif;
		margin-bottom: 32px;
	}



	h2 {
		font: normal 14px sans-serif;
		padding-left: 7px;
		padding-bottom: 0;
		margin-bottom: 5px;
    	background-image:none;
    	border-top:0px;
		margin-bottom: 16px;
	}

	a{
		display: inline;
	}

	div.note{
		/* 注釈　脚注　キャプション */
		font: normal 14px sans-serif;
		margin-bottom: 5px;
		padding-top: 10px;
		padding-bottom: 20px;
	}	

	#tushinNo{
		font: normal 14px sans-serif;
		margin-bottom: 5px;
		text-align: right;
	}
}	
	
/*******************************************************/
/* 印刷用　　　　　　　　　　　　　　　    */
/*******************************************************/
@media print{

	/* 印刷用CSSを指定する*/
	header{
		display: none;
	}
}	


