@charset "UTF-8";

/*
**************************************
*Since: 2013-09-09
*Modified: 2013-00-00
**************************************
*/

body {}

.pc{display: block;}
span.pc{display: inline-block;}
tr.pc{display: table-row;}
th.pc{display: table-cell;}
td.pc{display: table-cell;}
.sp{display: none;}

table {
	width: 750px;
	border: thin solid #4B9A53;
	border-collapse: collapse;
	background-color: white;
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
}


th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border: thin solid #4B9A53;
	background-color: #C5EAA7;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

td {
	width: 65%;
	text-align: left;
	padding: 5px;
	border: thin solid #4B9A53;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

span {
	color: red;
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

.wpcf7-form span.wpcf7-form-control,
.wpcf7-form span.wpcf7-form-control-wrap,
.wpcf7-form span.wpcf7-list-item,
.wpcf7-form span.wpcf7-list-item-label{color:inherit;}
.wpcf7-form span.wpcf7-list-item{
	display:block;
	margin:0;
}
.wpcf7-form span.wpcf7-list-item-label::before,
.wpcf7-form span.wpcf7-list-item-label::after{
	content:none;
}


p {
	padding-left: 20px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
input[type="text"],textarea {
	width: 50%;
}
input.room_number {
	width: 15%;
}

#top {
	height: 110px;
	background:url(../images/header2.jpg) no-repeat center top;
}

#wrapper {
	width: 1137px;
	height: 2600px;
	margin: auto;
	margin-bottom: -20px;
	background:url(../images/main_bg2.png) repeat center top;
}

#wrapper #site_left {
	float: left;
	width: 97px;
    height: 2062px;
	margin-left: 10px;
	background:url(../images/left.png) no-repeat center top;
}
#wrapper #site_center {
	padding-left: 50px;
	float: left;
}
#wrapper #site_right {
	float: right;
	width: 97px;
    height: 1804px;
	margin-left: 10px;
	background:url(../images/right.png) no-repeat center top;
}

#wrapper #satei_header {
	width: 825px;
	height: 71px;
	background: url(../images/table_satei.png) no-repeat center top;
}

#wrapper #satei {
	padding-left: 35px;
	background: url(../images/table_main.png) repeat center top;
}

#wrapper #satei_footer {
	height: 32px;
	background: url(../images/table_footer.png) no-repeat center top;
}

#wrapper #private_header {
	width: 825px;
	height: 71px;
	background: url(../images/table_private.png) no-repeat center top;
}

#wrapper #private {
	padding-left: 35px;
	background: url(../images/table_main.png) repeat center top;
}

#wrapper #private_footer {
	height: 32px;
	background: url(../images/table_footer.png) no-repeat center top;
}

#wrapper #baikyaku_header {
	width: 825px;
	height: 71px;
	background: url(../images/table_baikyaku.png) no-repeat center top;
}

#wrapper #baikyaku {
	padding-left: 35px;
	background: url(../images/table_main.png) repeat center top;
}

#wrapper #baikyaku_footer {
	height: 32px;
	background: url(../images/table_footer.png) no-repeat center top;
}

.error {
	color: red;
	padding-top: 5px;
	font-size: 12px;
}


#wrapper #hyoumei_td .caution{
	color: #f00;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
}
#wrapper #fudousandoctor #submit {
	margin-top: -70px;
	margin-left: 160px;
    border: none;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    background-color:#000000;
	background: url(../images/button_start2.png) no-repeat;
	width: 468px;
    height: 64px;
}
#wrapper #fudousandoctor .notes_01{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 15px 30px;
	margin: 40px auto 0;
	border-radius: 20px;
	background-color: #067c15;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
}

#wrapper #site-management {
	margin-top: 200px;
}

#wrapper #site-management #management {
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11px;
}


#footer {
	height: 100px;
	background:url(../images/footer2.png) no-repeat center top;
}


#copyright {
	font-family: "ＭＳ ゴシック", "MS Gothic", sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 165%;
	text-align: center;
	padding-top: 70px;
}

