@charset "UTF-8";

/*!
Theme Name: Cocoon Child Omorosso
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

body.home h1 {
    display: none;
}
body.home h2 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  background: none !important;
}
body.home h2:before, body.home h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
body.home h2:before {
  left: 7px;
}
body.home h2:after {
  right: 7px;
}

body.page div.date-tags {
   display: none;
} 
div.footer-meta {
   display: none;
}
body.home figure#company-table table th,
body.home figure#company-table table td {
    padding: 12px;
}

body.home ul#laravelentries li,
body.home ul#eshimaentries li
{
    list-style: none;
    font-size: 0.8em;
    color: #AAA;
}
body.home ul#laravelentries li a,
body.home ul#eshimaentries li a
{
    margin-left: 1em;
    padding-left: 1.5em;
    font-size: 1.2em;
    background: url('images/icon-external-link.png') no-repeat 0 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  body.home ul#laravelentries li a,
  body.home ul#eshimaentries li a
  {
      display: block;
  }
}

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