/* 背景色 */
body{	background: #FFF;}
/* 文字から― */
h1,h2,h3,p,{	color:#000;}
/* wrapperで幅、中央寄せ、背景色一括指定 */
#wrapper {
	width: 980px;
	margin:0 auto;
	height:10%;
	text-align: center;
	font-family: "TsukuARdGothicStd-R";
}
/* PC以外を非表示 */
.hidden_sp{	display:none;}
/***********************/
/* 共通                */
/***********************/
.right, .pc_right{		float:right;}
.left, .pc_left{	float:left;}
.bold{	font-weight: bold;}
.red{	color:red;}
.b_white{	background: white;}
.mgt_1em{margin-top: 1em}
.mgt_1.5em{margin-top: 1.5em}
.center{text-align: center;}
.line_h2{
	line-height: 2rem;
	margin-right: 1rem;
}
/* リンクの下線削除　*/
a {	text-decoration: none;}
/* 矢印画像の大きさ　*/
.arrow-size{	height:18px;}
p {
	line-height: 1.8em;
	text-align:left;
/*	padding:0.5em 0;*/
	padding-left:0.5em;
}
h1{
	font-size: 200%;
	padding: 1em 0;
	text-align: center;
	line-height: 1.2em;
	background-color: rgba(255,204,204,0.5);
}

h2{
	position: relative;
	display: inline-block;
	line-height: 2rem;
	font-size: 200%;
}
/*

h2:before, h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 2px;
border-top: solid 1px black;
border-bottom: solid 1px black;
}

h2:before {left:0;}
h2:after {right: 0;}
*/
h3 {
	font-size:120%;
	line-height: 1.4em;
	color:red;
	text-align: left;
}
/* カスタマイズ  */
.clearfix:after{
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}

/*IE7以前のエクスプローラに対応させる命令*/
.clearfix{
 zoom:1;
}

/***********************/
/* ヘッダー            */
/***********************/
h5{
	text-align: left;
	font-size:80%;
	padding: 0.2em;
	background: #eeb3ac;
}
header{
	background: #fff3e7;
}
/* ナビ */
nav a img{
	width:130px;
    padding: 0.5em 1.5em;
}
header div.pc_left a img{
	padding:.5em;
	height: 70px;
}
header div.pc_right{
	padding:0 1em;
	padding-top:0.5em;
	height: 35px;
	width: 290px;
}

/* メニュー用 */
/***********************/
/* メイン部            */
/***********************/
.main_img_mrg{
	margin: 2em 0;
}
/* 掲示板風背景            */
.BboardS{
	width: 80%;
	text-align: center;
	position: relative;
	background: #fff0cd;
	box-shadow: 0px 0px 0px 5px #fff0cd;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	margin: 1.5em 0 0.5em;
	color: #454545;
	display: inline-block;
}
.BboardS:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.BboardS p {
    margin: 0;
    padding: 0;
}

/***********************/
/* 中央コンテンツ　*/
/***********************/
#contents {
	margin: auto;
	display: table;
}
/* メインメニューの案内画像　*/
div.main_info a img{
	width:200px;
	padding:1em;
}
/* コンテンツブロック　*/
.outer{
  text-align: center;
}
div.contents1,
div.contents2,
div.contents3,
div.contents4{
	height: auto;
	width: 80%;
	max-width: 750px;
	margin-top:-2rem ;
	padding:1rem 3rem ;
	display: inline-block;
	zIndex:1;
	line-height: 2.5rem;
	margin-bottom: 2rem;
}
div.contents1 p,
div.contents2 p,
div.contents3 p,
div.contents4 p{
	text-align: center;
}
div.contents1{
	background-color: rgba(255,204,204,0.7);
}
div.contents2{
	background-color: rgba(204,255,255,0.7);
}
div.contents3{
	background-color: rgba(255,255,204,0.7);
}
div.contents4{
	background-color: rgba(204,255,204,0.7);
}

/* 新着情報 */
.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}
/* 表示領域全体 */
div.tabbox {
   margin-top: 1em; padding: 0px;
}

/* タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
   display: block; width: 5em; float: left;
   margin: 0px 1px 0px 0px; padding: 3px;
   text-align: center;
}
p.tabs a.tab1,
p.tabs a.tab2,
p.tabs a.tab3,
p.tabs a.tab4 {
		font-size: 90%;
		color:black;
	}
	p.tabs a.tab1{border-left: 3px solid #888888 ;background-color: #E2E2E2;}
	p.tabs a.tab2{border-left: 3px solid #0080FF; background-color: #CCE5FF;}
	p.tabs a.tab3{border-left: 3px solid #66cc99; background-color: #CCFFE5;}
	p.tabs a.tab4{border-left: 3px solid #9966cc; background-color: #ccccff;}

	p.tabs a.tab1:hover { color: #888888; }
	p.tabs a.tab2:hover { color: #0080FF; }
	p.tabs a.tab3:hover { color: #66cc99; }
	p.tabs a.tab4:hover { color: #9966cc; }

/* タブ中身のボックス */
div.tab {  overflow: auto; clear: left; }
div#tab1 {   border-top: 1px solid #888888; background-color: #E2E2E2;}
div#tab2 {	border-top: 1px solid #0080FF; background-color: #CCE5FF;}
div#tab3 {   border-top: 1px solid #66cc99; background-color: #CCFFE5;}
div#tab4 {   border-top: 1px solid #9966cc; background-color: #ccccff;}
div.tab p { margin: 0.5em; }


/* コンテンツ　*/
#main_contents_L{
	width:49%;
	float:left;
}
#main_contents_R{
	width:49%;
	float:left;
}
#main_contents_L img{
	width:75%;
	text-align: left;
}
#main_contents_R img{
	width:95%;
}

#main_contents_L1{
	width:39%;
	float:left;
	padding-right: 0.5em;
}
#main_contents_L2{
	width:59%;
	float:right;
}
/* シータ           */
#theta{
	text-align:center;
	margin-left: 290px;
}
#theta blockquote{
	margin: 0 auto;
}
/*#main_contents_L img,
#main_contents_R img{
	width:500px;
}
/* 医師紹介 */
ul.staff {
	width: 400px;
  background-image: url(/images/column-bk.png);
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
	margin: 1rem 4rem;
}
ul.staff li {
  line-height: 1.2;
  padding: 0.2em 0;
}
img.staff_img{
	width: 200px;
	margin:0 6em ;
}
div#contents img.img_cont{
	width: 80%;
}
/* スタッフ 募集
table.bosyu {
	border-collapse: collapse;
	text-align: left;
	display: inline-block;
	line-height: 1.5em;
	border-top: 1px solid #ccc;
	border-left: 3px solid #ff99cc;
}
table.bosyu th {
	width: 20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #cc00cc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
table.bosyu td {
	width: 60%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	white-space:nowrap;
}
*/
p.center{text-align: center;}

/* プライバシーポリシー　*/
/***********************/
ol li{
	line-height: 2rem;
}
/***********************/
/* フッター            */
/***********************/
footer{
	padding: .5em;
	background: #fff3e7;
	font-size: 90%;
}
/***********************/
/* マウスオーバー      */
/***********************/
a img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
