/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/




/* フォーム申し込みボタンカスタマイズ */
form .formbottom{
	text-align: center;
} 
form .formbottom{
	  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  border-radius: 4px;
  width: 370px;
  height: 75px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25), 3px 0px 9px 3px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(180deg, rgba(255, 146, 47, 1), rgba(251, 106, 1, 1) 70%, rgba(251, 108, 0, 1));
}


form .formbottom:hover{
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}





/* リンク画像を白くする */

a:hover img {
opacity: .60 !important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
-khtml-opacity: .60 !important;
-moz-opacity: .60 !important;
}

/* 投稿タイプパスワード */
table#sets_table{
			border-collapse:collapse;
		}
		table#sets_table td{
			border: 1px solid;
			padding: 0px;
			width:300px;
		}
		table#sets_table th{
			border: 1px solid;
			padding: 5px 0px;
			width:300px;
		}
		table#sets_table th {
			background-color:#ccc;
		}
		.pwdpage button{
			padding: 10px 40px;
			margin-right: 20px;
			margin-top: 20px;
			background-color: #ccc;
			border: 1px solid;
		}
		.pwdpage button.save{
			font-weight:bold;
		}
		.pwdpage td textarea{
			width:800px;
		}
		.pwdpage td input{
			width:300px;
		}
		th.del, td.del{
			width:50px !important;
			text-align:center;
		}
		td.del button{
    		margin: 0px;
			padding: 5px;
			background-color: #ccc;
		}