body{
	background-color: #dd7;
}

h4{
	color: blue;
}
.migidate{
	text-align:	right;
	color:      blue;
}

.tntitle{
    display: block;
    text-align: center;
	margin-top:  50px;
}
.navbar{
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 0 10px auto 0;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	list-style-type: none;
	background-color: #565656;
	text-align: cener;
	justify-content: space-between;
}
.navbar li a {
	display: block;
	padding: 10px 8px;
	color: #fff;
	text-decoration: none;
}
.navbar li a:hover{
	background: #fff;
	color: #565656;
}
@media only screen and (min-width: 75px){
	.navbar{
		display: flex !important;
	}


}

img.lf{
	float: left;
	margin-left:  0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

.column-layout{
	max-width: 1400px;
	background-color: #a6a6a6;
	line-height: 1.6;
	display: flex;
}

.main-column{
	padding: 20px;
	margin-top: 0;
	flex: 2;
	order: 2;
	background-color: lightblue;
}
.sidebar-1{
	padding: 20px;
	flex: 1;
	order: 1;
}
.sidebar-2{
	padding: 20px;
	flex: 1;
	order: 3;
}

.call-outs-container{
	max-width: 1400px;
	margin: 10px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.call-out{
	padding: 20px;
	box-sizing: border-box; 
	margin-bottom: 20px;
	width: 33%;
}
.call-out:nth-child(1){background-color: #c0dbe2;}
.call-out:nth-child(2){background-color: #cdf1c3;}
.call-out:nth-child(3){background-color: #ccb9da;}

footer{
	background-color: green;
	color: #FFF;
	margin-top: 10px;	
	padding: 10px;
	text-align:  center;
}
