@charset "UTF-8";
/****************
 PCトップで使用
*****************/

#smartphone {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    width: 960px;
}

#headerSlider{
	width:950px;
	position: absolute;
	z-index: 1;
	top:70px;
	left: 50%;
	margin-left:-475px;
}
#headerSlider .layer{
	position: absolute;
	height: 106px;
	top:-70px;
	z-index: 990;
}
#headerSlider .list a{
	display: block;

}
#headerSlider .list img{
	-webkit-border-bottom-right-radius: 60px;
	-webkit-border-bottom-left-radius: 60px;
	-moz-border-radius-bottomright: 60px;
	-moz-border-radius-bottomleft: 60px;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
}

#headerSlider .list li{
	text-align: center;
	display: none;
}
/*　ページャー　*/
#headerSlider .bx-controls{
	width:250px;
	height: 23px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	margin-left:-125px;
	bottom:-11px;
	z-index: 999;
	background-color: #4359a3;
}
#headerSlider .bx-controls a:focus{
	background-color:transparent;
}
#headerSlider .bx-pager{
	width:130px;
	position: absolute;
	top:5px;
	height: 20px;
	left: 70px;
	overflow: hidden;
}
#headerSlider .bx-pager-item{
	width:13px;
	height: 13px;
  	display: block;
  	float: left;
	margin-left:10px;
}
#headerSlider .bx-pager-item:first-child{
	margin-left:0;
}
#headerSlider .bx-pager-item a{
	width:13px;
	height: 13px;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../img_pc_top/slider_pager.png);
    background-position: left center;
    background-repeat: no-repeat;
}
#headerSlider .bx-pager-item a.active{
    background-image: url(../img_pc_top/slider_pager_active.png);
}
/* コントロール */
#headerSlider .bx-controls-auto-item a{
    display: block;
    overflow: hidden;
    text-indent:-999999px;
	background-position: left center;
	background-repeat: no-repeat;
	width:15px;
	height:15px;
	display: inline-block;
  *display: inline;
  *zoom: 1;
	position: absolute;
	top:4px;
}
/*#headerSlider .bx-controls-auto-item a.active{
	display: none;
}*/
#headerSlider .bx-controls-auto-item a.bx-stop{
	position: absolute;
	right:22px;
	background-image: url(../img_pc_top/icon_stop.png);
}
#headerSlider .bx-controls-auto-item a.bx-start{
	position: absolute;
	left: 20px;
	background-image: url(../img_pc_top/icon_play.png);
}
#headerSlider .bx-controls-auto-item a.bx-stop.active{
	background-image: url(../img_pc_top/icon_stop_active.png);
}
#headerSlider .bx-controls-auto-item a.bx-start.active{
	background-image: url(../img_pc_top/icon_play_active.png);
}

#headerSlider .bx-controls-direction{

}
#headerSlider .bx-controls-direction a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	width:6px;
	height:9px;
	position: absolute;
}
#headerSlider .bx-prev{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;	width:32px;
	height: 32px;
	background-image: url(../img_pc_top/headerslider_back.png);
}
#headerSlider .bx-next{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
	width:32px;
	height: 32px;
	background-image: url(../img_pc_top/headerslider_next.png);
}
#headerSlider .slideBack,
#headerSlider .slideNext{
	top:50%;
	margin-top:-16px;
	position: absolute;
	z-index: 998;
}
#headerSlider .slideBack{
	left: -12px;
}
#headerSlider .slideNext{
	right:-12px;
}


#header{
	width:100%;
	height: 427px;
	position: relative;
	z-index: 2;
	width:100%;
	background-image: url(../img_pc_common/wrapper4_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#headerIn{
	height: 106px;
}

#headerNavContainer{
	top:329px;
	left:50%;
	margin-left:-475px;
}

#kounosuLifeLogo{
	width:152px;
	position: absolute;
	right: 35px;
	top:100px;
	z-index: 999;
}

#container{
	margin-top:25px;
}

#containerIn{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#topLeft{
	width:204px;
	float: left;
}
#main{
	width:510px;
	float: left;
	margin-left:18px;
}
#topRight{
	width:200px;
	float: right;
	margin-left:18px;
}

/**
 * J-ALERT
 */
 .jalertMod .title{
   padding-top:5px;
   padding-bottom:5px;
   padding-left:16px;
   padding-right:16px;
   background-color: #eb1524;
   -webkit-border-top-left-radius: 16px;
 -webkit-border-top-right-radius: 16px;
 -moz-border-radius-topleft: 16px;
 -moz-border-radius-topright: 16px;
 border-top-left-radius: 16px;
 border-top-right-radius: 16px;
 }

.jalertMod .in{
	background-color: #fff;
	padding-left:28px;
	padding-right:28px;
	padding-bottom:20px;
	border:solid 2px #eb1524;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}
.jalertMod .list{
	padding-top:20px;
}
.jalertMod .list li{
	margin-top:10px;
	padding-left:18px;
	background-image: url(../img_pc_top/jalert_mod_list_icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.jalertMod .list li:first-child{
	margin-top:0;
}
 .jalertMod .past{
 	text-align: right;
 	margin-top: 20px;
 }
 .jalertMod .past a{
 	
 }
/**
 * daijina oshirase
 */
.daijiMod .in{
	background-color: #4359a3;
	padding-left:28px;
	padding-right:28px;
	padding-bottom:20px;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}
.daijiMod h2{
	line-height: 1;
}

.daijiMod .list{
	padding-top:20px;
	color:#fff;
}
.daijiMod .list li{
	margin-top:10px;
	padding-left:18px;
	background-image: url(../img_pc_top/daiji_mod_list_icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.daijiMod .list li:first-child{
	margin-top:0;
}
.daijiMod .list li a{
	color:#fff;
}

/**
 * oshirase event
 */
 .tabMod{
 	margin-top:16px;
 }
 .tabMod .list li{
 	float: left;
 	margin-left:7px;
 	height: 37px;
 }
 .tabMod .list li:first-child{
 	margin-left:0;
 }
 .tabMod .in{
 	background-color: #fff;
 	padding-bottom:15px;
 	padding-left:25px;
 	padding-right:25px;
	 -webkit-border-radius: 16px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 16px;
	-moz-border-radius-topleft: 0;
	border-radius: 16px;
	border-top-left-radius: 0;
 }
.tabMod .list2{
	padding-top:25px;
}
.tabMod .list2 li{
	border-top:dotted 1px #9d9e9e;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:23px;
	background-image: url(../img_pc_top/tab_mod_list_icon.png);
	background-repeat: no-repeat;
	background-position: left 14px;
}
.tabMod .list2 li:first-child{
	margin-top:0;
	border-top:none;
}
.tabMod .list3{
	margin-top:10px;
	text-align: right;
}
.tabMod .list3 li{
	display: inline-block;
	*display: inline
	*zoom: 1
}
.tabMod .list2 li .text{
	display: block;
}

/**
 * kurashino bamen
 */
.topBamenMod{
	margin-top:16px;
}
.topBamenMod .col{
	width:510px;
	height: 47px;
	position: relative;	
}
.topBamenMod .title{
	width:217px;
	position: absolute;
	left: 0;
}
.topBamenMod .col .btn{
	width:229px;
	position: absolute;
	top:5px;
	right: 30px;
}
.topBamenMod .in{
	padding-top:23px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:20px;
	background-color: #fff;
}
.topBamenMod .list{
	width:492px;
	margin-left:-10px;
	margin-top:-10px;
}
.topBamenMod .list li{
	float: left;
	margin-left:10px;
	margin-top:10px;
}

/**
 * yokumirareteiru page
 */
.yokumirareteiruMod{
	background-color: #fff;
	margin-top:16px;
}
.yokumirareteiruMod .title{
	text-align: center;
}
.yokumirareteiruMod .in{
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
}
.yokumirareteiruMod .list li{
	margin-top:10px;
	padding-left:30px;
	background-image: url(../img_pc_top/yokumirareteiru_mod_list_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.yokumirareteiruMod .list li:first-child{
	margin-top:0;
}


/***************
 *
 * left side
 *
 ***************/

.sideBox{
	width: 100%;
	margin-top:15px;
	background-color: #fff;
	padding-bottom:10px;
}
.sideBox:first-child{
	margin-top:0;
}


/**
 * jinko
 */
.kounosuDataMod{
}
.kounosuDataMod .in{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.kounosuDataMod .list{
	margin-top:5px;
}
.kounosuDataMod .list li{
	margin-top:3px;
}
.kounosuDataMod .genzai{
	margin-top:5px;
}

.kounosuDataMod .link{
	margin-top: 10px;
	padding-left:10px;
	padding-right:10px;
}
.kounosuDataMod .link li{
	margin-top:5px;
}
.kounosuDataMod .wysiwygCom{
	font-size:90%;
}

/**
 * kouhou koucho
 */
.kohoMod{
}
.kohoMod .title{
	text-align: center;
}
.kohoMod dd{
	padding-left:10px;
	padding-right:10px;
}
.kohoMod .img{
	text-align: center;
}
.kohoMod strong{
	display: block;
	margin-top:10px;
}
.kohoMod .link{
	margin-top: 10px;
	padding-left:10px;
	padding-right:10px;
}
.kohoMod .link li{
	margin-top:5px;
}

/**
 * goriyou kudasai
 */
.goriyouMod{
}
.goriyouMod .in{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.goriyouMod .title{
	text-align: center;
}
.goriyouMod dd{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.goriyouMod .list li{
	margin-top:10px;
	padding-left:18px;
	background-image: url(../img_pc_common/common_arrow2.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}
.goriyouMod .list li:first-child{
	margin-top:0;
}


/***************
 *
 * right side
 *
 ***************/

/**
 * izatoiutoki
 */
 .izatoiutokiMod{
}
.izatoiutokiMod .title{
	text-align: center;
}
.izatoiutokiMod .box{
	padding-top:3px;
	padding-left:9px;
	padding-right:9px;
}
.izatoiutokiMod .list{
	margin-top:8px;
}
.izatoiutokiMod .list li{
	padding-left:20px;
	background-image: url(../img_pc_top/izatoiutoki_mod_list_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top:5px;
}
.izatoiutokiMod .list li:first-child{
	margin-top:0;
}
.kinkyuBox{
	background-image: url(../img_pc_top/kinkyu_box_bg_mid.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.kinkyuBox dl{
	padding-bottom:13px;
	background-image: url(../img_pc_top/kinkyu_box_bg_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.kinkyuBox .box2{
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
}

.kinkyuBox .list2 li{
	padding-left:12px;
	margin-top:10px;
	background-image: url(../img_pc_top/kinkyu_box_list_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.kinkyuBox .list2 li:first-child{
	margin-top:0;
}
.kinkyuBox .box2 .btn{
	margin-top:12px;
}

/**
 * side kokoku
 */
.sideKokokuMod{
	margin-top:15px;
	padding-bottom:15px;
	background-color: #eaf2f5;
}
.sideKokokuMod .title{
	display: block;
	background-color: #b8cfe7;
-webkit-border-top-left-radius: 16px;
-webkit-border-top-right-radius: 16px;
-moz-border-radius-topleft: 16px;
-moz-border-radius-topright: 16px;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
}
.sideKokokuMod dd{
	padding-left:15px;
	padding-right:15px;
}
.sideKokokuMod .list li{
	text-align: center;
	margin-top:12px;
}
.sideKokokuMod .link{
	margin-top:12px;
	padding-left:20px;
	background-image: url(../img_pc_common/common_arrow1.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

/**
 * side eventcalendar
 */
.sideEventCalendarMod{
	margin-top:15px;
	background-color: #fff;
}
.sideEventCalendarMod .title{
	text-align: center;
}

/**
 * banner
 */
.sideBannerMod{
	margin-top:10px;
}
.sideBannerMod .list li{
	text-align: center;
}

/**
 * kanren site
 */
.kanrenMod{
	width: 100%;
	background-color: #fff;
	margin-top:15px;
	padding-bottom:15px;
}
.kanrenMod .title{
	text-align: center;
}

.kanrenMod dd{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.kanrenMod .list li{
	padding-left:24px;
	margin-top:6px;
	background-image: url(../img_pc_top/kanren_mod_list_icon.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
}

/**
 * kokoku
 */
.kokokuMod{
	width:950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	padding-top: 15px;
	background-color: #fff;
}
.kokokuMod .title{
	overflow: hidden;
}
.kokokuMod .title img{
	vertical-align: middle;
}
.kokokuMod .title .btn{
	font-size:68%;
	margin-left:15px;
	padding-left:20px;
	background-image: url(../img_pc_top/kokoku_mod_arrow.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
}
.kokokuMod .list{
	margin-left: -10px;
}
.kokokuMod .list li{
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.kokokuMod .list li:nth-child(7n){
	float: left;
	clear: left;
	margin-left: 10px;
	margin-top: 20px;
}
.kokokuMod .bg_{
	padding-left:25px;
	padding-right:25px;
}


/**
 * カレンダー
 */
.sideEventCalendarMod .in{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
}

.sideEventCalendarMod .table .nav img{
	vertical-align: middle;
}

.sideEventCalendarMod .table{
	border-right:solid 1px #cdd4de;
}
.sideEventCalendarMod caption{
	padding-bottom: 5px;
}

.sideEventCalendarMod .table th{
	background-color: #cdd4de;
	border-right:solid 1px #cdd4de;
	font-size: 14px;
	line-height: 140%;
}

.sideEventCalendarMod .table td{
	border-left:solid 1px #cdd4de;
	border-bottom:solid 1px #cdd4de;
	text-align: center;
	background-color:#fff;
	font-size: 14px;
	line-height: 140%;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}

/*市長カレンダーの土日祝日の色付け*/
.sideEventCalendarMod .table td.sat {
    color: #3399CC;
}
.sideEventCalendarMod .table td.sun {
    color: #FF0000;
}

.sideEventCalendarMod .table th img{
	vertical-align: middle;
}


/**
 * スマホ専用入力項目調整用
 */

.spEditMod{
	width:800px;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
}
.spEditTitle{
	padding: 15px;
	font-weight: bold;
	background-color: #eee;
	border:solid 1px #ccc;
}

/*チャットボット*/
.chatbotMod {
	background-color: #fff;
	padding: 16px;
	border-radius: 16px;
	margin-top: 16px;
}