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

/* カスタマイズする場合にはこれより下に追記してください  */
.header-logo #logo{
	display: none !important;
}

.header_img_inner_wrap {
    width: 1100px;
}

.header_inner_icon {
    width: 50%;
}

.header_inner_text {
    width: 100%;
}

.firstview_content {
    width: 100%;
    display: table;
}

.header_img_inner_wrap {
    width: 100%;
    display: table-row;
}

.header_image_desc p {
    text-align: justify;
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 500px;
}

@media screen and (max-width: 768px) {
    .header_img_inner_wrap {
        width: 100%;
    }
	.header_inner_icon {
    	width: 100%;
	}
	.header_inner_text {
    	width: 100%;
	}

	.header_image_desc p {
	    margin-left: auto;
    	margin-right: auto;
	    width: 90%;
	}
}

.sns a.twitter {
    background: #000;
    border: 2px solid #000;
}

.sc-tw a {
    background: #000;
}

input[type="file"]::file-selector-button {
    padding: 8px 16px;
    cursor: pointer;
}

input[type="file"] {
    color: transparent;
}

.comment-submit-notice{
  padding:.75em 1em; margin:1em 0; border:1px solid #ddd; border-radius:6px;
  background:#b5c0fd; font-size:.95em; color:#333;
}
