@charset "UTF-8";

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

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

/* TOC 目次 */
#toc_container{
	margin-top:30px;
	border: 1px dotted #DCD7B1;
	font-size: 0.9em;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #FEFDED;
}
#toc_container .toc_title{
	color: #3A3A3A;
}
#toc_container .toc_title:before{
	content: "\f0f6";
	font-family: FontAwesome;
	padding-right: 6px;
	font-weight: normal;
	color: #999;
}
#toc_container .toc_toggle a{
	color: #069;
}
#toc_container ul{
	counter-reset:number;
  list-style:none;
}
#toc_container ul li{
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-left:16px;
}
#toc_container ul li:before{
  counter-increment: number;
  content: counter(number);
	font-weight: bold;
	color: #069;
	padding-right:10px;
	margin-left:-20px;
}
#toc_container ul li a{
	font-weight: bold;
	color: #069;
}
#toc_container ul ul{
	margin-top: 0.5em;
}
#toc_container ul ul li{
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-left:-2px;
}
#toc_container ul ul li:before{
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 6px;
	margin-left:0px;
	color: #CCC;
	font-weight: normal;
	margin-left:-11px;
}
#toc_container ul ul li a{
	color: #3D3D3D;
	font-weight: normal;
	padding-right:6px;
}

#toc_container { 
  margin-left: auto; 
  margin-right: auto; 
}

/* 続きを読む */
.entry-read a {
text-decoration: none;
}
.entry-read a:before {
margin-right: 5px;
font-family: "FontAwesome";
content: "\f0a9";
}

body {
  font-family:
      "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1em;
  /*height:100vh;*/
}

メイン部分の枠を消すCSS

#main{
	border:none;
}


/* 見出しを変更 */

.entry h2 a{
 font-weight: 700;
 font-size: 1.2rem;
 line-height: 1.4;
}

/* 記事間に線を引く */
#main .entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 15px;
}

/* 関連記事間に線を引く */
#main .related-entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 10px; 
}

/* フォントを灰色にする */
body{
 color:#555555 !important;
}

/* mainとsidebarの枠線を消す */
#main,#sidebar{
 border:none !important;
}

/* キャプション */
.wp-caption {
border: 1px solid #ffffff; /*枠線のサイズと色*/
border-radius: 3px; /*角の丸み*/
background-color: #f9f9f9; /*背景色*/
text-align: center; /*画像を中心にする*/
}
.wp-caption-text{
font-size: 80%; /*文字サイズの調整*/
text-align: right; /*文字の位置を左寄せにする（leftをrightにすると右寄せ）*/
margin-top:5px; /*文字の上の余白を調整*/
line-height: 100%; /*文字の要素サイズの調整*/
}

/* box29 */
.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

/* box27 */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #01a1dd;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #01a1dd;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/* box26 */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #01a1dd;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #01a1dd;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/*infomationなどのスタイル全体*/
.information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before {
	padding-right: 0em;
	margin-top: 0em;
}
.information-box, .question-box, .alert-box, .information, .question, .alert{
    position: relative;
	padding: 1.5em 0.5em 0.5em 1em;
    box-sizing: border-box;
    background: #f7f7f7;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.information:before,.question:before,.alert:before,.information-box::before,.question-box::before,.alert-box::before{
	display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}
.information:after,.question:after,.alert:after,.information-box::after,.question-box::after,.alert-box::after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
	border: none;
}	
.information p,.question p,.alert p,.information-box p, .question-box p,.alert p{
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
.information cite,.question cite,.alert cite,.information-box cite,.question-box cite,.alert-box cite{
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*infomationのスタイル*/
.information-box,.information{
background: #f4f6fd;	
}
.information-box::before,.information:before{
	content: "\f05a";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #6fcdd9;
}
.information-box::after,.information:after{ 
	border-bottom: solid 8px #6cacb5;
    border-right: solid 9px transparent;
}
/*questionのスタイル*/
.question,.question-box {
background: #fdfcf0;	
}
.question:before,.question-box::before{
	content: "\f059";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #fba532;
}
.question:after,.question-box::after{ 
	border-bottom: solid 8px #de8001;
    border-right: solid 9px transparent;
}
/*alertのスタイル*/
.alert-box, .alert{
background: #f7e7e7;	
}
.alert-box:before,.alert::before{
	content: "\f071";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
	background: #f75b5b;
}
.alert-box::after,.alert:after{ 
	border-bottom: solid 8px #cc3939;
    border-right: solid 9px transparent;
}

/* 中央寄せ */
#navi-in{
    display: flex;
    justify-content: center;
}

/* サイドバーカテゴリー */
.widget_categories li{
margin-bottom:0px !important;
border-top:0px dashed #DCDCDC;
border-left:0px dashed #DCDCDC;
border-right:0px dashed #DCDCDC;
border-bottom:1px dashed #DCDCDC;
font-size:14px;
}
.widget_categories li a{
text-decoration: none;
color:#313131;
display:block;
line-height:40px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all  0.6s ease;
}
.widget_categories li a:hover {
background:#DCDCDC;
margin-bottom:0px;
}

/*バッジのスタイル*/
.sankou,
.sanko{
  color: #fff;/*文字色*/
  background-color: #01a1dd;/*背景色*/
  padding: 2px 6px 1px;/*内側の余白*/
  border-radius: 3px;/*角丸*/
  font-size: 13px;/*文字サイズ*/
  letter-spacing: 0.07em;/*文字間*/
  margin-right: 6px;/*バッジの右側に余白*/
}

.reffer,
.ref{
  color: #fff;/*文字色*/
  background-color: #dd3333;/*背景色*/
  padding: 2px 6px 1px;/*内側の余白*/
  border-radius: 3px;/*角丸*/
  font-size: 13px;/*文字サイズ*/
  letter-spacing: 0.07em;/*文字間*/
  margin-right: 6px;/*バッジの右側に余白*/
}

/* グローバルメニューのフォント・サイズ設定 */    
#navi ul li a {
	font-size: 16px;
	font-weight: bold;
}