body {
  /* bootstrap + 元々invioで採用していたフォント */
  font-family : "Helvetica Neue",Helvetica,Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif
}

// IE8用. バックに余計なグラデーションを避ける
.carousel-control {
  filter: none;
}

/* ----- スポンサー背景 ----- */
.back_img_table {
  margin-bottom: 10px;
  margin-left: 9px;
}
.back_img_table td {
  padding-right: 10px;
}

.back_img_table2 {
  margin-bottom: 10px;
  margin-left: 65px;
}
.back_img_table2 td {
  padding-right: 10px;
}

.back_img_trovo_medical {
  padding: 9px;
  background: #000000;
}

.back_img_trovo {
  padding: 3px;
  background: #dddddd;
}

.back_img_preco {
  padding: 3px;
  background: #dddddd;
}

.back_img_kakeifu {
  padding: 3px;
  background: #ffffff;
}

.back_img_agri {
  padding: 3px;
  background: #ff0000;
}

.back_img_kyuyo {
  padding: 3px;
  background: #ffffff;
}

.back_img_radish {
  padding: 3px;
  background: #dddddd;
}

.back_img_ichimon {
  padding: 3px;
  background: #dddddd;
}

.invio_content {
  width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

/* ----- Profile ----- */
#profile_table {
  margin-left: 60px;
}
#profile_table td {
  padding-top: 4px;
  padding-bottom: 4px;
}

ol.profile_ol {
  padding-left: 18px;
}

ol.profile_ol div {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* ----- Service ----- */
#service_table {
  width: 100%;
}
#service_table td {
  height: 300px;
  width : 33%;
}

#service_table td .service_inner_div {
  height: 280px;
  margin: 5px;
  border:solid 1px #e0e0e0;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #cccccc;
  cursor: pointer;
}

#service_table td .service_inner_div .service_label {
  height: 10px;
  border-radius: 10px 10px 0 0;
}

#service_table td .service_inner_div .service_head {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 60px;
  background: #efefef;
  text-align: center;
}

#service_table td .service_inner_div .service_body {
  padding: 5px;
  height: 158px;
  color: #003366;
}

#service_table td .service_inner_div .service_body ul {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 20px;
}
#service_table td .service_inner_div .service_body ul li {
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#service_table td .service_inner_div .service_foot {
  padding: 5px;
  padding-top:15px;
  background: #efefef;
  height: 50px;
  border-radius: 0 0 10px 10px;
}

/* ----- グラデーション ----- */
.gradient_blue {
  background: #0080bb;
  background: -ms-linear-gradient(left, #0059a5, #00a8d1);
  background: -moz-linear-gradient(left, #0059a5, #00a8d1);
  background: -webkit-gradient(linear, left center, right center, from(#0059a5), to(#00a8d1));
}
.gradient_orange {
  background: #ffa52a;
  background: -ms-linear-gradient(left, #ff8500, #ffc454);
  background: -moz-linear-gradient(left, #ff8500, #ffc454);
  background: -webkit-gradient(linear, left center, right center, from(#ff8500), to(#ffc454));
}
.gradient_green {
  background: #1a9c6b;
  background: -ms-linear-gradient(left, #338c69, #00ad6e);
  background: -moz-linear-gradient(left, #338c69, #00ad6e);
  background: -webkit-gradient(linear, left center, right center, from(#338c69), to(#00ad6e));
}
.gradient_red {
  background: #ec3a2e;
  background: -ms-linear-gradient(left, #d91c2a, #ff5933);
  background: -moz-linear-gradient(left, #d91c2a, #ff5933);
  background: -webkit-gradient(linear, left center, right center, from(#d91c2a), to(#ff5933));
}
.gradient_deepblue {
  background: #003984;
  background: -ms-linear-gradient(left, #003366, #0040a3);
  background: -moz-linear-gradient(left, #003366, #0040a3);
  background: -webkit-gradient(linear, left center, right center, from(#003366), to(#0040a3));
}
.gradient_purpul {
  background: #af5f9b;
  background: -ms-linear-gradient(left, #91579d, #cc6699);
  background: -moz-linear-gradient(left, #91579d, #cc6699);
  background: -webkit-gradient(linear, left center, right center, from(#91579d), to(#cc6699));
}


#privacy_policy_ol li{
  padding-top: 2px;
  padding-bottom: 2px;
}

#access_table td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.invio_panel_footer {
  color: #ffffff;
  text-align: center;
  background: #003984;
  background: -ms-linear-gradient(top, #003366, #0040a3);
  background: -moz-linear-gradient(bottom, #003366, #0040a3);
  background: -webkit-gradient(linear, left center, right center, from(#003366), to(#0040a3));
}

#privacy_policy_a {
  color:#ffffff;
}
#privacy_policy_a:hover {
  color:#ffffff;
}

/* ----- News ----- */
#newsBox {
  padding-left: 34px;
}

#newsBox .date {
  font-weight: bold;
  padding-left: 3px;
}

#newsBox .text {
  width: 800px;
  padding-left: 32px;
  color: #003366;
}

#newsBox .line {
  //background: url(img/line01.png) no-repeat;
  width: 800px;
  height: 15px;
  //padding-top: 1px;
  //padding-bottom: 3px;
  //font-size: 1px;
}

#newsBox .hide_news {
  display: none;
}

.directions {
  list-style-type: square;
  color: #003366;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

.listContents {
  list-style-type: none;
  font-weight: normal;
  line-height: 1.5em;
  margin: 5px 0px 0px 15px;
}

.directions_kyuyo {
  font-weight: bold;
  font-size: 16px;
  margin: 14px 0px 0px 0px;
}

.ipad_form_submit {
  padding-top: 10px;
  padding-bottom: 10px;
  width:400px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #003366;
  border-top: 1px solid #003366;
  border-radius: 10px;
  color: white;

  background: #003984;
  background: -ms-linear-gradient(top, #003366, #0040a3);
  background: -moz-linear-gradient(bottom, #003366, #0040a3);
  background: -webkit-gradient(linear, left center, right center, from(#003366), to(#0040a3));

}

/* pp用スタイル */
div.pp_header {
  margin-top: 80px;
  magin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  width: 644px;
  background: #003984;
  background: -ms-linear-gradient(left, #003366, #0040a3);
  background: -moz-linear-gradient(left, #003366, #0040a3);
  background: -webkit-gradient(linear, left center, right center, from(#003366), to(#0040a3));
  border-color: #003984;
  border-style: solid;
  border-width: 1px;
  padding-top: 5px;
  padding-left: 1em;
  font-size: 16px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
div.pp_box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 644px;
  border-color: #003984;
  border-style: solid;
  border-width: 1px;
  margin-top: 0px;
  padding-top: 10px;
}
span.pp {
  cursor: pointer;
  color: white;
  font-size: 11px;
}
span.dummy_place_holder {
  visibility: hidden;
}

.pp_text {
  font-size: 13px;
  width: 45em; /* 13 * 45 = 585 */
  margin-left: auto;
  margin-right: auto;
}

.pp_h5 {
  font-size: 16px;
  text-align: left;
  width: 36em; /* 16 * 36 = 576 */
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

a.pp_link {
  padding-left: 2em;
}

.recruit_table {
	width: 80%;
	margin: 0 auto;
}
.recruit_table th span{
	margin-left:25px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

.recruit_table th div{
	border-left: 5px solid orange;	
	font-size: 18px;
}
.recruit_table td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.recruit_table tr{
}
.border{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted black;	
}
