
/* ======================================== h1,h2,h3,h4,h5,h6  */

h2 {
background: #F64F95;
border: 0px #878586 solid;
}

h2 span{
display: block;
color: white;
padding: 5px 20px;
font-size: 16px;
}

h2 span span{
float: right;
border:0;
padding:0;
margin:0;
font-size: 10px;
font-family: arial;
letter-spacing: 2px;
}

h3 {

}

h3 span {

}



/* ======================================== header01*/
header#h01 {
width: 100%;
height:15px;
background: #FFFFF;
padding:5px 0;
}

header#h01 dl {
margin: 0px auto;
width:950px;
}

header#h01 dl h1{
font-size: 12px;
padding:0px 0 0 0;
float: left;
color:#000000;
}

header#h01 dl dd {
float: right;
padding:0 0 0 10px;
}

header#h01 dl dd a{
color:#000000;
}

header#h01 dl dd a:hover{
}


/* ======================================== header02*/
header#h02 {
width: 100%;
height:80px;
background: #FFFFFF;
padding:0 0 0px 0;
}


header#h02 dl {
margin: 0px auto;
width:970px;
}

header#h02 dl dt {
font-size: 40px;
float: left;
color:#000000;
font-family:Courier New;
}

header#h02 dl dd {
margin-top: 15px;
padding:0px 0 0 0;
font-size: 40px;
float: right;
color:#000000;
font-family:HG明朝E;
}

/* ======================================== slide*/


.slide {
     width:300px;
     overflow:hidden;
     position:relative;
     margin-bottom:20px;
}

.slideInner {
     list-style:none;
     margin:0 0 5px 0;
     padding:0;
}
.slideInner li {
     position:absolute;
     margin:0;
     padding:0;
}
.slideInner li img {
   width:100%;
}

.slidePrev {
      position:absolute;
      width:25px;
      height:30px;
      left:0;
      cursor:pointer;
      z-index:100;
}

.slideNext {
      position:absolute;
      display:block;
      width:25px;
      height:30px;
      right:0;
      cursor:pointer;
      z-index:100;
}

.controlNav {
      position:relative;
      float:left;
      left:50%;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#ccc;
      cursor:pointer;
}
.controlNav span.current {
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      background:#85d1c6;
}


/* ======================================== shadow*/


.shadow{
	position: relative;
	display: block;
	width: 310px; /* 画像の横幅 */
	margin: 0 auto;
	z-index: 1;
}
.shadow:before{
	content: "";
	position: absolute;
	bottom: 8px;
	left: 25px;
	width: 75%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(-3deg)
}
.shadow:after{
	content: "";
	position: absolute;
	bottom: 8px;
	right: 25px;
	width: 75%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(3deg)
}


/* ======================================== global_navigation*/

nav {
width: 100%;
background: #F64F95;

}


nav ul{
width: 968px;
margin: 0px auto;
}

nav ul li {
float: left;
border-right:0px #161515 solid;
font-size: 12px;
}

nav ul li a{
color:#ffffff;
text-decoration: none;
padding:10px 40px;

display: block;
border-top:0px #565455 solid;

border-left:0px #565455 solid;

}

nav ul li a:hover{
background:#ffcaff;
color:#000000;
}


nav ul li a#link{
}









/* ======================================== wrapper*/
div#wrapper {
width:100%;
background-image: url("../img/bg.png");
background-repeat: no-repeat;
background-position: right top
}


/* ======================================== wrapper1*/
div#wrapper1 {
width:970px;
margin:0px auto 30px auto;
}


/* ======================================== main_img*/
div#wrapper div.main_img{
margin: 0 0 1px 0  ;

}

/* ======================================== tp_navigation*/
ul#tp_navigation {
margin:15px 0 15px 0;
}

ul#tp_navigation li#item01 {
float: left;
background:#ffffff;
height: 130px;
width: 650px;
margin:0 0 20px 0;
position: relative;
}

ul#tp_navigation li#item02 {
float: left;
background:#ffffff;
height: 130px;
width: 650px;
margin:0 0 20px 0;
position: relative;
}

ul#tp_navigation li#item03 {
float: left;
background:#ffffff;
height: 130px;
width: 650px;
margin:0 0 20px 0;
position: relative;
}

ul#tp_navigation li {
border:1px #CECECE solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: block;
background: gray;
height: 130px;
color: #999999;
}

ul#tp_navigation li strong{
display: block;
padding:5px 20px;
font-size: 16px;
color: #ffffff;
background: #1979CA;
margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

ul#tp_navigation li strong1{
display: block;
padding:5px 20px;
font-size: 16px;
color: #ffffff;
background: #378A54;
margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

ul#tp_navigation li p{
padding: 0 20px 20px 20px;
}

ul#tp_navigation li img{
float: left;	/*画像を左へ回り込み*/
width: 111px;		/*写真の幅*/
padding-left: 10px;			/*余白。ここに上の行で設定した背景色が出ます。*/
margin-right: 1%;		/*写真の右側に空ける余白*/
}

ul#tp_navigation li a p.next01,
ul#tp_navigation li a p.next02,
ul#tp_navigation li a p.next03{
text-align: center;
color: #ffffff;
background: #FFAB00;
position: absolute;
left:510px;
top:95px;
padding:5px 0;
width:130px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* ======================================== sub_navigation*/
ul#sub_navigation {
margin:15px 0 30px 0;
}

ul#sub_navigation li#item01 {
float: left;
background:#ffffff;
height: 180px;
width: 310px;
margin:0 0 20px 0;
position: relative;
}

ul#sub_navigation li#item02 {
float: right;
background:#ffffff;
height: 180px;
width: 310px;
margin:0 0 20px 26px;
position: relative;
}

ul#sub_navigation li#item03 {
float: left;
background:#ffffff;
height: 180px;
width: 310px;
margin:10 0 0 0px;
position: relative;
}

ul#sub_navigation li#item04 {
float: right;
background:#ffffff;
height: 180px;
width: 310px;
margin:10 0 0 26px;
position: relative;
}

ul#sub_navigation li {
border:0px #6d6d6d solid;
}

ul#sub_navigation li a {
display: block;
background: gray;
height: 180px;
border-top:0px #9d9d9d solid;
border-left:0px #9d9d9d solid;
color: white;
}

ul#sub_navigation li a:hover{
background:#8f8f8f;
border-top:0px #afafaf solid;
border-left:0px #afafaf solid;
}

ul#sub_navigation li a strong{
display: block;
padding:5px 20px;
font-size: 18px;
background: #808080;
margin:0 0 10px 0;
border-bottom:1px #757575 solid;
}

ul#sub_navigation li a p{
padding: 0 20px 20px 20px;
}


/* ======================================== sub_navigation2*/
ul#sub_navigation2 {
margin:0 0 20px 0;
}

ul#sub_navigation2 li#item01 {
float: left;
background:#ffffff;
height: 150px;
width: 310px;
margin:0 0 20px 0;
position: relative;
}

ul#sub_navigation2 li#item02 {
float: right;
background:#ffffff;
height: 150px;
width: 310px;
margin:0 0 20px 26px;
position: relative;
}

ul#sub_navigation2 li {
border:1px #6d6d6d solid;
display: block;
height: 150px;
}

ul#sub_navigation2 li img{
float: left;	/*画像を左へ回り込み*/
width: 70px;		/*写真の幅*/
padding-left: 10px;			/*余白。ここに上の行で設定した背景色が出ます。*/
padding-top: 10px;			/*余白。ここに上の行で設定した背景色が出ます。*/
margin-right: 1%;		/*写真の右側に空ける余白*/
}

ul#sub_navigation2 li p{
padding: 0 5px 5px 20px;
font-size: 14px;
line-height: 100%;
}

ul#sub_navigation2 li strong{
position: absolute;  
top: 115px;  
right: 5px; 
font-size: 16px;
font-weight: bold;
color: #000000;
}

ul#sub_navigation2 li strong1{
display: block;
padding:5px 20px 0 20px;
font-size: 16px;
font-weight: bold;
color: #D83939;
}


/* ======================================== sub_navigation3*/
ul#sub_navigation3 {
margin:15px 0 15px 0;
}

ul#sub_navigation3 li#item01 {
float: left;
background:#ffffff;
height: auto;
width: 650px;
margin:0 0 20px 0;
position: relative;
}

ul#sub_navigation3 li#item02 {
float: left;
background:#ffffff;
height: 130px;
width: 650px;
margin:0 0 20px 0;
position: relative;
}

ul#sub_navigation3 li#item03 {
float: left;
background:#ffffff;
height: 130px;
width: 650px;
margin:0 0 20px 0;
position: relative;
}

ul#sub_navigation3 li {
border:1px #CECECE solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: block;
background: gray;
height: 130px;
color: #999999;
}

ul#sub_navigation3 li strong{
display: block;
padding:5px 20px;
font-size: 16px;
color: #ffffff;
background: #1979CA;
margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

ul#sub_navigation3 li strong1{
display: block;
padding:5px 20px;
font-size: 16px;
color: #ffffff;
background: #378A54;
margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

ul#sub_navigation3 li p{
padding: 0 20px 0 20px;
}

ul#sub_navigation3 li img{
float: left;	/*画像を左へ回り込み*/
width: 398px;		/*写真の幅*/
padding-left: 10px;			/*余白。ここに上の行で設定した背景色が出ます。*/
margin-right: 1%;		/*写真の右側に空ける余白*/
}


/* ======================================== sub_navigation4*/
ul#sub_navigation4 {
margin:15px 0 15px 0;
}

ul#sub_navigation4 li#item01 {
float: left;
background:#ffffff;
height: auto;
width: 650px;
margin:0 0 20px 0;
position: relative;
}

ul#sub_navigation4 li {
border:1px #CECECE solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: block;
background: gray;
height: 130px;
color: #999999;
}

ul#sub_navigation4 li strong{
display: block;
padding:5px 20px;
font-size: 16px;
color: #ffffff;
background: #1979CA;
margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

ul#sub_navigation4 li strong1{
display: block;
padding:5px 20px;
font-size: 16px;
color: #ffffff;
background: #378A54;
margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

ul#sub_navigation4 li p{
padding: 0 20px 0 20px;
}

ul#sub_navigation4 li img{
float: left;	/*画像を左へ回り込み*/
width: 620px;		/*写真の幅*/
padding-left: 15px;			/*余白。ここに上の行で設定した背景色が出ます。*/
padding-bottom: 15px;			/*余白。ここに上の行で設定した背景色が出ます。*/
margin-right: 1%;		/*写真の右側に空ける余白*/
}


/* ======================================== aside*/
div#wrapper aside {
width:300px;
float: right;
margin:15px 0 0 0 ;
}


/* ======= list style 01*/
div#wrapper aside ul.list01{
border:0px #dddddd solid;
margin-bottom:20px;
}

div#wrapper aside ul.list01 li{
color:#000000;
padding:10px 20px;
background: #00C400;
}

div#wrapper aside ul.list01 li.head{
font-weight: bold;
font-size: 14px;
border-bottom:0px #dddddd solid;
}

#menu div {
  position: relative;
}

.arrow_box {
  display: none;
  position: absolute;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: #333;
  color: #fff;
}

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

span:hover + p.arrow_box {
  display: block;
}

/* ======= list style 02*/
div#wrapper aside ul.list02{
border:1px #dddddd solid;
-webkit-border-radius: 7px 7px 0px 0px;
-moz-border-radius: 7px 7px 0px 0px;
border-radius: 7px 7px 0px 0px;
margin-bottom:20px;
}

div#wrapper aside ul.list02 li{
padding:10px 20px;
background: ghostwhite;
}

div#wrapper aside ul.list02 li.head{
font-weight: bold;
font-size: 14px;
border-bottom:1px #dddddd solid;
-webkit-border-radius: 7px 7px 0px 0px;
-moz-border-radius: 7px 7px 0px 0px;
border-radius: 7px 7px 0px 0px;
}

/* ======= list style 03*/
div#wrapper aside ul.list03{
border:1px #dddddd solid;
-webkit-border-radius: 7px 7px 0px 0px;
-moz-border-radius: 7px 7px 0px 0px;
border-radius: 7px 7px 0px 0px;
margin-bottom:20px;
background: white;
}

div#wrapper aside ul.list03 li{
padding:10px 20px;
background: #26A6F2;
color: #fff;
}

div#wrapper aside ul.list03 li.head{
font-weight: bold;
font-size: 14px;
border-bottom:1px #dddddd solid;
-webkit-border-radius: 7px 7px 0px 0px;
-moz-border-radius: 7px 7px 0px 0px;
border-radius: 7px 7px 0px 0px;
}

div#wrapper aside ul.list03 p{
padding:10px;
}

/* ======================================== section*/
div#wrapper section.index {
float:left;
width: 650px;
}

div#wrapper section.index h3 {
clear: both;
color: #000;
background: url(../img/h3-bg.png) no-repeat;
font-size: 14px;
font-weight: bold;
padding: 8px 0px 10px 40px;
}

div#wrapper section.index h4 {
clear: both;
color: #000;
background: url(../img/h4-bg.png) no-repeat;
font-size: 14px;
font-weight: bold;
padding: 8px 0px 10px 40px;
}

div#wrapper section.index h5 {
clear: both;
color: #000;
background: url(../img/h5-bg.png) no-repeat;
font-size: 14px;
font-weight: bold;
padding: 8px 0px 10px 40px;
}

div#wrapper section.index h6 {
clear: both;
color: #000;
background: url(../img/h6-bg.png) no-repeat;
font-size: 14px;
font-weight: bold;
padding: 10px 0px 0px 40px;
}

div#wrapper section.index h7 {
width: 210px;
height: 36px;
clear: both;
color: #000;
background: url(../img/h7-bg.png) no-repeat;
font-size: 14px;
font-weight: bold;
padding: 10px 0px 0px 40px;
}

div#wrapper section.index qa {
clear: both;
color: #000;
background: url(../img/qa-bg.png) no-repeat;
font-size: 14px;
font-weight: bold;
padding: 5px 0px 15px 30px;
margin-bottom: 25px;
}

div#wrapper section.index p{
font-size: 14px;
line-height: 25px;
margin: 10px 0;
}

div#wrapper section.index article{
border:1px #eeeeee solid;
border-left:#dddddd solid 1px ;
border-top:#dddddd solid 1px ;
margin: 0 0 20px 0;
background: white;

}

div#wrapper section.index article div{
padding:0 10px 0 10px;
border-left:white solid 1px ;
border-top:white solid 1px ;

}

div#wrapper section.index article p{
margin:0 0 10px 0;
}

div#wrapper section.index article p span.data{
float: left;
display: block;
background: #dddddd;
width:100px;
text-align: center;
margin: 0 30px 0 0 ;

}


/* ======================================== section*/
div#wrapper section.under {
float:left;
margin:20px 0 0 0 ;
width: 650px;
}

div#wrapper section.under article{
border:1px #eeeeee solid;
border-left:#dddddd solid 1px ;
border-top:#dddddd solid 1px ;
margin: 0 0 20px 0;
background: white;

}

div#wrapper section.under article div{
padding:20px;
border-left:white solid 1px ;
border-top:white solid 1px ;

}
div#wrapper section.under article p{
margin:0 0 15px 0;
}

div#wrapper section.under article p.pic01{
margin:0 18px 15px 0;
float: left;

}

div#wrapper section.under article p.pic02{
margin:0 0 15px 18px ;
float: right;
}

table {
}

table.map th {
width:250px;
background: ghostwhite;
border-bottom:1px white solid;
}

table.map td {
padding:20px ;

}

/* ======================================== topic_path*/
div#topic_path {
border-left:10px #eeeeee solid;
padding:0 0 0 20px;
margin:30px 0 0 0 ;
}





/* ======================================== back_to_top*/
div.btt  {
clear: both;
background:#ffffff;
width: 100%;
height: 45px;
background-image: url("../img/bg-town.png")
}

div.btt a {
display: block;
text-align: center;
border:1px #959595 solid;
width: 160px;
margin: 0px auto;
background: #aaaaaa;
text-decoration: none;
font-family: arial;
color:white;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

div.btt a:hover {
display: block;
text-align: center;
color: white;
border:1px #413f40 solid;
width: 160px;
margin: 0px auto;
background:#333132;
text-decoration: none;
font-family: arial;
}

div.btt a span{
padding: 10px 0px;
display: block;
border-left:1px #bfbfbf solid;
border-top:1px #bfbfbf solid;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


/* ======================================== footer01*/

footer#f01 {
width: 100%;
height: 120px;
background-image: url("../img/f01_bg.png");
background-repeat: repeat-x;
border-top:1px white solid;
border-bottom:1px solid #d5d5d5;
}



footer#f01 ul{
width:970px;
margin:0px auto;
clear: both;

}


footer#f01 ul li{
float: left;
margin-top:  25px;
width: 170px;
padding:0 0 0 15px;
border-left:1px #726d6e solid;

}

footer#f01 ul li p.title{
color: #0000ff;
font-weight:bold;
}

footer#f01 ul li a{
}

/* ======================================== footer02*/

footer#f02 {
width: 100%;
height: 60px;
background-image: url("../img/f02_bg.png");
background-repeat: repeat-x;
}



footer#f02 ul{
width:970px;
margin:0px auto;
clear: both;

}


footer#f02 ul li{
float: left;
margin-top:  25px;
font-size:12px;
color:#000000;
width: 500px;
}

footer#f02 ul li a{
}

.ta2 {
width: 650px;
height: auto;
background: #ffffff;
border: 1px solid #CCC;
border-collapse:collapse;
margin-bottom:  20px;
}
.ta2 tr th {
width: 200px;
font-size: 14px;
line-height: 30px;
background: #FFFDE8;
border: 1px solid #CCC;
}
.ta2 tr td {
font-size: 14px;
line-height: 30px;
padding-left: 20px;
border: 1px solid #CCC;
}

.ta3 {
width: 650px;
height: auto;
background: #ffffff;
border: 1px solid #CCC;
border-collapse:collapse;
margin-bottom:  20px;
}
.ta3 tr th {
width: 200px;
font-size: 14px;
line-height: 30px;
background: #E3F7F9;
border: 1px solid #CCC;
}
.ta3 tr td {
font-size: 14px;
line-height: 30px;
padding-left: 20px;
border: 1px solid #CCC;
}

.ta4 {
width: 650px;
height: auto;
background: #ffffff;
border: 1px solid #CCC;
border-collapse:collapse;
margin-bottom:  20px;
}
.ta4 tr th {
width: 200px;
font-size: 13px;
line-height: 25px;
border: 1px solid #CCC;
}
.ta4 tr td {
width: 150px;
font-size: 13px;
line-height: 25px;
padding-left: 20px;
border: 1px solid #CCC;
}

.ta5 {
width: 500px;
height: auto;
background: #ffffff;
border: 1px solid #CCC;
border-collapse:collapse;
margin-bottom:  20px;
}
.ta5 tr th {
width: 200px;
font-size: 13px;
line-height: 25px;
border: 1px solid #CCC;
}
.ta5 tr td {
width: 150px;
font-size: 13px;
line-height: 25px;
padding-left: 20px;
border: 1px solid #CCC;
}

.ta6 {
width: 600px;
height: auto;
background: #ffffff;
}
.ta6 tr th {
width: 300px;
font-size: 14px;
text-align: left;
padding-left: 20px;
}
.ta6 tr td {
width: 300px;
font-size: 14px;
font-weight: bold;
text-align: left;
padding-left: 20px;
}

.ta7 {
width: 650px;
border-collapse: separate;
border-spacing: 1px;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
}
.ta7 th {
width: 250px;
font-size: 14px;
text-align: left;
padding-left: 20px;
border-bottom: 1px solid #ccc;
}
.ta7 td {
width: 200px;
font-size: 14px;
font-weight: bold;
text-align: center;
padding-left: 20px;
border-bottom: 1px solid #ccc;
}

.ta8 {
width: 650px;
border-collapse: separate;
border-spacing: 1px;
text-align: left;
line-height: 1.5;
border-top: 1px solid #ccc;
}
.ta8 th {
width: 200px;
font-size: 14px;
text-align: left;
padding-left: 20px;
border-bottom: 1px solid #ccc;
}
.ta8 td {
width: 125px;
font-size: 14px;
font-weight: bold;
text-align: center;
padding-left: 20px;
border-bottom: 1px solid #ccc;
}

.ta9 {
width: 620px;
height: auto;
background: #ffffff;
border: 1px solid #CCC;
border-collapse:collapse;
margin-bottom:  20px;
}
.ta9 tr th {
width: 180px;
font-size: 14px;
line-height: 30px;
background: #ffe8ff;
border: 1px solid #CCC;
}
.ta9 tr td {
font-size: 14px;
line-height: 30px;
padding-left: 20px;
border: 1px solid #CCC;
}

.practice {
width: 650px;
height: auto;
background-image: url("../img/pra-bg.png");
border-collapse:collapse;
margin-bottom:  20px;
}
.practice tr th {
width: 200px;
font-size: 14px;
line-height: 30px;
border-right: 1px solid #CCC;
}
.practice tr td {
font-size: 14px;
line-height: 30px;
padding-left: 20px;
}

.practice tr td img {
margin-bottom:  10px;
}

.practice2 {
width: 650px;
height: auto;
border-collapse:collapse;
margin-bottom:  20px;
}
.practice2 tr th {
width: 200px;
font-size: 14px;
line-height: 30px;
}
.practice2 tr th img {
margin-bottom:  10px;
}
.practice2 tr td {
font-size: 14px;
line-height: 30px;
padding-left: 20px;
}
.practice2 tr td img {
margin-bottom:  10px;
}

.practice3 {
width: 650px;
height: auto;
border-collapse:collapse;
margin-bottom:  20px;
}
.practice3 tr th {
font-size: 14px;
text-align: left;
line-height: 30px;
padding-left: 50px;
}
.practice3 tr th img {
margin-bottom:  10px;
}
.practice3 tr td {
width: 180px;
font-size: 14px;
line-height: 30px;
}
.practice3 tr td img {
margin-bottom:  10px;
}

.member {
width: 650px;
border: 2px solid #ff9900;
-webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
border-collapse: separate;
border-spacing: 0;
margin-bottom:  20px;
}

.member tr th {
background: #fffce3;
width: 130px;
height: 120px;
font-size: 14px;
border-right: 1px solid #CCC;
}

.member tr td {
background: #ffffff;
font-weight:bold;
font-size: 18px;
color:#FF9900;
padding-left: 20px;
}

.member tr td span {
font-size: 12px;
color:#999999;
padding-left: 60px;
}

.member tr:last-child th:first-child {
border-radius: 0 0 0 7px;
}
.member tr:last-child th:last-child {
border-radius: 0 0 7px 0;
}

.member tr:last-child td:first-child {
border-radius: 0 0 0 7px;
}
.member tr:last-child td:last-child {
border-radius: 0 0 7px 0;
}

.course {
width: 650px;
border-top: 0px solid #0000ff;
border-right: 2px solid #0000ff;
border-left: 2px solid #0000ff;
border-bottom: 2px solid #0000ff;
-webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
border-collapse: separate;
border-spacing: 0;
padding-bottom:  10px;
margin-bottom:  20px;
}

.course tr th {
background: #ffffff;
width: 450px;
height: 70px;
font-size: 14px;
text-align: left;
padding-left: 10px;
}

.course tr th span {
font-size: 12px;
color:#e5425e;
padding-left: 25px;
}

.course tr td {
background: #ffffff;
font-weight:bold;
font-size: 18px;
color:#FF9900;
padding-left: 5px;
}

.course tr td img {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.course tr:last-child th:first-child {
border-radius: 0 0 0 7px;
}
.course tr:last-child th:last-child {
border-radius: 0 0 7px 0;
}

.course tr:last-child td:first-child {
border-radius: 0 0 0 7px;
}
.course tr:last-child td:last-child {
border-radius: 0 0 7px 0;
}


.course2 {
width: 650px;
height: auto;
border-collapse:collapse;
margin-bottom:  20px;
}
.course2 tr th {
width: 210px;
font-size: 14px;
line-height: 30px;
}
.course2 tr th img {
margin-bottom:  10px;
}
.course2 tr td {
font-size: 14px;
line-height: 30px;
padding-left: 20px;
vertical-align: top;
}
.course2 tr td img {
margin-bottom:  10px;
}

.course3 {
width: 650px;
height: auto;
border-collapse:collapse;
margin-bottom:  20px;
}
.course3 tr th {
width: 210px;
font-size: 14px;
line-height: 30px;
}
.course3 tr th img {
margin-bottom:  10px;
}
.course3 tr td {
font-size: 14px;
line-height: 30px;
padding-left: 20px;
vertical-align: top;
}
.course3 tr td img {
margin-bottom:  10px;
}

.reform {
width: 650px;
border-top: 0px solid #660000;
border-right: 2px solid #660000;
border-left: 2px solid #660000;
border-bottom: 2px solid #660000;
-webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
border-collapse: separate;
border-spacing: 0;
padding-bottom:  10px;
margin-bottom:  20px;
}

.reform tr th {
background: #ffffff;
width: 450px;
height: 70px;
font-size: 14px;
text-align: left;
padding-left: 10px;
}

.reform tr th span {
font-size: 12px;
color:#e5425e;
padding-left: 25px;
}

.reform tr td {
background: #ffffff;
font-weight:bold;
font-size: 18px;
color:#FF9900;
padding-left: 5px;
}

.reform tr td img {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.reform tr:last-child th:first-child {
border-radius: 0 0 0 7px;
}
.reform tr:last-child th:last-child {
border-radius: 0 0 7px 0;
}

.reform tr:last-child td:first-child {
border-radius: 0 0 0 7px;
}
.reform tr:last-child td:last-child {
border-radius: 0 0 7px 0;
}

.kotei_btm{
position:fixed;
right:0;
top:25%;
z-index:100;
}

div.notedesign {
   border: 2px solid #0000cc;   /* 外枠 */
   padding: 10px;             /* 内側の余白 */
   background-color: #ffffcc; /* 背景色 */
}
/* ▼ノート内部▼ */
div.notedesign p {
   background-image: url("http://daiichidry.com/hiroshima/images/bluedash.gif"); /* 罫線 */
   line-height: 25px; /* 行の高さ */
   margin: 0px;       /* 外側の余白 */
}
/* ▼ノートタイトル▼ */
div.notedesign p.notetitle {
   margin: 0px 0px 5px 0px;           /* 外側の余白 */
   padding: 3px 0px;                  /* 内側の余白 */
   font-weight: bold;                 /* 文字の太さ */
   color: #0000cc;                    /* 文字色 */
}
/* ▼ノートタイトルの日付欄▼ */
div.notedesign p.notetitle span.date {
   float: right;
}

/* ▼タブ */
#tabcontrol a {
   display: inline-block;            /* インラインブロック化 */
   border-width: 1px 1px 0px 1px;    /* 下以外の枠線を引く */
   border-style: solid;              /* 枠線の種類：実線 */
   border-color: black;              /* 枠線の色：黒色 */
   border-radius: 0.75em 0.75em 0 0; /* 枠線の左上角と右上角だけを丸く */
   padding: 0.75em 1em;              /* 内側の余白 */
   text-decoration: none;            /* リンクの下線を消す */
   color: black;                     /* 文字色：黒色 */
   background-color: white;          /* 背景色：白色 */
   font-weight: bold;                /* 太字 */
   position: relative;               /* JavaScriptでz-indexを調整するために必要 */
}
/* ▼タブにマウスポインタが載った際(任意) */
#tabcontrol a:hover {
   background:#ffcaff;       /* 背景色： */
}

/* ▼タブの中身 */
#tabbody div {
   border: 1px solid black; /* 枠線：黒色の実線を1pxの太さで引く */
   margin-top: -10px;        /* 上側にあるタブと1pxだけ重ねるために「-1px」を指定 */
   padding: 1em;            /* 内側の余白量 */
   background-color: white; /* 背景色：白色 */
   position: relative;      /* z-indexを調整するために必要 */
   z-index: 0;              /* 重なり順序を「最も背面」にするため */
}

