@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  /*   height: 100%; */
  width: 100%;
  margin: 0px auto;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container {
  position: relative;
  margin: 0px auto;
  width: 100%;
  min-height: 100%;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 90%;
}

body>#container {
  height: auto;
}

div#contents {
  height: auto;
  padding-bottom: 120px;
  margin: 0px auto;
  width: 900px;
  padding-top: 15px;
}

@media screen and (max-width: 480px) {
  div#contents {
    width: 100%
  }
}

div#contents .fv {
  width: 100%;
}

#header,
#footer {
  width: 100%;
}

#header {
  height: 95px;
  padding-top: 5px;
  border-top: 15px solid #79b6c6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.32, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 32%, #f0f0f0 100%);
  background: -moz-linear-gradient(top, #ffffff 32%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #ffffff 32%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #ffffff 32%, #f0f0f0 100%);
  background: linear-gradient(top, #ffffff 32%, #f0f0f0 100%);
}

#footer {
  position: absolute;
  bottom: 0px;
  height: 160px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #c2c2c2));
  background: -webkit-linear-gradient(top, #c2c2c2 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #c2c2c2 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #c2c2c2 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #c2c2c2 0%, #ffffff 100%);
  background: linear-gradient(top, #c2c2c2 0%, #ffffff 100%);
  border-top: 1px solid #929292;
  background-size: 800px auto;
  background-repeat: repeat-x;
}

#footer_inner,
#header_inner {
  width: 900px;
  margin: 0px auto;
}

@media screen and (max-width: 480px) {

  #footer_inner,
  #header_inner {
    width: 100%
  }
}

#footer_inner {
  padding-top: 10px;
}

#copyright {
  font-size: 12px;
  color: #555555;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  bottom: 5px;
  width: 100%;
}

a {
  color: #424b9a;
}

#logo {
  font-size: 30px;
  font-weight: 900;
  text-shadow: 1px 1px 2px #999;
  color: #393939;
  font-family: "ヒラギノ角ゴ Pro W6";
}

@media screen and (max-width: 480px) {
  #logo {
    font-size: 20px;
  }
}

#header h1 {
  font-weight: normal;
  font-size: 12px;
}

.footer_menu {
  list-style: none;
  font-size: 12px;
  width: 150px;
  float: left;
}

.footer_menu li {
  margin-bottom: 3px;
}

.footer_menu .menu_head span {
  font-size: 10px;
  color: #c2c2c2;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: 3px;
}

.footer_menu li a {
  text-decoration: none;
}

.footer_menu li a:hover {
  text-decoration: underline;
}

#main_body {
  width: 680px;
  float: right;
  padding-bottom: 120px;
}

@media screen and (max-width: 480px) {
  #main_body {
    width: 100%;
    padding-bottom: 4rem;
  }
}

#side_menu {
  width: 200px;
  float: left;
  padding-bottom: 120px;
}

@media screen and (max-width: 480px) {
  #side_menu {
    width: 100%;
    padding-bottom: 2rem;
  }
}

/* =============================右メニュー============================ */
.menu {
  list-style: none;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  background: #FFFFFF;
}

.menu li {
  border-bottom: 1px solid #cccccc;
  padding: 7px;
}

.menu li.last {
  border-bottom: none;
}

.menu li.menu_head {
  text-align: center;
  background-color: #338297;
  color: #ffffff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #338297), color-stop(0.00, #79b6c6));
  background: -webkit-linear-gradient(top, #79b6c6 0%, #338297 100%);
  background: -moz-linear-gradient(top, #79b6c6 0%, #338297 100%);
  background: -o-linear-gradient(top, #79b6c6 0%, #338297 100%);
  background: -ms-linear-gradient(top, #79b6c6 0%, #338297 100%);
  background: linear-gradient(top, #79b6c6 0%, #338297 100%);
  background-color: #338297;
}

.menu li a {
  text-decoration: none;
}

.menu li a:hover {
  text-decoration: underline;
}

/* =============================コンテンツ============================ */
h2.result_head,
h2.detail_head {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #464646;
  margin-bottom: 15px;
}

h2.result_head span {
  font-weight: bold;
  color: #f0b609;
  margin-right: 5px;
  font-size: 22px;
}

#search_condition {
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #f1f1f1;
  margin-bottom: 15px;
  line-height: 1.5em;
  font-size: 12px;
}

#search_condition h4.head {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

#search_condition span {
  display: inline-block;
  padding: 1px 2px;
  color: #999999;
  border: 1px solid #cccccc;
  background: #ffffff;
  margin-right: 3px;
  font-size: 9px;
  margin-bottom: 2px;
}

@media screen and (max-width: 480px) {
  #result_block {
    overflow-x: scroll;
    width: 100%;
  }
}

#result_table {
  width: 680px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 30px;
}


#result_table th,
#result_table td {
  border: 1px solid #bbbbbb;
  padding: 5px;
  text-align: center;
}

#result_table th {
  background: #79b6c6;
  text-align: center;
  width: 14%;
  color: #FFF;
}

#result_table td {}

#result_table .feature {
  text-align: left;
}

#result_table .company {
  width: 120px;
}

#result_table .company .img {
  width: 110px;
}

#result_table .rate {
  width: 100px;
}


#result_table .time {
  width: 80px;
}

#result_table .speed {
  width: 80px;
}

#result_table .conveni {
  width: 120px;
}

#result_table .btn_official,
#result_table .btn_detail {
  display: inline-block;
  width: 90px;
  padding: 5px;
  text-decoration: none;
  color: #ffffff;
}

#result_table .btn_official {
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7400), color-stop(0.00, #ffa443));
  background: -webkit-linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background: -moz-linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background: -o-linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background: -ms-linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background: linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background-color: #ff7022;
  border: 1px solid #ff7022;
  border-radius: 15px;
}

#result_table .btn_detail {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7F7F7F), color-stop(0.00, #B2B2B2));
  background: -webkit-linear-gradient(top, #B2B2B2 0%, #7F7F7F 100%);
  background: -moz-linear-gradient(top, #B2B2B2 0%, #7F7F7F 100%);
  background: -o-linear-gradient(top, #B2B2B2 0%, #7F7F7F 100%);
  background: -ms-linear-gradient(top, #B2B2B2 0%, #7F7F7F 100%);
  background: linear-gradient(top, #B2B2B2 0%, #7F7F7F 100%);
  background-color: #656565;
  border: 1px solid #656565;
  border-radius: 15px;
}


#result_table .conveni span {
  display: inline-block;
  padding: 2px 4px;
  margin-bottom: 2px;
  font-size: 10px;
  color: #FFFFFF;
}

#result_table td.conveni {
  height: 90px;
}

.conveni .seven {
  background-color: #ff6600;
}

.conveni .lowson {
  background-color: #007eff;

}

.conveni .famima {
  background-color: #4dbb27;

}

.conveni .thanks {
  background-color: #fb5757;
}

.conveni .mstop {
  background-color: #f0d102;
}

#result_table .company a {
  font-size: 14px;
}

#result_table .company a:hover {
  text-decoration: none;
}


#result_table .feature span {
  display: inline-block;
  border: 1px solid #0787ff;
  padding: 1px 2px;
  color: #0787ff;
  margin: 1px 1px 1px 0px;
}

#result_table .sort_up,
#result_table .sort_down {
  text-decoration: none;
  color: #042073;
  border: 1px outset #cccccc;
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 4px;
  font-weight: normal;
  margin-top: 2px;
  font-size: 9px;
  -webkit-transform: scale(0.75);
  display: inline-block;
}

#result_table .sort_down {
  margin-left: 3px;
}

#search_form {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 680px;
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #search_form {
    width: 100%;
  }
}

#search_form th,
#search_form td {
  border-bottom: 1px solid #cccccc;
  padding: 7px;
  line-height: 1.5em;
}

#search_form th {
  text-align: center;
  width: 150px;
  background-color: #eaf2fd;
}

/* #search_form tr:nth-child(6) td label:first-child{
	width: 100%;
} */

#search_form .table_head {
  border: 1px solid #cccccc;
  text-align: center;
  background-color: #79b6c6;
  color: #ffffff;
  font-weight: bold;
  padding: 8px;
  font-size: 18px;
}

#search_form label {
  width: 160px;
  display: -moz-inline-box;
  /*for Firefox 2*/
  display: inline-block;
  /*for modern*/
  /display: inline;
  /*for ie5～7*/
  /zoom: 1;
  /*for ie5～7*/
  padding: 5px auto;
}

@media only screen and (max-width: 480px) {
  #search_form label {
    width: 45%;
  }
}

#btn_space {
  text-align: center;
  margin-bottom: 1em;
}

#btn_space input {
  width: 300px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  border: 2px solid #ff7400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #ff982b;
}

#detail_contents {
  border: 5px solid #e4e4e4;
  padding: 10px;
  width: 650px;
}

@media screen and (max-width: 480px) {
  #detail_contents {
    width: 100%;
  }
}

#detail_contents #detail_img,
#detail_contents #img_sample {
  width: 250px;
  float: left;
}

@media screen and (max-width: 480px) {

  #detail_contents #detail_img,
  #detail_contents #img_sample {
    width: 100%;
    float: none;
  }
}

#detail_contents #img_sample {}

#detail_contents #img_sample img {
  width: 250px;
}

@media screen and (max-width: 480px) {
  #detail_contents #img_sample img {
    width: 100%;
  }
}

#detail_contents #info_space {
  width: 385px;
  float: right;
}

#detail_contents h4 {
  border-bottom: 2px solid #cccccc;
  padding-bottom: 3px;
  margin-bottom: 8px;
  font-size: 16px;
}

#detail_contents h4.feature_head {
  clear: both;
}

#detail_contents p {
  margin-bottom: 15px;
}

#detail_contents #feature span {
  font-size: 16px;
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #0787ff;
  color: #0787ff;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}

#detail_contents .conveni span {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 2px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 5px;
  margin-bottom: 5px;
}

#detail_contents h3 {
  border-bottom: 3px solid #2a2f31;
  padding-bottom: 5px;
  font-size: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
}

#detail_contents h3 span.mark {
  color: #3f93e1;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}

#detail_contents #detail_table {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 650px;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  #detail_contents #detail_table {
    width: 100%;
  }
}

#detail_table th,
#detail_table td {
  border: 1px solid #cccccc;
  padding: 6px;
  line-height: 1.4em;
}

#detail_table th {
  font-weight: normal;
  width: 180px;
  background-color: #eaf2fd;
}

#btn_official {
  font-weight: bold;
  color: #ffffff;
  display: block;
  width: 300px;
  height: 45px;
  font-size: 24px;
  background-color: #ff7400;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7400), color-stop(0.00, #ffa443));
  background: -webkit-linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background: -moz-linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background: -o-linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background: -ms-linear-gradient(top, #ffa443 0%, #ff7400 100%);
  background: linear-gradient(top, #ffa443 0%, #ff7400 100%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ff7400;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  padding-top: 0.2em;
}

@media screen and (max-width: 480px) {
  #btn_official {
    height: 60px;
  }
}

#btn_official:hover {
  background: #ff7400;
}


#paging {
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
}

#paging li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #cccccc;
  float: left;
}

#paging li.active {
  padding: 3px 8px 4px 7px;
  background-color: #54a3fc;
  color: #ffffff;
  border: none;
}

#paging li a {
  display: inline-block;
  text-decoration: none;
  padding: 3px 7px;
  background-color: #ffffff;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

#paging li a:hover {
  background-color: #54a3fc;
  color: #ffffff;
  border: none;
  padding-right: 8px;
  padding-bottom: 4px;
}

/* =============================clearfix============================ */
#paging:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* WinIE7 only */
*:first-child+html #paging,
*:first-child+html .clearfix {
  height: 1%;
}

/* WinIE6 and below */
/*\*/
* html #paging,
* html .clearfix {
  height: 1%;
}

/**/

/* MacIE only */
/*\*/
/*/
#paging,
.clearfix{
  display:inline-table;
}
/**/
label:hover {
  background-color: #eaf2fd;
}

#search_form td label {
  accent-color: #fb4d00;
}
