@charset "utf-8";

/* 20150617 added by Fabo */

/* 過去の落雷情報
------------------------------------------*/
.lightning-info-box{
	padding: 10px;
}
.lightning-info-img{
	margin-bottom: 20px;
}
.lightning-info-img img{
	max-width: 100%;
}
.lightning-info-nav li{
	padding: 8px 0 8px 16px;
	background: url(https://www.franklinjapan.jp/syoumei-lp/images/default/ico-square.jpg) no-repeat 2px 50%;
	border-bottom: #909090 1px dotted;
}

.table-lightning-info{
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
.table-lightning-info:last-child{
	margin: 0;
}
.table-lightning-info th{
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: #f2f2f2;
	border: #ccc 1px solid;
}
.table-lightning-info thead th{
	background: #fff;
}
.table-lightning-info td{
	padding: 5px;
	font-size: 12px;
	color: #aaa;
	text-align: center;
	border: #ccc 1px solid;
}
.table-lightning-info th.week-end{
	color: #539ac4;
	background: #e5e5e5;
}
.table-lightning-info td.active{
	color: inherit;
	background: #e6f7ef;
}
.table-lightning-info td.current{
	color: #fff;
	font-weight: bold;
	background: #48bc97;
}
.table-lightning-info td a{
	display: block;
	color: inherit;
}


/* 2016/06/08 added by nakazato */

.box1{
	padding:30px 30px 20px 30px;
	background:#D6EFFB;
	margin:30px 0 40px 0;
}

.entry-body img{
	height: auto !important;
}