/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
#site-title a {
	background-image: url("https://heso-a.com/wp-content/uploads/2016/11/logo.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 61px;
}

.entry-content h3, .comment-content h3 {
	font-size: 14px;
	padding-left: 30px;
	padding-top: -10px;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 1.4rem;
	margin-bottom: 15px;
	margin-bottom: .8rem;
	background-image: url(https://heso-a.com/wp-content/uploads/2016/11/hesomark.png);
	background-repeat: no-repeat;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0056a;
	line-height: 1.3;
}

#page {
	max-width: 1300px;
	margin: .1em auto;
}

#site-title {
	padding: 1.65625em 0 0;
}

#site-description {
	margin: 0 270px 1.65625em 0;
}

strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Open Sans", sans-serif;
}

body, input, textarea {
	font: 15px "Hiragino Kaku Gothic ProN", "メイリオ", "Open Sans", sans-serif;
}

#access {
	background: -moz-linear-gradient(#f44b00,#f47a1c);
	background: -o-linear-gradient(#f44b00,#f47a1c);
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f44b00),to(#f47a1c));
/* older webkit syntax */
	background: -webkit-linear-gradient(#f44b00,#f47a1c);
	background: -ms-linear-gradient(top,#f44b00,#f47a1c);
}

#access a {
	color: #fff;
	font-weight: bold;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"] {
	overflow: hidden;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
	width: 80%;
	height: 35px !important;
}

.arconix-box .arconix-box-content {
	overflow: hidden;
}

/* frontend-user-admin ユーザー登録 format */
.entry-content th, .comment-content th {
	font-size: 16px;
}

.frontend-user-admin-login .form-table th {
	width: 180px;
}

.frontend-user-admin-login .input {
	width: 300px;
}