@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 {
  font-size: 16px;
	width:560px;
	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{
  padding: 30px 0 20px 0;
}

.txt{
  float: left;
  height: 22px;
  padding: 9px 0 3px 0;
}

.txt1{
  float: left;
  height: 22px;
  padding: 9px 0 3px 42px;
}

.hissu{
  font-size: 14px;
	background-color:#f00;
	color:#fff;
  padding: 3px 4px;
  margin: 0 18px 0 7px;
}

.nimni{
  font-size: 14px;
	background-color:#0093f0;
	color:#fff;
  padding: 3px 4px;
  margin: 0 18px 0 7px;
}

input[type=text]{
  width: 310px;
  height:34px;
}

input[type=tel]{
  width: 310px;
  height:34px;
}

input[type=email]{
  width: 310px;
  height:34px;
}

input[type=number]{
  width: 180px;
  height:34px;
}

input[type=date]{
  width: 180px;
  height:34px;
  margin: 4px 0 4px 0;;
}

input[type="radio"] {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
}

select{
  width: 185px;
  height:34px;
}

textarea{
  width: 305px;
}
.box{
  margin: 0 0 10px 0;
}

.day_box{
  margin: 0 0 0 90px;
}

.therapist_box{
  margin: 0 0 0 42px;
}

.start_box{
  margin: 0 0 0 42px;
}

.course_box{
  margin: 0 0 0 26px;
}

.name_box{
  margin: 0 0 0 106px;
}

.tel_box{
  margin: 0 0 0 90px;
}

.address_box{
  margin: 0 0 0 74px;
}

.chui{
  padding-top: 10px;
}

.address{
  margin: 0 0 10px 215px;
}

#address1{
  margin-top: 5px;
}

.jitaku{
  width:  150px;
  height: 50px;
  float: left;
  background-image: url(../img/button_house.jpg);
  background-repeat: no-repeat;
}

.hotel{
  width:  150px;
  height: 50px;
  background-image: url(../img/button_hotel.jpg);
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

.otherwise_box{
  margin: 0 0 0 26px;
}

#submit_btn{
  background-image: url(../img/button.jpg);
  background-repeat: no-repeat;
  width: 300px;
  height: 80px;
  border: 0px;
  margin: 16px 130px 0 130px;
}
