/*
Theme Name: simplicity-urashita.com
Description: simplicity-urashita.comはsimplicityの子テーマです。
Template: simplicity
Theme URI: http://wp-simplicity.com/
Author: urashita
Author URI: http://urashita.com/
Version: 1.0.0 20141230
*/

@import url('../simplicity/style.css');

img{
  border: 1px solid #eee;
/*
  border-width:0px;
  border-radius: 3px;
  box-shadow: 2px 2px 3px 4px rgba(0, 0, 0, 0.4);
*/
}

.article h2 {
  background-color: #E5F1CD;
  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;
}


/************************************
** アンカー
************************************/
#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;
  text-decoration: underline;
}

#main .post,
#main .page{
  margin-bottom: 20px;
  border-bottom: 1px dotted #000;
  padding-bottom: 20px;
}

.entry h2 a{
  color:#00913a;
  font-size:20px;
  text-decoration:none;
  font-weight:bold;
}

#footer {
  clear: both;
  background-color: #ffffcc;
  color: #000;
  padding: 5px;
}

#copyright a{
  text-decoration:underline;
  color:#000;
}

  #navi ul li a{
    font-size:14px;
    display: block;
    padding: .3em .7em;
    color:#111;
    text-decoration:none;
    z-index:0;
    border-right: 1px solid #fff;
  }

