@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

p{ margin-bottom: 3.0em; }

.article h2 {
  border-left:none;
  margin: 0px;
  padding:10px 0;
  font-size:23px;
  border-bottom: 3px solid #FDD39B;
  margin-top: 30px;
  margin-bottom: 30px;
}

.article h3 {
	border-left: 15px solid #FDD39B;
	border-bottom: 0px;
	padding: 5px 0 5px 10px;
	margin-bottom: 30px;
}

.comment-area h3,
#related-entries h3{
	font-size:23px;
	border-bottom: 3px solid #FDD39B;
	margin-bottom: 30px;	
}

.article h4 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #FDD39B;
	border-bottom:0px;
	margin-bottom: 30px;
}

.table-scroll {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
table{
border-collapse: collapse;
}
th,td{
border: solid 1px #ccc;
padding: 8px;
white-space: nowrap;
}

.table-scroll::-webkit-scrollbar {
height: 8px; /* スクロールバーの高さ */
}
.table-scroll::-webkit-scrollbar-thumb {
background: #aaa; /* スクロールバーの色 */
}
.table-scroll::-webkit-scrollbar-track {
background: #ccc; /* スクロールバーの背景色 */
}

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

.orange01 {
  color: #dd8e25;
  font-weight: bold;
}

.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}


.table-scroll {
width: 100%;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
table{
border-collapse: collapse;
}
th,td{
border: solid 1px #ccc;
padding: 8px;
white-space: nowrap;
}

.table-scroll::-webkit-scrollbar {
height: 8px; /* スクロールバーの高さ */
}
.table-scroll::-webkit-scrollbar-thumb {
background: #aaa; /* スクロールバーの色 */
}
.table-scroll::-webkit-scrollbar-track {
background: #ccc; /* スクロールバーの背景色 */
}


#site-description{
    display:none;
}
