@charset "utf-8";



/* check mark */

ul.check_mark  {
  margin-bottom:25px;
}
.check_mark li {
	position: relative;
	margin-left:26px;
  font-size: 112.5%;
  line-height:1.7em;
  margin-bottom:5px;
}
.check_mark li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 10px;
	height: 5px;
	border-left: 3px solid #009933;
	border-bottom: 3px solid #009933;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*ボタン設定*/
.btn {
	display:block;
	position: relative;
	margin-bottom: 20px;
	margin-top:-15px;
	margin-right:20px;
}
.btn a {
	font-size:81.3%;
	font-weight: bold;
	color: #fff;
	padding: 3px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	float: right;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f69600+41,f68200+100 */
	background: rgb(246,150,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,150,0,1) 41%, rgba(246,130,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(246,150,0,1) 41%,rgba(246,130,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(246,150,0,1) 41%,rgba(246,130,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69600', endColorstr='#f68200',GradientType=0 ); /* IE6-9 */
	box-shadow:2px 2px 4px 1px #999;
	-moz-box-shadow:2px 2px 4px 1px #999;
	-webkit-box-shadow:2px 2px 4px 1px #999;
}
.btn a:before { content:"\25B6";}
.btn a:hover {
	background: none;
	background-color: #fff;
	border: 1px solid #e95513;
	color: #e95513;
	transition: 0.7s;
}












#ImageArea {
	width: 1000px;
	height: 223px;
	margin: 0 auto;
	background: url(../images/header_img2.png) right top no-repeat;
	position: relative;
}
#imgTxt01 {
	margin: 10px 0 0 10px;
	width: 500px;
	height: auto;
}
.innr {
  padding-bottom: 5em;
}
.green_b {
  font-size: 112.5%;
  color: #009844;
  font-weight: bold;
}
.kakikouza_box {
  background-color: #ffefd5;
  border: 1px solid #ccc;
  padding: 15px 15px 0px 15px;
  margin: 1em 0;
  position: relative;
}
.kakikouza_box img { float: right;}
.kakikouza_box p {
  font-size: 112.5%;
  font-weight: bold;
  padding-bottom: 0.7em;
}
.kakikouza_box .orange_b { font-size: 150%;}
.kakikouza_box .green_b {font-size: 150%;}
.kakikouza_box .big_bold {font-size: 125%;}
.orange_s {
	font-size: 106.3%;
	color: #e95513;
	margin-left:0px;
	margin-bottom:0px;
}

/*table設定*/
table {
  width:  100%;
  margin-bottom: 0.7em;
}
table th, table td {
  padding: 8px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}
table th {background-color: #eee;}
.table_agenda td {
  width: 11.5%;
}
