﻿/*******************************
-------------------------------
	問い合わせフォーム用CSS
-------------------------------
********************************/
.textred{
	color:#ff0000;
	font-weight:bold;
}

.textblue{
	color:#1f42bb;
	font-weight:bold;
}

/* ボタンスタイル */
.submitBtn
{
	/*font-family: 'ＭＳ ゴシック';*/
	padding:3px 10px;
	border:none;
	font-size:12pt;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	cursor:pointer;
	text-decoration:none;
	margin-top:-3px;	
	
	border-color:#298cba;
	font-weight:bold;
	color:#fff;
	background:#21759B url(../image/button-grad.png) repeat-x scroll left top;
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0;	
}

/* コンテンツブロック */
.content
{
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
.submitForm 
{
   display: inline-block;
   padding: 0px 20px;
}

@media only screen and (max-width: 834px)
{
	.content,
	.submitForm 
	{
		width:100%;
		padding:0;
		margin-bottom:8vw;
	}
}

/* 入力フォームスタイル */
.InputHeader
{
	background-color: #f0f0f0;
    white-space: nowrap;
}
.InputBody 
{
	background-color: #ffffff;
}

/* Stepのスタイル */
.NowWork 
{
	display: inline-block;
	background-color: #ccffff;
	width:20%;
	text-align:center;
	line-height:1.2;
	padding:20px 0;
}
.Work 
{
	display: inline-block;
	background-color: #ddffdd;
	width:20%;
	text-align:center;
	line-height:1.2;
	padding:20px 0;
}
.Work_y
{
	display: inline-block;
	width:5%;
	text-align:center;
	line-height:1.2;
	padding:20px 0;
}