@charset "utf-8";
/*--京doctoral_degree_by_thesis.css--*/
.dd_thesis_box{
	margin-top:1em;
	font-size:13px;
}

	.dd_thesis_box > .box_header{
		margin-bottom:2em;
		font-family: Verdana, Arial,sans-serif;
		color: #0485A6;
		border-bottom: #0485A6 1px solid;
		border-left: #0485A6 8px solid;
		padding: 5px;
	}
	
		.dd_thesis_box > .box_header h1{
			font-size:16px;
			margin:0 0 0.25em 0;
		}
		
		.dd_thesis_box > .box_header p{
			margin:0;
			color:#555;
		}
	
	.dd_thesis_box > .box_inner{}
	
		.dd_thesis_box > .box_inner h2{
			font-size:14px;
			margin:1.5em 0 0.25em 0;
		}
		
			.dd_thesis_box > .box_inner h2:before{
				content:"【";
			}
			
			.dd_thesis_box > .box_inner h2:after{
				content:"】";
			}
			
		.dd_thesis_box > .box_inner h3{
			font-size:14px;
			margin:1em 0.5em 0.5em 0.5em;
			font-weight:normal;
		}
		
		.dd_thesis_box > .box_inner p{
			margin:0 1em 1em 1em;
		}
		
		.dd_thesis_box > .box_inner table.num_list{
			width:calc(100% - 2em);
			margin:0.5em 1em 1em 1em;
		}
		
			.dd_thesis_box > .box_inner table.num_list th,
			.dd_thesis_box > .box_inner table.num_list td{
				vertical-align:top;
				padding-bottom:0.25em;
			}
		
			.dd_thesis_box > .box_inner table.num_list th{
				font-weight:normal;
				width:2em;
				text-align:left;
			}
			
		.dd_thesis_box > .box_inner dl{
			margin:1em;
		}
		
			.dd_thesis_box > .box_inner dl dt{}
			
			.dd_thesis_box > .box_inner dl dt:before{
				content:"\03c";
			}
			
			.dd_thesis_box > .box_inner dl dt:after{
				content:"\03e";
			}
			
			.dd_thesis_box > .box_inner dl dd{
				margin:0 0 1em 0;
			}
	
	.dd_thesis_box > .box_footer{
		margin-top:2em;
	}
	
		.dd_thesis_box > .box_footer dl{
			margin:0;
		}
		
			.dd_thesis_box > .box_footer dl dt{
				margin-bottom:0.25em;
			}
			
				.dd_thesis_box > .box_footer dl dt:before{
					content:"\03c";
				}
				
				.dd_thesis_box > .box_footer dl dt:after{
					content:"\03e";
				}
			
			.dd_thesis_box > .box_footer dl dd{
				margin:0;
			}
	
	