@charset "utf-8";
* {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.wide {
  width: 100%;
}
.bold {
  font-weight: bold;
}
/* テキストを省略せずに表示する */
.ui-header .ui-title,.ui-footer .ui-title,.ui-btn-inner,.ui-li-heading,.ui-li .ui-btn-text a.ui-link-inherit,.ui-li-desc {
  overflow: visible;
  white-space: normal;
}
#map {
  width: 100%;
  height: 300px;
  border: 8px solid #ccc;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

/*入力フォームの背景を調整*/
textarea.ui-body-b,input.ui-body-b {
  background-color: white;
}
/*見出しとフォーム部品の間の余白を調整*/
.ui-field-contain:first-child {
  padding-top: 0;
}




/*自作追加
#top{
	border:1px solid #b3b3b3 ;background:#fdf3ed ;color:#3e3e3e ;font-weight:bold;text-shadow:0  1px  1px  #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #fce8f2 ),to( #e78dba )); background-image:-webkit-linear-gradient( #fce8f2,#e78dba ); background-image:   -moz-linear-gradient( #fce8f2,#e78dba ); background-image:    -ms-linear-gradient( #fce8f2,#e78dba ); background-image:     -o-linear-gradient( #fce8f2,#e78dba ); background-image:        linear-gradient( #fce8f2,#e78dba );}.ui-bar-a .ui-link-inherit{color:#3e3e3e ;
}
#top,#menu1,#menu2,#menu3{background:#fdf4ed;}
.ui-header,.ui-footer{border:1px solid #b3b3b3 ;background:#faeaf2 ;color:#3e3e3e ;font-weight:bold;text-shadow:0  1px  1px  #ffffff ;background-image:-webkit-gradient(linear,left top,left bottom,from( #faeaf2 ),to( #c72375 )); background-image:-webkit-linear-gradient( #faeaf2,#c72375 ); background-image:   -moz-linear-gradient( #faeaf2,#c72375 ); background-image:    -ms-linear-gradient( #faeaf2,#c72375 ); background-image:     -o-linear-gradient( #faeaf2,#c72375 ); background-image:        linear-gradient( #faeaf2,#c72375 );}
*/
.logo {
	border-bottom:3px solid #0033CC;
	margin:0;
	padding:0 5px;
	background:#fff;
}
.font12 {
	font-size:12px;
}

.info-date{
	display:block;
	margin:0 0 10px 0;
	padding:0;
}


/*診療時間table*/
table {
    color: black;
    background: #fff;
    border: 1px solid #b4b4b4;
    font: bold 17px helvetica;
    padding: 0;
    margin-top:10px;
    margin-bottom:20px;
    width: 96%;
    -webkit-border-radius: 8px;
}
table tr td {
    color: #666;
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    padding: 10px 5px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eee);
}
         
table tr td:last-child {
    border-right: none;
}

table tr:last-child td {
    border-bottom: none;
}

table.timetbl th.time{
	font-size:75%;
	text-align:left;
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    padding: 10px 5px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eee);
}
	
table.cols2-table-noborder{
	width:100%;
	margin:5px 0;
	text-align:left;
	background:none;
}
table.cols2-table-noborder th,table.cols2-table-noborder td {
	border:none;
	margin:0;
	padding:2px;
}
table.cols2-table-noborder th{
	width:25%;
	border-top:1px solid #ccc;
	font-size:80%;
}
table.cols2-table-noborder td{
	width:75%;
	border-top:1px solid #ccc;
}