@charset "UTF-8";

/* ラベルカラー */
.gold_bg {
  background: -moz-linear-gradient(rgb(0, 76, 143) 0%, rgb(4, 125, 178) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 76, 143)), color-stop(100%, rgb(4, 125, 178)));
}
.red {
  color: #cc0202;
}
.blue {
  color: #0000FF;
}

/* header_button_category */
#search_contents {
  width: 275px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.button_gray {
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 10px 5px 0px 5px;
  padding: 7px 7px;
  background: -moz-linear-gradient(
    top,
    #adadad 0%,
    #9aa399 49%,
    #838c81 50%,
    #40403f);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#adadad),
    color-stop(0.49, #9aa399),
    color-stop(0.50, #838c81),
    to(#40403f));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #666666;
  -moz-box-shadow:
    0px 0px 0px rgba(000,000,000,0.6),
    inset 0px 0px 1px rgba(255,255,255,0.6);
  -webkit-box-shadow:
    0px 0px 0px rgba(000,000,000,0.6),
    inset 0px 0px 1px rgba(255,255,255,0.6);
  text-shadow:
    1px 1px 0px rgba(000,000,000,1),
    0px 1px 0px rgba(255,255,255,0.2);
}

/* line */
div.line_skyblue {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background: -moz-linear-gradient(rgb(0, 76, 143) 0%, rgb(0, 91, 172) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 76, 143)), color-stop(100%, rgb(0, 91, 172)));
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
  height:5px;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
}
div.line_brown {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background: -moz-linear-gradient(rgb(56, 35, 17) 0%, rgb(115, 94, 76) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(56, 35, 17)), color-stop(100%, rgb(115, 94, 76)));
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
  height:5px;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
}
/* label */
.label {
  width: 100%;
  height: 36px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom,
  from(#6b89d1),
  color-stop(0.05, #809ee6),
  color-stop(0.48, #3c6ded),
  color-stop(0.52, #235fe1),
  color-stop(0.95, #2b63d2),
  to(#2b3d65)
  );
}
.label > label {
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  line-height: 36px;
  margin: 0 0 0 8px;
}
.zip_label {
  width: 100%
  height: 50px;
  position: relative;
  background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#E13C38), to(#980A09));
}
.zip_label > label {
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 0 8px;
}
#label_btn {
  height:27px;
  padding:3px 6px 6px 60px;
  position:absolute;
  right:0;
  top:0;
  width:80px;
}
#label_btn > .mini_label {
  display:block;
  padding:0 2px 2px 0;
}
#label_btn label {
  font-size:13px;
  line-height:27px;
}
.mini_label > label a {
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  display:block;
  font-weight:bold;
  height:100%;
  text-align:center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(242, 71, 255)), color-stop(100%, rgb(149, 0, 199)));
}
.skyblue_label {
	width: 100%;
	position: relative;
	background: -moz-linear-gradient(rgb(0, 73, 134) 0%, rgb(0, 91, 172) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 73, 134)), color-stop(100%, rgb(0, 91, 172)));
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #004986;  
}
.skyblue_label > label {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 18px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
	background-image: url(../images/h2_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
}
.brown_label {
  width: 100%;
  position: relative;
  background: -moz-linear-gradient(rgb(56, 35, 17) 0%, rgb(115, 94, 76) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(56, 35, 17)), color-stop(100%, rgb(115, 94, 76)));
}
.brown_label > label {
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  line-height: 1.6em;
  padding-top:5px;
  padding-bottom:5px;
  margin: 0 0 0 8px;
  font-size: 18px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
}
/* button */
.black_btn a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0a0809), color-stop(0.51, #0a0f0b), color-stop(0.50, #6d7673), color-stop(0.00, #afbdc0));
  background: -webkit-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -moz-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  display: inline-block;
  padding: 15px 40px;
  border-radius: 10px; /* 角を丸くする */
  text-decoration: none;
  font-size: 23px;
  color: #FFFFFF;
  margin: 10px;
}
.black_s_btn a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0a0809), color-stop(0.51, #0a0f0b), color-stop(0.50, #6d7673), color-stop(0.00, #afbdc0));
  background: -webkit-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -moz-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  font-size: 23px;
  color: #FFFFFF;
  margin: 10px;
}
.black_m_btn a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0a0809), color-stop(0.51, #0a0f0b), color-stop(0.50, #6d7673), color-stop(0.00, #afbdc0));
  background: -webkit-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -moz-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -o-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: -ms-linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  background: linear-gradient(top, #afbdc0 0%, #6d7673 50%, #0a0f0b 51%, #0a0809 100%);
  display: inline-block;
  padding: 15px 40px;
  border-radius: 50px; /* 角を丸くする */
  text-decoration: none;
  font-size: 23px;
  color: #FFFFFF;
  margin: 10px;
}
.white_btn a {
  font-size: 23px;
  color: #050505;
  padding: 10px 20px;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ebebeb 50%,
    #dbdbdb 50%,
    #b5b5b5);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#ffffff),
    color-stop(0.50, #ebebeb),
    color-stop(0.50, #dbdbdb),
    to(#b5b5b5));
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #949494;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,1),
    inset 0px 0px 2px rgba(255,255,255,0);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,1),
    inset 0px 0px 2px rgba(255,255,255,0);
  text-shadow:
    0px -1px 0px rgba(255,255,255,1),
    0px 1px 0px rgba(255,255,255,1);
  display: inline-block;
  padding: 15px 40px;
  margin: 10px;
  text-decoration: none;
}
.button {
  margin: 0px 0px 300px 0px;
  width: 100%;
}
.button ul li {
  list-style: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50px; /* 形を丸くしている */
  margin: 10px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(255,255,255,0.5), 1px 1px 2px #333,inset -1px -1px 2px rgba(0,0,0,.5); 
  box-shadow: inset 1px 1px 3px rgba(255,255,255,0.5), 1px 1px 2px #333,inset -1px -1px 2px rgba(0,0,0,.5); 
  background: -webkit-gradient(radial, 30 30, 0, 30 30, 80, color-stop(0.00, #fec0b9), color-stop(1.00, #cd0000));
  background: -webkit-radial-gradient(30px 30px, #fec0b9 0px, #cd0000 80px);
  background: -moz-radial-gradient(30px 30px, #fec0b9 0px, #cd0000 80px);
  background: radial-gradient(30px 30px, #fec0b9 0px, #cd0000 80px);
}
.button ul li:nth-child(2) {
  background: -webkit-gradient(radial, 30 30, 0, 30 30, 80, color-stop(0.00, #fee9bd), color-stop(1.00, #b33400));
  background: -webkit-radial-gradient(30px 30px, #fee9bd 0px, #b33400 80px);
  background: -moz-radial-gradient(30px 30px, #fee9bd 0px, #b33400 80px);
  background: radial-gradient(30px 30px, #fee9bd 0px, #b33400 80px);
}
.button ul li:nth-child(3) {
  background: -webkit-gradient(radial, 30 30, 0, 30 30, 80, color-stop(0.00, #cade97), color-stop(1.00, #1e3a07));
  background: -webkit-radial-gradient(30px 30px, #cade97 0px, #1e3a07 80px);
  background: -moz-radial-gradient(30px 30px, #cade97 0px, #1e3a07 80px);
  background: radial-gradient(30px 30px, #cade97 0px, #1e3a07 80px);
}
.button ul li:nth-child(4) {
  background: -webkit-gradient(radial, 30 30, 0, 30 30, 80, color-stop(0.00, #fbe8fc), color-stop(1.00, #ef007c));
  background: -webkit-radial-gradient(30px 30px, #fbe8fc 0px, #ef007c 80px);
  background: -moz-radial-gradient(30px 30px, #fbe8fc 0px, #ef007c 80px);
  background: radial-gradient(30px 30px, #fbe8fc 0px, #ef007c 80px);
}
.button ul li:nth-child(5) {
  background: -webkit-gradient(radial, 30 30, 0, 30 30, 80, color-stop(0.00, #d6e8fa), color-stop(1.00, #193266));
  background: -webkit-radial-gradient(30px 30px, #d6e8fa 0px, #193266 80px);
  background: -moz-radial-gradient(30px 30px, #d6e8fa 0px, #193266 80px);
  background: radial-gradient(30px 30px, #d6e8fa 0px, #193266 80px);
}
.button ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 80px;
  height: 80px;
  color: #FFFBF4;
  text-shadow: 0 -1px 1px rgba(0,0,0,.5);
  border-radius: 50px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 3.5;
}
.button ul li:first-child a {
  font-size: 24px;
  line-height: 3.5;
}
.button ul li:hover {
  opacity: 0.8;
}
