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

input[type="tel"] {
    margin: 0;
    padding: 8px 4px;
    max-width: 100%;
    width: 80%;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    vertical-align: bottom;
    font-size: 13px;
    background-color: #F7F7F7;
}

.content img {
	box-shadow: none !important;
}

.profile_sns {
	display: flex;
	justify-content: center
}


.profile_sns li:nth-child(4) a {
    width: 35px;
    height: 35px;
    background-color: transparent !important;
    background-image: url('../diver/images/unnamed.png');
    background-size: contain;
}

.profile_sns li:nth-child(4) a i {
    display: none;
}
/*著者情報を消す*/
.page .author-info {
    display: none;
}

/*著者情報を消す*/
.post .author-info {
    display: none;
}