@charset "UTF-8";
.txt {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 50px;
	line-height: 1.5;
}
.txt2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.5;
}

.lesson {
	color: #000000;
	font-weight: bold;
}
.rentB {
	color: #22C100;
	font-weight: bold;
	font-size: 1.4em;
}
.imgMgn1 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.rent {
	color: #22C100;
	font-weight: bold;
}
.special {
	font-size: 1em;
	color: #000000;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.7em;
}

.specialtxt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	line-height: 1.5em;
}
.specialpoint {
	font-weight: bold;
	color: #FF6666;
}
.specialpoint2 {
	font-weight: bold;
	color: #FF6633;
}
.special2014Course {
	padding-bottom: 10px;
	padding-left: 5px;
}
.about {
	font-weight: bold;
	color: #24BAC8;
}
.contact {
	font-weight: bold;
	color: #FF3366;
}


.point {
	font-weight: bold;
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.rentphoto {
	float: right;
	margin-left: 10px;
}
.ImgMgn2 {
	margin-bottom: 10px;
}
.specialSub {
	width: 700px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.specialSuvTxt {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 80px;
	line-height: 1.5em;
}
#specialtable table,#specialtable td,#specialtable th{
	border-collapse: collapse;
	border: 1px solid #bbb;
}
##specialtable th{
	background-color: #efefef;
}
.txtsmall {
	font-size: 95%;
}

.square_btn{
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
	font-size: 20px;
	background: #cceecc;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.ivtitle img{
	float: right;
}