@charset "UTF-8";

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

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

/* モバイル時は背景を白にする */
@media screen and (max-width: 500px){
 body {
  background-color: #FFFFFF !important;
 }
}

/* モバイルメニュー非表示 */
#mobile-menu {display: none !important;}

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

/* 作成者を消す */
.footer-post-meta  {display: none !important;}

/*サイドバーの縦の間隔*/
#sidebar .widget{
	margin-bottom : -10px !important;
}

/*---------------------------------
topページ記事タイトルのフォントサイズの変更
--------------------------------*/
.entry h2 a{
 font-size: 20px;
 background-color: #ddffe5;
 color: #222222;
 line-height: 1.4;
}
/****************************/
/*メニューのの位置　　　　　　*/
/****************************/
#body {
    margin-top: 0;
}
.post-meta {
    text-align:right;
}
.entry .post-meta {
    text-align:right;
}
/******************************/
/*ヘッダー文字の大きさの変更    */
/*****************************/
#site-title a{
display:block;
text-decoration:none;
color:#222;
font-size:36px;
line-height:100%;
font-weight:bold;
}
/**********************
 記事を読むボタンの変更 
************************/
p.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#ff4500;
 border-radius:20px;
 padding:5px 50px 5px 50px;
}
p.entry-read{
 text-align:right;
 margin-right:10px;
}
p.entry-read a:hover{
 color:#fff;
 background-color:#2724e5;
 text-decoration: none;
}
/****************************/
/* 下段のページボタン　　　　　*/
/****************************/
.pagination li.current a {
    color:#fff;
    background-color: #ff4500;
}
.pagination li:not([class*="current"]) a:hover {
    color:#fff;
    background-color: #2724e5;
}
/****************************/
/* 関連記事を読むボタンの変更 */
/****************************/
p.related-entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#ff4500;
 border-radius:20px;
 padding:5px 50px 5px 50px;
}
p.related-entry-read {
 text-align: right;
 margin-right: 10px;
}
p.related-entry-read a:hover{
 color:#fff;
 background-color:#2724e5;
 text-decoration: none;
}
/**************************/
/* サムネイル画像の枠　　　 */
/**************************/
.entry-thumb img{
    border: double 5px #4ec4d3;
}
/**************************/
/* 記事と記事の間に線を引く */
/**************************/
#main .entry {
 border-bottom: 1px dotted #333333;
 padding-bottom: 10px;
}
#main .related-entry {
 font-size: 16px;
 background-color: #ededd0;
 border-radius:20px;
 color: #222222;
 line-height: 1.4;
/* border-bottom: 1px dotted #333333; */
 padding-left: 8px;
 padding-right: 5px;
 padding-top: 5px;
 padding-bottom: 15px;
}
/* ----------------------------
  Post Views 人気記事
----------------------------- */
#views-2 ul {
  padding: 1px;
}
#views1 {
  float:center;
  background:#f4049c;
  font-size:12px;
  width:110px;
  border-radius:07px;
  text-align:center;
  color:#fff;
}
#views2 {
  float:right;
  background:#ddffe5;
  font-size:12px;
  width:100px;
  border-radius:07px;
  text-align:right;
  margin-top:4em;
  padding-right:1em;
  color:#000;
}

#views-2 li {
/* border-bottom: 1px dotted #000000; */
   background-color: #efefed;
   border-radius:15px;
   padding: 10px;
   padding-top:10px;
   padding-bottom:05px;

}
#views-2  img{
  height: 65px;
  width : 65px;
  border-radius:7px;
  border: double 2px #4ec4d3;
}
/* モバイル用 */
.mb-theme #views-2  img{
  height: 35px;
  width : 35px;
  border-radius:7px;
}
/* ---------------------------------
2  最近の投稿　日付の段替え
3--------------------------------- */
#recent-posts-2 ul {
    padding: 1px;
}
#recent-posts-2 a {
    display: block;
    font-size: 1em;
    padding: 1px;
}
#recent-posts-2 .post-date {
    float:left;
    background:#f4049c;
    font-size:12px;
    width:110px;
    border-radius:07px;
    text-align:center;
    color:#fff;
}
#recent-posts-2 li {
    padding: 10px;
    padding-top:0.8em;
    padding-bottom:2.2em;
/*    border-bottom: 1px dotted #000000; */
    background-color: #efefed;
    border-radius:10px;
}
/* ---------------------------------
2  アーカイブ
3--------------------------------- */
#archives-2 ul {
  background-color: #efefed;
  border-radius:15px;
  padding: 15px 0px 5px 20px;
/*         上   右  下   左    */
}
#archives-2 ul ul {
	padding: 0px 0px 0px 20px;
}
/* ---------------------------------
2  カテゴリー
3--------------------------------- */
#categories-2 ul {
  background-color: #efefed;
  border-radius:15px;
  padding: 15px 0px 15px 20px;
/*         上   右  下   左    */
}
#categories-2 ul ul {
	padding: 5px 0px 0px 10px;
}
/****************************/
/*サイドバーの見出し*/
/****************************/
#sidebar h3{
text-align:center;
line-height: 24px;
font-size: 18px;
color:#fff;
background-color:#555555;
border-radius: 10px;
padding: 2px 10px;
}
/*****************************
*カレンダーに枠を付ける
*****************************/
#calendar_wrap  {
    padding: 10px;
    padding-top:0.8em;
    padding-bottom:1.2em;
    background-color: #efefed;
/*  background-color: #ededd0; */
    border-radius:10px;
}
#wp-calendar {
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #999;
    border-right-color: #999;
    width: 250px;
    margin-left: 13px;
}
#wp-calendar thead tr th {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
 }

/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
  background-color: #C0DDF9;
}

/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(1){
  background-color: #F5D0D3;
}

#wp-calendar td {
    text-align: center;
    padding: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;

}
#wp-calendar caption {
    font-weight: bold;
    text-align: center;
}
#wp-calendar tbody tr #today {
    background-color: #f4049c;
}
/*****************************
*  トップに戻るボタン
*****************************/
#page-top a {
	color : #ffffff;
	background-color : #f4049c;
	line-height : 100% ;
	margin : 0px ;
	font-size : 14px;
}
/*
#page-top a {
  background-color: #f4049c; // 背景色
  padding: 0;
  margin: 0;
  width: 50px;  // 幅
  height: 50px; // 高さ
  line-height: 50px;  // アイコン位置
  border-radius: 50%;
  opacity: 0.7;  // 透過
} */
/*--------------------------------------
  TOC+  目次
--------------------------------------*/
#toc_container {
    display: block !important;
    width: 90% !important;
    background: #efefed;
    border: 1px solid #ccc;
    font-size: 95%;
    box-sizing: border-box;
    line-height: 1.4;
    margin: 36px auto;
    padding: 1em 2em;
	margin-bottom: 03em !important;
}
#toc_container .toc_title {
    text-align: center;
    background: #eee;
    border-bottom: 10px solid #ddd;
    padding: 0.4em 0;
}
#toc_container ul {
    list-style: none;
    margin-bottom: 0;
}
#toc_container ul li {
    margin: 0;
    padding-left: 0;
    text-indent: 0;
}
#toc_container ul a {
    display: block;
    text-decoration: none;
    color: #2724e5;
    border-bottom: 1px dotted #ccc;
}
#toc_container ul a:hover{
/*    color:#cc0033; */
  color:#fff;
    background-color:#2724e5;
    text-decoration: none;
}
#toc_container .toc_list > li > a {
    border-bottom: 2px solid #ccc;
    font-size: 110%;
}
#toc_container ul ul {
    padding: 0.5em 0 0.1em 1em;
}
#toc_container li {
    margin-bottom: 0.8em;
    padding-bottom: 0.2em;
}
/* -------------------------------
 * ｈ3スタイルのアンダーバーの色
------------------------------- */
.article h2 {
	border-left:none;
	margin-top:30px;
	margin-bottom:20px;
	font-size:30px;
	line-height:117%;
}
.article h3 {
	max-width: 650px;
	padding : 0px ;
    border-bottom : 7px solid #f4049c ;
}
.article h4 {
	max-width: 400px;
	padding : 0px ;
	border-bottom : 3px solid #f4049c
	}
.article h5{
	max-width: 300px;
	padding : 0px ;
	border-bottom : 1px solid #f4049c
}
.article h6 {
	position: relative;
    display: inline-block;
	padding : 0px ;
	border-bottom : 1px dotted #f4049c
}
/* -------------------------------
 * アイキャッチ左上にカテゴリー
------------------------------- */
/*アイコン消す*/
#list .category .fa {
	display: none;
}
#list .entry {
	position: relative;
}
#list .category {
	position: absolute;
	left: 0px;
	top: 3px;
	background: #FF4500;
	padding:0;
	opacity: 0.9;
}
#list .post-meta .category a {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:0 4px;
}
#list .post-meta .category {
	padding-right: 0;
}
/* -------------------------------
 * カテゴリー見出しを消す
 *------------------------------- */
#archive-title{
	display:none;
}
/* -------------------------------
 * ページネーションタイプ
 *------------------------------- */
.navigation a span {
	color : #f4049c ;
	}
#prev-next #prev-title, #prev-next #next-title{
	border :1px #f4049c solid;
}
#h-top {
    position: relative;
}

/* -------------------------------
 * ヘッダー内に検索窓
 *------------------------------- */
#h-top #searchform {
 	position: absolute;
	right: 05px;
	bottom: 0;
    width: 300px;
}
#h-top #s {
    margin-bottom: 10px;
	border-radius:07px;
	border : 2px solid #ff69b4 ;
}
/*-----------------------
 * インデックストップの「スポンサーリンク」消す
 *---------------------*/
#pc_ad-4 .ad-label{
	display :none;
}
/*------------------------------
 * 楽天広告を中央寄せ
 *-----------------------------*/
.widget-index-top {
	margin-left : 25px;
}
#pc_text-5 {
	margin-top  : 30px;
	margin-bottom :0px;
	margin-left : 25px;
}
#pc_text-2 {
	margin-left : 40px;
}
#pc_text-6 {
	margin-left :-24px;
	margin-right:-24px;
}
#pc_text-7 {
	margin-top  :-15px;
	margin-left :-17px;
	margin-right:-17px;
}
