@charset "utf-8";

#contents h1 {
	color: #000;
	font-size: 140%;
	padding: 20px 5px;
	margin: 0 0 30px 0;
	border-bottom: 2px dotted #CCC;
}

#contents h2 {
	margin: 0 0 15px 0;
	font-size: 115%;
	padding: 2px 8px;
	color: #000;
	border-left: 4px solid #FFD1D0;
}

#contents h3 {
	font-size: 110%;
	color: #333;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #999;
}

#contents h4 {
	font-size: 100%;
	color: #6C4C26;
	margin: 10px 15px 10px 0;
}

#contents h5 {
	font-size: 95%;
	color: #666;
	margin: 0 0 5px 0;
}

#contents h6 {
	font-size: 95%;
	color: #666;
	margin: 0 0 5px 0;
}

#contents p {
	font-size: 95%;
	line-height: 150%;
	margin: 0 0 15px;
	color: #333;
	text-align: justify;
}

#contents ul {
	margin: 0 20px 20px 10px;
}

#contents ul li {
	background: url(images/liStandard.gif) no-repeat left 6px;
	padding-left: 17px;
}

#contents ol {
	margin: 0 20px 20px 35px;
}

#contents ol li {
	/* list-style-type:decimal; */
	margin-left: 0.5em;
}

#contents ol.alpha li {
	list-style-type: lower-alpha;
}

#contents li {
	margin: 0 auto 5px;
	line-height: 150%;
	font-size: 90%;
}

#contents ul li ul {
	margin: 10px 0 0 0;
	font-size: 110%;
}

#contents ul li ul li {
	background: url(images/liOrange.gif) no-repeat left 6px;
}

#contents ol li ul {
	margin: 10px 0;
	font-size: 100%;
}

#contents ol li ul li {
	list-style-type: none;
	background: url(images/liBlue.gif) no-repeat left 6px;
}

#contents dl {
	margin-left: 10px;
	font-size: 90%;
}

#contents dt {
	font-weight: bold;
}

#contents dd {
	margin: 10px 0 20px 1em;
	line-height: 150%;
}

hr {
	border: dotted #999;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 8px 0 16px;
	clear: both;
}

#contents table {
	margin: 0 15px 20px 0;
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 150%;
	empty-cells: show;
	font-size: 90%;
}

#contents caption {
	font-size: 105%;
	color: #000;
	text-align: left;
	margin-bottom: 5px;
}

#contents td,
#contents th {
	border: 1px solid #999;
	padding: 5px 10px;
	vertical-align: top;
	line-height: 130%;
}

#contents th {
	color: #000;
	background: #FAFAFA;
	text-align: left;
	font-weight: normal;
}

#contents td {
	background: #FFF;
}

#contents td p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

#contents .textCenter td p {
	text-align: center;
}

#contents td ul {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

#contents td ol {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 110%;
}

#contents th.thCenter {
	text-align: center;
	vertical-align: middle;
}

#contents th.thRignt {
	text-align: right;
}

#contents table td.vMiddle {
	vertical-align: middle;
}

#contents blockquote {
	color: #333;
	margin: 20px 0;
	line-height: 150%;
	font-size: 90%;
	background-image: url(images/quote1.png), url(images/quote2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-color: #EEE;
	padding: 25px 25px 2px 25px;
}


a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=90)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}




.otoiawase {
	border: 2px solid #E8EAE5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 50px;
}

#contents .otoiawase h2 {
	background: #E3E3E3;
	font-size: 94%;
	padding: 5px 10px;
	margin-left: 0;
	margin-bottom: 5px;
	border-bottom: none;
	border-left: none;
}

#contents .otoiawase h3 {
	margin: 20px 20px 10px;
	font-size: 100%;
}

#contents .otoiawase p {
	margin: 0 10px 0 20px;
	font-size: 90%;
}

#contents .otoiawase p img {
	vertical-align: middle;
}

#contents ul li ol li {
	list-style-type: decimal;
	list-style-image: none;
	background: none;
	padding: 0;
	margin: 10px 0;
}

.photoAreaL {
	float: left;
	margin: 0 20px 30px 0;
}

.photoAreaR {
	float: right;
	margin: 0 0 30px 20px;
}

#contents .photoAreaL p, #contents .photoAreaR p {
	margin: 0;
	padding: 5px;
	background: #EEE;
	font-size: 80%;
	line-height: 120%;
	color: #333;
}

#contents p.marginZero {
	margin: 0;
	padding: 1px;
}

#contents p.marginZero img {
	border: 4px solid #FFF;
}

#contents p.imgLeft {
	float: left;
	margin-right: 20px;
}

#contents p.imgRight {
	float: right;
	margin-left: 20px;
}

#contents div.imgLeft {
	float: left;
	margin-right: 20px;
}

#contents div.imgRight {
	float: right;
	margin-left: 20px;
}

.photoAreaC {
	margin: 0 auto 30px;
	background: #EEE;
	border: 1px solid #EEE;
	border-bottom: none;
	display: inline-block;
}

#contents .photoAreaC p img {
	border: 4px solid #FFF;
}

#contents .photoAreaC p.marginZero {
	padding: 0;
}

#contents .photoAreaC p {
	margin: 0;
	padding: 5px;
	background: #EEE;
	font-size: 80%;
	line-height: 120%;
	color: #333;
	text-align: left;
}


.dottedLine {
	border: dotted 2px #999;
	padding: 10px 30px;
}

.kakomiDouble {
	margin: 0 0 10px;
	border: 3px #CCC double;
	padding: 15px 15px 0;
}

.kakomiDouble2 {
	margin: 0 20px 10px;
	border: 3px #CCC double;
	padding-top: 15px;
}

.kakomiSingle {
	margin: 0 0 20px;
	border: 1px #CCC solid;
	padding: 15px 15px 0;
}

#contents .kakomiSingle h2 {
	border: none;
	color: #39C;
}

#contents .kakomiSingle h3 {
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 95%;
	color: #666;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}


/**********************************
Another Design
**********************************/

#different #contents h1 {
	background: url(images/h1BackgroundAnother.png) repeat-y left;
	color: #3493FF;
	padding: 20px 25px;
}


#different #contents h2 {
	color: #525252;
	background: url(images/h2Back.gif) no-repeat 5px 5px;
	border-left: none;
	border-bottom: 2px dotted #CCC;
	padding-left: 25px;
}

#different #contents h3 {
	color: #3399FF;
	background: none;
	border: none;
	padding-left: 0;
}

#different #contents h4 {
	font-weight: normal;
}

#different #contents h5 {
	color: #3399FF;
}

#different #contents ul li {
	background: url(images/liBlueRound.gif) no-repeat left 6px;
}


/**********************************
Additional Styles
**********************************/
#contents ul.prevNext {
	list-style-image: none;
	margin: 0 0 10px;
	padding: 0;
	line-height: 30px;
}

#contents ul.prevNext li.prevPage {
	float: left;
}

#contents ul.prevNext li.nextPage {
	float: right;
}

#getAcro {
	background-color: #EEF7FF;
	border: 1px solid #DDDDDD;
	margin: 40px 10px;
}

#getAcro img {
	float: left;
	margin: 10px 15px;
}

#getAcro p.acrobat {
	font-size: 90%;
	margin-bottom: 0;
	margin-left: 150px;
	padding-bottom: 10px;
	text-indent: 0;
}





#contents #cse table,
#contents #cse th,
#contents #cse td {
	border: none;
	margin: 0;
	padding: 0;
}

.gsc-cursor-box {
	text-align: center;
}

.gsc-wrapper {
	margin-top: 30px;
}

.gsc-input input.gsc-input {
	height: 22px;
	padding: 1px 2px;
}



.gsc-clear-button div.gsc-clear-button {
	margin-left: 0;
	height: 26px;
	line-height: 26px;
}

form.gsc-search-box table.gsc-search-box td.gsc-input {
	padding-right: 8px;
}

#contents .gsc-control-cse table,
#contents .gsc-control-cse th,
#contents .gsc-control-cse td {
	border: none;
	margin: 0;
}

#contents .gsc-result-info {
	text-align: left;
}

#contents .gsc-cursor-box {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}

#contents .qa {
	margin-left: 10px;
}


#contents .q {
	color: #105F51;
	font-size: 115%;
	border: dotted #9CDCDB;
}

#contents .a {
	margin: 0 0 0 20px;
}

#contents p.toPageTop {
	text-align: right;
	font-size: 80%;
}

#contents p.toPageTop a {
	background: url(images/arrowUp.png) no-repeat left center;
	padding-left: 15px;
	color: #666;
	text-decoration: none;
}

#contents p.toPageTop a:hover {
	color: #000;
	text-decoration: underline;
}

.menuList {
	/*width:680px;*/
	width: 100%;
}

#wide .menuList {
	width: 100%;
}

#contents .menuList ul {
	overflow: hidden;
}

#contents .menuList ul li {
	float: left;
	/*width:204px;*/
	width: 236px;
	margin: 0 10px 10px 0;
	padding: 0;
	background: none;
	border: 1px solid #CCC;
}

#wide #contents .menuList ul li {
	width: 215px;
}

#contents .menuList ul li a {
	display: block;
	padding: 10px 10px 10px 20px;
	background: url(images/liStandard.gif) no-repeat 10px center;
}

#contents .menuList ul li a:hover {
	background: url(images/liStandard.gif) no-repeat 10px center #EFEFEF;
}

#contents .menuList ul li.noLink {
	padding: 10px 0 10px 20px;
	width: 184px;
	color: #666;
}

#contents .underlineArea p {
	border-bottom: 2px solid #EEE;
	padding-bottom: 10px;
}

.wcv_sys_cal_legend {
	display: none;
}

/**************************************/

#contents table.linkTable {
	width: 620px;
	border: none;
}

#contents table.linkTable td {
	border: none;
	width: 33%;
	background: url(images/liOrange.gif) no-repeat left center;
	padding-left: 20px;
}

a.linkButtom {
	padding: 5px 10px;
	background: #EEE;
	color: #00337F;
	text-decoration: none;
}


.textRight,
#contents .textRight {
	text-align: right;
}

.textCenter,
#contents .textCenter {
	text-align: center;
}

#contents .textRed {
	color: red;
}

#contents .textRedSmall {
	color: red;
	font-size: 80%;
}

#contents .textBlueBold {
	color: #4d66cc;
	font-weight: bold;
}

#contents .textPurple {
	color: #6A5ACD;
}

#contents .textPurpleSmall {
	color: #6A5ACD;
	font-size: 80%;
}

#contents .textGreen {
	color: #20B2AA;
}

#contents .textGreenSmall {
	color: #20B2AA;
	font-size: 80%;
}

#contents .textGray {
	color: #999;
}

#contents .textGraySmall {
	color: #999;
	font-size: 80%;
}

#contents .textSmall {
	font-size: 80%;
}

#contents .textStandard {
	font-size: 90%;
}

#contents .textSmallRight {
	font-size: 84%;
	text-align: right;
}

#contents .textBackBlue {
	color: #FFF;
	background-color: #036;
	padding: 2px 5px;
}

#contents .textLarge {
	font-size: 110%;
}

#contents .textPink {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "Century Gothic", "Trebuchet MS", "Meiryo", "Osaka", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: bold;
	font-size: 120%;
	color: #cc4d00;
	text-decoration: none;
}

#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
	border: none;
	padding: 0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	border: none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	padding: 10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	border: none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	padding: 20px;
}


#contents table.tableBorderNone4,
#contents .tableBorderNone4 th,
#contents .tableBorderNone4 td {
	border-left: none;
	border-right: none;
}

#contents .tableBorderNone4 th,
#contents .tableBorderNone4 td {
	padding: 6px;
}

#contents table.tableBorderNone5,
#contents .tableBorderNone5 th,
#contents .tableBorderNone5 td {
	border: none;
}

#contents .tableBorderNone5 th,
#contents .tableBorderNone5 td {
	padding: 5px;
}

#contents table.tableBorderNone6,
#contents .tableBorderNone6 th,
#contents .tableBorderNone6 td {
	border: none;
	line-height: 140%;
	font-size: 100%;
	padding: 0 0 3px 0;
	margin: 5px 10px 10px 0;
}


a.pdfLink {
	padding: 5px 0 5px 20px;
	background: url(images/pdficon.gif) no-repeat left 5px;
}

a.wordLink {
	padding: 5px 0 5px 20px;
	background: url(images/word.png) no-repeat left 7px;
}

a.excelLink {
	padding: 5px 0 5px 20px;
	background: url(images/excel.png) no-repeat left 7px;
}

a.ppLink {
	padding: 5px 0 5px 20px;
	background: url(images/powerpoint.png) no-repeat left 7px;
}

a.movieLink {
	padding: 5px 0 5px 22px;
	background: url(images/movie.gif) no-repeat left 8px;
}

a.new {
	padding: 5px 45px 5px 0;
	background: url(images/new.gif) no-repeat right center;
}

a.zipLink {
	padding: 5px 45px 5px 0;
	background: url(images/zip.png) no-repeat right center;
}

.newIcon:after {
	content: url(images/new.gif);
	padding-left: 10px;
}

#contents ul li.pdfLink {
	padding: 5px 0 5px 25px;
	background: url(images/pdficon.gif) no-repeat left 5px;
}

#contents ul li.pageLink {
	padding: 5px 0 5px 25px;
	background: url(images/link.gif) no-repeat left 5px;
}

#contents p.textIndent {
	margin-left: 1em;
}

#contents p.noIndent {
	margin: 0 0 15px;
}

#contents p.comment1 {
	background: url(images/kome.gif) no-repeat left 2px;
	padding-left: 20px;
}

#contents p.comment2 {
	text-indent: -1em;
	margin-left: 2em;
}

#contents p.comment3 {
	padding-left: 20px;
	text-indent: -1em;
	font-size: 90%;
}

#contents p.comment4 {
	padding-left: 40px;
	text-indent: -1em;
	font-size: 90%;
}


.arrowRight {
	background: url(images/arrow.png) no-repeat left center;
	padding-left: 20px;
}

.arrowRight2 {
	background: url(images/arrow.png) no-repeat left 7px;
	padding-left: 20px;
}

.externalLink {
	background: url(images/link.gif) no-repeat left center;
	padding-left: 24px;
}

#contents table.tableDesign1 {
	border: none;
	margin-top: 10px;
}

#contents table.tableDesign1 th,
#contents table.tableDesign1 td {
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	font-size: 90%;
}

#contents table.tableDesign1 th {
	background: #F9F9F9;
	white-space: nowrap;
}

#contents table.tableDesign1 td {
	padding-left: 20px;
}


#contents table.tableDesign2 {
	border: none;
	margin-top: 10px;
}

#contents table.tableDesign2 th,
#contents table.tableDesign2 td {
	border: none;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}

#contents table.tableDesign2 th {
	background: #EEE;
}

#contents table.tableDesign3,
#contents .tableDesign3 th,
#contents .tableDesign3 td {
	border: none;
	padding: 10px;
}

.backYellow {
	background: #FFFFF1
}

.backGreen {
	background: #EEFFF7
}

.backBlue {
	background: #E6F7FF
}

.backPink {
	background: #FFEEFF
}

.backPurple {
	background: #EEEEFF
}

.backGray {
	background: #F0F0F0;
}

.backOrange {
	background: #FFF3E8;
}



.otoiawase {
	margin-top: 40px;
	border: 2px solid #DDD;
	padding-bottom: 10px;
}

#contents .otoiawase p {
	font-size: 90%;
	margin: 0 10px 0 20px;
}

#contents .otoiawase p img {
	vertical-align: middle;
}

#contents table.formTable {
	width: 670px;
}

#contents table.formTable th {
	width: 170px;
}

#contents table.formTable th,
#contents table.formTable td {
	padding: 12px 15px;
}

#contents table.formTable input {
	padding: 2px;
}

#contents table.formTable th .chushaku,
#contents table.formTable td .chushaku {
	font-weight: normal;
	color: #60C;
}

#contents table.formTable th .chushaku2 {
	font-weight: normal;
	color: #F00;
}

#contents table.formTable th .hissu {
	color: #900;
}

#contents p#sendMail {
	text-align: center;
}

#contents p#sendMail input {
	padding: 13px 15px;
}

#contents table.newsTable,
#contents table.newsTable th,
#contents table.newsTable td {
	border: none;
}

#contents table.newsTable th,
#contents table.newsTable td {
	border-bottom: 2px dotted #CCC;
	padding: 15px 5px;
}

#contents table.newsTable th {
	background: none;
	font-weight: normal;
	white-space: nowrap;
}

#contents table.newsTable th.date {
	width: 120px;
}

#contents table.newsTable td.cateIcon {
	width: 65px;
}


.column2 {
	width: 295px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

#contents .column2 p {
	margin: 5px;
}

#contents .column2 h3 {
	border: none;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
}

#contents .column2 ul {
	margin: 0 5px 5px 15px;
}

#contents .column2 ul li {
	margin: 5px 0;
}

.cLeft {
	float: left;
}

.cRight {
	float: right;
}

#indexMenu dl {
	margin: 0 10px 20px;
}

#indexMenu dt {
	background: url("images/indexIcon.gif") no-repeat left center;
	border-bottom: 1px dotted #ccc;
	font-size: 120%;
	padding: 5px 20px;
}

#indexMenu dd {
	color: #666;
	font-size: 100%;
	margin: 10px 10px 30px 20px;
}

#indexMenu a {
	display: block;
	color: #525252;
	text-decoration: none;
}

#indexMenu dd a {
	color: #00E;
	text-decoration: underline;
	background: url(images/liStandard.gif) no-repeat left 6px;
	padding-left: 17px;
}

#indexMenu a:hover {
	background: #e8f5f7;
}

.kakomiIndex {
	border: 1px solid #CCC;
	border-top: none;
	padding-top: 20px;
}

#contents h2.kakomiIndex {
	border-top: 1px solid #CCC;
	margin-bottom: 0;
}

.doctors {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 5px;
}

.doctors table {
	width: 500px;
}

#contents .doctors table {
	border: none;
	margin-top: 10px;
	margin-bottom: 0;
}

#contents .doctors table th,
#contents .doctors table td {
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	font-size: 90%;
}

#contents .doctors table th {
	background: #F9F9F9;
	white-space: nowrap;
}

#contents .doctors table td {
	padding-left: 20px;
}


#contents table.gairaiTable {
	width: 660px;
}

#contents table.gairaiTable th,
#contents table.gairaiTable td {
	text-align: center;
	vertical-align: middle;
}

#contents p.linkBorder {
	margin: 40px 20px 20px;
}

#contents p.linkBorder a {
	border: 1px solid #F66;
	padding: 5px 10px;
	color: #F66;
}

#contents ul.pageNavi {
	overflow: hidden;
	margin: 0 0 10px;
}

#contents ul.pageNavi li {
	line-height: 24px;
	font-size: 75%;
	padding: 0;
	min-width: 80px;
	text-align: center;
}

#contents ul.pageNavi li a {
	color: #666;
	text-decoration: none;
	display: block;
	width: 100%;
	/* background: url(images/pageNaviBack.gif) no-repeat; */
	padding: 0 10px;
}

#contents ul.pageNavi li#previousPage {
	float: left;
	background: url(images/pageNaviPrev.gif) no-repeat left center;
	padding-left: 17px;
}

#contents ul.pageNavi li#nextPage {
	float: right;
	background: url(images/pageNaviNext.gif) no-repeat right center;
	padding-right: 37px;
}

#contents ul.pageNavi li#previousPage a {
	background: #fff2f1;
	border-radius: 0 20px 20px 0;
}

#contents ul.pageNavi li#nextPage a {
	background: #fff2f1;
	border-radius: 20px 0 0 20px;
}

#contents p.backHeart {
	background: url(images/heart.png) no-repeat left center;
	padding-left: 30px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}

.centering {
	margin: auto !important;
}

#contents .doctor table {
	width: 750px;
	font-size: 85%;
	border: 1px solid #CCC;
}

#contents .doctor table td {
	border: none;
	border-bottom: 1px solid #CCC;
}

#contents .doctor table td.sPhoto {
	width: 100px;
}

#contents .doctor table td.sMidasi {
	width: 110px;
	padding: 15px 10px;
}

#contents .doctor table td.sNaiyou {
	width: 410px;
	font-weight: bold;
	padding: 15px 10px;
	font-size: 120%;
}

#contents .doctor table td.sNaiyou br {
	display: none;
}

#contents .doctor table img {
	width: 100px;
	height: auto;
}

.wa2column {
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}

.wa2L {
	float: left;
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}

.wa2R {
	float: right;
	width: 50%;
	padding-left: 30px;
	border-left: 2px dotted #CCC;
	box-sizing: border-box;
}

#leftNavi .menuList2c,
#naviLeft .menuList2c {
	width: 100%;
}

#leftNavi #contents .menuList2c ul li,
#naviLeft #contents .menuList2c ul li {
	width: 376px;
}

#wideHosp .colWrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#wideHosp .colWrap::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#wideHosp .colLeft {
	width: 750px;
	float: left;
}

#wideHosp .colRight {
	width: 250px;
	float: right;
}

#wideHosp #tabcontent .colWrap {
	width: calc(100% - 20px);
	padding: 0 10px;
}

#wideHosp #tabcontent .colLeft {
	width: 700px;
	float: left;
}

.wcv_system_form input.icontest {
	display: none;
}

.backTop {
	font-size: 80%;
}

.backTop a {
	display: block;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 10px 10px 10px 50px;
	color: #444;
	text-decoration: none;
	background: url(images/return.png) no-repeat 10px center;
}

.backTop a:hover {
	background: url(images/return.png) no-repeat 10px center #fff3f3;
}

.nurse #localNaviArea {
	margin-bottom: 10px;
}


#contents .soshiki ul li {
	position: relative;
	background: url(images/liRound.png) no-repeat 10px center;
	padding: 10px 10px 10px 30px;
	border-bottom: 1px dotted #CCC;
	font-size: 110%;
}

#contents .soshiki ul li a {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	font-size: 70%;
	text-decoration: none;
	background: #EEE;
	border-radius: 20px;
	padding: 5px 10px;
	line-height: 1;
}


.linkArea {
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
	padding: 10px;
	margin-bottom: 20px;
}

.linkArea:hover {
	background: #F3F3F3;
	cursor: pointer;
}

#contents .linkArea h3 {
	border-bottom: none;
}

#contents .linkArea h3 a {
	text-decoration: none;
	font-size: 120%;
	color: #333;
}

#contents .linkArea p {
	font-size: 90%;
	overflow: hidden;
}

@media screen and (max-width:999px) {

	#contents p.imgLeft,
	#contents p.imgRight {
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}

	#contents .doctor table td {
		display: block;
		border: none;
	}
	#contents .doctor table {
		width: 100%;
	}	
	#contents .doctor table td.sNaiyou {
		width: 100%;
	}
	#contents .doctor table tr {
		border-bottom: 1px solid #CCC;
	}
	#contents .doctor table td.sPhoto {
		margin: 15px auto 0;
	}
	#contents .doctor table td.sMidasi {
		padding: 0 10px;
	}
	.photoAreaR,
	.photoAreaL {
		float: none;
		margin: 0 auto 20px;
		display: table;
	}

	.iryokankei {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	#contents table.newsTable th,
	#contents table.newsTable td {
		display: block;
		border: none;
	}
	#contents table.newsTable th {
		padding: 10px 0 0;
	}
	#contents table.newsTable td {
		padding: 0 0 10px;
	}
	#contents table.newsTable {
		border-collapse: collapse;
	}
	#contents table.newsTable tr {
		border-bottom: 2px dotted #CCC;
	}

	#contents table {
		margin: 0 0 20px;
	}

	#wideHosp .colLeft, #wideHosp .colRight, .wa2L, .wa2R {
		float: none;
		width: 100%;
		padding: 0;
	}

	#wideHosp #tabcontent .colLeft,
	#wideHosp #tabcontent .colRight {
		float: none;
	}

	#contents table.docTable {
		width: 100%;
		border-top: none;
	}

	#contents table.docTable th {
		background: #E4E4E4;
		border-top: 1px solid #979797 !important;
	}

	#contents table.docTable th,
	#contents table.docTable td {
		display: block;
		width: 100% !important;
		border: none;
		padding: 10px 15px;
	}

	#contents table.docTable td[rowspan] {
		text-align: center;
	}

	#contents table.docTable th br {
		display: none;
	}

	#contents table.scroll {
		max-width: initial;
	}
}