﻿@charset "utf-8";
@import url('../common/reset.css');
@import url('../common/fonts.css');
@import url('../common/jcf.css');
@import url('../common/jquery.fancybox.css');
@import url('../common/core.css');
@import url('../common/content.css');
@import url('../common/media-query.css');
@import url('../common/swiper.min.css');
@import url('../common/print.css');

body{
	font-family: 'Open Sans', Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
#logoWrap > a{
	background:url(../../images/doj-logo-main.png) no-repeat 0 50%;
	width:450px;
	background-size: auto 73px;
}
strong{ font-weight:700;}
#secTitle{ font-weight:300; }
.caseTable th.casedate, .caseTable th.date {
	min-width:160px;
}
.middle_size .caseTable th.casedate{
	min-width:150px;
}
.small_size .caseTable th.casedate{
	min-width:140px;
}
/*content*/

@media screen and (max-width: 1099px){
}
@media screen and (max-width: 1139px) {
	/*#logoWrap > a{ height:73px;}*/
}
@media screen and (max-width: 979px) {
	#logoWrap > a{
		background-image:url(../../images/doj-logo-main-s.png);
		width:305px;
		height:73px;
	}		
	.caseTable th.date {
		min-width:100px;
	}
	.caseTable th.casesub {
		min-width:200px;
	}	
}
@media screen and (max-width: 767px) {
	#logoWrap > a{
		width:230px;
		background-size: auto 55px;
	}	
}