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

/* カスタマイズする場合にはこれより下に追記してください  */

.sns.small {
    text-align: right;
}

h1.single-post-title {
    margin: 10px 0;
	font-weight: 700;
}

.voice .text.sc_balloon, .voice .think_balloon {
    padding: .5em 1em;
    margin: 0;
    border-width: 2px;
    font-size: 1.1em;
    margin-top: 15px;
    font-weight: bold;
}

.voice .text {
    max-width: 100%;
}

.voice {
    margin-bottom: 0.2em;
    float: none;
}

.voice .icon img {
    border-radius: 0%;
    border: 0px solid #eee;
    width: auto;
    height: 140px;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    margin: 5px;
    overflow: hidden;
}

.hentry .single-post-category {
    font-size: 1em;
    background: #E72D29;
    padding: .3em 1em;
    margin: 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.post-meta.clearfix {
    background: #FFFBEF;
}

.header_small_menu #description {
    float: left;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 480px){
.voice .text.sc_balloon, .voice .think_balloon {
    padding: .5em 1em;
    margin: 0;
    border-width: 2px;
    font-size: 0.9em;
    margin-top: 10px;
    font-weight: bold;
}
.voice .text {
	width: 100%;
}
	
.sc_getpost img {
    width: 150px;
    height: 150px;
}
	
.header_small_menu #description {
	float:none;
    text-align: center;
}
}

	@media screen and (max-width: 959px){
.header_small_menu #description {
	float:none;
    text-align: center;
}
}
}