@charset "UTF-8";

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

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

.button {
    background-color: #00ff66  !important;
    border: 1px solid #777;
    border-radius: 10px;
    color: #333333;
    display: block;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;  
    width: 200px;
}

/* 記事一覧の区切り線 */

#main .entry {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

#sidebar .ad-space .ad-label{
	display:block;
}


/* ぱんくずリスト　非表示 */

#breadcrumb {
    display:none;  

}

/*******************************
* タイトル下キャッチフレーズのサイズ
********************************/

#site-description {
  color: #660000;
  font-size: 18px;
}

/*******************************
* 404画像
********************************/

.error404 .not-found {
  max-width: 100%;
}
