@charset "UTF-8";
.lettuce_theme01{
	font-size:150%;
	font-weight:bold;
	color:#0081cf;
}
.lettuce_theme02{
	font-size:150%;
}
.lettuce_table{
	width:100%;
	margin-top:30px;
		margin-bottom:30px;
	border-collapse: collapse;
  border-spacing: 0;
}
.lettuce_table_th{
  width: 26%;
  font-weight: normal;
  background: #dcdcdc;
  padding: 12px 10px 12px 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 3px #0081cf;
  text-align: center;
}
.lettuce_table_td{
  width: 74%;
  padding: 12px 15px 12px 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lettuce_table_td img{
  width: 50%;
}
.txt_s{
	font-size:90%;
}
.center_name{
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.2em;
}
.lettuce_img{
	margin:0 auto;
	width:60%;
}
@media screen and (min-width:576px) and (max-width:991px) {
}
@media screen and (max-width:576px) {
.lettuce_table_th{
	width:100%;
	display:block;
  font-weight: normal;
  background: #dcdcdc;
  padding: 12px 10px 12px 10px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: solid 3px #0081cf;
  text-align: center;
}
.lettuce_table_td{
	width:100%;
	display:block;
	  padding: 12px 15px 12px 15px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lettuce_table_td img{
  width: 60%;
text-align:center;
margin:0 auto;
}
}