/* CSS Document */

body{
	font-family: Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
	margin:0;
	padding:0;
	}

.title{
	font-size:21px;
	font-weight:bold;
	display:block;
	color:#ffffff;
	padding:5px;
	background: #ed9017; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkOTAxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2Y2ZTZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  #ed9017 0%, #f6e6b4 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ed9017), color-stop(98%,#f6e6b4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ed9017 0%,#f6e6b4 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ed9017 0%,#f6e6b4 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ed9017 0%,#f6e6b4 98%); /* IE10+ */
background: linear-gradient(to right,  #ed9017 0%,#f6e6b4 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9017', endColorstr='#f6e6b4',GradientType=1 ); /* IE6-8 */
	}
	
#subTtl{
	font-size:18px;
	font-weight:bod;
	color:#ffffff;
	margin:0;
	padding:10px;
	display:block;
	background-color:#3498db;
	position:relative;
	}

#subTtl:after{
	content:"";
	position:absolute;
	top:100%;
	left:25px;
	width:0;
	height:0;
	border:10px solid transparent;
	border-top: 10px solid #3498db;
	}	

	

.tokucho{
	font-size:15px;
	font-weight:bold;
	}
	

.column{
	font-size:14px;
	line-height:1.5em;
	margin-top:10px;
	}
	
h4 {
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	background-color:#1200F8;
	margin:30px 0 5px 0;
	padding:5px;
	 }
	 
	 
.paragraph{
	display:table;
	margin-top:20px;
	width:575px;
	padding-left:15px;
	}

.bold{
	font-size:15px;
	font-weight:bold;
	}
	
.text{
	font-size:14px;
	padding:0 15;
	}
	
	
.text,
.img{
	display:table-cell;
	vertical-align:middle;
	}
	
.blueBox03{
	border: 3px solid #0054a6;
    color: #000;
    padding: 10px;
	margin: 0 5px 0 -10px;
	}
	
dt,
dd{
	padding:0;
	margin:0;
	}
	
dt{
	font-size:16px;
	font-weight:bold;
	}	

/* ------お問い合わせボタン-------- */
.contactBtn {
	display: inline-block;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	
	font-size:20px;
	font-weight:bold;
	padding:0px 50px;
	margin:50px;
/* ------	padding:10px 30px;-------- */
	background-color:#1abc9c;
	color:#ffffff;
}

.contactBtn::before,
.contactBtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.contactBtn,
.contactBtn::before,
.contactBtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contactBtn:hover{
	background-color:#2ecc71;
	}
/* ------お問い合わせボタン-------- */	

.event{
	float:left;
	display: table;
    width: 160px; /* minimum width */
    *width: auto; /* for IE7 and below */
	}

.eventCaption{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:5px;
	color:#ffffff;
	display:block;
	background-color:#333333;
	opacity:0.8;
	}


.toTop{
	clear:both;
	}
		
.arrow{
	text-align:center;
	}	
	
.mL30{
	margin-left:30px;
	}

.mL50{
	margin-left:50px;
	}
	
.mR3{
	margin-right:3px;
	}	
	
.mR5{
	margin-right:5px;
	}	
	
	
.mT30 {
	margin-top:30px;
	}		

.mT15 {
	margin-top:15px;
	}	
		
	
.mT20 {
	margin-top:20px;
	}	
		

.mT50 {
	margin-top:50px;
	}	
	
.mT100 {
	margin-top:100px;
	}
	
	
.fs14{
	font-size:14px;
	}	
	
.fs16{
	font-size:16px;
	}
	
.fs18{
font-size:18px;
}

.fs20{
font-size:20px;
}

.fs22{
font-size:22px;
}

.fs24{
font-size:24px;
}