@charset "UTF-8";

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

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

/*投稿日を消す*/
.post-meta .post-date{
  display:none;
}

/*更新日を消す*/
.post-meta .post-update{
  display:none;
}

/*記事一覧の日付表示の削除*/
.entry .post-meta .post-date{
  display:none;
}

/*パソコンとスマホで表示内容を変える*/
/* パソコンで見たときは"pcpc"のclassがついた画像が表示される */
.pcpc { display: block !important; }
.spsp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pcpc { display: none !important; }
.spsp { display: block !important; }
}


/*吹き出し関係*/



.ballon {
    margin: 20px 20px 0;
}
.ballon-item {
    min-height: 50px;
    margin: 15px 0 0;
    position: relative;
}
.ballon-image {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
}
.ballon-item.is-reverse .ballon-image {
    left: auto;
    right: 0;
}
.ballon-image img {
    vertical-align: bottom;
}
.ballon-text {
    padding: 1em;
    min-height: 1em;
    border-radius: 4px;
    border: 1px solid #757575;
    margin: 0 0 0 70px;
    position: relative;
}
.ballon-item.is-reverse .ballon-text {
    margin: 0 70px 0 0;
}

.ballon-text:before,
.ballon-text:after {
    position: absolute;
    top: 15px;
    content: '';
}
.ballon-text:before {
    left: -20px;
    border: 10px solid transparent;
    border-right-color: #757575;
}
.ballon-item.is-reverse .ballon-text:before {
    left: auto;
    right: -20px;
    border-right-color: transparent;
    border-left-color: #757575;
}
.ballon-text:after {
    left: -19px;
    border: 10px solid transparent;
    border-right-color: #fff;
}
.ballon-item.is-reverse .ballon-text:after {
    left: auto;
    right: -19px;
    border-right-color: transparent;
    border-left-color: #fff;
}
.ballon-text p {
    line-height: 1.4;
}




/*---------------------------------
見出し
--------------------------------*/
.article h2 {
border-left:none;
    position: relative;
	padding: .75em 1em;
	background-color: #99ccff;
}
.article h2::before,
.article h2::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.article h2::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #6699cc;
}
.article h2::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #6699cc;
}.article h3,
#comment-area h3,
#related-entries h3{
	font-size:23px;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px dotted #999999;
}
.article h4 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #6666cc;
	border-bottom:0px;}

@media only screen and (max-width: 750px) {
.article h2 { text-align: center !important; }
}


/*---------------------------------
ページネーション
--------------------------------*/
.next-page-link {
  width:100%;
  margin: 40px 0 10px 0;
  text-align:center;
  border-radius:30px;
  background: #333;
}
.next-page-link a {
  display:block;
  margin:5px 0;
  color: #fff;
  text-decoration:none;
}
.next-page-link:hover {
  background: #555;
}
 
/* 下段部分 */
.page-link{
  margin: 10px 0 40px 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}
.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius:5px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}
.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}
 
.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

#archive-title{
  display:none;
}


/* サイドバーのメニュー */
.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;
}

/* サイドバーのタイトル */
.widget_categories .widget_title:before{
content:" "; /*空の空間を挿入*/
border-left:5px solid #DCDCDC; /*左の縦バーのサイズ・線の種類・色の指定*/
border-top:0px; /*要素の上の間隔*/
border-bottom:0px; /*要素の下の間隔*/
margin-right:5px; /*縦線と文字との間隔*/
}
.widget_categories .widget_title{
padding:10px; /*間隔を調整*/
color:white; /*文字色の変更*/
background:#696969; /*背景色の変更*/
font-size:16px !important; /*フォントサイズの変更*/
margin-bottom:0px;
-webkit-border-top-right-radius: 20px; /*右上に丸みを付ける*/
-webkit-border-bottom-right-radius: 20px; /*下右に丸みを付ける*/
-moz-border-radius-topright: 20px; /*各ブラウザに対応*/
-moz-border-radius-bottomright: 20px; /*各ブラウザに対応*/
}

/*メニューアイコン*/

.menu-item > a:before {
  display: inline-block;
  font: 16px/1 FontAwesome;
  margin-right: 4px;
}

.menu > .menu-item:nth-child(1) > a:before {
  content: '\f015';
}



