#gNavi ul li {
	width: 190px;
	position: relative;
	height: 70px;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
	box-sizing: border-box;
}

/* ===================================================
あわせて読みたい　複数リンク対応カスタマイズ
=================================================== */
.emphasize-link {
position: relative;
margin: 36px 0 16px;
padding: 16px 10px;
border: 2px solid #df8182;
background-color: #fffbf5;
}

.emphasize-link p:last-child {
margin-bottom: 0;
}
.emphasize-link::before {
position: absolute;
bottom: 100%;
left: -2px;
padding: 2px 6px;
content: "関連する記事";
background-color: #df8182;
color: #fff;
font-weight: bold;
}

#gHeader .hBox {
    margin-left: -477px;
    position: absolute;
    bottom: 137px;
    left: 50%;
    width: 966px;
}

a:link  { color : #1A0DAB; }

a:visited {
	color: #6C3995
}

a:hover {
	color: #f09199;
	text-decoration: underline
}



blockquote{
    background-color: #f3f3f3
;
    padding: 1.5em 1.5em 1em;
    position: relative;
    border: 2px solid #fef4f4;
    margin: 0 1em 1.5em;
}
 
blockquote:before{
    content: "“";
    font-size: 300%;
    line-height: 1em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #999;
    position: absolute;
    left: 5px;
    top: 0;
}
 
blockquote:after{
    content: "”";
    font-size: 300%;
    line-height: 0em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #999;
    position: absolute;
    right: 5px;
    bottom: 0;
}



/* アイコンの入れ物 */
.sb-icon {
height: 100px!important;
width: 100px!important;
}
/* アイコン */
.sb-icon img {
height: 100px!important;
width: 100px!important;
border: none!important;
border-radius: 0px!important;
}


/* 吹き出しの余白 */
.sb-content {
margin-left: 120px!important;
margin-right: 90px!important;
margin-top: 40px!important;
}
/* 吹き出しの中身 */
.sb-speech-bubble {
font-size: 1.0em;
line-height: 2em;
}

/* 768px以下の時 */
@media screen and (max-width:768px) {
.sb-type-pink .sb-content {
margin-left: 0px!important;
margin-top: 30px!important;
}
.sb-type-fb-flat .sb-content {
margin-right: 0px!important;
margin-top: 30px!important;
}
}

ul.solve_cat.mb5 {
    display: none;
}