@charset "utf-8";
/* CSS Document */

/* 全体的な設定 */
*{
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: "メイリオ", sans-serif;
	color: #333333;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a, a:visited, a:active, a:hover {
	color: #600;	
}

em {
	font-weight: bold;
	font-style: normal;
}

body {
}

/* 共通要素 */
.inner {
	width: 960px;
	margin: 0px auto;
}

.fw_b {
	font-weight: bold;	
}

.fc_01 {
}

.u_line {
	background:linear-gradient(transparent 40%, #efe6d2 90%);
}

/* その他 */
#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(./img/top_bg.jpg) repeat-x left top;
}
h1 {
	display: none;
}

/* ただいま準備中
#caution {
	background-color: rgba(255,255,255,0.8 );
	padding: 15px 0px 10px;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	height: 40px;
	width: 100%;
	text-align: center;
	z-index: 100;
} */

/*ヘッダー部分*/
#head {
		
}
/*こんな方を求めています*/
#cont02 {
	background: url(./img/cont_bg.jpg) repeat-x left top;
	background-color: #f3f3f0;	
}
/*メリット*/
#cont03 {
	background: url(./img/cont_bg.jpg) repeat-x left top;
}
/*院長紹介*/
#cont04 {
	background: url(./img/cont_bg.jpg) repeat-x left top;
	background-color: #f3f3f0;	
}

/*募集要項*/
#cont05 {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #3c3427;
}

#cont05 .inner:after {
  content: "";
  clear: both;
  display: block;

}

#cont05 h2 {
	height: 25px;
	background: url(./img/bosyu_ttl.jpg) no-repeat center top;	
	margin-bottom: 30px;
}

#cont05 h2 span {
	display: none;	
}


#cont05 table{
	width: 470px;
	height: 829px;
	float: left;
    /*display: inline-block;*/
}
#cont05 table tr th {
	background-color: #f3f3f0;
	font-size: 14px;
	color: #3c3427;
	vertical-align: middle;
    text-align: center;
    font-weight: bold;
	border-left: #3c3427 1px solid;
}

#cont05 table tr td {
	border-right: #3c3427 1px solid;
	background-color: #fff;
	font-size: 15px;
	/*color: #666;*/
	padding: 10px 20px;
    line-height: 1.7em;
    width: 75%;
	font-size: 14px;
}


#cont05 #letter {
	padding: 10px 10px;
	margin: 10px 0px;
	border: 1px solid #3c3427;
	background: #fdf8ed;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* 地域情報 */
#cont06 {
	background-color: #f3f3f0;
}

#cont06 p {
	padding: 40px 30px;
	color: #444444;
}

/* コピーライト */
#copy p {
	clear: left;
	text-align: center;
	color: #ffffff;
	padding: 30px 0px 20px;
	background: #3c3427;
}

