body,div {
	font-style:normal;
    margin:0; 
    padding:0;
    font-size:100%;
}

.wrapper-contents {
    max-width: 1100px;
    margin: 0px auto;
}

.wrapper-title img {
    position: relative;
    top: 9px;
}

#span_title {
    font-size:32px;
}

@media screen and (max-width:465px) {
    .wrapper-title img {
        top:8px;
        width:26px;
        height:26px;
    }
    #span_title {
        font-size:26px;
    }
}
@media screen and (max-width:390px) {
    .wrapper-title img {
        top:7px;
        width:24px;
        height:24px;
    }
    #span_title {
        font-size:24px;
    }
}
@media screen and (max-width:360px) {
    .wrapper-title img {
        top:6px;
        width:22px;
        height:22px;
    }
    #span_title {
        font-size:22px;
    }
}

.area-news {
    padding-top: 20px;
    padding-bottom: 10px;
}

.wrapper-news {
    font-size: 90%;
    min-width: 600px;
}

.contents {
    padding: 0px;
    box-sizing: border-box;
    margin: 0px 0px 45px 0px;
    width: 100%;
    margin-bottom:45px;
}

.title {
    background: #fcf7f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcf7f7 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcf7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcf7f7 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcf7f7 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcf7f7 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    text-shadow:0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;

    border-bottom:3px solid #3099d0;

    overflow:hidden;
    padding:10px;
    margin-bottom:20px;
}

.list-title {
    float:left;
    font-weight:normal;
}

.backnumber {
    float:right;
    font-size:100%;
}

.backnumber a {
    color:#111111;
    text-decoration:none;
}

.table th.time {
    width: 180px;
    min-width: 130px;
}

.table th.subject {
    width: 300px;
    min-width: 170px;
}

.table th.message {
    min-width: 300px;
}

.table th,.table td{
    padding:6px;
    border: solid 1px #e6e6e6;
    font-weight: inherit;
}

.modal-dialog {
    max-width: 1100px;
}

/* 特別情報 */
.specially {
    background: #ff8787; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff8787 0%, #ffd1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8787), color-stop(100%,#ffd1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff8787 0%,#ffd1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff8787 0%,#ffd1d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff8787 0%,#ffd1d1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff8787 0%,#ffd1d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8787', endColorstr='#ffd1d1',GradientType=0 ); /* IE6-9 */

    border-bottom:3px solid #ff8181;
}

.specially h6{
    background: url("../img/specially.png") left center no-repeat;
    margin:0;
    padding:2px 0 2px 40px!important;
    text-shadow:0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.specially-list th {
    background-color: #ffb6b6;
}

.specially-list td {
    word-break : break-all;
}

/* 緊急情報 */
.emergency {
    background: #ffce54; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffce54 0%, #ffeeaa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffce54), color-stop(100%,#ffeeaa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffce54 0%,#ffeeaa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffce54 0%,#ffeeaa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffce54 0%,#ffeeaa 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffce54 0%,#ffeeaa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce54', endColorstr='#ffeeaa',GradientType=0 ); /* IE6-9 */

    border-bottom:4px solid #fcbc32;
}

.emergency h6{
    background: url("../img/alert.png") left center no-repeat;
    margin:0;
    padding:3px 0 3px 40px!important;
    text-shadow:0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.emergency-list th{
    background-color: #ffddb2;
}

.emergency-list td {
    word-break : break-all;
}

/* 市からのお知らせ */
.citynotice {
    background: #5bc0f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #5bc0f7 0%, #d8f0ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0f7), color-stop(100%,#d8f0ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5bc0f7 0%,#d8f0ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5bc0f7 0%,#d8f0ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5bc0f7 0%,#d8f0ff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5bc0f7 0%,#d8f0ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0f7', endColorstr='#d8f0ff',GradientType=0 ); /* IE6-9 */

    border-bottom:3px solid #3099d0;
}

.citynotice h6{
    background: url("../img/city.png") left center no-repeat;
    margin:0;
    padding:5px 0 5px 40px!important;
    text-shadow:0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.citynotice-list th {
    background-color: #c9edff;
}

.citynotice-list td {
    word-break : break-all;
}

/* 過去情報 */
.past-list th {
    background-color: #ededed;
}

/* expo */
.wrapper-expo {
    font-size: 90%;
    padding: 15px;
}

.expo {
    border-top:1px solid #dfdfdf;
    padding-top:30px;
}

.expo dt {
    font-weight:bold;
    margin-bottom:5px;
}

.expo dd {
    margin-bottom:15px;
}

/* pageTop */
.pageTop {
    margin-top:40px;
    padding: 15px;
}
.pageTop p {
    text-align:right;
}
.pageTop p a {
    background: url("../img/arrowPageTop.gif") no-repeat;
    background-position:0% 50%;
    padding-left:20px;
    color:#000;
    text-decoration:none;
}
