/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/* 記事間に線を引く */
#main .entry {
	border-bottom: 2px solid #D4D4D4;
	padding-bottom: 10px;
}

/* TOPページメイン用ウイジェット */
.top_main_widget {
	border: 1px solid #d5d5d5;
	padding: 10px;
	margin-bottom: 20px;
}

.article h2 {
	background-color: #57B196;
	border-left: 0 none;
	color: #fff;
	padding: 15px 30px;
}

.article h3,
#comment-area h3,
#related-entries h3 {
	font-size: 23px;
	border-bottom: 5px solid #57B196;
	padding: 10px 0;
}

#navi {
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover {
	color: #10aba6 !important;
}

#navi ul li a:before {
	background: #10aba6 !important;
}

#navi ul,#navi {
	background-color: white;
}

/* リストのタイトルを変更 */
.entry h2 a {
	font-weight: 700;
	font-size: 1.4rem !important;
	line-height: 1.4;
}

/* tableタグのスクロール化 */
table {
	width: 100%;
}

.scroll {
	overflow: auto;
	white-space: nowrap;
}

.scroll::-webkit-scrollbar {
}

.scroll::-webkit-scrollbar-track {
}

.scroll::-webkit-scrollbar-thumb {
}

/* adRotateプラグイン用 */
div.g-1 {
	overflow: visible;
	line-height: 170%;
}

div.g-2 {
	overflow: visible;
	line-height: 170%;
}

div.g-3 {
	overflow: visible;
	line-height: 170%;
}

/* Googleカスタム検索入力前 */
td#gs_tti50.gsib_a {
 padding: 0 8px;
}
/* Googleカスタム検索入力後 */
td#gs_tti51.gsib_a {
 padding: 0 8px;
}
/* 記事タイトル高さ修正 */
.gs-title {
 height: 1.4em !important;
}

.cssbox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #da4033;
    border-radius: 8px;
}
.cssbox .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #da4033;
    font-weight: bold;
}
.cssbox p {
    margin: 0; 
    padding: 0;
}