/************************************************************
【注意事項】
 スタイルの指定をする際は、直接タグに対してスタイルを適用するのではなく、
 クラス（もしくはID）を定義し、そのクラス（もしくはID）に対して、
 スタイルを指定してください。
************************************************************/
/*【Table of Contents Plus中央表示】*/
#toc_container {
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
margin-top: 50px;
}
/*TOC+ 角丸*/
#toc_container {
border-radius: 10px;
}

/*AddQuickTag用 エディター編集*/
h2.title-1{
    font-size: 24px;
    font-weight: bold;
    padding: 1em;
    position: relative;
    margin: 1em 0
}

h2.title-1::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background: #000
}

h3.title-2 {
    font-size: 20px;
    font-weight: bold;
    margin: 1em 0
}

h3.title-2::before {
    display: inline-block;
    content: '';
    background: #ddd;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: sub;
    border-radius: 5px
}

h4.title-3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0.2em
}

/* 汎用クラス  */
.simple-border{
	border: solid 1px #ccc;
}

h2.title-blue1{
	font-size: 24px;
    padding: 12px 0 10px 22px;
    background: linear-gradient(to bottom, #fff 0, #F7F7F7 100%);
    margin: 25px 0 20px 0px;
    border-radius: 3px;
    border-left: solid 8px #00f;
}
@media only screen and (max-width:639px){
	h2.title-blue1{
		margin: 25px 0 10px 0;
	}
}
