﻿@import url(./bousai_body.css);
@import url(./topFreearea_map.css);

/* body */
body
{

}


/* telto */
@media screen and (min-width:768px) {
    /* PCではリンクなし */
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
        color: #333333 !important;
    }

    .teltoon {
        display: none !important;
    }

    .teltooff {
        margin-left: 0px !important;
    }
}
@media screen and (max-width:767px) {
    /* スマホではリンクあり */
    a[href^="tel:"] {
    }

    .teltoon {
        margin-left: 0px !important;
    }

    .teltooff {
        display: none !important;
    }
}

/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/
#struct
{
    margin-left:auto;
    margin-right:auto;
    border-top:1px solid #566D7B;
}

#container 
{
    max-width:1100px;
    margin:0px auto;
    font-size:90%;
    padding:0px;
    padding:20px 0px 0px;
}


.left_box {
    max-width: 800px;
    float: left;
    margin: 0px auto;
    padding: 0px 30px 0px 0px;
    width: 100%;
}

.right_box {
    max-width:270px;
    float:left;
    margin:0px auto;
    width: 100%;
}

.bousai_btnmenu {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    width:100%;
    border-bottom:2px dotted #f15a24;
    padding:10px 0px 20px 0px;
    margin:0px auto 20px;

}


.bousai_btnmenu02 {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    width: 80%;
    margin: 10px auto;
    align-items:center;
}


.btn {
border:1px solid #f15a24;
max-width:175px;
width:100%;
font-size:1.2em;
padding: 25px 0px 25px 100px;
border-radius:5px;
font-weight:bold;
margin:0px auto 10px;
}

.btn a{
text-decoration:none;
}


.btn02 {
max-width: 135px;
width: 100%;
font-size: 1.2em;
padding: 15px 0px 15px 65px;
border-radius: 5px;
font-weight: bold;
margin: 0px auto 10px;
}

.btn02 a{
text-decoration:none;
}

.readtext {
font-weight:bold;
font-size:1.2em;
}

#btn01 {
    background-image: url("../images/bousai/icon_01.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;
}

#btn02 {
    background-image: url("../images/bousai/icon_02.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;

}
#btn03 {
    background-image: url("../images/bousai/icon_3.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;

}
#btn04 {
    background-image: url("../images/bousai/icon_04.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;

}
#btn05 {
    background-image: url("../images/bousai/icon_05.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;
}
#btn06 {
    background-image: url("../images/bousai/icon_06.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;
}
#btn07 {
    background-image: url("../images/bousai/icon_07.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;
}
#btn08 {
    background-image: url("../images/bousai/icon_08.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;
}
#btn09 {
    background-image: url("../images/bousai/icon_09.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size:50px;
}

#btn10 {
    background-image: url("../images/bousai/icon_10.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

#btn11 {
    background-image: url("../images/bousai/icon_11.png");
    background-repeat: no-repeat;
    background-position: 10px center;
}

/*:::::::::::::::::::::::::
 * 緊急情報
 *::::::::::::::::::::::::*/


#kinkyuBlock
{
	border:solid 2px #CC0101;
	margin-bottom:10px;
}

#kinkyuTtl

{
	width:15%;
	padding:5px;
	font-weight:bold;
	font-size:1.1em;
	float:left;
	min-height:58px;
}
#kinkyuTtl h4
{
	padding:5px 0px 5px 40px;
	background:url("../images/bousai/icon_kinkyu.gif") no-repeat 5px center;
	font-size:1.2em;
    font-weight:bold;
}

#kinkyuTtl p.ichiran
{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	font-size:0.9em;
    margin:3px 0px 0px;
}
#kinkyuTtl p.ichiran a
{
    padding:2px;
    display:block;
    text-align:center;
}
#kinkyuInfo
{
	padding:5px;
}
ul#kinkyuTxt
{
    margin:0px auto 2px;
	width:83%;
    padding:0px;
	float:left;
}
ul#kinkyuTxt li
{
	line-height:1.7em;
}
ul#kinkyuTxt li p.koshin
{
	float:left;
	min-width:130px;
	margin-right:10px;
	padding-left:15px;
}
ul#kinkyuTxt li div.k_naiyo
{
	float:left;
	max-width:95%;

}

ul#kinkyuTxt li div.k_naiyo .k_title {
    font-weight: bold;
}

ul#kinkyuTxt li div.k_naiyo .honbun {
    margin-left: 5px;
    padding-bottom: 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul#kinkyuTxt li div.saigaittl
{
    font-weight: bold;
    font-size:1.3em;
    margin-bottom:10px;
    margin-left:10px;
}

ul#kinkyuTxt li div.saigaittl span
{
    font-weight:normal;
    font-size:0.9em;
}

ul#kinkyuTxt li div.saigainaiyo
{
    padding-bottom:10px;
    margin-bottom:10px;
    margin-left:10px;
}

ul#kinkyuTxt li div.topborder 
{
    border-top: 1px dotted #cccccc;
    margin-bottom: 10px;
}

ul#kinkyuTxt li.nodata
{
	line-height:68px;
	padding-left:30px;
}

#containerBg
{
    width:100%;
    padding:0px;
    margin:0px;
}

/*:::::::::::::::::::::::::
 * フリーエリア
 *::::::::::::::::::::::::*/

.freearea
{
    padding:0px;
    margin:0px 0px 0px;
}

/* フリーエリア用 */

#free01
{
    max-width:1000px;
    margin:0px auto;
    padding:0px;
}

.topSide
{
    max-width:210px;
    margin-top:10px;
}
.topSide img
{
    max-width:210px;
}
.topMain img
{
    max-width:480px;
}
h2.title 
{
    padding: 0 0 4px 21px;
    margin-bottom: 16px;
    font-size: 1.2em;
    font-weight: bold;
    background: url("../images/CssColorType/h2Ttl.gif") no-repeat 7px center #f8f4e6;
}
h3.title {
    background: rgba(0, 0, 0, 0) url("../images/CssColorType/h3Ttl.gif") no-repeat scroll 7px center;
    border-bottom: 1px dashed #ba8b40;
    font-size: 1.1em;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0 0 4px 21px;
}


#transparency {
    position: absolute; 
    margin:0px;
    padding:10px 0px 0px 10px;
}


/*:::::::::::::::::::::::::
 *メニュー
 *::::::::::::::::::::::::*/


#menuArea {
    padding-top: 5px;
}

.infotitle span {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.5em;
    padding-left: 15px;
}


.infotitle02{

    background: url("../images/bousai/icon_circle.png") no-repeat 8px 2px;
    margin:15px 0px 0px;
}


.infotitle02 span {
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 38px;
}


.infobox {
    margin: 0px auto 15px;
    width:100%;
}

.infobox_L {
    float:left;
    width:50%;
}

.infobox_R {
    float:right;
    width:50%;
}

.naiyo02{
    padding: 6px 41px 0px 11px;
}

.naiyo02 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bousai/ya_red.png") no-repeat scroll 10px center;
    padding: 3px 0 2px 25px;
}

.naiyo03 {
    float: left;
    padding: 10px 0px;
    width: 95%;
    margin: 0px auto;
}
.naiyo04 {
    float: left;
    padding: 10px 10px;
}

.naiyo03 h5 {
    border-top:2px solid #CC0000;
    border-bottom:1px solid #D9D9D9;
    padding:5px;
    font-weight:bold;
    font-size:1.1em;
    }

.naiyo04 h5 {
    border-top:2px solid #FCEC63;
    border-bottom:1px solid #D9D9D9;
    padding:5px;
    font-weight:bold;
    font-size:1.1em;
    }


.naiyo03 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bousai/ya_red.png") no-repeat scroll 10px center;
    padding: 6px 0 2px 28px;
}

.naiyo04 ul li {
    background: rgba(0, 0, 0, 0) url("../images/bousai/ya_pink.png") no-repeat scroll 10px center;
    padding: 3px 0 2px 25px;
}

h5 a{
    text-decoration:none;
}

/* 新着情報 */

#newInfo
{
    border:1px solid #EBEAEA;
    margin:0px 0px 10px;
}

#newTtl
{
    position:relative;
    height:45px;
    border-top:3px solid #CC0000;
    border-bottom:1px solid #E5E5E5;
}

#newTtl span
{
    font-size:1.2em;
    font-weight:bold;
    padding-left:15px;
    line-height:2.5em;
}

#linkArea
{
    position:absolute;
    top:10px;
    right:5px;
}
#rss
{
    float:left;
    text-align:center;
    display:block;
    font-weight:bold;
    padding:2px 5px;
    text-decoration:none;
    margin-right:10px;
}

/* 2016/12/13 アクセシビリティ対応 focus認識*/
a#rss:focus
{
    border:dashed #FFF 1px;
}

#listLinkArea
{
    float:left;
    padding:0px 10px 0px 16px;
	background:url("../images/bousai/ya_red.png") no-repeat 3px center;
}
.naiyo
{
    padding:10px 20px;
}
#newInfo ul
{
    padding:7px 0px;
}
#newInfo ul li
{
    line-height:130%;
    padding:5px;
}
#newInfo ul li p.koushinDay
{
	width:auto;
	float:left;
	min-width:100px;
    font-size:0.9em;
    text-indent: 1em;
	background:url("../images/bousai/ya_red.png") no-repeat 3px center;
    padding:0px 10px 0px 5px;
}
#newInfo ul li .kijiTtl
{
    float:left;
    max-width:715px;
}
p.nodata
{
    text-align:left;
    margin:10px 0px 10px 15px;
}


/*:::::::::::::::::::::::::
 * レスポンシブル用
 *::::::::::::::::::::::::*/


@media screen and (max-width:1200px) {
    /* タブレット用のスタイル記述 */
    img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }
    .left_box {
    max-width:100%;
    padding:0px;
    margin:0px auto;
    }

      .right_box {
    max-width:100%;
    padding:0px;
    margin:0px auto;
    }

    
    .naiyo02 ul li {
    float:left;
    }
    .infobox {
    float:left;
    width:100%;
    }

    }

@media screen and (max-width:767px) {
    /* スマートフォン用のスタイル記述 */
    #kinkyuTtl {
    width: 100%;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 1.1em;
    float: none;
}

    ul#kinkyuTxt {

    margin: 0px auto 2px;
    width: 100%;
    padding: 0px;
    float: none;

}


ul#kinkyuTxt li.nodata {
    line-height: 20px;
    padding: 10px;
    text-align:center;
}


    .infobox_L {
        float:none;
        width:98%;
    }

    .infobox_R {
        float:none;
        width:98%;
    }

    .naiyo03 {

    float: none;
    padding: 10px 0px;
    width: 95%;
    margin: 0px auto;

}

}

/*:::::::::::::::::::::::::
 * webフォントカラー
 *::::::::::::::::::::::::*/
.my-green {color: #006837}

.my-white {color: #ffffff}

.my-gold {color: #BFA536}

.my-mint {color: #66C3AB}

.my-red {color:#B7282E}

/* wysiwyg */
#mainShosai table.__wys_table
{
	width:auto;
}
.__wys_table td
{
	border:solid 1px #000000;
	padding:3px;
}
.__wys_table th
{
	background-color:#eeffee;
	border:1px solid #000000;
	font-weight:bold;
	padding:3px;
}

/* L-Alert内容表示用 start */
@media screen and (min-width:768px) {

    #pcx_detail, .pcx_detail {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

        #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
            padding: 6px;
        }

        #pcx_detail th, .pcx_detail th {
            border-right: 1px solid #DA5054;
            border-top: 1px solid #DA5054;
            background-color: #FCF2F2;
            width: 15%;
            text-align: center;
        }

        #pcx_detail tr:first-child th, .pcx_detail tr:first-child th {
            border-top: none;
        }

        #pcx_detail td, .pcx_detail td {
            border-top: 1px solid #DA5054;
            width: 85%;
        }

        #pcx_detail tr:first-child td, .pcx_detail tr:first-child td {
            border-top: none;
        }
}

@media screen and (max-width:767px) {

    #pcx_detail, .pcx_detail {
        width: 100%;
        border: 1px solid #F5D6D6;
    }

        #pcx_detail th, #pcx_detail td, .pcx_detail th, .pcx_detail td {
            padding: 6px;
        }

        #pcx_detail th, .pcx_detail th {
            border-right: 1px solid #DA5054;
            border-top: 1px solid #DA5054;
            background-color: #FCF2F2;
        }

        #pcx_detail tr:first-child th, .pcx_detail tr:first-child th {
            border-top: none;
        }

        #pcx_detail td, .pcx_detail td {
            border-top: 1px solid #DA5054;
        }

        #pcx_detail tr:first-child td, .pcx_detail tr:first-child td {
            border-top: none;
        }
}
/* L-Alert内容表示用 end */

