@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */


/* h2 デザイン　190819追記 */


h2:first-letter {
	color :#70b8f1 !important;
}

h2 {
    position: relative;
	background-color: #fff;
	padding: initial;
	font-size: 1.6em;
    margin: 1.5em 0 1em;
    text-align: center;
	display: block;
}

/* 目次 デザイン　190826追記 */

#toc_container {
    max-width: 500px !important;
    border: 3px dashed #e1eff4 !important;
    border-radius: 10px !important;
    margin: auto !important;
    margin-top: 1.1em !important;
    margin-bottom: 3em !important;
}

#toc_container .toc_title {
    font-size: 1.7em;
	color: #666 !important;
	background-color: #ffffff !important;
	margin-top: 5px;
    text-align: center;
    font-weight: bold;
}

	
/* テーブル デザイン　190819追記 */
table {
	margin: auto;
    min-width: 85%;
}

table tbody th {
	width: initial;
	min-width: 15%;
	background-color: #e1eaf2;
	text-align: center;
	font-weight: initial;
}

table tbody td {
	padding: 6px;
	text-align: center;
}

@media screen and (max-width: 768px){
	table tbody th {
		font-size: 13px;
	}
	table tbody td {
		font-size: 13px;
		padding: 6px;
	}
}


/* 囲い枠　190819追記 */

.sc_frame {
	padding: 1.5em 1.0em 0.7em 1em;
}

.sc_frame_wrap.blue .sc_frame {
    border: #e1eaf2 4px dashed;
    margin: auto;
}

@media screen and (min-width: 769px){
.sc_frame_wrap.blue .sc_frame {
    width: 85%;
    margin: auto;
	}
}

.sc_frame_wrap.onframe .sc_frame_title {
	left: 5.8em;
}


/* ロゴ　190830追記 */

#logo img {
    height: 250px !important;
}

@media screen and (min-width: 769px){
#logo img {
    height: 250px !important;
	}
}


/* ウィジェットタイトル　190830追記 */

.widgettitle {
	text-align: center;
}


/* カテゴリポスト　190830追記 */

.hentry .single-post-category {
	display: none;
}


/* 記事上部余白　190830追記 */

.article {
	margin-top: -4px !important;
}