﻿html {
	font-size: 1em;
}

body {
	font-size: 0.875em;
	color: #111;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #800080;
}

a:hover, a:focus {
    color: #800080;
    text-decoration: underline;
}

.title_char {
	font-size: 3.0em;
	font-weight: bold;
	text-align: center;
	margin: 0 3px;
	padding: 10px 12px;
	text-shadow: 1px 1px 1px #000000;
	border-radius: 37px;
}

.content-title {
	font-size:2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.flood_title {
	background-color: #336699;
	color: #FFFFFF;
}

.flood_bg {
	background-color: rgba(149,179,215,0.25);
}

.dosha_title {
	background-color: #c18855;
	color: #FFFFFF;
}

.dosha_bg {
	background-color: rgba(252,213,181,0.25);
}

.tsunami_title {
	background-color: #604a7b;
	color: #FFFFFF;
}

.tsunami_bg {
	background-color: rgba(230,224,236,1);
}

.naisui_title {
	background-color: #31859c;
	color: #FFFFFF;
}

.naisui_bg {
	background-color: rgba(147,205,221,0.25);
}

.takashio_title {
	background-color: #9090c3;
	color: #FFFFFF;
}

.takashio_bg {
	background-color: rgba(204,204,255,0.25);
}

.jishin_title {
	background-color: #999933;
	color: #FFFFFF;
}

.jishin_bg {
	background-color: rgba(204,204,153,0.25);
}

.content {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	padding-right: 0px;
}


.itemend {
	margin-bottom: 0.5em
}


td {
	border-style:solid;
	border-width:1px;
	padding: 5px;
}

ul {
	padding-left:5px;
	margin-bottom: 0;
}
li.mark-none {
	list-style:none;
}
li.mark-right {
	list-style-type:none;
	padding-left:24px;
	background-image: url("../shindan/img/mark-right.png");
	background-repeat: no-repeat;
}
li.mark-bottom {
	list-style-type:none;
	text-indent: -1em;
	padding-left: 1em;
}
li.mark-bottom:before {
	content:"▼";
}
li.mark-circle {
	list-style-type:none;
	padding-left:20px;
	background-image: url("../shindan/img/mark-circle.png");
	background-repeat: no-repeat;
	background-size: 20px;
}
li.mark-disc {
	list-style-type : disc;
}
li.mark-asta {
	list-style-type:none;
	text-indent: -2em;
	padding-left: 2em;
}
li.mark-asta:before {
	content:"※　";
}


.col-sm-5_5, .col-sm-6_5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}


@media (min-width: 768px) {
	.col-sm-5_5, .col-sm-6_5 {
		float: left;
	}
	
	.col-sm-5_5 {
		width: 46%;
	}
	
	.col-sm-6_5 {
		width: 54%;
	}
}


@media (max-width: 400px) {
	.title_char {
		font-size:2.0em;
	}
}

@media print {
    body {
        font-size: 68%;
    }

    .contentrow {
        margin-top: 5px;
    }

    .flood_title {
        background-color: #336699 !important;
        color: #FFFFFF !important;
    }

    .flood_bg {
        background-color: rgba(149,179,215,0.25) !important;
    }

    .dosha_title {
        background-color: #c18855 !important;
        color: #FFFFFF !important;
    }

    .dosha_bg {
        background-color: rgba(252,213,181,0.25) !important;
    }

    .tsunami_title {
        background-color: #604a7b !important;
        color: #FFFFFF !important;
    }

    .tsunami_bg {
        background-color: rgba(230,224,236,1) !important;
    }

    .naisui_title {
        background-color: #31859c !important;
        color: #FFFFFF !important;
    }

    .naisui_bg {
        background-color: rgba(147,205,221,0.25) !important;
    }

    .takashio_title {
        background-color: #9090c3 !important;
        color: #FFFFFF !important;
    }

    .takashio_bg {
        background-color: rgba(204,204,255,0.25) !important;
    }

    .jishin_title {
        background-color: #999933 !important;
        color: #FFFFFF !important;
    }

    .jishin_bg {
        background-color: rgba(204,204,153,0.25) !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media print {
    .small-img {
        max-width: 80px !important;
    }

    .hidden-print {
        display: none;
    }

    .mark-right {
        font-size: 0.8em !important;
    }

    .mark-asta {
        font-size: 0.7em !important;
    }

    .data-link {
        font-size: 0.8em !important;
    }

    .col-sm-5_5, .col-sm-6_5 {
        float: left;
    }

    .col-sm-5_5 {
        width: 46%;
    }

    .col-sm-6_5 {
        width: 54%;
    }

    .dokoniContent {
        font-size: 1em !important;
    }

        .dokoniContent img {
            max-width: 60px !important;
        }
}

/* 2021/05/20 */
.tblHead {
    font-size:0.9em;
    font-weight: bold;
    border-color:white;
    padding:0;
    background-color:#f0f0f0;
    color:black;
    text-align:center;
}
.tblRow5 {
    font-size:1.0em;
    padding:4px 0px;
    border-color:gray;
    background-color:#0C000C;
    color:#FFFFFF;
    text-align:center;
    text-shadow:1px 0 0 black,0 1px 0 black,-1px 0 0 black,0 -1px 0 black;
}
.tblRow4 {
    font-size:1.0em;
    padding:4px 0px;
    border-color:gray;
    background-color:#AA00AA;
    color:#FFFFFF;
    text-align:center;
    text-shadow:1px 0 0 black,0 1px 0 black,-1px 0 0 black,0 -1px 0 black;
}
.tblRow3 {
    font-size:1.0em;
    padding:4px 0px;
    border-color:gray;
    background-color:#FF2800;
    color:#FFFFFF;
    text-align:center;
    text-shadow:1px 0 0 black,0 1px 0 black,-1px 0 0 black,0 -1px 0 black;
}
.tblRow2 {
    padding:4px 0px;
    border-color:gray;
    background-color:#F2E700;
    color:black;
    font-size:0.8em;
    text-align:center;
}
.tblRow1 {
    padding:4px 0px;
    border-color:gray;
    background-color:#FFFFFF;
    color:black;
    font-size:0.8em;
    text-align:center;
}
.td_nowrap {
    white-space:nowrap;
}
