/* WordPress parent theme override for static templates */

html,
body,
button,
input,
select,
textarea {
	font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

h2,
.entry h2,
.siteContent h2,
.mainSection h2 {
	border: 0 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

/*
 * .btn 上書きは bootstrap.min.css より後に当てる必要があるため、
 * static/assets/css/prototype-bootstrap-btn.css を prototype-renderer で </body> 直前に読み込む。
 */

/* 親テーマの dt/dd 左ボーダー（origin2 等）を会社概要カード内だけ無効化 */
.about-company__dl dt,
.about-company__dl dd {
	border-left: none !important;
	padding-left: 0 !important;
}
