@charset "utf-8"; 

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

/* カテゴリ共通
------------------------------------ */
/* グローバルナビカレント表示 */
#gnavi05 a {
	text-indent: -9999px;
}

/* ページタイトル背景 */
#pagettl {
	background: #48A52F url(../../inquiry/img/pagettlBg.png) no-repeat top right;
}

/* ページタイトルインナー */
#pagettlInner h1 {
	font-size: 30px;
	line-height: 0.8;
	color: #FFFFFF;
	padding: 46px 0 0 60px;
}
#pagettlInner h1 span {
	font-size: 14px;
}

/* ページタイトルアイコン */
#pagettlInner h1 { background:url(../../inquiry/img/pageiconInquiry.png) no-repeat 0 53px; }


/* フォームパーツ
------------------------------------ */
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;
}