@charset "utf-8";
/* CSS Document */
body,div,dl,h1,h2,ul,li,dl,dt,dd,p,h1,h2,h3{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4 { clear: both; }
h1,h2 { font-size: medium;}
h3,h4 { font-size: small; margin-bottom:5px;}
h1{
	text-align: center;
	margin: 20px 0 15px;
}
h1 img{width: 100%;}
h1.sub{
	border-top: 5px solid #00803d;
	border-bottom: 5px solid #00803d;
	padding: 5px 0;
}
h2.title{
	font-size: 1rem;
	line-height: 1.6;
	padding: 10px;
	margin: 0 10px;
	background-image: url(../image/h2_bg.jpg);
	background-size: cover;
	color:#084A0B;
}
h2.bg{
	color:#084A0B;
	font-size: 0.9rem;
	margin-bottom: 8px;
}
h3{
	color: #247000;
	font-size: 0.9rem;
	margin-bottom: 8px;
	border-bottom: 1px solid #076700;
	padding-bottom: 3px;
}
img{
	border: none;
}
li{
	list-style: none;
}
/*--------- clearfix -----------*/
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* Hides from IE-mac \*/ 
.clearfix {display: inline-block;} 
/* End hide from IE-mac */
* html .clearfix {height: 1%;} 
.clearfix {display: block;}
/*//////////////////////*/
a:hover{
	opacity: 0.7;	
}
body{
	position: relative;
	font-size: 14px;
	font-family: Verdana, Geneva, "sans-serif";
	line-height: 1.4em;
	color:#333;
}
#header{
	background: url(../image/header_bg.jpg) repeat-x left top;
	height: 143px;
}
#header_inner{
	width: 907px;
	margin: 0 auto;
	height: 142px;
}
#wrap{
	width: 1024px;
	margin: 0 auto;
	background:#FFF;
}
#navi{
	width: 230px;
	float: left;
	padding: 15px 0 0 0;
}
#globalNavi{
	width: 230px;
	position:relative;
	background-color: #00803d;	
	height: 780px;
	padding-top: 20px;
}
#globalNavi ul li{
	height: 38px;
	border-bottom: 1px solid #e3efda;
	width: 210px;
	margin: auto;
	padding-top: 15px;
}
#globalNavi ul li a{
	width: 180px;
	height: 36px;
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
}
#wrap .nav  {
	width:250px;
}
#wrap .nav li  {
	width:230px;
	margin: auto;
	height:36px;
}
#wrap .nav li a {
	display: block;
	width: 210px;
	height:36px;
	color: #fff;
}
#wrap a:hover{
	opacity: 0.7
}
#wrap .nav li ul {
	width: 230px;
	display: none;
	position: relative;
	top: -36px;
	left: 220px;
	z-index: 10;
}
#wrap .nav ul{
	background-color: #69b076;	
}
#primary{
	width: 760px;
	padding: 0px 5px;
	float:right;
	position:relative;
	}	

#news {
	padding: 0 0 10px;
	margin-left: 10px;
	margin-bottom:20px;
	width:750px;
	}
#news dl {
	margin: 0 20px 0px 20px;
	max-height: 120px;
	overflow:auto;
	font-size:13px;
	}
#news dl dt {
	padding-top: 10px;
	margin-bottom:0px;
	float:left;
	}
#news dl dd {
	padding-top: 10px;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:120px;
	}
#contact {
	background:#FFF;
	margin-left: 10px;
	margin-bottom:20px;
	width:730px;
	}
#contact p{
	padding: 0 0 10px 10px;
}
#tit{
	margin: 5px auto;
	width: 750px;
}
#footer{
	background: #83a749;
	color: #FFF;
	font-size: 1.0em;
	text-align: center;
	padding: 5px 0 ;
}
.text_block{
	margin: 10px 10px 40px;
	padding: 5px 10px;
	overflow: hidden;
}
.committee dl{
	margin-left: 20px;
}
.committee dt{
	font-weight: bold;
	padding: 5px;
	color: #008948;
}
.committee dd{
	padding: 0 20px 10px;
}
.outline dt{
	color: #043F07;
	font-weight: bold;
}
.outline dd{
	margin-bottom: 10px;
}
.program dl{
	overflow: hidden;
}
.program dt{
	float: left;
	width: 110px;
	margin-right: 20px;
	clear: left;
}
.program dd{
	float: left;
	margin-bottom: 5px;
}
.button_entry::before,
.button_entry::after,{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_entry,
.button_entry::before,
.button_entry::after,{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_entry {
  margin: 30px auto; 
  display: inline-block;
  width: 80%;
  text-align: center;
  text-decoration: none;
 padding: 2%;
  outline: none;
	border-radius: 7px;
	font-weight: bold;
	font-size: 1rem;
}
.button_entry {
  background-color: #00B39A;
  border: 2px solid #00B39A;
  color: #fff;
}
a.button_entry:link{
	color: #fff;
}
.button_entry:hover {
  background-color: #fff;
  border-color: #00B39A;
  color: #049B86 !important;
}
.button_entry2::before,
.button_entry2::after,{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_entry2,
.button_entry2::before,
.button_entry2::after,{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_entry2 {
  margin: 15px auto; 
  display: inline-block;
  width: 80%;
  text-align: center;
  text-decoration: none;
 padding: 2%;
  outline: none;
	border-radius: 7px;
	font-weight: bold;
	font-size: 1rem;
}
.button_entry2 {
  background-color: #1e50a2;
  border: 2px solid #1e50a2;
  color: #fff;
}
a.button_entry2:link{
	color: #fff;
}
.button_entry2:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb !important;
}
.button_entry3::before,
.button_entry3::after,{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_entry3,
.button_entry3::before,
.button_entry3::after,{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_entry3 {
  margin: 15px auto; 
  display: inline-block;
  width: 50%;
  text-align: center;
  text-decoration: none;
 padding: 2%;
  outline: none;
	border-radius: 7px;
	font-weight: bold;
}
.button_entry3 {
  background-color: #c20505;
  border: 2px solid #c20505;
  color: #fff;
}
.button_entry3 a{
	color:#fff;
}
.button_entry3::before,
.button_entry3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_entry3,
.button_entry3::before,
.button_entry3::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_entry3:hover {
  background-color: #fc7070;
  border-color: #fc7070;
}
.button_entry4::before,
.button_entry4::after,{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_entry4,
.button_entry4::before,
.button_entry4::after,{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_entry4 {
  margin: 10px auto; 
  display: inline-block;
  width: 30%;
  text-align: center;
  text-decoration: none;
 padding: 1.5%;
  outline: none;
	border-radius: 7px;
	font-weight: bold;
}
.button_entry4 {
  background-color: #e20303;
  border: 2px solid #e20303;
  color: #fff;
}
.button_entry4 a{
	color:#fff;
}
.button_entry4::before,
.button_entry4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_entry4,
.button_entry4::before,
.button_entry4::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_entry4:hover {
  background-color: #fc7070;
  border-color: #fc7070;
}
/* registration */
ul.regist {
	overflow: hidden;
	margin: 20px 0 30px;
}
ul.regist li{
	width: 50%;
	text-align: center;
	float: left;
}
.maint{
	border: 2px solid #a9d18e;
	padding: 10px;
	margin-bottom: 20px;
}



/* tableスタイル */
table.border{
	border: 1px solid #333;
	border-collapse: collapse;
}
table.border th{
	background-color: #0D4F00;
	color: #fff;
	padding: 5px;
}
table.border td{
	padding: 3px 8px;
}
table.border th, td{
	border: 1px solid #333;
}



/* listスタイル */
.list01 ul  {
    position: relative;
    margin:0;
    padding:0
} 
.list01 ul li {
    list-style: none;
    list-style-position:outside;
    margin:0;
    padding-left:1.25em
}
.list01 ul li a {
    position: absolute;
    left:0;
    margin:0;
	color:#333;
}
.list01 ul li a:hover {
    opacity: 1;
}
.list01 ul{
	margin-bottom: 10px;
}
.list01 li{
	list-style: disc;
	list-style-position: outside;
	margin-left: 40px;
	margin-bottom: 10px;
}
.list02 ul{
	margin-bottom: 10px;
}
.list02 li{
	list-style:none;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 30px;
}
.list02 li:before{
	content:"➡ ";
	margin-left: -16px;
	color: #0D28A3;
}
.list03 ul{}
.list03 li{
	list-style: none;
	list-style-position: outside;
	margin-left:1em; 
}
.list03 li:before{
	content: "※";
	margin-left: -1em;
}
ol.list04 {
	padding:0;
	 margin:0;
}
ol.list04 li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
ol.list04 li:before{
	display: marker;
 	content: "(" counter(cnt) ") ";
	margin-right: 0.25em;
}
ul.list05 li{
	list-style: none;
}
ol.decimal{
	margin: 0 ;
	padding: 0;
}
ol.decimal li{
	list-style: decimal;
	margin-left: 1.5em;
	list-style-position:outside;
}
.disc li{
	list-style: disc;
	margin-left: 1em;
	list-style-position: outside;
}



/* dlスタイル */
.dl01 dl{
	width: 450px;
}
.dl01 dt{
	float: left;
	clear: left;
	color: #008948;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 220px;
}
.dl01 dd{
	margin-left: 1em;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.dl02{
	margin: 10px 0;
	
}
.dl02 dt{
	color: #06017B;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 5px;
}
.dl02 dd{
	margin-left: 30px;
	line-height: 1.6em;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}
.dl03{
	margin-top: 1em;
	border: 1px solid #BCFFE3;
}
.dl03 dt{
	background:#BCFFE3;
	color: #1E1E1E;
	text-align: center;
	padding: 0.5em 0;
}
.dl03 dd{padding-bottom: 1em;}
dl.session{overflow: hidden;}
dl.session dt{
	width: 80px;
	float: left;
	clear: left;
	font-weight: bold;
	color: #043F07;
}
dl.session dd:before{content: ":";margin-right: 10px;font-weight: bold;	color: #043F07;}
dl.session dd{
	float: left;
	width: calc(100% - 80px);
}

dl.international_c{
	width: 30%;
	float: left;
	margin: 10px 12px;
}
dl.international_c dt{
	font-size: 110%;
	margin: 5px 0;
}


/* button */
.button1 a{
	color:#fff;
}
.button1::before,
.button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button1:hover {
  background-color: #59b1eb;
}

div.abstract .button1 {
  display: inline-block;
  width: 80%;
	line-height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
	font-weight: bold;
	letter-spacing: 2;
	border-radius: 0;
	background-color: #FF6D31;
}
div.abstract .button1::before,
div.abstract .button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
div.abstract .button1,
div.abstract .button1::before,
div.abstract .button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
div.abstract .button1:hover {
  background-color: #59b1eb;
}
.button {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	background-color: #1e50a2;
  color: #fff;
	font-weight: bold;
	letter-spacing: 2;
	border-radius: 10px;
}
.button a{
	color:#fff;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #59b1eb;
}

.button02 {
  display: inline-block;
  width: 300px;
  height: 90px;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  outline: none;
	background-color:#D0F0CE;
  color: #000;
	letter-spacing: 2;
	border: solid #049E32 1px;
	border-radius: 10px;
}
.button02 a{
	color:#fff;
}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button02:hover {
  background-color: #E5FBE7;
}

.button03 {
  display: inline-block;
  width: 300px;
  height: 90px;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  outline: none;
	background-color:#F5EFA0;
  color: #000;
	letter-spacing: 2;
	border: solid #FDCD26 1px;
	border-radius: 10px;
}
.button03 a{
	color:#fff;
}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button03:hover {
  background-color:#FCF9D9;
}
.button04 {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	background-color: #1e50a2;
  color: #fff;
	font-weight: bold;
	letter-spacing: 2;
	border-radius: 10px;
}
.button04 a{
	color:#fff;
}
.button04::before,
.button04::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button04,
.button04::before,
.button04::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button04:hover {
  background-color: #59b1eb;
}

div.abstract .button {
  display: inline-block;
  width: 60%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  color: #fff;
	font-weight: bold;
	letter-spacing: 2;
	border-radius: 0;
}
div.abstract .button::before,
div.abstract .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
div.abstract .button,
div.abstract .button::before,
div.abstract .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
div.abstract .button:hover {
  background-color: #59b1eb;
}
div.abstract .bg01{
	background-color: #29A2C6;
}
div.abstract .bg02{
	background-color: #73B66B;
}
div.abstract .bg03{
	background-color: #FF6D31;
}
ul.regist li:first-child .button {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 100%;
  outline: none;
	background-color: #1e50a2;
  color: #fff;
	font-weight: bold;
	letter-spacing: 2;
	border-radius: 10px;
	padding: 18px 0;
}
ul.regist li:nth-child(2) .button {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 100%;
  outline: none;
	background-color: #1e50a2;
  color: #fff;
	font-weight: bold;
	letter-spacing: 2;
	border-radius: 10px;
	padding: 10px 0;
}



/* 見出しなど */
.midashi01{
	color: #008948;
	font-weight: bold;
	border-bottom: double 5px #7A7A7A;
	width: 700px;
	font-size: 125%;
	margin-left: 10px;
	padding-bottom: 10px;
}
.midashi02{
	border-left: 10px solid rgba(255,134,0,1.00);
	border-bottom: 2px dotted rgba(195,195,195,1.00);
	padding: 5px;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.midashi03{
	background: url(../image/midashi03_bg.png) no-repeat left;
	padding-left: 50px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 2em;
}
.midashi03A {
position: relative;
padding-left: 25px;
}
.midashi03A:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px rgb(119, 195, 223);
}
.midashi03A:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px rgb(119, 195, 223);
}
.midashi04A {
position: relative;
	padding: 0.5em 0 1em 0.5em;
}
.midashi04A:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
.att{
	color: #F00;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.t-center{
	text-align: center;
}
.w40{
	width: 40%;
}
.w45{
	width: 45%;
}
.green{
	color: #043F07;
}
.pL10{
	padding-left: 10px;
}
 
.box{
	border: 1px solid #555;
	padding: 10px;
	margin: 10px 0;
}
.box01{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box01:before, .box01:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box01:before {left: 10px;}
.box01:after {right: 10px;}
.box01 p {
    margin: 0; 
    padding: 0;
}
.t-strong{font-weight: bold;}
a.bt_01 {
  display: block;
  position: relative;
  height: auto;
  width: 60%;
  text-decoration: none;
  line-height: 2.5em;
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: 2px solid #00008b;
  padding-left:70px;
  color: #333;
	margin: 10px auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt_01 i{  
  display: block;
  position: absolute;
  top:0;
  left:0px;
  height: 100%;
  width: 50px;
  line-height:2.5em;
  text-align: center;
  background:#00008b;
  color: #fff;
	vertical-align: middle;
}
a.bt_01 i:after{
  content:"";
  display: block;
  position: absolute;
  right: -10px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #00008b;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.bt_01:hover{
  opacity: 0.7;
}
a.bt_02{
  display: block;
  text-decoration: none;
  height:120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
	position: relative;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt_02:hover{
  opacity: 0.8;
}
.box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;   
}
.box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box02 p {
    margin: 0; 
    padding: 0;
}
.mr20{margin-right: 20px}
.bg01{
	background: #0100B4;
}
.bg02{
	background: #0B9B0E;
}
.border01{ border: solid 3px #0100B4;}
.border02{ border: solid 3px #0B9B0E;}
a.bt_03{
  display: block;
  position: relative;
  text-decoration: none;
  height:35px;
  width: 80%;
  line-height: 28px;
	margin: 10px auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 3px #ccc;  
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.bt_03 span{
  display: block;
  padding: 2px 0;  
}
a.bt_03:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
.bt_03blue{
border-top: 2px solid #119de9;
  border-bottom: 2px solid #0288d1;
  background: #119de9;
  background: -webkit-gradient(linear, left top, left bottom, from(#6dccff), to(#119de9));
  background: -moz-linear-gradient(top, #6dccff, #119de9);
  background: -o-linear-gradient(top, #6dccff, #119de9);
  background: -ms-linear-gradient(top, #6dccff, #119de9);
  background: linear-gradient(top, #6dccff, #119de9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6dccff', endColorstr='#119de9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6dccff', endColorstr='#119de9')";
}
.bt_03blue span{
	border-top:2px solid #c6ebff;
}
.bt_03green{
border-top: 2px solid #00aa00;
  border-bottom: 2px solid #33cc66;
  background: #11E973;
  background: -webkit-gradient(linear, left top, left bottom, from(#98fb98), to(#00aa00));
  background: -moz-linear-gradient(top, #98fb98, #00aa00);
  background: -o-linear-gradient(top, #98fb98, #00aa00);
  background: -ms-linear-gradient(top, #98fb98, #00aa00);
  background: linear-gradient(top, #98fb98, #00aa00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#98fb98', endColorstr='#00aa00');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#98fb98', endColorstr='#00aa00')";
}
.bt_03green span{
	border-top:2px solid #e5ffe5;
}
.bt_03red{
border-top: 2px solid #f13690;
  border-bottom: 2px solid #e4016f;
  background: #e4016f;
  background: -webkit-gradient(linear, left top, left bottom, from(#f13690), to(#e4016f));
  background: -moz-linear-gradient(top, #f13690, #e4016f);
  background: -o-linear-gradient(top, #f13690, #e4016f);
  background: -ms-linear-gradient(top, #f13690, #e4016f);
  background: linear-gradient(top, #f13690, #e4016f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f13690', endColorstr='#e4016f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f13690', endColorstr='#e4016f')";
}
.bt_03red span{
	border-top:2px solid #fff4ff;
}
.box03{
	background: #BBFFE6;
	padding: 0.5em;
	margin: 1em auto;
	width: 80%;
	border: 2px dashed #FFF;
	box-shadow: 0px 0px 0px 10px #BBFFE6;
}
.t-indent{
	text-indent: 1em;
}
#aisatsu p{
	margin: 1.12em 0;
}

table.table2h{
	width: 90%;
	border: solid 1px;
	border-collapse: collapse;
}
table.table2h th, table.table2h td{ padding: 5px 1%; border: solid 1px; }

table.table2h th[scope="row"]{	text-align: left; }
table.table2h th[scope="col"]{	text-align: center; }
table.table2h td{	text-align: right; }
