@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* Cocoon 追加 */
.ad-label{
	font-size:12px;
}

/* 見出し */
.article h2 {
    margin: 150px 0px 40px 0px;
}
.article h3 {
  color: initial;
  margin: 80px 0 10px;
  font-size: 20px;
  padding: 0 0 0 10px;
  font-weight: bold;
  line-height: 1.4;
  border-left: 4px solid #88abda;
  border-bottom: none;
}
.article h4 {
  border-bottom: 2px dotted #88abda;
}
#h-top{
  min-height:80px;
}
.information{
  background-color: #fffaf0;
}
.logo-text{
  padding: 0;
  font-size:2em;
}


/* その他 */
.sns-follow-msg{
    margin: 80px 0 10px;
    font-size: 20px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 1.4;
    border-left: 4px solid #88abda;
}

.gray_box {
    clear: both;
    background: #FDFDFD;
    border: 1px solid #eee;
    padding: 28px 32px;
    margin-bottom: 2em;
}
.dp_box{
    clear: both;
    background: #FDFDFD;
    border: 1px solid #eee;
    padding: 28px 32px;
    margin-bottom: 2em;
}
.dp_box_kokuhaku{
    clear: both;
    background: #fff6fa;
    border: 1px solid #eee;
    padding: 30px 20px;
    margin-bottom: 2em;
}
.divcenter{
    text-align:center;
}
#categories-3 li{
    margin-bottom: 8px;
    font-size: 14px;
    padding: 3px 0;
}
.wp-image-113{
    padding: 20px 0 0;
}
dl{
    margin: 30px 0;
    line-height: 190% !important;
}
dt{
    font-weight: bold;
    position: relative;
    padding: 0 0 2px 32px;
    font-size: 20px;
    padding-top: 5px;
    margin:60px 0 30px;
}
dt:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #88abda;
    margin: auto;
    top: -6px;
    left: 0px;
}
dt:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #88abda;
    margin: auto;
    top: 6px;
    left: 6px;
}
dd{
    margin-top: 10px;
    margin-bottom: 30px;
	  margin-left: 0px !important;
}
.page_next {
    text-align: center;
    width: 80%;
    border:1px solid #88abda;
    color: #88abda;
    display: block;
    margin: 20px auto;
    padding: 20px;
    text-decoration: none;
    line-height: 1em;
}
.page_next:hover {
    text-decoration:underline;
    color: #88abda;
}
.page_next_i {
    background: #fff;
    border-radius: 5px;
    color: #88abda;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    text-align: center;
}
.post-author span a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
}
.post-author .fa-user{
    display:none;
}
.appreach {
    text-align: left;
    padding: 10px;
    border: 1px solid #7C7C7C;
    overflow: hidden;
}
.appreach:after {
    content: "";
    display: block;
    clear: both;
}
.appreach p {
    margin: 0;
}
.appreach a:after {
    display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.side_category {
	padding:10px 0 0 10px;
}
.side_category a {
  margin-left: 14px;
  line-height: 2em;
}


/*           ------------------------------        table        ----------------------------------------           */
.article table{
    border-collapse: collapse;
    margin: 15px 0;
    width:100%;
}
.article th{
    border: solid 1px #ddd;
    background-color: #e3e7f5;
    padding:10px;
}
.article td{
    border: solid 1px #ddd;
    padding:10px;
}
.article th, .article td{
    padding: 10px;
}
.t_table {
    width: 100% !important;
}
.t_table th {
    width: 25%;
}


/*           ------------------------------        list        ----------------------------------------           */
.entry-card,.related-entry {
    border-bottom: 1px solid #E6E6E6;
}
.entry-title-link {
    font-size: 18px !important;
}
.entry-snippet {
    font-size: 12px;
    padding-top: 5px;
    margin: 0 0 5px 0;
    line-height: 150%;
    color: #555;
}
.entry .post-meta {
    font-size: 12px;
}
.article .post-meta {
    font-size: 12px;
    background:white;
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
