@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400');

*{
font-family: "Lato", Tahoma, Geneva, Arial, Helvetica, san-sarif;
}

html,body {
	font-size: 15px;
	line-height: 24px;
	color:#333333;	
	text-decoration: none;
	padding:0;
	margin:0;
	height:100%;
}

#content_stage{
	/*min-height:calc(100% - 600px);*/
}

li{
	margin-bottom:8px;
}

.text {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-weight:normal;
}

.page_title {
	font-size: 30px;
	line-height: 48px;
	margin-bottom:20px;
	margin-top:20px;
}

a:link{
	text-decoration:none;
	color:inherit;
}


.dual_column {
	
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count: 2;
	
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
}


.one_column {
	font-size: 16px;
	line-height: 24px;
	color: #333333;	
	font-weight: normal;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
	column-count: 1;
	
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
	}



hr{
height: 1px; color: #999999; background: #C4C4C4;
border:none;
border-top:1px solid #FFFFFF;
}
.field {
	
	font-size: 14px;
	line-height: 20px;
	color: #B79766;
	display:inline-block;
	width:130px;
	padding-bottom:8px;
}

.content_width{
	font-size:14px;
}

img{
	max-width:100%;
}

 .home_thumbnail{
 	width:350px;
	
 }

@media screen and (max-width:760px){

	.text_14px{
		font-size:16px;
		font-weight:normal;
	}
	
	body{
		font-size:16px;
		font-weight:normal;
		}
		
  .content_width{
  		width:9５% !important;
		padding:15px !important;
  }
  
  #content_stage{
  	width:96% !important;
	min-height:calc(100% - 360px);
  }
  
  
  
  .one_column {
	
	font-size: 18px;
	line-height: 26px;
	color: #333333;	
	
	font-weight: normal;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
	column-count: 1;
	
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
	
	}
	
	 .dual_column {
	
	font-size: 18px;
	line-height: 26px;
	color: #333333;	
	
	font-weight: normal;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
	column-count: 1;
	
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
	
	}
  
  .home_thumbnail{
  	width:100%;
	height:200px !important;
  }
  
  .home_thumbnail img{
  	width:100%;
  }
  
  .home_shortcut_box{
  	width:95% !important;
	margin:0px !important;
	margin-top:5px !important;
  }
}


