@charset "UTF-8";

/*/////////////////////////////////////////////////////////////////*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,.l7, .l8, .l9, p, blockquote, pre,
a, del, img, q, s, small, strike, strong, sub, sup, tt,
b, u, i, center, dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*/////////////////////////////////////////////////////////////////*/
/* for HTML5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*/////////////////////////////////////////////////////////////////*/

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*/////////////////////////////////////////////////////////////////*/



html {
	font-size: 62.5%;
}

body {
	font-family: 'メイリオ', 'Meiryo','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.6em;
	box-sizing: border-box;
	padding:0 6.0rem;
}

body > p:first-child {
	font-family: Impact, "MS Gothic";
	font-size: 23px;
	font-style: italic;
	color: #009933;
	font-weight: normal;
}

h1,h2 {
	line-height: 1.5em;
}

section {

}

section>section {
	margin-left: 0;
	margin-right:0;
	padding-left:0;
	padding-right: 0;
}


section:first-of-type > h1{
	border: medium double #333333;
	font-size: 23px;
	font-weight: bold;
	padding: 10px;
	margin-top: 6px;
	margin-bottom: 20px;
	text-align: center;
}

p, li {
	margin-top: 10px;
	margin-bottom: 10px;
}
ol {
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: decimal;
	margin-left:1.0rem;
}

ol li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:2.0rem;
}

#toc {
	margin:30px 0;
	padding:30px 0;
}
.toc-heading {
	font-size: 2.3rem;
	padding-top:2.0rem;
	padding-bottom:1.0rem;
}

h1, h2, h3 {
	line-height: 1.4em;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 60px 0 20px;
	text-indent:0;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 60px 0 20px;
	text-indent:0;
}	

 h3 {
	font-size: 19px;
	background-color: #eeeeee;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 30px 0 10px;
	padding: 6px 0.5em 2px;
	text-indent:0;
}
p {
	text-indent: 1.0em;
}

img.block {
    display:block;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;    
}

table {
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
	margin-right: 20px;
	margin-left: 20px;
}

thead, th {
	border: 1px navy solid;
	background-color: navy;
	color:white;
}

td {
	vertical-align: middle;
	border: 1px solid #aaaaaa;
	padding:10px;
}

td > p {
text-indent:0px
}

li {
text-indent:0px;
}

#toc p {
	text-indent:0px;
}

.start {
	text-align:left;
}

.center {
	text-align:center;
}

.end {
	text-align:right;
}

.justify {
	text-align:justify;
}

.distribute {
	text-align:justify;
	text-justify: auto;
}


/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:640px) {
	/* ↓ここに個別のスマホ用スタイルを指定 */
	
	body {
		margin:20px 0 60px;
		font-size: 16px;
		line-height: 1.6em;
		padding:0 1.6rem;
	}
	section {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	section {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}

	section section {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}

	table {
		max-width:800px;
		margin-left: 0;
		margin-right: 0;
	}

/* ↑ここまでに個別のスマホ用スタイルを指定 */
}
/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/