@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Tags: 
Version: 0.1.2
*/


a:hover img{
   opacity: 0.5;
}

.aligncenter{margin-left:auto;margin-right:auto;}

/* 見出し */
div.entry-body h2{font-size:20px; border-top: solid 4px #693969;/*上線*/   border-bottom: solid 4px #693969;/*下線*/}
div.entry-body h3{font-size:18px;}


/* ---------------------------------------------------------- table */
div.entry-body table{ border:none!important; border-collapse:collapse; width:100%; border-spacing:0;box-sizing:border-box; }
div.entry-body table  { margin:0 0 24px 0; }
div.entry-body table tr, div.entry-body table td, div.entry-body table th { border:1px solid #6B7441!important; padding:10px 15px 7px; line-height:2; border-collapse:collapse;border-spacing:0;}
div.entry-body table th {background:#C6CCA7!important; font-weight:bold!important; width:30%; }
div.entry-body table td {text-align:left!important;margin-left:0!important;}

