@charset "UTF-8";
/*開発中は開発効率重視で@importを利用するけどいずれは取り除きたい[TODO]*/
@import url("css/feedly.css");/*feedlyバルーンのスタイル*/
@import url("css/blog-card.css");/*ブログカードのスタイル*/
@import url("css/extension.css");/*拡張CSSのスタイル*/
@import url("css/other.css");/*外部パーツ微調整*/
@import url("css/sns.css");/*SNSボタンなどのスタイル*/

/*
Theme Name: Simplicity1.6.0
Description: Simplicityの意味は、単純、簡単、簡素、質素です。飾り気のないカスタマイズの土台となれるようなテーマを目指して作りました。
Theme URI: http://wp-simplicity.com/
Author: yhira
Author URI: http://nelog.jp/
Version: 1.6.0 20150401
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/************************************
** 基本設定（General Setting）
************************************/
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1em;
  /*height:100vh;*/
}

img{
  border-width:0px;
}

.article{
  font-size:16px;
  line-height:170%;
}

/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption{
  max-width:100%;
  height:auto !important;
}

.aligncenter{
  clear:both;
}

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6{
  line-height:130%;
  color:#333;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
  position:relative;
  margin-top:35px;
  margin-bottom:20px;
}
.article h1 {
  margin-top:25px;
  margin-bottom:20px;
  font-size: 165%;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding-bottom: 15px;
  border-bottom: solid 2px #555;
}

#archive-title{
margin-top: 25px;
margin-bottom: 20px;
font-size: 155%;
line-height: 1.5;
letter-spacing: -0.03em;
padding-bottom: 15px;
border-bottom: solid 2px #555;
}

.article h2 {
  border-left:1px solid #000;
  margin: 40px -29px 20px;
  padding:25px 30px;
  font-size:26px;
}

.article h3,
#comment-area h3,
#related-entries h3{
  font-size:23px;
  border-bottom:5px solid #e7e7e7;
  padding:10px 0;
}

.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #eee;
}

/************************************
** アンカー
************************************/
a {
  color: #2098A8;
}

a:hover {
  color: #C03;
}

#new-entries a,
#popular-entries a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
  color:#111;
font-size: 14px;
}

#new-entries a,
#popular-entries a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}

#new-entries a:hover,
#popular-entries a:hover,
.wpp-list a:hover,
.entry-read a:hover,
.entry .post-meta a:hover,
.related-entry-read a:hover,
.entry a:hover,
.related-entry-title a:hover,
.navigation a:hover,
#footer-widget a:hover,
.article-list .entry-title a:hover{
  color:#c03;
}

#new-entries a:hover,
#popular-entries a:hover,
.wpp-list a:hover:hover{
  text-decoration:underline;
}

.entry-read a, .related-entry-read a{
  display: block;
  width: auto;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  padding: 3px;
  text-decoration: none;
  color: #111;
	margin-bottom:10px;
}

/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}
blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  bottom: 0;
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}



/************************************
** リスト（List）
************************************/
ul,ol {
}

ul ul{
  margin-left: 1em;
}
dl{
  margin: 30px 0;
}

dt{
  font-weight: bold;
}
dd{
  margin-bottom: 5px;
}

/*
#the-content ul li{
  list-style-type:none;
}
#the-content > ul > li:before{
  content: "\f0da";
  font-family: FontAwesome;
  margin-right:7px;
}

#the-content > ul > li > ul > li:before{
  content: "\f101";
  font-family: FontAwesome;
  margin-right:7px;
}

#the-content > ul > li > ul > li > ul > li:before{
  content: "\f105";
  font-family: FontAwesome;
  margin-right:7px;
}
*/
/************************************
** テーブル（Table）
************************************/
.article table{
  border-collapse: collapse;
}
.article th{
  border: solid 1px #ccc;
  background-color: #eee;
}
.article td{
  border: solid 1px #ccc;
}
.article th, .article td{
  padding: 3px 5px;
}

.article ol,
.article ul,
.article dl{
  line-height:150%;
}

.article > ol,
.article > ul,
.article > dl{
  margin:30px 0;
}

.article > ol ol,
.article > ul ul,
.article > dl dl{
  margin:0;
}

/************************************
** その他（Other）
************************************/
pre {
  background-color:#eee;
  border:1px solid #ccc;
  padding:7px;
  overflow: auto;
}

hr{
  color: #ddd;
  margin:30px 0;
  width:98%;
  border:1px solid #ddd;
}

.category-description {
  margin-top:15px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.wpp-range{
  text-align:right;
  font-size:14px;
}

span.search-excerpt {
  background-color: #FF9;
}

.invisible{
  display:none;
}

hr.sep {
  background-image: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  border: 0 none;
  height: 1px;
  position: relative;
  margin-bottom:130px;
}

/************************************
** レイアウト（Layout）
************************************/
#container {
  margin:0;
  padding:0;
  margin: 0 auto;
}

#header-in, #navi-in, #body-in, #footer-in{

  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#header-in{
  width: 100%;
}

#navi-in, #body-in, #footer-in{
  width: 1180px;
}

#header {
  margin-bottom: 0px;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0px;
  width: auto;
}
#header .alignleft{
  width: 100%;
  text-align: center;
  /*max-width:700px;*/
}
#header .alignright{
  width: 315px;
  height: 52px;
  text-align:right;
  margin-right:30px;
  right: 0;
  top: 0;
  position: absolute;
}

#body{
  
}

#main {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 860px;

	margin-bottom: 20px;
}

#sidebar {
  float: right;
  width: 300px;
	margin-bottom: 10px;
}

.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#site-title{
  margin-top:16px;
  margin-bottom:10px;
	display: none;
}

#site-title a{
  display:block;
  text-decoration:none;
  color:#222;
  font-size:30px;
  line-height:100%;
  font-weight:normal;
}

.h-top_img{
  margin-top:16px;
	border-bottom: 10px solid #000;
}

.h-top_img img{
	margin-bottom: -6px;
}

.h-top_img a{
  display:block;
  text-decoration:none;
  color:#222;
  font-size:30px;
  line-height:100%;
  font-weight:normal;
}

#site-description{
  margin-top: 0;
  color: #777;
  margin:0;
  padding:1px 0;
  line-height:140%;
  font-size:15px;
  margin-bottom:10px;
  font-weight:normal;
}

#header-image{
  margin-bottom: 40px;
}

/************************************
** メニュー（menu）
************************************/

#navi{
background-color: #000;
    padding-bottom: 5px;
}

#navi ul{
  position: relative;
  clear: both;
  margin-bottom: 0;
  border: 1px solid #ddd;
  background-color:#F7F7F7;
  border-radius:3px;
  margin:0;
  padding:0;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navi ul ul{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:94%;
  display: block;
  padding: .0em .7em;
  color:#111;
  text-decoration:none;
  z-index:99;
}
#navi ul li a:hover{
  background-color:#555;
}

#navi ul.sub-menu,
#navi ul.children{
  position: absolute;
  display: none;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
#navi ul,
.clearfix {
  display: block;
}

#navi ul.sub-menu{
	width:8em;
	min-width:0em;
}

#navi .sub-menu li{
	background-color:#555;
	border-bottom:1px solid #555;
}


/************************************
** サーチフォーム（Search Form）
************************************/
#searchform{
  position: relative;
  margin-top: 25px;
}

#s{
  width: 100%;
  margin-bottom:20px;
  padding-top:4px;
  padding-bottom:4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:32px;
}

#searchsubmit{
  position: absolute;
  width: 30px;
  height: 26px;
  border: none;
  /* 画像をBase64にするためコメントアウト
  background: url("images/search.png") no-repeat 50% 50%; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAEIklEQVR42pWVe0xTVxzHf22hFWiBUKjLEiTOjODGq4ArJJiYBV+gWy3YBoegWZysOgsVKYNC8IGhsMIYCLLqRKRkRdwEp4wR/yCZgwbHa8bwCH9sQkt5lceGIax0v3PDJd7MZaHJL72555zP+f6eF5xOJ3R1d4Pp7l342mAAbUEBp/DixagDBw/mh0dGdmzbvv25f0DA88CgoA5FcnLx9draWOXZs7xinQ5WVlZoIxzKGMDb9fXCdKUy21ckWgZcep0JfX2dCL5WVl4udDgcsLq6SuzfwJYHDzyzc3Lagc3eOMwXCJzePj6zAm9vmwefvwYs1sbap0rlT9PT0z52ux3QmMBfe3vhUlHRdXozOfhOcHBfTGzspYTDh5Mk0dHxkRJJQXBoqPlVtedUqrrBwUFWT08PE/j9/fu7PVANrSD52DFjXn7+W1ESCezdvx8ioqIgLCICLmg0b2So1d+gckotb8sWp8lkSjCbzUzgUYWihYBY6K44MnKipbVVoMrMhJDw8A3g20FBgPEF6+Skqywp6TvW+uXxCQmdCHRhAN8NCZmi3VBnZdUUl5QAxhPSTp6EuH37IBTBpxFWUFgIDY2NcFWnO04UEtsRGDhfWVXlzQDiy0V6A8IufJ6XB5eLioCAP5BK4YhMBt+aTHCrrg4MN25A/Z07UkqAi4tTKBLNvx8XJ2QAQ8LCbHQysjWarwYGBqCishJKSksB3YO0EycgV6sFU1MT6PAStFRaQODOnXbDzZs+DGCSXP6IBmIifrdYLPyq6moKeCQxEY6npsJnKhU0Ya1mqtXwSXp6K51AqUzW2W02cxjA5nv39vI9PddIDbI4HOdHKSmG8ooKry/0ejZRmJqWBpnnz7OMjY1eyjNnqnlubg7AfTx39zV9WdmBX7q6mFl+1NYGObm5Dex1IAGHicW9eVptVvyhQ7uOyuW7Pj516nR0TEwvdSnGjsvjOc5lZBhJu6JCJnBkZATGxsbc5ApFm6urq+PVAvfw9CRGINQ7DpdLlRf2+fSkzeY7YbHAHy9eMIFDQ0OU/fbsGV+amKjbFhAwxVkHoGuU0Ze48HhONq75+vn99cPDh/KXy8uwuLj4eiDpaZKMLI3mQ3T1y/diYjowTo8R8nj3nj0d2C3DFBQ7hPxjdVhHR0d3WK3W/waW6vWA4wkw2KQWBeiuFwK9rtXU8Pv6+iRv+vv/iaGglFJtmpLSOT4+zv1f4OUrV0iiwF0gADxMipzaW1Nbq0UgiSXlOnluMBqzNw0knfM3zr2ep0/dsL+pqeO67nqoWDyxKSD5NTU3w89PnsCP7e2kY2QERBvOy5ebAvb398Pc3BzYpqZgZmYG7PPzXBxjDTi9Z4VC4SxOIcOmgDabDZaWlmBhYYGUCHlm47dHL9q6ddhPJBrGCXWVBv4DYbnuWKzr2fcAAAAASUVORK5CYII=") no-repeat 50% 50%;
  z-index:0;
  top:3px;
  right:3px;
  /*transform: translate(-20%, -50%);*/
}

/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
	background-color: #fff;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#FFF;
  color:#555;
  font-size:16px;
}

.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.comment-num{ white-space: nowrap; }

.footer-post-meta{
  text-align: right;
  color:#555;
  font-size:16px;
  clear:both;
	display: none;
}

.article-list .footer-post-meta{
  margin-top:30px;
}

.more-link {
  clear: both;
  display: block;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 15px;
}

/*.more-link{
  float: right;
  margin-bottom:30px;
}*/

/************************************
** index.phpのリスト
************************************/
#main .entry{
  clear:both;
  margin-bottom:10px;
  margin-right:10px;
	background-color: #fff;
}

.entry-thumb{
  float:left;
  margin-right:10px;
  margin-top:3px;
}

.entry-thumb img{
  border:0;
  width:150px;
  max-height:180px !important;
}

/*大きなサムネイル表示スタイルでのサムネイル*/
.entry-large-thumbnail img{
  width: 336px;
  height: 180px;
	vertical-align: bottom;
}

.entry-content{
	width: 336px !important;
	margin: 0 auto;

	margin-left:0px;
	background-color: #333;
}

.entry .post-meta{
  text-align:left;
  margin: 7px auto;
}

.entry .post-meta a{
  color:#000;
}

.entry h2{
	margin-bottom: 0;
	margin-top:10px;
	height: 4.5em;
	padding-top: 20px !important;
	padding-left: 15px;
	padding-right: 15px;
}

.entry h2 a{
  color:#fff;
  font-size:20px;
  text-decoration:none;
  font-weight:normal;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.entry h2 a:hover{
	color:#555;
}

.entry-title{

}

.entry-snippet{
  margin:0 0 5px 0;
  line-height:150%;
  color:#555;
}

.entry-read{
  margin:0;

display: none;
}


.entry-snippet,
.related-entry-snippet{
  word-wrap: break-word;
}


/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption{
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

/************************************
** index.php Main
************************************/
.content-box{
  float: right;
  margin-top: -0.25em;
  width: 420px;
}
.content-box .more-link{
  margin: 0;
}

.thumbnail-box{
  float: left;
  width: 160px;
}
.thumbnail-box img{
  width: 160px;
  height: 160px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  color:#777;
  font-size:13px;
	background-color: #fff;
}

div#breadcrumb div {
  display: inline;
}

#breadcrumb span.sp{
  margin:0 10px;
}

#breadcrumb a{
  text-decoration:none;
  color:#777;
}

/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}

#breadcrumb ul li{
  display:inline;
}

#breadcrumb ul li span.sp{
  margin:0 10px;
}

#breadcrumb ul li a{
  text-decoration:none;
  color:#777;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 0px;
  margin: 20px -30px 0px;
}
.navigation > div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.navigation > div + div{
  border-top: 0;
  border-bottom: 1px solid #ddd;
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a i{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 1em 0 2em;
  text-align:center;
	padding-top: 15px;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius:5px;
  padding:5px 8px;
  margin:0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 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;
}

/************************************
** 関連記事（Relation）
************************************/
.related-entry h3{
  font-size:24px;
}

.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:10px;
  clear: both;
}

.related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-bottom:30px;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 200px;
  height: 200px;
}

.related-entry-content {
  margin-left: 120px;
}

.related-entry-title{
  margin-bottom:5px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:226px;
  height:292px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-bottom:15px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -20px 6px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding-left:0;
}

#comment-area ol ul,
#comment-area ul ul{
  margin-left: 1.5em;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  margin-bottom: 40px;
}

/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
   -moz-box-shadow: 0 0 3px rgba(255,105,180,1);
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 12px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #eee;

}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}

/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar h4{
margin-bottom: 15px;
font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
font-weight: normal;
font-size: 20px;
letter-spacing: .3em;
text-align: center;
}
.widget{
  margin-bottom: 10px;

padding: 5px 10px;
background-color: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.widget_search{
  margin-bottom: 10px;
}

.widget_categories{
	padding-bottom: 20px;
}

.widget_categories select{
	width:100%;
	height: 35px;
	font-size: 16px;
	padding-left: 10px;
}

.postform .level-0{
	background-color: #f1f1f1;
	border-top: dashed 1px #111;
}

.screen-reader-text{
	display: none;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  margin-bottom:10px;
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }

#sidebar-widget{

}

/************************************
** 新着記事・人気記事（new, pupular）
************************************/
#new-entries,
#popular-entries{
  line-height:150%;
}

#new-entries h4,
#popular-entries h4{
  margin-bottom:15px;
	font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: .3em;
	text-align: center;
}

#new-entries ul,
#popular-entries ul {
  padding-left:0;
  list-style:none;
}

#new-entries ul li,
#popular-entries ul li {
  clear: left;
  float: none;
  margin-bottom:10px;
}

#new-entries ul li img,
#popular-entries ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin: 3px 5px 10px 0;
  width: 75px;
  height: 75px;
}

span.wpp-views{
  font-size:x-small;
  font-style:italic;
}

/************************************
** 新着記事・人気記事（拡張）
************************************/
#new-entries .new-entrys-large .new-entry,
#popular-entries .popular-entrys-large .popular-entry,
#popular-entries .popular-entrys-large .wpp-list li{
  margin-bottom:15px;
  line-height:120%;
  position:relative;
  display:block;
  max-width:336px;

  border-bottom: dashed 1px #111;
  padding-bottom: 5px;

  min-height: 4em;
}

#new-entries .new-entrys-large .new-entry img,
#popular-entries .popular-entrys-large .popular-entry img,
#popular-entries .popular-entrys-large .wpp-list li img{

  display:block;
  max-width: 336px;
  max-height: 200px;
}

#popular-entries .popular-entrys-large .wpp-list li img.wpp_cached_thumb{
  height:auto;
}

#new-entries .new-entrys-large-on .new-entry .new-entry-content,
#popular-entries .popular-entrys-large-on .popular-entry .popular-entry-content,
#popular-entries .popular-entrys-large-on .wpp-list li a.wpp-post-title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
/*  opacity:0.7;
  background-color:#333;*/
  padding:10px;
  max-height:28%;
  overflow:hidden;
  display:block;
}

#new-entries .new-entrys-large-on .new-entry .new-entry-content a,
#popular-entries .popular-entrys-large-on .popular-entry .popular-entry-content a,
#popular-entries .popular-entrys-large-on .wpp-list li a.wpp-post-title {
  color:#fff;
  /*opacity:0.8;*/
  display:block;
}

#popular-entries .popular-entrys-large-on .wpp-list li span.wpp-views {
  /* 画像をBase64にするためコメントアウト
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent; */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAA1JREFUGNNjGAWDCgAAAZAAAXtlmk8AAAAASUVORK5CYII=") repeat scroll 0 0 transparent;
  color:#fff;
  opacity:1;
  display:block;
  right:0;
  top:0;
  position:absolute;
  padding:2px 10px;
  border-bottom-left-radius:15px;
  font-size:medium;
}


/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background-color: #555;
  color: #fff;
  padding: 5px;
}

#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}

.footer-left {
  float: left;
  width: 34%;
  padding: 0;
}

.footer-center {
  float: left;
  width: 33%;
  padding: 0;
}

.footer-right {
  float: left;
  width: 33%;
  padding: 0;
}

#footer-widget {
  color: #fcfcfc;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #DCDCDC;
}

#footer h4{
  color:#fff;
}

#copyright{
  padding: 20px 0;
  font-size: 80%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  display:none;
  right: 10px;
  bottom: 10px;
}

#page-top a{
  color:#fff;
  padding:7px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background-color: #aaa;
  line-height:100%;
  border-radius: 4px;
  font-size:12px;
}


/************************************
** 広告（ads）
************************************/
.ad-space{
  clear:both;
text-align: center;
line-height: 170%;
}

.ad-listtop{
	line-height: 170%;
	text-align: center;
}

.sidebar-ad{
	text-align: center;
	background-color: #fec552;
	padding: 5px 0 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#text-7{
	text-align: center;
	background-color:#333;
	padding: 5px 0 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.ad-article-bottom{
	width:100%;
}

.ad-left{
  float:left;
  width:48%;
  text-align: center;
  background-color: #fec552;
  padding-bottom: 1em;
	min-height: 316px;
}


.ad-right{
  float:right;
  width:48%;
  text-align: center;
  background-color: #fec552;
  padding-bottom: 1em;
	min-height: 316px;
}

.ad-top-pc{
	width: 100%;
	margin: 0;
	padding: 0 0 1.5em;
	text-align: center;
	color: #333;
    background-color: #fec552;
}

.adimg-top-pc{
	margin: 0 auto;
	width: 729px;
	height: 90px;
	border: 10px solid #FEC552;
}

.ad-space-top{
  margin-top:0;
  margin-bottom:5px;
}

.ad-space-singular{
  margin-top:15px;
  margin-bottom:10px;
}

.ad-space-top .ad-label{
   display:none;
}

#sidebar .ad-space{
  margin-top:0;
}

/************************************
** 非表示にするものまとめ
************************************/
.widget-ad,
.widget-over-article-title,
.widget-under-article-title,
.widget-over-sns-buttons-title,
.widget-under-sns-buttons-title,
#sidebar .ad-space .ad-label{
 display:none;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#333;
  padding: 4px 8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 3px;
  position:absolute;
  right: 7px;
  font-size: 15px;
  margin-top: 3px;
}

#mobile-menu a:hover,
#page-top a:hover{
  opacity: 0.7;
}

/************************************
** サムネイルつきポストナビ
************************************/
#prev-next{
  width:100%;
  margin: 36px 0 24px;
  padding:0;
  display: table;
}

#prev-next  #prev, #prev-next #next{
  width: 50%;
  display: table-cell;
  position:relative;
  text-decoration:none;
}

#prev-next #prev:hover, #prev-next #next:hover{
background-color: rgba(238,238,238,0.7);
}

#prev-next #prev{
border-right:#ddd 1px solid;
}

#prev-next #prev-title, #prev-next #next-title{
  top:-0.8em;
  position:absolute;
  border: 1px #ccc solid;
  text-align: center;
  padding:5px;
  color:#666;
  font-size:28px;
  border-radius:6px;
  background-color: #fff;
}
#prev-next #next-title{
  right:10px;
}
#prev-next i{
  padding:0;
  margin:0;
}

#prev-next #prev img, #prev-next #next img{
  margin:0 auto;
  width: 100px;
  height: 100px;
}

#prev-next #prev-no, #prev-next #next-no{
  width: 50%;
  padding:0 10px;
  display: table-cell;
}

#prev-next #prev-no{
  border-right:#ddd 1px solid;
}

#prev-no,
#next-no{
  position:relative;
}
#prev-no a:hover,
#next-no a:hover{
  background-color:#fff;
}

#prev-next-home i{
  color:#ccc;
  font-size:100px;
  margin:0 auto;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}

#prev-next #prev, #prev-next #prev::before, #prev-next #prev::after,
#prev-next #next, #prev-next #next::before, #prev-next #next::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#prev-next #next-title{
  right:10px;
}

#prev-next #prev img{
  margin-top:10px;
  float:left;
  margin-right:10px
}

#prev-next #next img{
  margin-top:10px;
   float:right;
   margin-left: 10px;
}


/************************************
** モバイルモーダルメニュー（animatedModal.js）
************************************/
#animatedModal a{
  color: #fff;
  text-decoration: none;
}

.close-animatedModal{
  text-align: center;
  font-size: 45px;
}

.modal-content{
  max-width: 440px;
  width: auto;
  margin: auto;
}

#animatedModal ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}

#animatedModal ul li{
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 10px 10px;
}

#animatedModal ul li a{
  padding: 5px 10px;
  width: auto;
  border-radius: 5px;
  display: block;
}

#animatedModal ul li a:hover{
  background-color: #555;
}

/*Google検索ボックス用*/
#___gcse_0 .cse .gsc-control-cse,
#___gcse_0 .gsc-control-cse{
  background-color: transparent;
  border: none;
}

/************************************
** テストCSS
************************************/

.entry-large-thumbnail{
	background-color: #fff;
}

/************************************
** 自作CSS
************************************/
#site-description{
	min-height: 5px;
	color: #fff;
	background-color: #000;
	margin-top: -16px;
}

.adsp-center{
  width: 300px;
  margin: 0 auto;
}

.kizinakaadsp-center{
  width: 300px;
  margin: -70px auto 20px;
}

.centerbold{
  text-align: center;
  font-weight: bold;
}

.clearboth{
	clear: both;
}

.textaligncenter{
	text-align: center;
}

.sns-group-viral ul.snsb li a{
	width:140px !important;
}

.sns-group-viral ul.snsbs li a .social-count{
	display: none;
}

/*PCspの時*/
.pc_on{
	display: block;
}

.sp_on{
	display: none;
}

@media only screen and (max-width: 780px) {
.pc_on{
	display: none;
}

.sp_on{
	display: block;
}
}

/*アドセン*/
.home_adsen{
	margin-bottom: 10px;
	background-color: #fec552;
	padding-bottom: 0.5em;
}

/*ブログランキング*/

.blogrank400{
	text-align: center;
	margin: 20px 0 20px;
	font-size: 16px;
}

.blogrank400index{
	padding: 20px 1% 15px;
	text-align: center;
	margin: 0 2% 10px 0;
	font-size: 16px;
	width: 64%;
	float: left;
}

.blogrank400pc{
	padding: 20px 1% 15px;
	color:#fff;
	background-color:#1253a4;
}

.blogrankanime001{
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.blogrankanime001 img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.blogrankanime img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.blogrankanime002{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

.blogrankanime003{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 2000;
}

.blogrankanime004{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 3000;
}

.blogrankanime005{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 3000;
}

.blogrankanimefloat {
	animation: float_5180 4s linear infinite;
	transform-origin: 50% 50%;
}

@keyframes float_5180 {
	0% { transform: translateY(0) }
	10% { transform: translateY(+8px) }
	50% { transform: translateY(+8px) }
	60% { transform: translateY(0) }
	100% { transform: translateY(0) }
}

.blogrankanimepulse{
  animation: pulse_3169 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes pulse_3169 {
  0% { transform: scale(1.0) }
  10% { transform: scale(1.15) }
  50% { transform: scale(1.15) }
  60% { transform: scale(1.0) }
  100% { transform: scale(1.0) }
}

.ninkiburogu{
	clear: both;
	width: 336px;
}

.blogrank {
	margin:10px 0px;
	min-height:80px;
}

.top-click{
	text-align: center;
	padding: 0;
}

.top-click a{
	font-size:12px;
}


.top-click img{
	margin: 0 auto;
	padding: 0;
	display: block;
}

.top-click div{
	padding-bottom:7px;
}

.blogranking_indextop{
	text-align: center !important;
	background-color: #1253a4;
	padding: 10px 0 5px;
	margin-bottom: 10px;
}

.blogrankside{
	font-size:12px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.blogrankside02{
	font-size:12px;
	text-align: center;
	padding-bottom: 10px;
}

.blogrankside02 img{
	padding-bottom: 5px;
}

.blogranking_pagetop{
	padding: 0 0 18px;
}

.list-ad{
	float:left;
	width:50%;
	min-height:300px;
}

/*homeヘッダーインフォメーション*/
.koryakumemo{
	width: 32%;
	height: 164px;
	float: left;
	background-color: #4e4e4e;
	margin-bottom: 12px;
}

.koryakumemo_m{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.koryakumemo_m img{
	height: 100%;
}

/*一覧*/
#list{
	font-weight: normal;
}

.listblogrank{
	text-align: left;
	padding: 10px;
	background-color: #555;
}

.listblogrank a{
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

.listblogrank div{

}

.listblogrank_l{
text-align: left;
    float: left;
    width: 70%;
}

.listblogrank_r{
	text-align: right;
    text-align: right;
    float: right;
    width: 25%;
}

.listsearch{
	padding:20px 0 40px;
}

.list_adsen{
	color: #555;
	font-size: 12px;
	width:100% !important;
	margin: 10px auto 20px !important;
}

.list_adsen span{
	padding-bottom: 5px;
	display: block;
	text-align: center;	
} 

/*カテゴリーがnews*/
.category_news{
	background-image: url("http://dq10dowa.com/wp-content/uploads/2015/12/jouhouback.png") !important;
	background-repeat: no-repeat;
	background-position: bottom left;
	-moz-background-size: 35% 45%;
	background-size: 35% 45%;
}

.category_news h2 a{
	color:#111 !important;
}

/*一覧抜粋消し*/
#list .entry-snippet,
#list .entry-snippet{
  display: none;
}

/*一覧上の投稿日時やカテゴリ*/
.post-meta-origin{
	font-size: 12px;
	color: #555;
	height:1em;
width: 320px;
margin: 0 auto 10px;
}
.post-meta-origin a{
	text-decoration: none;
}

/*メインの枠*/
#honbun{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background-color: #fff;
	padding: 20px 29px 20px;
}

/*人気記事*/
#ninkikizi{
  padding: 5px 10px;
  border:1px solid #ddd;
  background-color:#fff;
  border-radius: 4px;

  margin-bottom:10px;
}

#ninkikizi ul{
  margin: 0px;
  padding: 0px;
}

#ninkikizi li{
	list-style-type:none;
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
	margin: 5px 0;
	line-height: 1.3em;
}

#ninkikizi li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

/*twitter*/
.dowadowatwitlink{
	font-size: 14px;
height: 235px;
}

.dowadowatwitlink img{
width: 60%;
margin: 15px 0 0 0;
}

.dowadowatwitlink p{
	text-align: left;
	line-height: 2.7em;
	margin: 12px 0 0;
    padding: 10px;
}

.dowadowatwitlink_p02{
    font-size: 12px;
}

.dowadowatwitlink a {
    display: block;
    height: 100%;
}

.twitterdiv a{
    text-decoration: none;
	color:#111;
}

/*最新記事*/
#saisinkizi{
  padding: 10px;
  border:1px solid #ddd;
  background-color:#fff;
  border-radius: 4px;
  margin-top:10px;
  margin-bottom:10px;
  text-align: center;
}

/*TOPページ*/

.index_h2 h2{
	font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: .3em;
	text-align: center;
}

.indexinterest{

}

.indexinterest_title{
	color:#fff;
	font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
	padding-top: 10px;
	padding-left: 29px;
	padding-bottom: 5px;
	font-size: 30px;
	letter-spacing: .3em;
	text-align: center;
}

.indexinterest li{
	float: left !important;
	clear: none !important;
}

.indexinterest_li{
	width: 260px;
	list-style: none;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.indexinterest_li img{
	margin-bottom:15px;
	float: none;
	height: 152px;	
}

.indexinterest_text{
}

span.indexinterest_text a{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;

	background: #555;
	padding: 10px 10px;
	margin-top: -68px;
	opacity: 0.8;
	display: list-item;
	height: 32px;
}

span.indexinterest_text a:hover{
	color: #f4f4f4 !important;	
	text-decoration: none !important;
}

/*記事本文*/
.inyomoto{
	margin-top: 10px;
  color:#CCC;
}

.inyomoto a{
  color:#CCC;
}

.zenbun{
	margin:30px 0 20px;
	font-size: 18px;
	color: #444;
	line-height: 2.0;
	letter-spacing: 0.8pt;
	font-weight: normal;
	text-align: center;
}

.zenbun img{
	margin:0;
}

.zenbunkome{
	text-align: left;
	word-wrap: break-word;
}

.zenikou{
	font-size: 18px;
	color: #444;
	line-height: 1.9;
	letter-spacing: 0.8pt;
	font-weight: normal;
	clear:both;
	margin:0 0 30px 0;
}

/*PC版h2上広告*/
.zenad h2{
	border-left: none;
	margin: 45px 0 45px 0;
	padding: 25px 0 25px 0;
	font-size: 20px;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
}

/*まとめ記事*/

.res .data{
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

.res .msg{
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.8pt;
	padding: 20px 0;
}

.dowadowa_sc dt{
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

.dowadowa_sc dd{
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.8pt;
	padding-top: 20px;
}

.t_h{
	font-size: 12px;
	color: green;
}

.t_b {
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.8pt;
}

.t_b a{
	word-wrap: break-word;
}

.koujutu{
    	border-top: 1px solid #888;
}

.kizikurowaku{
    	border: 1px solid #888;
	padding:20px 10px 0;
}

.kizikyoutyou{
 	border: 1px solid #888;
	padding: 20px;
	display: inline-block;
	min-width: 70%;
}

.kizikyoutyou ul{
	list-style: none;	
	padding-left: 10px;
}

.kizikyoutyou span.kizikyoutyou_lisp01{
	float:left;
}

.kizikyoutyou span.kizikyoutyou_lisp02{
	display: block;
	margin-top: 20px;
	margin-left: 80px;
}

.kizikyoutyou_datalink{
	width:280px;
	font-size: 14px;
	background-color: #4E4E4E;
	padding: 0;
	text-align: center;
	color: #fff;
}

.ad-label{
	display:none;
}

.t_b{
	padding-bottom:20px;
	padding-top: 20px;
}

/*カテゴリーがnews*/
.kijicategory_news{
	background-image: url("http://dq10dowa.com/wp-content/uploads/2015/12/jouhouback.png") !important;
	background-repeat: no-repeat;
	background-position: bottom center;
	-moz-background-size: 10% 100%;
	background-size: 10% 100%;
}

/*広場のまとめ*/

.dowayouyaku{
	padding:10px 0;
}

.dowayouyaku div{
	padding: 5px 0 5px 10px;
	margin: 30px 0;
	font-weight: bold;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','sans-serif','ＭＳ Ｐゴシック';
	border-left: 20px solid #333;
 	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.dowayouyaku p{
	font-size: 14px;
	color: #333;
}

.dowakyoutyou{
	background-color: #EEE;
	padding: 20px 20px 10px;
	margin: 10px 0 30px;
	color: #444;
}

.dowakyoutyou_title{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.dowakyoutyou_yokobarabi{
	margin: 20px 10px;
	float: left;
	max-width: 80%;
}

.dowakyoutyou a{
	color: #333;
}

/*各見出し*/
.yarpp-related h3,.article h3, #comment-area h3, #related-entries h3{
 	margin: 40px 0 40px 0 !important;
	padding: 15px 0 15px 0 !important;
	font-size: 18px !important;
	border-left: none;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
}

/*関連記事*/


.yarpp-related {
    margin: 0 0 -10px!important;
}

.yarpp-thumbnail{
	border: none !important;
}

.yarpp-thumbnails-horizontal a{
	width: 100%!important;
	height: auto !important;
	margin: 0 0 20px 10px!important;
	color: #333;

}


.yarpp-thumbnails-horizontal img{
	display: initial !important;
	margin: 0 auto !important;
	object-fit: cover;
	vertical-align: top;
	width: 120px !important;
	height: 120px !important;
}

.yarpp-thumbnails-horizontal span{
	margin: 10px 0 0 15px !important;
	font-size: 14px !important;
	width: 70% !important;
	height: auto !important;
	font-weight: normal !important;
	color: #212121;
}

.kanren_ad{
	display: none;
}

/*ピックアップアイテム*/

.pickup_item_div{
	width: 55%;
	margin: 20px 0;
	padding: 10px;
	border: 1px dashed gray;
	font-size: 12px;
	display: table;
}

.pickup_item_div img{
	vertical-align:top;
}

.pickup_item_div a{
	font-size: 13px;
}

.pickup_item_div div{
	display: table-cell;
}

.pickup_item_div_l{
	padding-left:5px;
}

/*お役立ち情報*/
.suseful-title{
margin: 40px 0 40px 0 !important;
    padding: 20px 0 20px 0 !important;
    font-size: 18px !important;
    border-left: none;
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
    line-height: 130%;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.suseful-all{
	margin: 20px 0 60px;
	text-align: center;
}


.suseful-item{
	width:29%;
	float: left;
	padding: 5px 2%;
}

.suseful-item p{
	margin-bottom: 20px;
	min-height: 160px;
}

.suseful-item a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 165%;
}

.suseful-item img{
	vertical-align:bottom;
}

.suseful-item div div{
	width: 100% !important;	
	padding: 0 !important;
}

.suseful-itemname{
	text-align: left;
	margin-top: 35px;
}

.suseful-itempost{
	font-size: 12px;
	color: #555;
	margin-top: 10px;
	text-align: left;
}

/*オススメ商品*/

.suseful-ousume{
	margin-top: 50px;
	text-align: center;
	background-color: #fec552;
	padding-bottom: 30px;
}

.suseful-ousumetitle{
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
}

.suseful-ousumecontents{
	background-color: #fff;
	width: 85%;
	margin: 0 auto;
	padding: 15px 20px 5px;
}

/*ドラクエアプリケーション*/
.suseful-ap{
	width: 90%;
}

.suseful-ap img{
	vertical-align:middle;
	margin-right: 10px;
}

.suseful-ap a{
	font-size: 15px;
	color: #333;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 165%;
	font-weight: bolder;
}

/*関連コンテンツ*/
#body-top-contents{
	width: 100%;
	min-width: 1180px;
	background-color: #333;
	padding: 20px 0 5px;
	margin-bottom: 10px;
}

.ad_kanrencontents{
	min-height: 255px;
	margin: 0 auto 10px;
	width: 1180px;
	text-align: center;
	background-image: url("https://dq10dowa.com/wp-content/uploads/2016/08/kanrenbag02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

/*記事本文 ブログランキングアンケート*/
.blogrankresearch{
	width:80%;
	margin: 0 auto;
}

.blogrankresearch h3{
	margin: 0 !important;
	padding: 0 0 0 22px !important;
}

.blogrankresearch .vf-form-desc{
	margin: 20px 0 6px !important;
}

/*JETPACKのSNSボタン*/
.sd-content{
	margin: 10px 0;	
}

.sd-content ul li{
	padding: 0 20px 0 0!important;
}

/*コメント欄*/
.comment-form-email,
.comment-form-url{
  display:none;
}

.comment-form{
    background-color: #eee;
    padding: 10px;
}

.commets-list li{
	padding-bottom:10px;
	border-bottom:dotted 1px #CCC;
}

.commets-list li:last-child{
	border-bottom-style:none;   
}

.comment-body p {
    clear: both;
    font-size: 16px;
    color: #333;
    padding: 10px 0px 0px;
    line-height: 170%;
}

.comment-author {
	font-size: 15px;
	margin-right: 10px;
	float: left;
}

.says{
	display:none;
}

/*スポンサーリンク*/
.splink{
	color:#fff;
	font-size: 12px;
}

.side_pc_ad {
	margin-bottom: 10px;
}

/*概要*/
.profile_main{
	margin: 30px 0 50px;
	line-height: 240%;
}

.profile_contactform{
	margin: 30px 0;
}

/*ギャラリーページ*/
.gallerypage{
	padding: 50px;
	color:#777;
	background-color: #f1f1f1;
	margin-bottom: 30px;
	font-size: 24px;
	letter-spacing: .1em;
}

.gallerypage img{
	vertical-align: middle;
	margin-right: 2em;
}

/*アンケートページ*/

.questionnairepage{
	padding: 50px 0;
}

.questionnairepage_t{
	border-left: none;
	margin: 40px 0 40px 0;
	padding: 25px 0 25px 0;
	font-size: 20px;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
}

.questionnairepage_c{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.questionnairepage h3 {
    margin: 0 !important;
    padding: 0 0 10px 22px !important;
}

/*攻略データメモページ*/
.datamamo {
	margin: 10px 0 50px;
}

.datamamo h2{
	margin: 30px 0 !important;
	padding: 10px !important;
	font-size: 19px !important;
	border-left: none;	
	color: #eee;
	background-color: #3A3B3F;
}

.datamamo h3{
	padding: 5px 0 5px 5px !important;
	margin: 20px 0 !important;
	font-size: 16px !important;
	border-left: 5px solid #333;
	border-bottom: none;
	border-top: none;
}

/*人気ランキングページ*/
.rankingspage ul,.rankingspage ol{
	padding: 0;
}

.rankingspage li{
	margin: 10px 0;
	clear: both;
	height: 50px;
}

.rankingspage a{
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

/*下rss*/
.rssfeed{
	padding: 15px 10px 10px;
	background-color: #fff;
}

.rssfeed ul{
  margin: 0px;
	padding: 0px !important;
}

.rssfeed li{
	list-style-type:none;
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
	margin: 5px 0;
	line-height: 1.3em;
}

.rssfeed li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.rssfeed a{
	font-size: 15px;
	text-decoration: none;
	color: #333;
}

/*サイドバーオリジナル*/
#text-9,#text-12{
	color: #fff;
	background-color: #1253a4;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#text-11{
	position: relative;
	color: #FFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #55acee;
}

#text-11 img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.dowadowatwitlink_d01{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 65%;
	z-index: 3000;
}

.dowadowatwitlink_d02{
	position: absolute;
	bottom: 0;
	right: 30%;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 65%;
	z-index: 2000;
}

.dowadowatwitlink_float {
	animation: vertical_7027 3.44s ease infinite;
	transform-origin: 50% 50%;
}

@keyframes vertical_7027 {
  0% { transform:translate(0,-3px) }
  2.32558% { transform:translate(0,3px) }
  4.65116% { transform:translate(0,-3px) }
  6.97674% { transform:translate(0,3px) }
  9.30233% { transform:translate(0,-3px) }
  11.62791% { transform:translate(0,3px) }
  12.7907% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

#text-9 a,#text-11 a,#text-12 a{
	text-decoration: none;
	color: #fff;
}

#text-13{
	background-color:#fec552;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0 0 20px;
}

.dowacanpe_div{
    width: auto;
	height: 100px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 5px;
    background-image: url(https://dq10dowa.com/wp-content/uploads/2017/03/dowacanpe_bg.jpg);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 3px;
	background-size: 100%;
}

.dowacanpe_div02{
	width: 85%;
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
	padding: 5px;
	font-size: 12px;
}

.dowacanpe_div02 div{
	padding: 15px 0;
}

.dowacanpe_div02_01{
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	margin: 20px 0;
	color: #CC0001;
}

.dowacanpe_div02_02{
	text-align: center;
}

.sidebar-origin{
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	color:#777;
}

.sidebar-originblue{
	background-color: #1253a4;
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.sidebar-origin a{
    text-decoration: none;
	color: #444;
}

.sidebar-originblue a{
    text-decoration: none;
	color: #fff;
}

@media only screen and (max-width: 780px) {
	.sidebar-origin{
		text-align: center;
	}
}

.sidebar-origin-title_s{
	color: #777;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}

.sidebar-origin-title_s2{
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 0 10px;
}

.sidebar-origin-blogrank{
	color: #fff;
	background-color: #1253a4;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.sidebar-ad-title{
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}

.sidebar-item{
	width: 200px;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 10px;
}

.sidebar-item table{
	width:auto !important;	
}

.sidebar-item a{
	color: #333;
	text-decoration: none;
}


.sidebar-kono{
	padding: 25px 15px;
    	text-align: left;
	font-size: 13px;
	line-height: 140%;
}

/*サイドバー検索*/
.pagesearch{
	margin-bottom: 15px;
	font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .3em;
	text-align: center;
	margin: 5px 0 -20px;
}

/*サイドバー人気記事*/
.widget_popular_ranking ul li:before, .widget_new_popular ul li:before {
	background: none repeat scroll 0 0 #f26f21 !important;
	font-size: 70% !important;
	padding: 5px 7px 3px 7px !important; 
}

.wpp-list li:last-child {
	border: 0 !important;
}

/*サイドバーコメント*/
.widget_recent_comments ul{
	padding: 0px !important;
}

.widget_recent_comments li{
	color: #777;
	font-size: 12px;
	border-bottom: dashed 1px #111;
	padding: 5px 0;
}

.widget_recent_comments li a{
	font-size: 16px;
	color: #111;
	text-decoration: none;
}

.widget_recent_comments li:last-child {
	border: 0 !important;
}

/*サイドバー新着*/
.widget_recent_entries{
	-webkit-border-bottom-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 0px;  

 	-moz-border-radius-bottomright: 0px;  
	-moz-border-radius-bottomleft: 0px;  

	margin-bottom: 0px;
	padding-bottom: 10px;
}
.widget_recent_entries ul{
	padding: 0px !important;
}

.widget_recent_entries li{
	color: #777;
	font-size: 12px;
	border-bottom: dashed 1px #111;
	padding: 5px 0;
}

.widget_recent_entries li a{
	font-size: 16px;
	color: #111;
	text-decoration: none;
}

.widget_recent_entries li:last-child {
	border: 0 !important;
}

#text-8{
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-top-left-radius: 0px;  

 	-moz-border-top-bottomright: 0px;  
	-moz-border-top-bottomleft: 0px;  
	text-align: right;
	padding-top: 0;
	margin-top:-5px;
	padding-bottom: 10px;
}

#text-8 a{
	background-color: #2098A8;
	color:#fff;
	  padding: 5px 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 15px;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#pc-text-widget{
	margin-bottom: 10px;
	padding: 0;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.yokonarabi_inline div{
	width: 45%;
	margin: 0;
	padding-right: 2%;
	display: inline-block;
	vertical-align: top;
}

#footer_noue{
	background-color: #f1f1f1;
}

.footer_noue_in{
	width: 860px;
	margin: 0 auto;
}

/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}

.listblogrank_l .material-icons {
  font-size: 20px;
vertical-align: bottom;
}

.blogranking_pagetop .material-icons {
  font-size: 20px;
vertical-align: text-top;
}
