/* closed */
.closed{
	border: 2px solid #cc0000;
	color: #cc0000;
	padding: 10px 160px;
	font-weight: bold;
}

.font-closed{
	color: #999;
}



/*Bottun Styles */

/* 終了後 */
.square_btn_closed{
	font-size: 1.4em;
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #ffffff;
    border: solid 2px #999;
	background-color: #999;
    border-radius: 3px;
    transition: .4s;
}

/* 申込 */
.square_btn2{
	font-size: 1.4em;
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    color: #ffffff;
    border: solid 2px #3366cc;
	background-color: #3366cc;
    border-radius: 3px;
    transition: .4s;
}

.square_btn2:hover {
    background: #00809b;
    color: white;
}

/* 変更 */
.square_btn3{
	font-size: 1.4em;
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    color: #ffffff;
    border: solid 2px #00809b;
	background-color: #00809b;
    border-radius: 3px;
    transition: .4s;
}

.square_btn3:hover {
    background: #00809b;
    color: white;
}


/* 見学写真 */
.btn {
 padding: 10px 30px;
 background: blue;
 color: #ffffff;
}
 
 
.btn:hover {
 opacity: 0.7;
}




/*Font Styles */

h1 {
	font-style:normal;
	margin:0px auto 0px auto;
	text-align:left;
	color: #3366cc;
}

h2 {
	font-size:1.7em;
	font-style: normal;
	margin:0px auto 30px 0;
	text-align:left;
}

h3 {
margin:1.5em auto 0 auto;
text-align:left;
}

h4 {
margin:1.5em auto 0 auto;
margin-top: 2.5em;
text-align:left;
}

.title4{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px
}

sup {
font-size:x-small;
font-style:normal;
}

p {
font-size:medium;
font-style:normal;
text-align:left;
margin-bottom:1em;
}

p.indent-1 {
padding-left:0.5em;
text-indent:-0.5em;
}
p.indent-2 {
padding-left:0;
text-indent:-1.6em;
}
p.indent-3 {
padding-left:1em;
text-indent:1em;
}
ul.indent-4 {
padding-left:3em;
text-indent:3em;
}
p.indent-4 {
padding-left:3em;
text-indent:0em;
}

ul.indent-ul-1 {
padding-left:2em;
text-indent:1em;
}

html,body { 
	margin:0; padding:0;
	background-color:#FFFFFF;
}


body {
	font-family: Meiryo, Osaka, "verdana",  "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 120%;
	line-height: 120%;
	margin: 0px auto 0px auto;
	width: 815px;
	margin: 0px auto 0px auto;
}

#wrapper {
	width: 810px;
	margin:0px auto 0px auto;
	text-align: justify;
	

	}

.program1 {
	margin-bottom: 0.7em;
}

.program2 {
	margin-top: 10px;
	margin-bottom: 30px;
	border:1px #D4D3D3 solid;
}

.line0 {
	background-color:#C6DBE0;
}

.line1 {
	background-color:#D4D3D3;
}
.line2 {
	background-color:#E9E9E9;
}

.lineP{
	background-color:#E4F0F3}

.lineP1 {
	border-bottom: #333333 thin dotted;
}

.cell-1 { 
	padding-right: 10px;	
}

.facility_posters{
	border: solid 1px #c00; 
	padding: 0 30px 20px 40px;
	margin-bottom: 3px;
}

.facility_posters2{
	border: solid 1px #c00; 
	padding: 0 30px 20px 40px;
	margin-top: 20px;
	margin-bottom: 3px;
}

.facility_posters3{
	border: solid 1px #c00; 
	padding: 0 30px 20px 40px;
	margin-top: 20px;
	margin-bottom: 3px;
}

.mark-a{
	color:#c00;	
}

.lead1{
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
}



/* regisutration */
#registration ul li{
	margin-bottom: 30px;	
}

/* images styles */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{

z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/

padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-200px;
left:500px; /*position where enlarged image should offset horizontally */

}


#table {
    display:table; 
}

.row {
    display:table-row;
}

.row>div {
    display:table-cell;
    font-size:medium;
    font-style:normal;
    vertical-align: middle;
    margin:15px;
    padding-right :20px;
    padding-left  :25px;
    padding-top   :5px;
    padding-bottom:10px;
}



table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.8em;
}

table th,table td{
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}

table tr:nth-child(odd){
  background-color: #fff;
}
