@charset "utf-8";
/* CSS Document */
#title_image {
	background-image:url(../images/civil/blocks/title_civil.jpg);
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#title_image .word {
	width:100%;
	padding:1em;
	text-shadow:0 0 0.6em #333;
	text-align:center;
	color:#FFF;
	display:inline-block;
}
#title_image .word .ch {
	font-size:2.4em;
	letter-spacing:0.2em;
	text-shadow:0 0 8px #999,0 0 8px #999,0 0 8px #999;
}
#title_image .word .en {
	text-shadow:0 0 6px #666,0 0 6px #666,0 0 6px #666;
}
#filter {
	font-size:0.8em;
	color:#333;
	width:100%;
	background-color:#EEE;
	padding:15px 10px;
}
#filter .conditions {
	float:left;
	margin-bottom:5px;
}
#filter .keyword {
	width:160px;
	position:relative;
	display:table;
	border-collapse:separate;
	float:right;
}
#filter .keyword .form-control:first-child {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
#filter .keyword .form-control {
	height:26px;
	position:relative;
	padding:5px;
	font-size:0.8em;
	display:table-cell;
	z-index:2;
	float:left;
	width:100%;
	margin-bottom:0;
	color:#555;
	background-color:#EEE;
	background-image:none;
	border:1px solid #666;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	outline:none;
}
#filter .keyword button {
	appearance:button;
	-moz-appearance:button;
	-webkit-appearance:button;
	margin:0;
	height:26px;
	text-transform:none;
	overflow:visible;
	outline:none;
}
#filter .keyword .btn {
	position:relative;
	font-size:0;
	white-space:nowrap;
	width:1%;
	vertical-align:middle;
	display:table-cell;
}
#filter .keyword .btn>.btn-default {
	display:inline-block;
	padding:1.5px 3px;
	margin-bottom:0;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border-radius:4px;
	background-color:#EEE;
	border:1px solid #666;
	position:relative;
}
#filter .keyword .btn>.btn-default:hover {
	background-color:#DDD;
}
#filter .keyword .btn .btn-right {
	z-index:2;
	margin-left:-1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
#filter .keyword .glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
#filter select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-repeat:no-repeat;
	background-position:98%;
	background-size:0.8em;
	border:1px solid #666;
	color:#555;
	background-color:#EEE;
	background-image:url(../images/common/icon_select01.png);
	width:20%;
	margin-left:2px;
	padding:0.2em;
}
#filter input, #filter input:focus, #filter input:active, #filter select, #filter select:focus, #filter select:active{user-select:text;}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	#filter select:focus, #filter input:focus {
		font-size:16px !important;
	}
}
#civilList {
	width:100%;
	min-height:197px;
}
#civilList ul li {
	margin:15px 10px;
}
#civilList ul li .title {
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#civilList ul li .title a {
	color:#333;
}
#civilList ul li .title a:hover {
	color:#03C;
}
#civilList ul li .date {
	font-size:0.8em;
	color:#0052A5;
}
#detail {
	color:#333;
	margin-right:20px;
	margin-left:20px;
}
#detail.tdStyle table {
	border-collapse:collapse;
}
#detail.tdStyle table td, #detail.tdStyle table th {
	padding:3px 1px 1px 5px;
	border:1px solid #666;
}
#memberAccess {
	width:100%;
}
#memberAccess .list {
	width:50%;
	height:60px;
	color:#FFF;
	font-size:1.2em;
	line-height:60px;
	letter-spacing:8px;
	text-align:center;
	border:1px solid #FFF;
	float:left;
	cursor:pointer;
}
#memberAccess .login {
	background-color:#06C;
}
#memberAccess .login:hover {
	background-color:#003BAE;
}
#memberAccess .register {
	background-color:#0C6;
}
#memberAccess .register:hover {
	background-color:#15AB00;
}