@charset "utf-8";
html,body {
    height: 100%;
}
body{
	font-family: "Lato";
	font-weight: 300;
	font-size: 18px;
	color: #555;
	margin-top: 40px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway";
	font-weight: 300;
	color: #333;
}
h2{
	margin-top: 30px;
}

hr{
	width: 60%;
	border-top: 3px solid #EEE;
	margin-bottom: 30px;
}

.jumbotron hr{
	margin-bottom: 10px;
}
p {
    line-height: 28px;
    margin-bottom: 25px;
}
footer{
	text-align: center;
	background-color: #000;
	color:#FFF;
	padding: 10px 0;
}
.ja{
	font-size: 16px;
}
.jumbotron{
	text-shadow: 1px 1px 3px #000;
	text-align: center;
	color: #FFF;
}
.jumbotron h1{
	margin-top: 40px;
}
.jumbo-header{
	background:url('../images/bg01.png') no-repeat center top; background-size: cover;
	
}
.jumbo-header h1{
	
}
.jumbo-header h1 i{
	display: block;
	font-size: 60px;
	margin-bottom: 20px;
}

.jumbo-divider{
	background-size: cover;
}
.dvider01{background:url('../images/divider1.png')  center center;}
.dvider02{background:url('../images/divider2.png')  center center;}
.dvider03{background:url('../images/divider3.png')  center center;}
.dvider04{background:url('../images/divider4.png')  center center;}
.dvider05{background:url('../images/divider5.png')  center center;}
.wrapper{
	min-height: 300px;
}
.gray-wrapper{
	background-color:#EEE;
	margin-top: -30px;
	padding: 30px 0;
}
.divid-mark{
	font-size: 60px;
}

table{
	width:100%;

}
table td{

	padding:3px;
}
table td:first-child{
	width:25%;
	text-align:right;
	font-size:18px;
	font-weight:700;
}

table input,table textarea{
	width:95%;
	font-size:20px;
}
#MyMailForm_button{
	text-align: center
}
@media screen and (min-width:768px) {
	body{
		margin-top: 0;
	}
	h2{
		margin-top: 80px;
	}
	hr{
		margin-bottom: 60px;
	}
	.jumbo-header{
		height: 530px;
	}
	.jumbotron h1{
		margin-top: 80px;
	}
	.jumbotron p{
		font-size: 30px;
	}
	.jumbo-header h1 i{
		font-size: 80px;
	}
	.wrapper{
		padding: 50px 0;
		min-height: 800px;
	}
	
	
}
