@charset "shift_jis";


html {
	font-size: 15px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	padding: 0;
}



h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	margin-top: 0;
}


a {
	/*text-decoration: none;*/
}

a:focus {
	outline: thin dotted;
}

a:active,a:hover {
	outline: 0;
}	

ul,ol {
	list-style: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	border: 0;
}


/* 禁則処理 */
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}








#title-syo { /* 第○章 */
	font-size:130%;
	font-weight:bold;
	text-align:left;
	line-height:1.5;
	margin-bottom:0;
}



h1 {
	font-size:130%;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:0;
}


h2,h3{
	font-size:120%;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:0;
}


@media screen and (min-width : 768px){ /* ---------タブレット */

	html {
		font-size: 16px;
		line-height: 1.5;
	}

}



@media print,screen and (min-width : 960px){ /* ----------パソコン */

	html {
		font-size: 16px;
		line-height: 1.5;
	}
	
	#all-wrapper {
		width:960px;
		margin:0 auto;
		text-align:left;
	}

}



/* スクロール型ページＴＯＰに戻る */
#yspagetop {
	position:fixed;
	right:20px;
	bottom:0px;
	cursor:pointer;
}





ul.title-1 {
	list-style:none;
	padding-left:0;
	margin:0;
}

ul.title-1 li {
	text-align:left;
	font-size:96%;
	line-height:1.3;
	text-indent:1em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

@media screen and (min-width : 768px) and (max-width : 959px){ /* ----タブレット */
	ul.title-1 li {
		font-size:95%;
	}
}

@media screen and (max-width : 767px){ /* ----スマホ */
	ul.title-1 li {
		font-size:90%;
	}
}


ul.title-2 {
	list-style:none;
	padding-left:0;
	margin:0 0 1em 1em;
}

ul.title-2 li {
	text-align:left;
	font-size:96%;
	line-height:1.3;
	text-indent:1em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

@media screen and (min-width : 768px) and (max-width : 959px){ /* ----タブレット */
	ul.title-2 li {
		font-size:95%;
	}
}

@media screen and (max-width : 767px){ /* ----スマホ */
	ul.title-2 li {
		font-size:90%;
	}
}


ul.tbllist {
	list-style:none;
	padding-left:0;
	margin:0 0 0 1em;
}

ul.tbllist li {
	text-align:left;
	font-size:90%;
	line-height:1.3;
	text-indent:1em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#C6C6C6;
}

@media screen and (min-width : 768px) and (max-width : 959px){ /* ----タブレット */
	ul.tbllist li {
		font-size:90%;
	}
}

@media screen and (max-width : 767px){ /* ----スマホ */
	ul.tbllist li {
		font-size:85%;
	}
}



ul.ttllst { /* 各章タイトル・リンク・リスト */
	list-style:none;
	padding-left:0;
	margin:0;
}

ul.ttllst li {
	text-align:left;
	font-size:90%;
	line-height:1.3;
	text-indent:1em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}



#headtitle {
	width:100%;
	background-color:#003D79;
	color:#FFF;
	text-align:left;
	line-height:1.6;
	text-indent:1em;
	margin-bottom:0.2em;
}


ul.footerlist { /* フッター・リスト */
	background-color:#E6E6E6;
	list-style:none;
	padding-left:0;
	margin:0;
	padding:1em 0 1em 0;
}

ul.footerlist li {
	text-align:left;
	font-size:90%;
	line-height:1.3;
	text-indent:1em;
}

.clr-all-sp5 { 
	clear:both;
}

.clr-all-sp5 hr { /* データの区切り（上下に余白） */
	width:98%;
	border-width:0 0 1px 0;
	border-color:#FFF;
	border-style:solid;
	margin:5px 0 5px 0;
}

.clr-all-sp30 { 
	clear:both;
}

.clr-all-sp30 hr { /* データの区切り（上下に余白） */
	width:98%;
	border-width:0 0 1px 0;
	border-color:#FFF;
	border-style:solid;
	margin:30px 0 30px 0;
}


.mokuji-link { /* 目次リンク */
	text-align:left;
	font-size:90%;
}

.rmk {/* 赤文字 */
	color:#F00;
	display:inline;
}



.link-mikan {/*リンク未完成 */
	color:#F00;
	font-size:120%;
}


.nouse {/* 未使用（削除） */
	color:#C0C0C0;
	display:inline;
}


