@charset "utf-8";

h1 {
	font-size: 20px;
}

a,
a:link,
a:active,
a:visited {
	color: #3889C7;
	font-style: normal;
}

a:hover {
	color: #3889C7;
	font-style: normal;
}

label.half {
	width: 49%;
	float: left;
	margin-right: 0;
}

.table01 thead th {
	background-color: #3889C7;
}

.btn-detail {
	background: url('../images/btn-detail.png') 0 0 no-repeat;
	width: 89px;
	height: 21px;
	margin: 5px 0;
}

.fm-keyword .keyword button {
	background: url('../images/btn-search.png') 0 0 no-repeat;
}

.btn-search {
	background: url(../images/common.png) 0 0 no-repeat;
	width: 105px;
	height: 32px;
}

#form-cond .changed {
	color: #3889C7;
	border-color: #3889C7;
}

ul.icons {
	list-style: none;
	padding: 0;
	margin: 2px 0 0 0;
	height: 16px;
}

ul.icons li {
	line-height: 150%;
	float: left;
	margin-right: 3px;
}

i[class^="icon-sns-"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

i[class^="icon-sns-"]:hover {
	opacity: 0.7;
}

i.icon-sns-facebook {
	background: url('../../main/images/sns/16x16/facebook.png') 0 0 no-repeat;
}

i.icon-sns-twitter {
	background: url('../../main/images/sns/16x16/twitter.png') 0 0 no-repeat;
}

i.icon-sns-email {
	background: url('../../main/images/sns/16x16/gmail.png') 0 0 no-repeat;
}

i.icon-sns-blog {
	background: url('../../main/images/sns/16x16/blogger.png') 0 0 no-repeat;
}

.staffbox-inner i[class^="icon-sns-"] {
	width: 24px;
	height: 24px;
}

.staffbox-inner i.icon-sns-facebook {
	background: url('../../main/images/sns/24x24/facebook.png') 0 0 no-repeat;
}

.staffbox-inner i.icon-sns-twitter {
	background: url('../../main/images/sns/24x24/twitter.png') 0 0 no-repeat;
}

.staffbox-inner i.icon-sns-email {
	background: url('../../main/images/sns/24x24/gmail.png') 0 0 no-repeat;
}

.staffbox-inner i.icon-sns-blog {
	background: url('../../main/images/sns/24x24/blogger.png') 0 0 no-repeat;
}

