@charset "utf-8"; 

/* =======================================
	inquiry sp CSS
========================================== */

/* カテゴリ共通
------------------------------------ */
/* ページタイトル背景 */
#pagettl {
	background: #48A52F url(../../inquiry/img/pagettlBg_sp.png) no-repeat right;
}

/* ページタイトルインナー */
#pagettlInner h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0 10px 5px;
}
#pagettlInner h1 span {
	display: none;
}

/* フォームパーツ
------------------------------------ */
input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	font-family: Meiryo , Hiragino Kaku Gothic ProN , sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

input[type="submit"] ,
input[type="button"] {
	padding: 4px;
	font-family: Meiryo , Hiragino Kaku Gothic ProN , sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	font-family: Meiryo , Hiragino Kaku Gothic ProN , sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

label {
	margin: 0 1em 0 0;
}

