/*
Template:xeory_extension
Theme Name:kasane
Theme URI:http://www.officerete.com/
Description:xeory_extension の子テーマです
Author:DEKI Takiko
Version:1.0
*/
@import url("../xeory_extension/style.css");

body .post-content table tr td.title{
	background-color: #ddd;
	border-bottom: solid #bbb 1px;
}

	ul#tab {
		zoom: 1;
		background: #c9c3c4;
		border-bottom: 3px solid #c81528;
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
	ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	ul#tab li {
		float: left;
		text-align: center;
	}
	ul#tab li:last-child {
		background: none;
	}
	ul#tab li {
		display: block;
		width: 138px;
		padding: 8px 0;
		text-decoration: none;
		color: #222;
	}
	ul#tab li:hover {
		background: #c95560;
		color: #fff;
		cursor: pointer;
	}
	ul#tab li.active,
	ul#tab li.active:hover {
		background: #c81528;
		color: #fff;
	}
	#detail {
		clear: both;
		overflow: hidden;
		background: #f7f7f7;
		width: 100%;
		min-height: 200px;
		padding: 20px;
	}
	.tabbox {
		display: none;
	}

#tooltip {
	text-align: center;
	color: #fff;
	background: #111;
	position: absolute;
	z-index: 100;
	padding: 15px;
}
 
	#tooltip:after /* triangle decoration */ {
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #111;
		content: '';
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin-left: -10px;
	}

		#tooltip.top:after {
			border-top-color: transparent;
			border-bottom: 10px solid #111;
			top: -20px;
			bottom: auto;
		}

		#tooltip.left:after {
			left: 10px;
			margin: 0;
		}

		#tooltip.right:after {
			right: 10px;
			left: auto;
			margin: 0;
		}

table.asagao-data td hr,
table.asagao-data td p {
	margin:0;
}

table.asagao-data td textarea {
	height: 7em;
	width: 30em;
	max-width: 100%;
}


@media only screen and (max-width:767px){
	table.asagao-data th,
	table.asagao-data td{
		width: 100%;
		display: block;
		border-top: none;
		margin:0;
		white-space: normal;
	}
	table.asagao-data td textarea {
		width: 15em;
		max-width: 100%;
	}
	table.asagao-data td select.asagao-patient{
		width: 8em;
	}
	table.asagao-data td option.asagao-patient{
		width: 15em;
		white-space:normal;
	}
}
