@charset "UTF-8";

/* ▼▼▼ 研究倫理審査委員会
=====================================*/
h2.subtitle .date {font-size: 14px;}
h2.subtitle + .irb {
	position: absolute;
	top: -5px;
	right: 25px;
	}
h3 {
	margin-bottom: 10px;
	font-size: 16px;
	}
	.txt {
		margin-bottom: 30px;
		overflow: hidden;
		}
		.txt .ex {
			margin: 0 0 20px 2em;
			}
		.txt span {text-decoration: underline;}
table.price {
	width: 100%;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	}
table.price caption {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	}
	table.price caption span {
		font-size: 14px;
		font-weight: normal;
		}
	table.price th,
	table.price td {
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		padding: 10px;
		text-align: center;
		}
	table.price th {
		background: #EBEBEB;
		}


.read {
	margin-bottom: 40px;
	overflow: hidden;
	}
h3.list + .read {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 0;
	color: #E20000;
	}
h3.list {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	color: #39B29D;
	font-size: 16px;
	}	
	ul.list {
		margin-bottom: 40px;
		overflow: hidden;
		}
		ul.list li {
			border-bottom: 1px solid #ccc;
			padding: 15px 0;
			overflow: hidden;
			}
			ul.list li div {
				float: left;
				width: 73%;
				text-indent: -1em;
				padding-left: 1em;
				overflow: hidden;
				}
			ul.list li .btn {
				display: block;
				text-align: right;
				overflow: hidden;
				}
	
	
/* ▼▼▼ 〜480px
=====================================*/
@media ( max-width : 480px ) {

h2.subtitle + .irb {
	position: static;
	margin-bottom: 10px;
	text-align: center;
	}
table.price {
	width: 90%;
	margin: 20px auto 5px;
	}
table.price caption {
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
	}
	table.price caption span {
		display: block;
		font-size: 12px;
		text-align: center;
		}
	table.price th,
	table.price td {
		padding: 5px;
		}		
		
.read {
	margin: 0 10px 20px;
	}
h3.list {
	padding: 0 10px;
	font-size: 14px;
	}	
		ul.list li {
			padding: 15px 10px;
			}
			ul.list li div {
				float: none;
				width: 100%;
				margin-bottom: 10px;
				}
			ul.list li .btn {
				text-align: center;
				}	
}/* ▲▲ 〜480px */