@charset "utf-8";
/* CSS Document */
.sub_body {
	background: none;
	background-color:#F4F2F1;
	}
.sub_header{
	height:120px;
	background-color:#036EB8;
	position:relative;
	}
.sub_header h2{
	color:#FFF;
	font-size:17px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:700;
	position:absolute;
	top:70px;
	left:0;
	}
#bread{
	background-color:#BBB;
	}
#bread_in{
	width:1200px;
	margin:0 auto;
	color:#FFF;
	}
#bread_in i{
	margin-right:5px;
	}
#bread_in a{
	color: #FFF;
	}
#bread_in a:hover{
	text-decoration: underline;
	}
#contents_wrap{
	padding:40px 0 60px 0;
	width:1200px;
	margin:0 auto;
	}
#top_wrap{
	margin-bottom:30px;
	border-bottom:1px solid #DDD;
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	}
#top_wrap h3{
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:38px;
	margin-bottom:5px;
	color:#036EB8;
	}
#top_wrap h3 span{
	font-family: 'Noto Sans Japanese', serif;
	font-weight:700;
	font-size:16px;
	color:#333;
	margin-left:20px;
	}
#main_wrap{
	float:left;
	width:70%;
	}
#main_wrap section{
	margin-bottom:60px;
	}
	
/* ==========================================================================
サイドバー
========================================================================== */
#side_wrap{
	float:right;
	width:27%;
	}
.side_bnr{
	margin-bottom:30px;
	}
.side_bnr li{
	margin-bottom:10px;
	}
.side_bnr img{
	width:100%;
	height:auto;
	}

.widget-container{
	margin-bottom:30px;
	}
.widget-container a{
	color:#09F;
	}
.widget-container a:hover{
	color: #F90;
	}
.widget-container i{
	margin-right:5px;
	}
.widget-container h3{
	background-color:#FFF;
	padding:10px;
	margin-bottom:10px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:700;
	}
	
/*** Calendar ***/
#wp-calendar {width: 100%;}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	}
#wp-calendar table{
	border: 2px #F4F2F1 solid;
	border-collapse: separate;
	border-spacing: 5px;
	}
#wp-calendar thead {font-size: 11px;}
#wp-calendar thead th {
	text-align:center;
	background: #CCC;
	border: 2px #F4F2F1 solid;
	}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
	background: #FFF;
	padding: 3px 0 2px;
	text-align: center;
	border: 2px #F4F2F1 solid;
	}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}
	
	
/* ==========================================================================
会社案内
========================================================================== */
.sec_title{
	font-family: 'Lobster', cursive;
	font-size:28px;
	color:#036EB8;
	margin-bottom:10px;
	}
.sec_title span{
	font-size:16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#333;
	margin-left:12px;
	}	

.greeting_photo{
	float:left;
	width:30%;
	}	
.greeting_photo img{
	width:100%;
	margin-bottom:8px;
	}
.greeting_photo p{
	text-align:center;
	}	
.greeting_txt{
	float:right;
	width:67%;
	}	
.greeting_txt h5{
	font-size:20px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:700;
	margin-bottom:10px;
	}
.about_table{
	background:#CCC;
	border-collapse:separate;
	border-spacing:0 1px;
	width:100%;
	margin-bottom:10px;
}
.about_table th{
	padding:10px;
	width:30%;
	min-width:200px;
	vertical-align:middle;
	border:1px #F4F2F1 solid;
	background:#DDD;
	font-weight:normal;
}
.about_table td{
	padding:10px 20px;
	height:auto;
	vertical-align:middle;
	border:1px #F4F2F1 solid;
	background:#F4F2F1;
}	
	
	
	
	
	
	
	
	
	
	
	