@charset "utf-8";
/* ************************ 共通 1 ************************ */

.box1 h1,.box1 h2,.box1 h3,.box1 h4,.box1 h5,.box1 h6 { clear: both; }

hr, .clear { clear: both; }

#contents #main { width: 100% !important; }

.breadcrumb, .index {
	text-align:left;
}

#maincontents body {
	line-height: 1.4 !important;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif !important;
}

#maincontents td,th {
	line-height: 1.4;
}

#maincontents p {
	text-indent: 2em; /* 英語版用 1em→2em */
	padding: 0;
	margin: 0.3em 0;
}

p.indent2 {
	text-indent: 2em; /* 英語版用 1em→2em */
	padding: 0;
	margin: 0.3em 0 0.3em 1em !important;
}

/* 英語版用に追加 */
p.indent3 {
	text-indent: 3em;
	padding: 0;
	margin: 0.3em 0 0.3em 2em;
}

p.indent-minus {
	text-indent: -1em !important;
	padding: 0;
	margin: 0.3em 0 0.3em 1em !important;
}

/* 英語版用に追加 */
p.indent-minus2 {
	text-indent: -1em;
	padding: 0;
	margin: 0.3em 0 0.3em 2em;
}

/* 英語版用に追加 */
p.txt-top {
	text-indent: 0 !important;
}

/* 英語版用に追加 */
p.txt-top2 {
	margin-left: 1em;
	text-indent: 0em;
}

/* 英語版用に追加 */
p.txt-top3 {
	margin-left: 2em;
	text-indent: 0em;
}

p.indent-0 {
	text-indent: 0 !important;
}

p.indent-1em {
	text-indent: -1em !important;
}

/* 最上部ナビゲーション */
.nav {
	font-size: 90%;
	padding: 1px 10px;
	margin: 1em 15px;
	background-color: #FFFFCC;
	border: 1px solid #EAD5BF;
	overflow:hidden;
}

.nav li { display: inline; margin-right: .5em; }

/* 部（巻頭言含む） */
#maincontents h1 {
	width: auto;
	font-size: 110%;
	font-weight: bold;
	margin: 1em 20px;
	text-align:left;
}

h1.kanto {
	text-align: center !important;
}

/* 本文 ボックス */
div.box1 {
	margin: 2em 30px;
}

div.box1 p {
  line-height: 1.5;
  letter-spacing: .05em;
}


#contents .contents_wrapper { display:block; }

/* 最下部ナビゲーション ボックス */
div.box2 {
	text-align: center;
	margin: 2em  20px 0;
}

.nobull { list-style-type: none; }


/* ************************ ＜第1部＞ 見出し ************************ */
/* 章 */
.chapter1 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px;
	margin: 1em 0;
	text-indent: 0;
	background-color: #0E6EB8;
	border: #0E6EB8 solid 1px;
	color: #fff !important;
}
.chapter2 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px;
	margin: 1em 0;
	text-indent: 0;
	border: 1px solid #13698f;
	background: #13698f;
	color: #fff !important;
}
.chapter3 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px;
	margin: 1em 0;
	text-indent: 0;
	background-color: #be5275;
	border: #be5275 solid 1px;
	color: #fff !important;
}
.chapter4 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px;
	margin: 1em 0;
	text-indent: 0;
	background-color: #707070;
	border: #707070 solid 1px;
	color: #fff !important;
}

/* 節 */
.section1 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px !important;
	margin: 1em 0 !important;
	border: none !important;
	border-left: 8px solid !important;
	border-top: 1px solid !important;
	border-color: #0E6EB8 !important;
	text-indent: 0 !important;
	background-color:#FFFFFF !important;
}
.section2 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px !important;
	margin: 1em 0 !important;
	border: none !important;
	border-left: 8px solid !important;
	border-top: 1px solid !important;
	border-color: #13698f !important;
	text-indent: 0 !important;
	background-color:#FFFFFF !important;
}
.section3 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px !important;
	margin: 1em 0 !important;
	border: none !important;
	border-left: 8px solid !important;
	border-top: 1px solid !important;
	border-color: #be5275 !important;
	text-indent: 0 !important;
	background-color:#FFFFFF !important;
}
.section4 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 10px !important;
	margin: 1em 0 !important;
	border: none !important;
	border-left: 8px solid !important;
	border-top: 1px solid !important;
	border-color: #707070 !important;
	text-indent: 0 !important;
	background-color:#FFFFFF !important;
}

/* 見出し--ボトムライン */
.head1 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
	border-bottom: 1px solid #0E6EB8;
	border-left: 0 !important;
	text-indent: 0 !important;
	background-color: #f2f2f2 !important;
	color:#0E6EB8;
}


p.head1 {
	text-indent: 1em;
	font-weight:normal;
	font-size:100% !important;
}

.head2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
	border-bottom: 1px solid #be5275;
	border-left: 0 !important;
	text-indent: 0 !important;
	background-color:#f2f2f2 !important;
	color:#be5275;
}
.head3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em !important;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #be5275;
	border-left: 0 !important;
	text-indent: 0 !important;
	background-color:#f2f2f2 !important;
	color: #be5275;
}
.head4 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em !important;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #707070;
	border-left: 0 !important;
	text-indent: 0 !important;
	background-color:#f2f2f2 !important;
	color: #707070;
}

.subhead1 {
	color:#0E6EB8 !important;
	font-weight: bold;
	padding:0 !important;
	/*padding: 1px 10px !important;*/
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
	/*background-color: #5d6aa4;*/
	text-indent: 0 !important;
	font-size:110% !important;
	border:none !important;
}

h6 {
	font-size: 110%;
	margin-bottom: 0.5em;
}

/* 見出し--帯白抜き */
.subhead2 {
	color:#be5275 !important;
	font-weight: bold;
	padding:0 !important;
	/*padding: 1px 10px !important;*/
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
	/*background-color: #5d6aa4;*/
	text-indent: 0 !important;
	font-size:110% !important;
	border:none !important;
}

.subhead3 {
	color: #be5275 !important;
	font-weight: bold;
	padding:0 !important;
	/*padding: 1px 10px !important;*/
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
	/*background-color: #5d6aa4;*/
	text-indent: 0 !important;
	font-size:110% !important;
	border:none !important;
}
.subhead4 {
	color: #707070 !important;
	font-weight: bold;
	padding:0 !important;
	/*padding: 1px 10px !important;*/
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
	/*background-color: #5d6aa4;*/
	text-indent: 0 !important;
	font-size:110% !important;
	border:none !important;
}




.head1,
.subhead1,
.head2,
.subhead2,
.head3,
.subhead3,
.head4,
.subhead4 {
	margin-left: 0 !important;
	margin-right:0;
}

.head1,
.head2 {
	text-indent: 0 !important;
	margin-left: 0 !important;
}

/* 見出し-- */
p.b2-midashi {
	color: #99c26e;
	font-weight: bold;
	margin-top: 0.5em !important;
	text-indent: 0 !important;
}
p.b3-midashi {
	color: #ec87a8;
	font-weight: bold;
	margin-top: 0.5em !important;
	text-indent: 0 !important;
}

/* 罫囲み（第3部のみ） */
.buntou-kakomi {
	padding: 10px;
	margin: 1em 0;
	border: #CCC solid 1px;
}

.colorbull1 {
	color: #dd960e;
}
.colorbull2 {
	color: #be5275;
}
.colorbull3 {
	color: #be5275;
}
.colorbull4 {
	color: #707070;
}


/* ************************ ＜第4部＞ 見出し ************************ */



.subhead3, p.subhead {
	border-left: 0 !important;
}

#maincontents h5 {
	font-size:110%;
}

/* 見出し--帯白抜き(小) */
p.b4-midashi-w2 {
	color:#FFF;
	font-weight: bold;
	padding: 1px 10px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #7787A2;
	text-indent: 0;
}


/* ************************ 共通 2 ************************ */
/* 小見出し */
p.midashi-sumi {
	font-weight: bold;
	margin-top: 0.5em !important;
	text-indent: 0 !important;
	clear: both;
}

h3.midashi-sumi {
	background-color: #FFFFFF !important;
	clear: both;
}

/* 本文中　罫囲み記事 */
div.bunchu-kakomi {
	overflow:hidden;
	clear:both;
	padding: 20px;
	margin: 1em 0;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}

/* 文章中の太字 */
.fwb {
	font-weight: bold;
}

/* 文章中の小さい文字 */
.txtsize-small {
	font-size: 87%;

}

/* 用語解説の小さい文字 */
div.yokai p.txtsize-small2 {
	font-size: 87%;
}


/* 注 */
p.chutxt {
	margin-left: 3em !important;
	text-indent: -3em !important;
	font-size: 90%;
}

p.chutxt2 {
	margin-left: 2.5em !important;
	text-indent: -2.5em !important;
	font-size: 87%;
}

ol.chutxt {
	clear:both;
	list-style-type:none;
	padding-left:0;
	font-size: 90%;
}
ol.chutxt li {
	text-indent:-3.5em;
	margin-left:3.5em;
}
ol.chutxt li.kome {
	text-indent:-1em;
	margin-left:1em;
}

ol.with-indent {
	list-style-type:none;
	padding-left:2em;
}
ol.with-indent li {
	text-indent:-1em;
	margin-left:1em;
}


/* 画像 */
.photo {
	margin: 1em 0;
}

.photo-right {
	float: right;
	display: inline;
	margin: 1em 0 1em 2em;
}
.photo-left {
	float: left;
	display: inline;
	margin: 1em 2em 1em 0;
}
.photo-center {
	clear: both;
	margin: 1em auto 1em;
}
.w350 {
	width:350px !important;
}
.wauto {
	width:auto;
	text-align:center;
}

.photo-small {
	width: 300px !important;
}
.photo-big {
	width: 600px !important;
}
.photo-vl {
	width:350px;
}

.photo-inline {
	clear: both;
	margin: 1em auto 1em;
	text-align:center;
	vertical-align:top;
}

.photo-inline .photo {
	display:inline-block;
	width:456px;
	margin:0 1em;
	vertical-align:top;
	text-align:left;
}

.photo-inline .caption,
.photo-center .caption {
	text-align:left !important;
}

.photo p {
	text-indent: -2em;
}

.tb_photo,
.tb_photo td {
	border:none;
	vertical-align:top;
}
.tb_photo .caption {
	text-align:left;
	margin-left:1em !important;
	margin-right:1em !important;
}


.zuhyo {
	padding: 20px 10px;
}
.zuhyo a img {
	border: 2px solid #00F;
}
/* キャプション */
.caption {
	font-size: 80%;
	margin-bottom: 1em !important;
	text-indent:0 !important;
	letter-spacing: 0em !important;
	line-height: normal !important;
}

/* キャプションが上のとき */
.caption_top {
	font-size: 80%;
}

/* キャプションが上のとき その2 */
.caption_top2 {
	padding: 3px 3px 3px 1em;
	margin-top: 2em;
	background-color: #ddd;
	font-weight: bold;
/*	display: inline; */
}


.waku {
	background-color: #ffefd4;
	padding:10px;
	overflow:hidden;
}
.waku .float-right {
	float:right;
	display:inline;
	margin:0 0 20px 20px;
}
.waku dt {
	margin-top:1em;
	font-weight: bold;
}
.waku dd {
	margin-left: 0;
}
.waku01 {
	border: 3px solid #6275b6;
}


/* マージン */

.mt1em {
	margin-top: 1em !important;
}


.mt30 {
	margin-top: 30px !important;
}

.mb1em {
	margin-bottom: 1em !important;
}


.mb30 {
	margin-bottom: 30px !important;
}


.ml1em {
	margin-left: 1em !important;
}

.ml2em {
	margin-left: 2em;
}

.ml3em {
	margin-left: 3em;
}


/* 赤い* */
.redstar {
	color: #F00;
}

/* 緑● */
.greenmaru {
	color: #669900;
}

/* 緑テキスト */
.greentxt {
	color: #669900;
}



/* ************************ 用語解説 ************************ */

.yokai {
	clear:both;
	padding: 5px 15px;
	margin: 2em 0;
	background-color: #F9F8F0;
	border: #ccc solid 1px;
	zoom: 1;
}

.yokai dl {
	margin-bottom:0;
}

.yokai dt {
	font-weight:bold;
}

.yokai dd {
	margin-bottom:1em;
}

.yokai dt, .yokai dd {
	text-indent: 0;
	font-size: 90%;
	margin-left:0;
}

.yokai .yokai-t {
	padding: 3px 8px;
	margin-bottom: 0.7em;
	background-color: #EDEBD1;
	font-weight: bold;
	zoom: 1;
}


/* ************************ ＜早分かり＞ ************************ */
/* 早分かり ボックス */
div.hayawakari-box1 {
	padding: 20px !important;
	margin: 2em 30px !important;
	border: #c0df9b solid 10px;
}

/* 早分かり タイトル */
p.hayawakari {
	font-weight: bold;
	color: #0086c0 ;
	margin-bottom: 0.5em !important;
	text-indent: 0 !important;
}

p.hayawakari-title {
	font-size: 110%;
	font-weight: bold;
	padding: 6px 10px !important;
	margin-bottom: 1em !important;
	background-color: #FFF;
	border: #7ebf41 2px solid;
	text-indent: 0 !important;
}


/* ************************ ＜コラム＞ ************************ */
/* コラム ボックス */
div.column-box1 {
	padding: 20px !important;
	margin: 2em 30px !important;
	background-color: #eff3f7;
	border: #9c9c9c solid 1px;
}


/* コラム タイトル*/
p.column {
	font-weight: bold;
	color: #717171;
	margin-bottom: 0.5em !important;
	text-indent: 0 !important;
}

p.column-title {
	font-size: 120%;
	font-weight: bold;
	padding: 6px 10px !important;
	margin-bottom: 1em !important;
	background-color: #FFF;
	border: #9c9c9c 2px solid;
	text-indent: 0 !important;
}

/* ************************ ＜匠＞ ************************ */
/* 匠 ボックス */
div.takumi-box1 {
	padding: 20px !important;
	margin: 2em 30px !important;
	border: #e5d8b2 solid 1px;
}


/* 匠 タイトル*/
p.takumi {
	font-weight: bold;
	color: #717171;
	margin-bottom: 0.5em !important;
	text-indent: 0 !important;
}

p.takumi-title {
	font-size: 120%;
	font-weight: bold;
	padding: 6px 10px !important;
	margin-bottom: 1em !important;
	background-color: #FFF;
	border: #e5d8b2 2px solid;
	text-indent: 0 !important;
}


/* ************************ ＜keyword＞ ************************ */
/* keyword ボックス */
div.keyword-box1 {
	padding: 20px;
	margin: 2em 30px;
	background-color: #F9F4E6;
	border: #8A6800 solid 1px;
}

/* keyword タイトル */
p.keyword {
	font-weight: bold;
	color: #8A6800;
	margin-bottom: 0.5em;
	text-indent: 0;
}

p.keyword-title {
	font-size: 110%;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 1em;
	background-color: #FFF;
	border: #DCD1B2 2px solid;
	text-indent: 0;
}


/* ************************ ＜用語集＞ ************************ */

.tb_yogo th, .tb_yogo td { text-align: left !important; vertical-align:top; }

.tb_yogo th { background-color:#E9E9E9; }
.yogo-sage {
	padding-left: 1em;
}

p.yogo-sage2 {
	padding-left: 1.5em;
	text-indent: 0;
}



/* ************************ ＜巻末＞ ************************ */

.kanmatsu {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.kanmatsu li {
	font-weight: bold;
}

.kanmatsu li ul {
	margin-left:0;
	padding-left:1em;
}

.kanmatsu li li {
	font-size:95%;
	list-style-type: disc;
	margin-top:1em;
}

.kanmatsu table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:5px;
	margin-bottom:0.5em;
	margin-left:1em;
}

.kanmatsu th {
	font-weight: normal;
	text-align: left;
	width: 14em;
	padding:3px !important;
}

.kanmatsu li li th {
	width:13em;
	padding:3px 0;
}

.kanmatsu td {
	font-weight: normal;
	text-align: left;
}


div:after,ul:after,ol:after,dl:after { content: ""; display: block; clear: both; height: 0.1px; overflow: hidden; }
div,ul,ol,dl { display: block; zoom: 1; }


#maincontents div.sectionBody { width: auto; }

@media print {
	body {
		/* zoom: 90%; */
		font-size: 12px;
	}
	

	.zuhyo, .zuhyo img, .photo, .photo img {
		zoom: 90%;
	}
	
	.photo .caption {
		zoom: 90%;
		width:90%;
	}

	.box1 {
		margin: 0 0 0 !important;
	}
	.box2 {
		display: none;
	}
	.chapter1, .chapter2, .chapter3, .chapter4, .head1, .head2, .head3, .head4, .subhead1, .subhead2, .subhead2, .subhead4 {
		color: #000 !important;
	}
	
	.caption {
		page-break-before: avoid;
	}
	
	.head1, .head2, .head3, .head4, .section1, .section2, .section3, .section4, .bunchu-kakomi, .photo {
		page-break-after: avoid;
	}
	
/*	.subhead3 {
		border: 2px solid #ec87a8;
	}
*/	
	.yokai {
		border: #a8a687 solid 3px;
	}
	.yokai-t {
		border-bottom: 2px solid #a8a687;
		page-break-after: avoid;
	}
	.bunchu-kakomi {
		overflow:hidden;
		border: #999 solid 3px !important;
	}
	.kakomi-title {
		border-top: 2px solid #999;
		border-bottom: 2px solid #999;
		margin-bottom:1em;
	}
	.colorbull1, .colorbull3 {
		color: #000;
	}
	
	.photo-right {
		margin-left:1em;
	}
	.photo-left{
		margin-right:1em;
	}
	
	
}

.break {
		page-break-before: always;
	}