@charset "utf-8";

/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
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;
}

/* リンクとテキスト */

a:link {
	text-decoration: underline;
	color: #3F87C8 ;
}

a:visited {
	color: #13466B ;
}

a:hover {
	color: #81B0DB ;
}

a:active {
	
}

/* フロート */

.right {
	float: right;
}

.left {
	float: left;
}


/* 全体レイアウト */

html {
	margin: 0;
	height:100%;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif ;
	font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size: 0.8em;
	position:static;
	height:100%;
}

h1 {
	font-size:15pt;
	font-weight:bold;
	margin:10px 0px;
}

h2 {
	font-size:12pt;
	font-weight:bold;
	margin:10px 0px;
}

#view_top {
	width:100%;
	z-index:5;
}

#view_container {
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
}

body>table>tbody>tr>td
{
	vertical-align:top;
}

#footer{
	clear:both;
	color: #c7e8fa;
	background-color: #006e54;
	text-align:center;
	width:100%;
	height: 20px;
	margin: 0 auto;
	padding: 5px 0;
	overflow: hidden;
}

#header {
	color: #c7e8fa;
	background-color: #006e54;
	height: 80px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#jorei_left {
	overflow: auto;
	position: static;
	padding:20px 5px;
}

#jorei_right {
	vertical-aligm:top;
}

#search_head
{
	min-height:20px;
	width:100%;
}

#search_body
{
	widht: 100%;
	overflow:scroll;
}

#hint_body {
	margin:15px 30px;
	font-weight:bold;
	color:#425259;
}

.condition_box {
	border: 1px solid #DEDEDE;
	padding:5px;
	margin:5px;
}

.lawstype {
	background: url(../img/reikishubetu.png) no-repeat left center;
	padding-left: 18px;
	padding-top: 2px;
}

.prefectures {
	background: url(../img/prefectures.png) no-repeat left center;
	padding-left: 18px;
	padding-top: 2px;
}

p.button {
	display: inline;
	white-space: nowrap;
}

p.button a,
p.button span {
	display: inline-block;
	line-height: 2.2em;
	height: 28px;
	background: url(../img/btn.png) no-repeat;
	cursor: hand;
}

p.button a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}

p.button span {
	background-position: right top;
	padding-right: 20px;
}

p.button a:hover {
	background-position: left bottom;
}

p.button a:hover span {
	background-position: right bottom;
}

.list_line_relay,
.list_line_next,
.list_line_last,
.list_line_non{
	display:inline-block;
	height: 16px;
	width: 17px;
	vertical-align:bottom;
}

.list_line_relay{
	background: url(../img/taget_checkbox_line_relay.png) no-repeat;
	background-position:center center;
}
.list_line_next{
	background: url(../img/taget_checkbox_line_next.png) no-repeat;
	background-position:center center;
}
.list_line_last{
	background: url(../img/taget_checkbox_line_last.png) no-repeat;
	background-position:center center;
}
.list_line_non{
	background: url(../img/taget_checkbox_line_non.png) no-repeat;
	background-position:center center;
}

.list_open_links{
	display:inline-block;
	line-height:15px;
}

.region_list_checks {
	vertical-align:middle;
	height:13px;
	width:13px;
	margin:0px;
	padding:0px;
}

#japan_div
{
	height:400px;
	width:100%;
	overflow:scroll;
}

#japan_div div, #japan_div input
{
	line-height:15px;
	margin:0px;
	padding:0px;
}

.japan_chks_div {
	height: 300px;
	width: 270px;
}

.region_div {
	line-height:15px;
	margin:0px;
	padding:0px;
}

.group_div {
	display:none;
}
.subGroup_div {
	display:none;
}
.member_div {
	height: 15px;
	display:none;
}
.subGroup_div .member_div {
	height: 15px;
	display:block;
}

.loading
{
	opacity:0.7;
	filter: alpha(opacity=70);			/* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";	/* ie 8 */
	-moz-opacity:0.7;					/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;				/* Safari 1.x */
	background-color: #fff;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	color:white;
}

.loading div
{
	vertical-align:middle;
	text-align:center;
	display: inline-block;
	height:100%;
	width:100%;
	border:1px solid white;
}

.loading table
{
	vertical-align:middle;
	text-align:center;
	height: 100%;
	width: 100%;
}

.loading td
{
	vertical-align:middle;
	text-align:center;
	height: 100%;
	width: 100%;
}

.alert
{
	color:red;
}

.list_law_rowodd
{
	height: 30px;
	background-color:#B5FDCF;
	vertical-align:middle;
}
.list_law_roweven
{
	height: 30px;
	background-color:#B5EBFD;
	vertical-align:middle;
}

.pager {
	vertical-align:middle;
	font-size:0.8em;
}

.pager span {
	display: inline-block;
	white-space: nowrap;
	list-style: none;
	vertical-align:middle;
	height: 18px;
	line-height: 1.6em;
	background: url(../img/pager.png) no-repeat;
	background-position: right top;
	color: #495259;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.pager span:hover,
.pager span.current {
	color: #FFF;
	background-position: left bottom;
}

.law_links{
	line-height:30px;
	color:#3F87C8;
	cursor:pointer;
	text-decoration:underline;
	vertical-aling:middle;
/*	display:inline-block;*/
}

.law_links:hover{
	color:#81B0DB;
	vertical-aling:middle;
/*	display:inline-block;*/
}


span.prev {
	width: 43px;
	height: 20px;
	background: url(../img/prev.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
}

span.next {
	width: 43px;
	height: 20px;
	background: url(../img/next.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
}

span.prev a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	padding-left: 18px;
	font-weight:bold;
}

span.next a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	padding-left: 4px;
	font-weight:bold;
}

span.prev a:hover {
	color: #FFF;
}

span.next a:hover {
	color: #FFF;
}

span.prev:hover {
	background: url(../img/prev_h.png) no-repeat;
}

span.next:hover {
	background: url(../img/next_h.png) no-repeat;
}

.keyword {
	background: url(../img/keyword.png) no-repeat left center;
	padding-left: 18px;
	padding-top: 2px;
}

.view_detail {
	width: 100%;
	height:100%;
	position:relative;
}

.view_detail_title {
	width:100%;
	padding: 5px;
	border: 1px solid #C6C6C6;
}

.view_title_span {
	font-size: 20px; font-weight: bold;
}


/* 例規本文 */
.PromulgateBody {
	text-indent:1em;
	margin-bottom:1em;
}

.ImperialSignature {
	margin-left:1em;
	margin-bottom:1em;
}

.PromulgateDate {
	margin-left:2em;
	margin-bottom:1em;
}

.LawTitle {
	margin-left:3em;
	margin-top:1em;
	margin-bottom:1em;
}

.LawNum {
	text-align:right;
	margin-bottom:1em;
}

.LawTitle_text {
	font-size:14pt;
}

.EnactStatement {
	text-indent:1em;
	margin-bottom:1em;
}

.TOC {
	margin-bottom:1em;
}

.TOCLabel {}

.TOCPreambleLabel {
	margin-left:1em;
}

.TOCChapterTitle {
	margin-left:1em;
}

.TOCSectionTitle {
	margin-left:2em;
}

.TOCSubsectionTitle {
	margin-left:3em;
}

.TOCDivisionTitle {
	margin-left:4em;
}

.TOCSupplProvisionLabel {
	margin-left:1em;
}

.PartTitle {
	margin-left:2em;
}

.ChapterTitle {
	margin-left:3em;
}

.SectionTitle {
	margin-left:4em;
}

.SubsectionTitle {
	margin-left:5em;
}

.DivisionTitle {
	margin-left:6em;
}

.Article {
	margin-top:1em;
	margin-bottom:1em;
}

.ArticleCaption {
	margin-left:1em;
}

/*	.ArticleTitle, .ParagraphNum, .ItemTitle, .Subitem1Title, .Subitem2Title, .Subitem3Title {
	font-weight:bold;
}*/

.Preamble {
	margin-bottom:1em;
}

.ParagraphCaption {
	margin-left:1em;
}

.ParagraphSentence {
	margin-left:1em;
	text-indent:-1em;
}

.ParagraphSentence .ParagraphSentence, .ParagraphSentence_noi {
	margin-left:0em;
	text-indent:1em;
}

.AmendProvisionSentence {
	text-indent:1em;
}

.ItemSentence {
	margin-left:2em;
	text-indent:-1em;
}

.ItemSentence_noi {
	margin-left:1em;
	text-indent:1em;
}

.ItemSentence2 {
	margin-left:2em;
}

.Subitem1Sentence {
	margin-left:3em;
	text-indent:-1em;
}

.Subitem1Sentence_noi {
	margin-left:2em;
	text-indent:1em;
}

.Subitem1Sentence2 {
	margin-left:3em;
}

.Subitem2Sentence {
	margin-left:4em;
	text-indent:-1em;
}

.Subitem2Sentence_noi {
	margin-left:3em;
	text-indent:1em;
}

.Subitem2Sentence2 {
	margin-left:4em;
}

.Subitem3Sentence {
	margin-left:5em;
	text-indent:-1em;
}

.Subitem3Sentence_noi {
	margin-left:4em;
	text-indent:1em;
}

.Subitem3Sentence2 {
	margin-left:5em;
}

.SupplProvisionLabel {
	margin-left:3em;
	margin-top:1em;
	margin-bottom:1em;
}

.Remarks {
	margin-left:2em;
	text-indent:-1em;
}

.FigStructTitle {
	margin-left:1em;
}

.NoteStructTitle {
	margin-left:1em;
}

.StyleStructTitle {
	margin-left:1em;
}

.FormatStructTitle {
	margin-left:1em;
}

.Fig {
	margin-left:1em;
}

.Note {
	margin-left:1em;
}

.Style {
	margin-left:1em;
}

.Format {
	margin-left:1em;
}

.AppdxTable {
	margin-top:1em;
}

.AppdxTableTitle {
	margin-left:1em;
	text-indent:-1em;
}

.AppdxNote {
	margin-top:1em;
}

.AppdxStyle {
	margin-top:1em;
}

.AppdxFig {
	margin-top:1em;
}

.AppdxFormat {
	margin-top:1em;
}

.SupplProvisionAppdxTableTitle {
	margin-left:1em;
	text-indent:-1em;
}

.TableStructTitle {
	margin-left:1em;
}

.Table {
	margin-left:1em;
}

.AmendProvision {
	padding:1em;
	border:1pt solid #999999;
	background-color:#EEEEEE;
}

.Signature {
	text-align:right;
}

table {
	border-collapse:collapse;
}

td.TableColumn {
	padding:3pt 5pt 3pt 5pt;
}

.border_top_1 {
	border-top:1pt solid #666666;
}

.border_top_0 {
	border-top:0pt solid #666666;
}

.border_right_1 {
	border-right:1pt solid #666666;
}

.border_right_0 {
	border-right:0pt solid #666666;
}

.border_bottom_1 {
	border-bottom:1pt solid #666666;
}

.border_bottom_0 {
	border-bottom:0pt solid #666666;
}

.border_left_1 {
	border-left:1pt solid #666666;
}

.border_left_0 {
	border-left:0pt solid #666666;
}

.law_toc * {
	font-size:98%;
}

.LawBody
{
	padding:20px;
	overflow:scroll;
}

.law_toc dd {
	margin-left:5px;
}

.law_toc .LawTitle {
	margin-top:1em;
	margin-bottom:1em;
	margin-left:0;
}

.law_toc .LawNum {
	text-align:right;
	margin-bottom:1em;
}

.law_toc .LawTitle_text {
	font-size:110%;
	font-weight:bold;
}

.law_toc{
	border: 1px solid #C6C6C6;
	background: #eff6fc;
	-webkit-border-radius: px px px 4px;
	height:100%;
}

.law_toc span {
	cursor: pointer;
}

#hide {
	position: absolute;
	width:20px;
	height:20px;
	cursor: pointer;
}

.on {
	width: 20px;
	height: 19px;
	background: url(../img/off.png);
	z-index:5;
}

.off {
	width: 20px;
	height: 19px;
	background: url(../img/on.png);
	z-index:5;
}

.searchword {
	background-color:#ffff00;
}

.target {
	background-color:#E03080 !important;
}

#top_info {
	height:100%;
	padding:20px;
	padding-bottom:30px;
	overflow:scroll;
}
