@charset "UTF-8";

.bosaiKurashiMod {
  border: #00008b solid;
  border-radius: 5px;
  margin-top: 20px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  display: table;
}

.bosaiKurashiMod .bosaiKurashiIcon {
  color: #00008b;
  padding-left: 40px;
  width: 10%;
}

.bosaiKurashiMod .bosaiKurashiTitle {
/*
  padding: 70px;
*/
  color: #00008b;
  padding-left: 50px;
  width: 25%;
  vertical-align: middle;
  border-right: #00008b solid;
  display: table-cell;
  font-size: 95%;
  text-align: center;
  background: url(/material/template/img_top/jalert_icon_blue.png) no-repeat  15% 50%;
}


.bosaiKurashiMod .bosaiKurashiList {
  padding: 20px;
/*
  border-left: #00008b solid;
*/
  vertical-align: top;
  display: table-cell;
}


.bosaiKurashiMod .list {
  padding: 10px;
  padding-left: 30px;
  vertical-align: top;
  display: table-cell;
}

.bosaiKurashiMod .list li{
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../img_top/jalart_arrow.png)!important;
	background-repeat: no-repeat;
	background-position: 13px 13px;
    padding-left: 10px;
    padding-right: 10px;	
    padding-left: 30px;
}
/*
.bosaiKurashiMod {
	border: 5px solid #CB0000;
	overflow: hidden;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	background-color: #FFF;
}
.bosaiKurashiMod .bg {
	border: 5px solid #FCDEE7;
	
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 1px;
}


.bosaiKurashiMod .title {
	background-image: url(../img_jalert_pc/jalert_mod_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CB0000;
	margin-top: 15px;
	width: 850px;
	overflow: hidden;
	font-size: 120%;
}
.bosaiKurashiMod .L {
	float: left;
	width: 600px;
	font-size: 160%;
	display: block;
}
.bosaiKurashiMod .R {
	float: right;
	width: 220px;
	font-weight: normal;
	text-align: right;
	display: block;
	padding-top: 5px;
}
.bosaiKurashiMod .detail {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
	padding-top: 10px;
	text-align:center;
}
.bosaiKurashiMod .detail a {
	background-image: url(../img_jalert_pc/jalert_mod_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;

	padding: 7px;

	padding-left: 30px;
	padding-right: 15px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background-color: #950000;
	border: 1px solid #5B0000;
}

.bosaiKurashiMod .detail a.up {

	background-image: url(../img_jalert_pc/jalert_mod_arrow_up.png);
}
*/