@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.post-meta{font-size: 12px;}
.pagination{margin: 0px;}
.entry-read a{font-size: 18px;}
/* ヘッダ-サイトタイトル関係 */
#site-title{
	margin-top: 20px;
	margin-bottom: 6px;
}
#site-title a{
    font-size: 30px !important;
    font-weight: bold !important;
}
#site-description{
	font-size: 16px !important;
	margin-left: 20px !important;
}

/* メインカラム-全体 */
#main{border: none;}
#main h3{
	background-color: #ffbe00;
	padding: 10px;
	font-size: 20px;
}
/* メインカラム-TOP-RSS部分 */
#main #top_main_rss h3{
	color: #ffbe00;
	margin-bottom: 0px;
	background-color: #1e1e1e;
}
#main #top_main_rss ul{
	border: solid 1px #1e1e1e !important;
	height: 500px !important;
	overflow-y: scroll;
	margin-top: 0px;
	padding: 5px;
	list-style: none;
}
/* サイドカラム-各種見出し */
#sidebar h3{
	background-color: #ffbe00;
	padding: 10px;
}

#main #widget-in-article .widget_text{
	display: block;
	float: none;
	word-wrap: break-word;
}
.article h2{
	border-left: none;
	margin: 0px;
	padding: 0px;
}
/* フッター下部コピーライト文字色 */
#copyright{color: #1e1e1e;}
#copyright a{color: #1e1e1e;}
dd{margin-bottom: 20px;}

/* 記事内の長い英字をちゃんと改行させる */
#the-content{word-wrap: break-word;}

#navi {
    border-top:2px solid #000;
    border-bottom:2px solid #000;
}
#navi ul li {
    margin-right:15px;
}
#navi ul li a:hover{
    border-bottom:2px solid #ffbe00; !important;
}
