@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	width:640px;
	margin: 0 auto;
    line-height:1;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;/*SPでの見え方を調整*/
	color:#333;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

img{
     display:block;
}

/*メイン*/


/*フォーム*/

#formWrap {
	width:640px;
	margin:0 auto;
	color:#333;
	line-height:120%;
}

table.formTable{
	width:600px;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td{
}

table.formTable th{
	text-align:left;
	font-size:36px;
	font-weight:bold;
	padding:40px 0 20px 0;
	color:#000;
}

input,select{
width: 600px;
height: 94px;
font-size: 250%;
}

textarea{
width: 600px;
height: 188px;
font-size: 250%;
}

.hissu{
	width:70px;
	height:40px;
	background-color:#f00;
	color:#fff;
	font-weight:100;
	font-size:24px;
	padding:6px;
	margin-left:10px;
}

.nimni{
	width:70px;
	height:40px;
	background-color:#0093f0;
	color:#fff;
	font-weight:100;
	font-size:24px;
	padding:6px;
	margin-left:10px;
}

.chui{
	margin: 0 0 12px 0;
}

.jitaku{
  width: 290px;
  height: 94px;
  float: left;
  background-image: url(../img/button_house.jpg);
  margin-bottom: 12px;
}

.hotel{
  width: 290px;
  float: left;
  background-image: url(../img/button_hotel.jpg);
  margin-bottom: 12px;
}

input#submit_btn{
	border: 0px;
	background-image:url(../img/button.jpg);
	width: 544px;
	height: 140px;
	margin: 40px 0 40px 0;
}

input[type="radio"] {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	height: 94px;
}

input[type="radio"]:checked:before{
	content:"";
	position: absolute;
	display: inline-block;
	height: 94px;
}

.error{
  line-height: 120%;
  color: #f00;
}

#cover_bg{
  background-color:#fff;
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:99;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#cover{
  position:fixed;
  top:50%;
  margin-top:-44px;
  left:50%;
  margin-left:-44px;
  z-index:100;
}


