@charset "utf-8";
/* CSS Document */
#pict {
  text-align: center;
  margin: 30px auto 20px auto;
}

#case {
  padding:2em 3em 2em 3em;
}
#case .case_item {
  clear: both;
}
#case .case_title {
  font-size:140%;
  font-weight: bold;
}
#case .case_image {
  float: right;
  padding: 0 0 0 1em;
}
#case .case_detail {
  padding: 1em 2em 3em 1em;
}

#problem {
  padding: 1em 0 2em 0;
}
#problem .line {
  margin: 1em 1em;
  font-weight: bold;
}
#problem .red {
  color:#D40003;
}

#problem .left_side {
  border:#ff7e00 2px solid;
  width: 20em;
  display:table-cell;
  text-align:center;
  padding: 0.5em;
  vertical-align: middle;
}
#problem .right_side {
  border:#ff7e00 2px solid;
  width: 20em;
  display:table-cell;
  text-align:center;
  padding: 0.5em;
  vertical-align: middle;
}
#problem .arrow {
  display:table-cell;
  vertical-align: middle;
}


#list {
  padding:0 0 3em 0;
  text-align: center;
}
#list .contents {
  display:table;
  margin:2em auto;
}
#list .sample {
  display:table-cell;
  text-align:center;
  padding:0 2em 0 2em;
}

#sample {
  background:#ffffff;
  padding:20px 50px 20px 50px;
}
#sample p {
  padding:14px 0;
}
#sample .btn{
  text-align:center;
  margin:20px auto;
}


table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
  margin-bottom: 2em;
}
table.type02 caption {
  text-align: right;
}
table.type02 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#comic {
  text-align: center;
  margin: 20px auto 20px auto;
}


