@charset "utf-8";
/*--京medicals.css--*/
/*--------PC--------*/

/* 冊子「診療のご案内」について */
.books_shinryo {
	margin: 0 0 40px;
}
.books_shinryo#book_new {
	margin-top: 40px;
}
.books_shinryo#book_backnumber {
}
	.books_shinryo#book_backnumber ul {
		margin: 20px 0 0 0;
	}
		.books_shinryo#book_backnumber ul li {
			display: inline-block;
			vertical-align: top;
			width: 220px;
			margin-right: 45px;
		}
		.books_shinryo#book_backnumber ul li:nth-child(3n) {
			margin-right: 0;
		}
		.books_shinryo .h4_sub {
			font-size: 15px;
			margin-left: 1.5em;
		}
	.books_shinryo a {
		color: #333;
		display: inline-block;
		padding: 10px 20px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		overflow: hidden;
		position: relative;
		z-index: 2;
		text-decoration: none;
		text-transform: uppercase;
	}
	.books_shinryo a:before ,
	.books_shinryo a:after {
		content: "";
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: transform .3s ease-out, opacity .3s ease-out;
		position: absolute;
		top: 0;
		background-color: rgba(87,177,175,0.6);
	}
	.books_shinryo a:before {
		left: 0;
		transform: translate3d(0, -100%, 0) scale(0);
	}
	.books_shinryo a:after {
		right: 0; 
		transform: translate3d(0, 100%, 0) scale(0);
	}
	.books_shinryo a:hover {}
	.books_shinryo a:hover:before,
	.books_shinryo a:hover:after,
	.books_shinryo a:focus:before,
	.books_shinryo a:focus:after{
		opacity: 0.2;
		transform: translate3d(0, 0, 0) scale(1);
	}
	
	.books_shinryo a:focus {
		outline: none;
	}
	
		.books_shinryo a .books_ttl {}
		.books_shinryo a .books_ttl:before {
			content: "\f02d";
			font-family: FontAwesome;
			margin-right: 5px;
		}
		.books_shinryo a .books_h1 {
			display: inline-block;
			border: 1px solid #ccc;
			padding: 5px;
			background: #fff;
			position: relative;
			z-index: 10;
		}
			.books_shinryo a:hover .books_h1 img {
				background: #fff;
				position: relative;
				z-index: 10;
			}

/* 講演会のご案内 */
.koenkai {
}
.koenkai#schedule_list {
	margin: 0 0 60px 0;
}
.koenkai#schedule_past {
}
	.koenkai table {
		width: 99%;
		border: 0;
		border-spacing: 0;
		border-collapse: collapse;
	}
		.koenkai table th ,
		.koenkai table td {
			border: 1px solid #ccc;
			padding: 5px;
		}
		.koenkai table th {
			background: #f5f5f5;
			text-align: center;
		}
	.koenkai#schedule_list ul {
	}
		.koenkai#schedule_list ul li {
			overflow: hidden;
			clear: both;
			padding: 30px 0;
		}
		.koenkai#schedule_list ul li:first-child {
			padding-top: 0;
		}
				.koenkai#schedule_list ul li .koenkai_ttl ,
				.koenkai#schedule_list ul li .koenkai_img_dtl ,
				.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl {
					display: block;
				}
				.koenkai#schedule_list ul li .koenkai_ttl {
					font-size: 1.1em;
					padding: 5px 5px 3px 40px;
					background: #dbeef4;
					margin-bottom: 10px;
					border-radius: 5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					line-height: 1.5em;
				}
				.koenkai#schedule_list ul li .koenkai_ttl:before {
					content: "\f0c0";
					font-family: FontAwesome;
					margin-right: 10px;
					margin-left: -28px;
					color: #0067bc;
				}
				.koenkai#schedule_list ul li .koenkai_img_dtl {
					padding: 15px;
				}
					.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_img {
						width: 208px;
						display: inline-block;
						background: #fff;
						float: left;
						position: relative;
					}
					.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_img:after {
						content: "画像をクリックすると拡大します。";
						position: absolute;
						display: block;
						font-size: 13px;
					}
						.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_img img {
							margin: 0 auto;
							border: 1px solid #ccc;
							padding: 3px;
						}
					.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl {
						width: 550px;
						float: right;
					}
						.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl th ,
						.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl td {
						}
						.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl th {
						}
							.apply_dl {
								padding: 3px;
							}
								.apply_dl a {
									color: #006;
									text-decoration: underline;
								}
								.apply_dl a:hover {
									color: #337ab7;
								}
									.apply_dl a i {
										margin-right: 5px;
									}
	.koenkai#schedule_past table thead th {
		padding: 3px;
	}
	.koenkai#schedule_past table thead th:nth-child(1) ,
	.koenkai#schedule_past table tbody td:nth-child(1) {
		width: 200px;
	}
	.koenkai#schedule_past table thead th:nth-child(2) ,
	.koenkai#schedule_past table tbody td:nth-child(2) {
		width: 530px;
	}
	.koenkai#schedule_past table thead th:nth-child(3) ,
	.koenkai#schedule_past table tbody td:nth-child(3) {
		width: 100px;
	}
	.koenkai#schedule_past table tbody td:nth-child(1) {
		text-align: right;
	}
	.koenkai#schedule_past table tbody td:nth-child(2) {}
	.koenkai#schedule_past table tbody td:nth-child(3) {
		text-align: center;
	}


/*--------SP--------*/
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
/* 冊子「診療のご案内」について */
.books_shinryo {
	margin: 0 0 40px;
}
.books_shinryo#book_new {
	margin-top: 40px;
}
.books_shinryo#book_backnumber {
}
	.books_shinryo#book_backnumber ul {
		margin: 20px 0 0 0;
	}
		.books_shinryo#book_backnumber ul li {
			display: inline-block;
			vertical-align: top;
			width: 47%;
			margin-right: 10px;
		}
		.books_shinryo#book_backnumber ul li:nth-child(2n) {
			margin-right: 0;
		}
		.books_shinryo#book_backnumber ul li:nth-child(3n) {
			margin-right: 10px;
		}
		.books_shinryo .h4_sub {
			display: block;
			font-size: 15px;
			margin-left: 0;
		}
	.books_shinryo a {
		color: #333;
		display: inline-block;
		padding: 3px 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		overflow: hidden;
		position: relative;
		z-index: 2;
		text-decoration: none;
		text-transform: uppercase;
	}
	.books_shinryo a:before ,
	.books_shinryo a:after {
		content: "";
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: transform .3s ease-out, opacity .3s ease-out;
		position: absolute;
		top: 0;
		background-color: rgba(87,177,175,0.6);
	}
	.books_shinryo a:before {
		left: 0;
		transform: translate3d(0, -100%, 0) scale(0);
	}
	.books_shinryo a:after {
		right: 0; 
		transform: translate3d(0, 100%, 0) scale(0);
	}
	.books_shinryo a:hover {}
	.books_shinryo a:hover:before,
	.books_shinryo a:hover:after,
	.books_shinryo a:focus:before,
	.books_shinryo a:focus:after{
		opacity: 0.2;
		transform: translate3d(0, 0, 0) scale(1);
	}
	
	.books_shinryo a:focus {
		outline: none;
	}
	
		.books_shinryo a .books_ttl {}
		.books_shinryo a .books_ttl:before {
			content: "\f02d";
			font-family: FontAwesome;
			margin-right: 5px;
		}
		.books_shinryo a .books_h1 {
			display: inline-block;
			border: 1px solid #ccc;
			padding: 5px;
			background: #fff;
			position: relative;
			z-index: 10;
		}
			.books_shinryo a:hover .books_h1 img {
				background: #fff;
				position: relative;
				z-index: 10;
			}

/* 講演会のご案内 */
.koenkai {
}
.koenkai#schedule_list {
	margin: 0 0 60px 0;
}
.koenkai#schedule_past {
}
	.koenkai table {
		width: 100%;
		border: 0;
		border-spacing: 0;
		border-collapse: collapse;
	}
		.koenkai table th ,
		.koenkai table td {
			border: 1px solid #ccc;
			padding: 5px;
		}
		.koenkai table th {
			background: #f5f5f5;
			text-align: center;
		}
	.koenkai#schedule_list ul {
	}
		.koenkai#schedule_list ul li {
			overflow: hidden;
			clear: both;
			padding: 30px 0;
		}
		.koenkai#schedule_list ul li:first-child {
			padding-top: 0;
		}
				.koenkai#schedule_list ul li .koenkai_ttl ,
				.koenkai#schedule_list ul li .koenkai_img_dtl ,
				.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl {
					display: block;
				}
				.koenkai#schedule_list ul li .koenkai_ttl {
					font-size: 1.1em;
					padding: 5px 5px 3px 40px;
					background: #dbeef4;
					margin-bottom: 10px;
					border-radius: 5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					line-height: 1.5em;
				}
				.koenkai#schedule_list ul li .koenkai_ttl:before {
					content: "\f0c0";
					font-family: FontAwesome;
					margin-right: 10px;
					margin-left: -28px;
					color: #0067bc;
				}
				.koenkai#schedule_list ul li .koenkai_img_dtl {
					padding: 15px;
				}
					.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_img {
						width: 55%;
						overflow: hidden;
						display: block;
						border: 1px solid #ccc;
						background: #fff;
						padding: 3px;
						float: none;
						margin: 0 auto 0.5em;
					}
					.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl {
						width: inherit;
						float: none;
					}
						.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl th ,
						.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl td {
						}
						.koenkai#schedule_list ul li .koenkai_img_dtl .koenkai_dtl th {
							width: 30%;
						}
	.koenkai#schedule_past table thead th {
		padding: 3px;
	}
	.koenkai#schedule_past table thead th:nth-child(1) ,
	.koenkai#schedule_past table tbody td:nth-child(1) {
		width: 200px;
	}
	.koenkai#schedule_past table thead th:nth-child(2) ,
	.koenkai#schedule_past table tbody td:nth-child(2) {
		width: 530px;
	}
	.koenkai#schedule_past table thead th:nth-child(3) ,
	.koenkai#schedule_past table tbody td:nth-child(3) {
		width: 100px;
	}
	.koenkai#schedule_past table tbody td:nth-child(1) {
		text-align: right;
	}
	.koenkai#schedule_past table tbody td:nth-child(2) {}
	.koenkai#schedule_past table tbody td:nth-child(3) {
		text-align: center;
	}

}