<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------
-------------------------------------------------

1．検索結果ページのcontent
   ・検索結果
2. 再度検索
            
-------------------------------------------------
-----------------------------------------------*/



/*-----------------------------------------------
1．検索結果ページのcontent
-----------------------------------------------*/

/*--- 検索結果 --*/

#main #searchResultBlock {
     margin-bottom: 35px;
        padding-left: 10px;
}

#main #searchResultBlock .resultBox {
     width: 655px;
     margin-bottom: 30px;
}

#main #searchResultBlock .resultBox p {
  width: 110px;
        float: left;
}

#main #searchResultBlock .resultBox dl {
  width: 535px;
        float: right;
  line-height: 1.4;
}

#main #searchResultBlock .resultBox dl dt {
     font-size: 108%;
        font-weight: bold;
        margin: 2px 0 8px 0;
}

#main #searchResultBlock .resultBox dl dt a {
     color: #3C5C93;
        text-decoration: underline;
}

#main #searchResultBlock .resultBox dl dt a:hover {
     color: #3C5C93;
        text-decoration: none;
}


/*-----------------------------------------------
2．再度検索 
-----------------------------------------------*/

#sidebar div#researchBlock {
     padding-left: 16px;
        margin-bottom: 30px;
}

#sidebar #researchBlock div.research,
#sidebar #researchBlock div.research02 {
     margin-bottom: 8px;
}

#sidebar #researchBlock div.research label,
#sidebar #researchBlock div.research02 label {
     margin-bottom: 3px;
}

#sidebar #researchBlock div.research label, 
#sidebar #researchBlock div.research input {
     display: block;
}

#sidebar #researchBlock div.research input {
  width: 238px; 
}

#sidebar #researchBlock div.research select,
#sidebar #researchBlock div.research02 select {
  width: 240px; 
}

#sidebar #researchBlock .research02 div.subClassification {
     padding: 14px 10px 10px 10px;
        background-color: #E8E8E8;
        width: 220px;
}

#sidebar #researchBlock .research02 div.subClassification {
     display: none;
}

#sidebar #researchBlock .research02 div.subClassification p {
     margin-bottom: 10px;
}

#sidebar #researchBlock .research02 .subClassification ul.checkList li { 
  float: left;
}

#sidebar #researchBlock  p.resubmit {
     text-align: center;
        margin-top: 10px;
}</pre></body></html>