@charset "UTF-8";

h2 {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 0.5em;
	background-color: #F3F3F3;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 0.7em;
	border:1px solid #d1dcdf; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	font-weight:normal;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(100%, #c8d7dc));
	background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
}

#psychiatry-index #contents p ,
#psychiatry-index #contents dl {
	margin-left: 3em;
	margin-right: 3em;
}

#contents {
	line-height: 1.75;
}

#contents ul {
	margin: 0.5em 3em;
	padding-left: 3em;
}
#contents ul li {
	list-style-type: circle;
}
#contents ul.no-style li {
	list-style-type: none;
}
#contents a.pdf {
	padding-left: 20px;
	background: transparent url(../../css/images/pdf-icon.png) no-repeat left center;
}
#contents ol {
	padding-left: 2em;
}

#contents dl {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#contents dt {
	font-weight: normal;
}
#contents dd {
	margin-left: 3em;
	margin-bottom: 1em;
}
#contents dl.standerd dt {
	padding: 0.5em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	border:1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	font-weight:normal;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffffff, endColorstr=#ffeeeeee)";
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffffff, endColorstr=#ffeeeeee);
}
#contents dl.parallel {
	overflow: hidden;
}
#contents dl.parallel dt {
	float: left;
	margin: 1em 0 0 .5em;
	padding: 0 8px 0 6px;
	border-left: 2px solid #043B59;
	border-radius: 0 2px 2px 0;
	background: #4398C6;
	color: #fff;
	box-shadow: #ccc 0 0 2px , #157EB7 0 0 .5em inset;
	box-shadow: rgba(0, 0, 0, .25) 0 0 2px, #157EB7 0 0 .5em inset;
}
#contents dl.parallel dd {
	padding-left: 9em;
	padding-top: 1em;
	margin-left: 0;
	border-top: 1px dashed #90C7E5;
}
#contents dl.parallel dd:nth-child(2) {
	border-top: 0;
}
#contents dl.parallel dd ul {
	margin-left: 0;
}
#contents dl.parallel dd img {
	vertical-align: middle;
}
#contents .sub {
	font-size: 0.9em;
} 
#contents table {
	width: 99.9%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#contents table th ,
#contents table td {
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px;
}
#contents table th.time {
	width: 5em;
	font-weight: normal;
}
#contents table.mini {
	width: auto;
}
th {
	background-color: #f8f8f8;
}
tr:nth-child(odd) td {
    background-color: #fff;   /* 奇数行の背景色 */
}
tr:nth-child(even) td {
    background-color: #FAFFFE;   /* 偶数行の背景色 */
}

#contents dl dd.photo {
	float: right;
	width: 300px;
	height: 225px;
	margin-left: 6em;
	margin-right: 5px;
	padding: 0;
/* BOX-SHADOW */
	-webkit-box-shadow: 3px 3px 3px  #ccc;
	-moz-box-shadow: 3px 3px 3px  #ccc;
	box-shadow: 3px 3px 3px  #ccc;
}

/* tweet */
#contents p.tweet {
	margin: 1em 0;
	line-height: 1;
}
#contents p.tweet a {
	line-height: 20px;
}
#contents p.tweet iframe {
	vertical-align: top;
}