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

body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
padding:10px 0 20px 50px;
background:#fff;
}
table {
 width: auto; 
    border-collapse: collapse;
    border-spacing: 0;
  font-size:14px;
  
  /*西尾追記*/
  max-width:600px;
  margin: 0 auto;
  /*西尾追記ここまで*/
  
}
#sample th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center; 
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#sample th:first-child {
  border-radius: 5px 0 0 0;	
}
#sample th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset; 
}
#sample td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;  /*centerから変更*/
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	
	}
	
/*西尾追記*/


#sample  td.left {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	
	}
	

/*西尾追記ここまで*/
	
	

#sample tr td:last-child {
  border-right: 1px solid #84b2e0;

}
#sample tr {
  background: #fff;
}

/* #sample tr:nth-child(2n+1) {
  background: #f1f6fc; */
}
#sample tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#sample tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#sample tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
/* #sample tr:hover {
  background: #bbd4ee;
  cursor:pointer;
} */



#sample2 th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: left;  /*centerから変更*/
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow:  2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#sample2 th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0;	
}
#sample2 th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#sample2 tr td {
  padding: 8px 15px;
  text-align: left;  /*centerから変更*/
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#sample2 tr td:first-child {
  border-left: 1px solid #aaa;
}
#sample2 tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#sample2 tr {
  background: #fff;
}
#sample2 tr:nth-child(2n+1) {
  background: #f5f5f5;
}
#sample2 tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#sample2 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#sample2 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
#sample2 tr:hover {
  background: #eee;
  cursor:pointer;
}

/* 
ここから拝借
https://saruwakakun.com/html-css/reference/box
*/



.box13 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.box13 p {
    margin: 0; 
    padding: 0;
	text-align:left;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #03F;
    font-weight: bold;
}
.box26 p {
    margin: 10; 
    padding: 10;
	text-align:left;
	font-size:1.5em;
}