@charset "utf-8";
/*
 * imagene.jp inquiry style CSS
 * http://wwww.imagene.jp/
 *
 * Copyright (c) 2009 imagene
 *
 * Date: 2009-04-12 2:20:21
 * Revision: 2
 * $Id: inquiry.css tatsuya.aizawa $
 */

/* 
=0.import CSS files
---------------------------------------------------------------------------------- */
@import 'core.css';

/* 
=1.
---------------------------------------------------------------------------------- */

/* ------------clearfix---------------- */

#notice:after {
	content: ".";
	display: block;
	font-size: 0.1em;
	line-height: 0;
	height: 0.1px;
	clear: both;
	visibility: hidden;
	}

#notice {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #notice { height: 1%; }

#notice { display: block; }
/* End hide from IE-mac */

/*--------------------------------------*/
#container {
	width:685px;
	height:360px;
	background: url(../images/index193/imajinja.jpg) no-repeat;
	background-size: contain;
	margin-left:7px;
	overflow: hidden;
}

#wrap {
	margin: none;
	overflow: hidden;
}

#wrap .inner {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 0 50px;
}

#notice {
	margin: 0 0 10px 20px;
}
#notice dt {
	display: block;
	float: left;
}
#notice dd {
	display: block;
	float: left;
	width: 500px;
	
}

#container ol li.step {
	display: block;
	width: 800px;
	padding: 10px 0px;
	margin: 0 auto;
}

#container ol li.step .inner {
	border: none;
	padding: 0 0 11px;
}

#container ol li.step .inner fieldset {
	display: block;
	padding: 0 20px 3px;
	width:640px;
	margin-bottom:10px;
}

#container ol li.step .inner fieldset p{
	width:410px;
	margin-top:15px;
	margin-bottom:0px;
}

#container ol li#step1 {
	background: none;
}


#navigation {
	padding-bottom: 20px;
	text-align: center;
}

span.button {
	display: block;
	width: 153px;
	height: 39px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

span.button a {
	display: block;
	width: 153px;
	height: 39px;
	background-position: left;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

span.button a#send { background-image: url(../images/index193/sprite_send_btn.png); }
span.button a#confirm { background-image: url(../images/index193/confirmation_giwa_btn.png); }
span.button a#modify { background-image: url(../images/index193/modify_btn.png); }

span.button a:hover { background-position: center; }
span.button a:active { background-position: right; }

textarea {
	overflow: auto;
	width: 280px;
	height: 100px;
}

fieldset p {
	margin-bottom: 1em;
}

table {
	line-height: 2.0;
}

tr#name input,
tr#email input { width: 100%; }
#c_email_latter { width: 90px; }


#error{
	font-size:16px;
	margin-left:25px;
	margin-bottom:10px;
	display:block;
}

#ask_text{
	margin-bottom:15px;
}
