@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; 
}

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

body {
  font-family:
      YuGothic,'游ゴシック',
      'Hiragino Kaku Gothic ProN',
      Meiryo, '游ゴシック', sans-serif;
  font-size:1em;
  /*height:100vh;*/
}

メイン部分の枠を消すCSS

#main{
	border:none;
}


/* 見出しを変更 */

.article h1 {
 font-weight: 800;
 font-size: 1.8rem;
 line-height: 1.3;
}

.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; 
}

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

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

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

/* SNSボタン間の余白を消す */
.sns-group-viral ul.snsb li {
 width: 20%;
 margin: 0px;
}
/* ボタンの角丸を消す */
.sns-group-viral ul.snsb li a {
 border-radius: 0px;
}
/* ボタンの文字を消す */
.sns-group-viral .icon-facebook::after {
content: '';
}
.sns-group-viral .icon-hatena::after {
content: '';
}
.sns-group-viral .icon-pocket::after {
 content: '';
}
.sns-group-viral .icon-twitter::after {
content: '';
}
.sns-group-viral .icon-feedly::after {
content: '';
}
/* Pocketボタンの色をサーモンピンクにする */
ul.snsbs a.pocket-btn-icon-link{
background: #e8846b;
}

/*グローバルナビの修飾 */
#navi {
 border-top:1px solid #F3F3F3;
 border-bottom:1px solid #F3F3F3;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover{
	color: #10aba6 !important;
background-color:white;
}
#navi ul li a:before{
   background:#10aba6 !important;
}
#navi ul,#navi{
 background-color:white;
}

/*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;
}