/* Enter Your Custom CSS Here */
/* 強調 */
strong.uline {color:black; background: linear-gradient(transparent 60%, #ff99ff 60%);}
strong {color:red;}
span.bold {font-weight:bold;}
span.red{color:red; font-weight:bold;}
span.uline{font-weight:bold; color:black; background: linear-gradient(transparent 60%, #ff99ff 60%);}

.respdeco {
  display:block;
  font-size:110%;
  font-weight:bold;
  background-color:#00CC99;
  color:#222222;
  padding:10px;
}

div.breadcrumb > ol > li {
   font-size:16px !important;
   color:#222222;
}

div.breadcrumb > ol > li > a {
  color:blue;
}


.category-description {
  margin-top:0;
  margin-bottom: 1.0em;
  text-align:left;
  border:1px dashed #396;
  /*border:2px solid #396;*/
  background-color: #f7f7f7;
  padding: 5px 10px;
  border-radius: 3px;
}

.category-description > p {
  font-size:125%;
  margin : 0 0 0.5em;
  line-height:1.6;
}


.ranking-box {
  border-color:#bbbbbb;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;  
}

.ranking-box-caption {
  border-bottom:1px dotted;
}

.ranking-box > .su-box-title {
  background:-webkit-linear-gradient(top, #fff 0%, #ededed 100%);  
  color:#222222;
  -webkit-border-top-left-radius:2px;
  -webkit-border-top-right-radius:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
}

.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}


.breadcrumb ol li a:after {
  color:#222222 !important;
}

table.mrttable1 {
  border-spacing: 0;
  font-size:14px;
  display:table;
  max-width: 100% !important;
}
table.mrttable1 th {
  color: #fff;
  //padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.mrttable1 th:first-child {
  border-radius: 5px 0 0 0;	
}
table.mrttable1 th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.mrttable1 th.th2 {
  color: #fff;
  //padding: 8px 15px;
  background: #bbb;
  background:-moz-linear-gradient(rgba(160,160,160,0.7), rgba(160,160,160,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(160,160,160,0.7)), to(rgba(160,160,160,0.9)));
  font-weight: bold;
  border-left:1px solid #bbb;
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(160,160,160,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.mrttable1 th.th2:first-child {
  border-radius: 5px 0 0 0;	
}
table.mrttable1 th.th2:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #bbb;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}



table.mrttable1 tr td {
  //padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table.mrttable1 tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.mrttable1 tr {
  background: #fff;
}
table.mrttable1 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.mrttable1 tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.mrttable1 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.mrttable1 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.mrttable1 tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}


