@charset "UTF-8";

/* CSS Document */

/* @group rest */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	font-size: 85%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

div.container {
	text-align: left;
	margin: 0 auto;
	width: 550px;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 10px;
}

p {
	padding-bottom: 40px;
	color: #666666;
}

.logo {
	position: relative;
	left: -208px;
}
div.line {
	margin: 5px 0 20px;
	text-align: center;
	background-color: #ddd;
	
}
/*  Formy - CSS Framework 0.8   */

/* 
	      fieldset legend
*/

fieldset {
	border: 1px solid #ccc;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding: 1.4em 0em 1.4em 1.4em;

}

legend {
	padding: 0 0.4em;
	font-size: 1.2em;
	color: #333;
}

textarea, input, select {
	padding: 0.2em;
	margin: 0em 0.5em 0 0;
}

textarea {
	border: 1px solid #666;
}

textarea:focus, input[type="text"]:focus {
	border: 2px solid #666;
}

select {
	padding: 0;
	background-color: #fff;
	color: #000;
}

input[type="text"] {
	border: 1px solid #666;
}

input[type="submit"] {
	margin: 0.5em 0.5em 0 0;
	padding: 0.4em;
	background-color: #ccc;
	color: #333;
}

input[type="checkbox"] {
	color: #000;
}

input[type="radio"] {
	padding: 0.5em;
	background-color: #fff;
	color: #000;
}

/* 
	option optgroup 
*/

option {
	background-color: #fff;
	color: #000;
}

optgroup {
	background-color: #ccc;
	color: #000;
}

/* 
	button 
*/

button {
	margin: 0.5em 0.5em 0 0;
	padding: 0.4em;
	background-color: #ccc;
	color: #333;
}

fieldset.bd {
	line-height: 1.33em;
}

div.spr {
	
}

div.msg {
	padding-top: 15px;
}

div.msg label {
	vertical-align: top;
}

textarea {
	width: 500px;
	height: 100px;
}

fieldset.cntct label {
	clear: both;
	padding-top: 11px;
	display: block;
	width: 110px;
	float: left;
}

fieldset.cntct input {
	margin-top: 0.35em;
	width: 200px;
}

div.button {
	text-align: center;
}

div.button input {
	width: 50px;
}

label {
padding-top: 0.4em;
color: #333333;
}

/*php err massage*/
span.err-msg,
span.text-err-msg {
	display: inline;
	color: #FF0000;
	border: none;
	font-size: 90%;
	padding-left: 20px;
	background: url(../../inquiry/img/mark_01.gif) no-repeat center left;
}

span.text-err-msg {
	padding-left: 40px;
	background-position: 20px;
}

/* end　php err massage*/

/*conf.html*/
div.conf-massage {
	border: 1px solid #DDDDDD;
	width: 400px;
	margin: 40px auto;
	background-color: #F4F4F4;
}

div.conf-massage h2 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding: 10px;
}

div.conf-massage p {
	padding-bottom: 10px;
	padding-left: 10px;
}


