<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
/* フォームの幅調整 */
input[type="text"][size="5"] {
    width: auto;
}
/* フォームのボタン調整 */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-top: 20px;
  margin-bottom: 20px;
	padding: 8px 30px;
  border: 1px solid #E0A7A5;
  border-radius: 3px;
  background: #D45C77;
	color: #fff;
  text-decoration: none;
	font-size: 16px !important;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #990031;
}
/*マウスオーバー時にリンクを半透明に光らせる*/
a:hover img {
opacity:0.5;
	transition: 1.0s;
filter:alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
}
a,a img {
	transition: 1.0s;
}
/****************************************

 &nbsp; &nbsp; &nbsp; トップページ投稿日の縦幅調整

*****************************************/
.post-substr {
	height: 30px !important;
	}
/****************************************

 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;   テーブル

*****************************************/
.co_table {
	width: auto;
	border-color: #000000;
}
/****************************************

 &nbsp; &nbsp; &nbsp; &nbsp;ヘッダーロゴ縦幅変更

*****************************************/
#logo img, .logo img {
	height: 70px !important;
}
</pre></body></html>