
/* ---------- common.css ---------- */

html{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka , sans-serif;
	line-height: 1.5;
	color: #666;
}

#title {
	padding: 12px 0;
	background: #037cd7;
	max-width: 100%;
}

h1 {
	color: #fff;
	width: 920px;
	margin: 0 auto;
	font-size: 2.4rem;
	text-align: left;
}

h2 {
	padding: 10px;
	color: #0050c8;
	font-size: 1.6rem;
	font-weight: bold;
	background: #b7dbff;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	width: 920px;
}

/*フッター*/
#footer {
	margin: 0;
	padding: 18px 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: #037cd7;
}

#footer .wrapper {
	margin: 0 auto;
	width: 920px;
	position: relative;
}

#footer .wrapper a {
	margin: -6px 0 0;
	position: absolute;
	top: 50%;
	left: 0%;
	display: block;
}

#footer .wrapper a img {
	border: none;
}



/* テキストリンクの装飾 */
a:link {
	color:#06c;
	text-decoration:underline;
}

a:active {
	color:#39f;
	text-decoration:underline;
}

a:visited {
	color:#96c;
	text-decoration:underline;
}

a:hover {
	color:#39f;
	text-decoration:underline;
}


/* FORMのマージン指定 */
form { 
margin: 0px;
} 

table {
	font-size: 1.4rem;
}

td {
	font-size: 100%;
}

/* 左側10px空けるテーブルのマージン指定 */
table.l10{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/* ブロック要素のマージン指定 */
div {
	margin:0 0 0 0px;
}


/* フォントカラー赤：注意 */
.red {
	color:#f00;
}


/* フォントカラー（アートブルー）：注意 */
.blue {
	color:#0050c8;
}


/* フォントカラー白：注意 */
.wh {
	color:#fff;
}


/* フォントカラー白（太い）：注意 */
.whb {
	font-weight:bolder;
	color:#fff;
}


/* FAQテキスト：注意 */
.q {
	font-weight:bolder;
	color:#cc66ff;
}


/* テーブルテキストのフォントカラー：注意 */
.table {
	color:#666;
}


/* テーブルテキストの青太字フォントカラー：注意 */
.tbb {
	font-weight:bolder;
	color:#0050c8;
}

/* テーブルテキストの緑太字フォントカラー：注意 */
.tbg{
	font-weight: bolder;
	color: #1f7e09;
}

input{
	vertical-align: middle;
}

/* 「＊」赤の装飾 */
.as {
	color:#f00;
	font-size:16px;
}

/*テキストエリア、インプットタグのフォント指定*/
.SCJ{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka , sans-serif;
}

table.wrap {
	margin: 0 auto;
	width: 920px;
}

/*フロー*/
.flow {
	width: 920px;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

.flow:after{
	content: "";
	clear: both;
	display: block;
}

.flow li{
	width: 270px;
	float: left;
	padding: 0 0 0 55px;
	background: url(../../picts/2016/2016/flow_arrow.png) 19px 27px no-repeat;
}

.flow li:first-child{
	padding: 0;
	background: none;
}

.flow li span{
	color: #777;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
	background: #fff;
	border: solid 3px #bbb;
	font-size: 2rem;
	font-weight: bold;
	height: 70px;
	line-height: 66px;
	text-align: center;
}

.flow li.now span{
	border: solid 3px #0060b3;
	background: #0060b3;
	color: #fff;
	text-shadow: 1px 1px 0 #003d72;
}

/*テキストエリア幅*/

textarea {
	padding: 12px;
	width: 100%;
	font-size: 14px;
	border: solid 2px #bfccd7;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka , sans-serif;
	box-sizing: border-box;
}

/*ボタン*/

input[type=submit],
input[type=button] {
	margin: 0 20px;
	height: 60px;
	width: 120px;
	color: #ffffff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka , sans-serif;
	font-weight:bold;
	background: #062876 url(../img/btn_next_bg.png) 100% 50% no-repeat;
	outline: 0;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 6px 0 #00184f;
	cursor: pointer;
}

/*テーブル*/
.formTable {
	width: 920px;
	margin: 0;
	background: #0068b7;
}

.formTable th {
	position: relative;
	color: #0060b3;
	background: url(../../picts/2016/form_title_bg.gif);
	font-size: 1.4rem;
	text-shadow: 1px 1px 0 #fff;
	vertical-align: top;
	width: 200px;
	border: solid 2px #fff;
	padding: 14px 80px 14px 20px;
	text-align: left;
}

.formTable th span {
	position: absolute;
	right: 20px;
	top: 15px;
	font-weight: normal;
	font-size: 1.2rem;
	display: inline-block;
	height: 18px;
	box-sizing: border-box;
	padding: 1px 0 0;
	line-height: 18px;
	box-shadow: 1px 1px 0 0 #fff;
	background: #e60012;
	color: #fff;
	text-shadow: 0 0 0;
}

.must {
	font-weight: normal;
	font-size: 1.2rem;
	display: inline-block;
	height: 18px;
	box-sizing: border-box;
	padding: 1px 0 0;
	line-height: 18px;
	box-shadow: 1px 1px 0 0 #fff;
	background: #e60012;
	color: #fff;
	text-shadow: 0 0 0;
}

.formTable td {
	padding: 15px;
	width: 610px;
	background: #fff;
	font-size: 1.4rem;
	vertical-align: middle;
	text-align: left;
	color: #666;
	box-sizing: border-box;
}

.formTable td.subHeader {
	padding: 0;
	width: 80px;
	text-align: left;
}

.formTable td.subData {
	padding; 0;
	width: 480px;
	text-align: left;
}

.formTable input[type="text"],
.formTable2 input[type="text"],
.formTable select {
	padding: 0 10px 0 10px;
	box-shadow: 0 0 0 1px #fff inset;
	font-size: 14px;
	vertical-align: middle;
	border: solid 2px #bfccd7;
	height: 40px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka , sans-serif;
	text-align: left;
	box-sizing: border-box;
}

	.formTable select {
		padding: 0 0 0 10px;
		width: 120px;
		box-sizing: border-box;
	}
	
	.formTable select.floorPlan { /* frmartbiz00 */
		padding: 0 0 0 10px;
		width: 240px;
		box-sizing: border-box;
	}


.formTable input.wSshort {
	width: 15%;
}

.formTable input.wShort {
	width: 25%;
}

.formTable input.wMiddle {
	width: 50%;
}

.formTable input.wMlong {
	width: 75%;
}

.formTable input.wLong {
	width: 100%;
}

.formTable #btSearchAddress {
	-webkit-appearance: none;
	cursor: pointer;
	width: 100px;
	height: 40px;
	border: none;
	border-radius: 5px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka , sans-serif;
	background: #dddddd;
	box-shadow: none;
}

.formTable2 {
	width: 920px;
	border: solid 2px #0068b7;
	font-size: 14px;
}

span.note {
	font-size: 14px;
}

.formTable2 td {
	padding: 15px;
}

p.policy {
	font-size: 1.4rem;
}

input.nextBtn {
	-webkit-appearance: none;
	cursor: pointer;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	border: 0;
	outline: 0;
	color: #fff;
	border-radius: 5px;
	padding: 0 72px;
	box-shadow: 0 6px 0 #00184f;
	height: 100px;
	width: 400px;
	margin: 0 20px;
	background: #062876 url(../../picts/2016/btn_next_bg.png) 100% 50% no-repeat;
	box-sizing: border-box;
}

.verisign {
	margin: 0 auto;
/*	width: 580px;	*/
	width: 100%;
	border: solid 1px #ccc;
}
.verisign table td:nth-child(1) {
	padding: 0 15px 0 0;
}

.childTable td {
	padding: 10px 0;
}

.kgi_enq {
	width: 100%;
}

.biz_rdo td {
	padding: 5px 15px;
}

	.biz_rdo td.w15 {
		width: 15%;
	}
	.biz_rdo td.w30 {
		width: 30%;
	}

.biz_chk td,
.kgi_chk td,
.kgi_enq td {
	padding: 5px 10px;
	width: 20%;
	vertical-align: top;
}

/* 確認用（納品時は消去） */

form {
	display: inline;
}


/* アートプラス */

#frmfwrinq td.address > input[type=submit] {
	margin: 0 5px;
	height: 24px;
	width: 80px;
	font-weight: normal;
	border-radius: 2px;
	box-shadow: 0 2px 0 #00184f;
}

#frmfwrinq .w90per {
	width: 90%;
}