#result,
#colorbox {
    font-family: "Helvetica Neue","Helvetica Arial","ヒラギノ角ゴ Pro W3","Meiryo","游ゴシック",sans-serif !important;
    color: #333333;
}
#colorbox a {
    color: #000000;
}
#result .h2Wrap .h2Inner {
    position: relative;
    padding: 4px 5px 4px 12px;
    border-radius: 3px;
    background: #f9f7ef;
    background: -moz-linear-gradient(top, #f9f7ef 0%, #ebead8 100%);
    background: -webkit-linear-gradient(top, #f9f7ef 0%,#ebead8 100%);
    background: linear-gradient(to bottom, #f9f7ef 0%,#ebead8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f7ef', endColorstr='#ebead8',GradientType=0 );
}
#result .inner940,
#result .operations * {
    box-sizing: content-box;
}
#result .operations .search {
    box-sizing: border-box;
}
#result .operations table th,
#result .operations table td {
    padding: 6px 0 0 0;
    background: none;
    border: none;
    vertical-align: middle;
}
#result .pagging {
    padding-top: 20px;
}
#result .pagging span {
    display: inline-block;
    line-height: 25px;
}
#colorbox h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	font-size:0;
	height: 0;
	visibility:hidden;
	clear: both;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}

@media screen and (max-width: 640px) {
    #result .operations .acc_btn {
        box-sizing: border-box;
    }
}