/*
Theme Name: Twenty Seventeen Child
Version: 1.0.1
Template: twentyseventeen
*/

/* ログインエラーのアラート文字を目立たせる */
.swpm-login-action-msg {
	color:red;
	padding:20px 0;
}

/* 投稿者情報を非表示 */
#page .byline {
	display:none!important;
}

/* 固定ページのページタイトルが1カラムだとさびしいので、装飾 */
.page-template-default h1.entry-title {
	font-size:150%!important;
	font-weight:normal!important;
	border-left:5px solid #efefef;
	padding-left:15px;
}

.page-template-default h2.entry-title {
	font-size:150%!important;
	font-weight:normal!important;
	border-left:5px solid #efefef;
	padding-left:15px;
}

/* 記事投稿の日付が投稿日と更新日が出るので、更新日のみ非表示 */
time.updated {
/*	display:none;*/
}

.comment-list .reply {
	margin-left:30px
}

#respond {}


/* ひょんと出てくる検索窓の非表示 */
.search-form { 
/*	display: none;*/
}

.no-results .page-content p,.not-found .page-content p {
	/*display: none*/
	text-indent: -1000px;
}

/* 登録についての非表示 */
.swpm-join-us-link  {
	display: none!important;
	border:1px solid red
}

/* ロボット対策2桁数字の対策 */
.swpm-legend h3 {font-size:85%!important}

.post-ratings span {
	margin-top:20px;
	font-size:70%!important;
	line-height:1.5em;
	padding:5px;
/*	border:1px solid #ccc;*/
	background-color: #fff;;
	border-radius:5px 5px;
	display: flex;
/*	justify-content: center;*/
}

.post-ratings span img {
/*	position:relative;
	height:13px;*/
	margin-right:5px;
}

span.ratingstar img {

}

.or-button {
	padding:10px 50px;
	background-color: #333;
	color: #fff;
	margin:auto;
}
.or-button:hover {
	background-color: #59b1eb;
	border-bottom:0px solid #000!important;
	margin:auto;
}

.top-button {
	font-size:90%;
	background-color: #fff;
	color: #333;
	border-bottom:0 solid #000!important;
}

.top-button a {
	margin-top:50px!important;
}

.top-button:hover {
	background-color: #fff;
	border-bottom:0px solid #000!important;
	margin:auto;
}

/* history back */
.back a {
	margin-left:30px!important;
	padding:5px 10px 5px 10px;
	text-size:80%!important;
	background-color:#efefef;
}

/* top pen */
h3.entry-title {
	display:inline;
	background: linear-gradient(transparent 50%, #dcfcb6 0%);
	border-bottom:0 solid #fff!important;
}

#swpm-registration-form .log_forms input[type=text], 
.swpm-registration-widget-form input[type=password], .swpm-edit-profile-form input[type=password]{
    margin: 2px 0!important;
    padding: 3px!important;
    border: 1px solid #ccc!important;
}

#swpm-login-form .swpm-username-input input{
	width: 99%!important;
}

input[type="text"], 
input[type="email"],
input[type="url"], 
input[type="password"], 
input[type="search"],
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
    margin: 2px 0px;
}
