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

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

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

        ヘッダーロゴ縦幅変更

*****************************************/
#logo img, .logo img {
	height: 90px !important;
}

/****************************************

          フォーム

*****************************************/
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background-color: #e73462 !important;
    /* Old browsers */
}
.button a {
    background-color: #147c00 !important;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #ab0033 !important;
}
.fm_txt {
	font-weight: bold;
}
/****************************************

          iframe設定

*****************************************/
.frm_boder {
	border:1px solid #000000 ;
}