/*==================
 * 左固定ナビ
 * ================= */
/*トグルボタン*/
.toggleBar{
	background:#e87800;
}

@media(max-width:40em){
.toggleBar{
	background:#e87800;
}
.toggleBar .contact{
	background:#e87800;
}
}
/*==================
 * 見出しh1
 * ================= */
.titleInner h1 .letters {
    color: #FFF;
}
/*==================
 * 見出し
 * ================= */
section h2,section h3 {
    color: #e87800;
}
h4{
	color:#d66c04;
}
/*==================
 * table
 * ================= */
table.price thead th {
	background:#e87800;
}
/*==================
 * label
 * ================= */
.label{
	background:#d66c04;
}
/*==================
 * button
 * ================= */
a.button,button,input[type=submit] {
	border:1px solid #e87800;
	color:#e87800;
}
a.button:hover,button:hover,input[type=submit]:hover {
	background:#e87800;
}
footer #contactArea .button {
    background: #e87800;
}
footer #contactArea .button:hover {
    color: #e87800;
}
@media (max-width:40em){
table.price tbody th {
	background:#e87800;
	color:#FFF;
	text-align:center;
}
}