@charset "utf-8";

body,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend{
	margin:0;
	padding:0;
	color:#1A2E33;
	line-height:1.4;
	}
body{
	font-family:"Noto Sans JP",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	line-height:1.4;
	-webkit-text-size-adjust:100%;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
img{
	border:0;
	display:block;
	font-size:0;
	line-height:0;
	max-width:100%;
	height:auto;
	}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
li{
	list-style-type:none;
	}
p{
	line-height:2.4;
	font-size:17px;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	text-decoration:none;
	color:#006FBB;
	}
a:hover{
	text-decoration:underline;
	color:#0095CC;
	}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

header{
	position:relative;
	}
header h1 a{
	display:block;
	position:absolute;
	left:5%;
	top:20px;
	width:200px;
	z-index:50;
	}
header nav{
	padding:0 100px 0 280px;
	}
header nav ul{
	width:820px;
	max-width:100%;
	float:right;
	position:relative;
	}
header nav ul li{
	float:left;
	width:18%;
	font-size:16px;
	font-weight:700;
	text-align:center;
	position:relative;
	}
header nav ul li.m1{
	width:23%;
	}
header nav ul li.m5{
	width:23%;
	}
header nav ul li:after{
	content:"";
	display:block;
	width:1px;
	height:20px;
	position:absolute;
	left:0;
	top:32px;
	background-color:#CDCDCD;
	}
header nav ul li.m1:after{
	width:5px;
	height:5px;
	border-top:2px solid #006FBB;
	border-right:2px solid #006FBB;
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	left:50%;
	top:50%;
	z-index:6;
	margin:-7px 0 0 35px;
	background:none;
	}
header nav ul li:hover:before{
	content:"";
	display:block;
	width:98%;
	height:3px;
	position:absolute;
	left:1%;
	top:82px;
	background-color:#006FBB;
	}
header nav ul li.m1:hover:after{
	border-color:#21A38C;
	}
header nav ul li a{
	display:block;
	color:#006FBB;
	height:85px;
	padding-top:30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
header nav ul li.m1 a{
	padding-right:25px;
	}
header nav ul li:hover a{
	text-decoration:none;
	color:#0095CC;
	}
header nav ul li div{
	display:none;
	width:640px;
	position:fixed;
	left:50%;
	top:85px;
	z-index:100;
	margin-left:-320px;
	overflow:hidden;
	zoom:1;
	padding:35px 50px 30px 50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
header nav ul li div:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:#263E57;
	filter:alpha(opacity=96);
	-moz-opacity:0.96;
	opacity:0.96;
	position:absolute;
	left:0;
	top:0;
	z-index:90;
	}
header nav ul li div ul{
	position:relative;
	z-index:100;
	width:auto;
	float:none;
	overflow:hidden;
	zoom:1;
	}
header nav ul li div ul li{
	float:left;
	width:44%;
	margin-right:6%;
	padding:20px 6% 10px 0;
	}
header nav ul li.m1 div ul li{
	width:44%;
	}
header nav ul li div ul li:after{
	height:100%;
	left:auto;
	right:0;
	top:0;
	background-color:#47636F;
	}
header nav ul li div ul li:last-of-type{
	margin-right:0;
	padding-right:0;
	border-right:0;
	}
header nav ul li div ul li:last-of-type:after{
	display:none;
	}
header nav ul li div ul li a{
	color:#F0F0F0;
	height:auto;
	padding-top:0;
	}
header nav ul li.m1 div ul li a{
	padding-right:0;
	}
header nav ul li div ul li img.logo{
	position:absolute;
	right:10%;
	top:0px;
	width:100px;
	}
header nav ul li div ul li:nth-of-type(2) img.logo{
	width:115px;
	}
header nav ul li:hover div ul li:before{
	display:none;
	}
header nav ul li:hover div ul li a{
	color:#F0F0F0;
	}
header nav ul li div ul li h3{
	margin-top:10px;
	font-size:17px;
	font-weight:400;
	position:relative;
	padding-left:18px;
	display:inline-block;
	}
header nav ul li div ul li h3:after{
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	border-top:2px solid #F0F0F0;
	border-right:2px solid #F0F0F0;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	left:0;
	top:50%;
	z-index:100;
	margin-top:-3px;
	}
header nav ul li div ul li h3 a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.menu{
	position:fixed;
	top:0;
	right:0;
	width:100px;
	height:100px;
	display:block;
	cursor:pointer;
	z-index:500;
	transition:color 2s;
	background-color:#006FBB;
	}
.menu:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
.menu1{
	width:32px;
	height:1px;
	background-color:#FFF;
	position:absolute;
	top:32px;
	left:34px;
	} 
.menu2{
	width:32px;
	height:1px;
	background-color:#FFF;
	position:absolute;
	top:41px;
	left:34px;
	} 
.menu3{
	width:32px;
	height:1px;
	background-color:#FFF;
	position:absolute;
	top:50px;
	left:34px;
	} 
.menu:after{
	content:"MENU";
	position:absolute;
	top:57px;
	left:0;
	letter-spacing:0.05em;
	width:100px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	font-weight:400;
	font-family:'Poppins',sans-serif;
	}
.menuclick{
	background-color:#1A2E33;
	}
.menuclick:after{
	content:"CLOSE";
	}
.menu1,.menu2,.menu3{
	transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	}
.menuclick1{
	top:40px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	-webkit-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	}
.menuclick2{
	opacity:0;
	}
.menuclick3{
	top:40px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	-webkit-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	}
.titleb strong{
	font-size:18px;
	font-weight:400;
	position:relative;
	padding-left:40px;
	display:block;
	line-height:1.2;
	}
.titleb strong:after{
	content:"";
	display:block;
	width:30px;
	height:1px;
	position:absolute;
	left:0;
	top:50%;
	background-color:#1A2E33;
	}
.titleb span{
	font-size:80px;
	font-weight:600;
	font-family:'Poppins',sans-serif;
	display:block;
	line-height:1.2;
	}
.titleb2{
	font-size:40px;
	font-weight:700;
	line-height:1.2;
	}
.titleb2 span{
	font-size:20px;
	font-family:'Poppins',sans-serif;
	font-weight:600;
	line-height:1.2;
	position:relative;
	padding-left:45px;
	display:inline-block;
	margin-left:25px;
	vertical-align:8px;
	}
.titleb2 span:after{
	content:"";
	display:block;
	width:30px;
	height:1px;
	position:absolute;
	left:0;
	top:50%;
	background-color:#1A2E33;
	}
#headbg{
	position:relative;
	width:88%;
	overflow:hidden;
	zoom:1;
	padding:190px 6% 0 6%;
	margin-bottom:100px;
	}
#headbg:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:40px;
	z-index:-1;
	background-color:#F2F2F2;
	}
#headbg h1{
	float:left;
	margin-right:30px;
	}
#headbg h1 strong{
	font-size:18px;
	font-weight:400;
	position:relative;
	padding-left:40px;
	display:block;
	line-height:1.2;
	}
#headbg h1 strong:after{
	content:"";
	display:block;
	width:30px;
	height:1px;
	position:absolute;
	left:0;
	top:50%;
	background-color:#1A2E33;
	}
#headbg h1 span{
	font-size:80px;
	font-weight:700;
	font-family:'Poppins',sans-serif;
	display:block;
	line-height:1.2;
	margin-top:5px;
	}
#kulink{
	font-size:15px;
	color:#96A2AB;
	float:right;
	text-align:right;
	padding-top:30px;
	}
#kulink a{
	margin:0 10px;
	}
#kulink strong{
	margin-left:10px;
	font-weight:normal;
	}
.linkto{
	text-align:left;
	line-height:1.3;
	font-weight:400;
	font-size:17px;
	}
.linkto a{
	background-color:#006FBB;
	color:#FFF;
	display:inline-block;
	padding:16px 65px 16px 22px;
	position:relative;
	}
.linkto a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.linkto a:after{
	content:"";
	display:block;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-4px;
	width:6px;
	height:6px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	z-index:100;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	display:none;
	}
#header2 nav{
	position:fixed;
	right:-260px;
	background-color:#FFF;
	width:260px;
	height:100%;
	z-index:500;
	top:0;
	border-left:1px solid #CDCDCD;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	}
#header2 nav::-webkit-scrollbar{
	display:none;
	-webkit-appearance:none;
	}
#header2 nav ul li{
	font-weight:400;
	font-size:17px;
	}
#header2 nav ul li a{
	display:block;
	padding:19px 18px 19px 35px;
	border-top:1px solid #D7D7D7;
	position:relative;
	}
#header2 nav ul li a:hover{
	text-decoration:none;
	background-color:#E6F2EF;
	color:#006FBB;
	}
#header2 nav ul li.m0 a{
	border-top:0;
	}
#header2 nav ul li.m5 a{
	border-bottom:1px solid #D7D7D7;
	}
#header2 nav ul li a:before{
	content:"";
	width:4px;
	height:4px;
	border-top:2px solid #006FBB;
	border-right:2px solid #006FBB;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	left:18px;
	top:50%;
	margin-top:-2px;
	}
#header2 nav ul li ul{
	padding-left:25px;
	}
#header2 nav ul li ul li{
	font-size:16px;
	}
#header2 nav ul li ul li a{
	padding:15px 25px 15px 18px;
	}
#header2 nav ul li ul li a:before{
	left:auto;
	right:20px;
	}
#header2 nav ul li ul li.current_page_item a{
	background-color:#E6F2EF !important;
	color:#006FBB !important;
	}
.recruitb{
	margin:220px auto 0 auto;
	display:block;
	width:1180px;
	max-width:100%;
	position:relative;
	z-index:1;
	}
.recruitb .sp{
	display:none;
	}
footer{
	background-color:#F2F2F2;
	margin-top:-220px;
	}
#foot{
	max-width:1120px;
	margin:0 auto;
	padding:310px 40px 80px 40px;
	overflow:hidden;
	zoom:1;
	text-align:center;
	font-size:0;
	}
#foot h2{
	font-size:17px;
	font-weight:400;
	line-height:1.7;
	display:inline-block;
	}
#foot h2 a{
	display:inline-block;
	width:140px;
	}
#foot h2 strong{
	font-size:22px;
	display:block;
	margin:40px 0 5px 0;
	font-weight:700;
	}
footer #ul{
	background-color:#1F2629;
	padding:90px 40px 80px 40px;
	}
footer #ul ul{
	max-width:1120px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	}
footer #ul ul li{
	font-size:16px;
	font-weight:700;
	}
footer #ul ul li a{
	color:#DEE8EB;
	}
footer #ul ul li ul{
	display:block;
	justify-content:normal;
	padding-top:10px;
	}
footer #ul ul li ul li{
	font-weight:400;
	font-size:15px;
	margin-top:12px;
	}
footer #ul ul li ul li a{
	color:#C9D4D6;
	}
footer small{
	font-size:17px;
	font-weight:300;
	color:#DEE8EB;
	display:block;
	background-color:#03080A;
	padding:24px 40px 22px 40px;
	font-family:'Poppins',sans-serif;
	text-align:center;
	letter-spacing:0.05em;
	}
footer small a{
	color:#DEE8EB;
	}
footer small a:hover{
	color:#DEE8EB;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#totop{
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding-top:37px;
	display:block;
	position:fixed;
	right:40px;
	bottom:45px;
	font-family:'Poppins',sans-serif;
	font-weight:400;
	width:68px;
	height:68px;
	background-color:#242E33;
	z-index:30;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#totop:before{
	content:"";
	width:18px;
	height:2px;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:0;
	margin:21px 0 0 -9px;
	z-index:10;
	}
#totop:after{
	content:"";
	width:10px;
	height:10px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:block;
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	margin:26px 0 0 -6px;
	}
#totop:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	text-decoration:none;
	}
.post-box{
	overflow:hidden;
	zoom:1;
	}
.post-box hr{
	height:1px;
	background-color:#D2D2D2;
	border:none;
	color:#D2D2D2;
	}
.post-box ul li{
	list-style-type:disc;
	margin:6px 0 6px 25px;
	line-height:1.7;
	}
.post-box ol li{
	margin:6px 0 6px 25px;
	line-height:1.7;
	list-style-type:decimal;
	}
img.alignleft{
	display:inline-block;
	float:left;
	margin:15px 30px 15px 0px;
	}
img.alignright{
	display:inline-block;
	float:right;
	margin:15px 0px 15px 30px;
	}
.wp-caption.alignleft{
	display:inline-block;
	float:left;
	margin:15px 30px 15px 0px;
	}
.wp-caption.alignright{
	display:inline-block;
	float:right;
	margin:15px 0px 15px 30px;
	}
.aligncenter,img.aligncenter{
	clear:both;
	display:block;
	margin:15px auto;
	}
.wp-caption{
	font-size:15px;
	line-height:1.4;
	text-align:center;
	max-width:100%;
	}
.wp-caption .wp-caption-text{
	font-size:15px;
	line-height:1.4;
	padding:10px 0 0 0;
	color:#787878;
	text-align:left;
	display:inline-block;
	}
.iconset{
	display:inline-block;
	padding:0 5px 0px 5px;
	vertical-align:-1px;
	}
.post-box table,
.table{
	border-top:1px solid #D2D2D2;
	}
.post-box table th,
.table th{
	line-height:1.8;
	padding:22px 20px 22px 20px;
	vertical-align:top;
	border-bottom:1px solid #D2D2D2;
	text-align:left;
	white-space:nowrap;
	word-break:break-all;
	font-size:18px;
	font-weight:700;
	background-color:#F2F2F2;
	}
.post-box table td,
.table td{
	font-size:18px;
	line-height:1.8;
	padding:22px 20px 22px 25px;
	vertical-align:top;
	border-bottom:1px solid #D2D2D2;
	word-break:break-all;
	}
.post-box table td ul li,
.table td ul li,
.post-box table th ul li,
.table th ul li{
	list-style-type:disc;
	margin:6px 0 0 20px;
	line-height:1.7;
	}
.post-box table td ul li:first-of-type,
.table td ul li:first-of-type,
.post-box table th ul li:first-of-type,
.table th ul li:first-of-type{
	margin-top:0;
	}
.post-box table td ol li,
.table td ol li,
.post-box table th ol li,
.table th ol li{
	list-style-type:decimal;
	margin:6px 0 0 20px;
	line-height:1.7;
	}
.post-box table td ol li:first-of-type,
.table td ol li:first-of-type,
.post-box table th ol li:first-of-type,
.table th ol li:first-of-type{
	margin-top:0;
	}
.post-box h2{
	font-size:30px;
	margin:10px 0;
	line-height:1.6;
	font-weight:700;
	}
.post-box h3{
	font-size:24px;
	font-weight:700;
	line-height:1.7;
	position:relative;
	background-color:#F2F2F2;
	border-left:3px solid #006FBB;
	padding:9px 10px 9px 15px;
	margin:10px 0;
	}
.post-box h4{
	font-size:22px;
	font-weight:700;
	line-height:1.7;
	position:relative;
	padding-left:25px;
	margin:10px 0;
	}
.post-box h4:after{
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px;
	background-color:#006FBB;
	position:absolute;
	left:0;
	top:13px;
	z-index:1;
	}
.post-box h4:before{
	content:"";
	display:block;
	position:absolute;
	left:4px;
	top:18px;
	width:4px;
	height:4px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index:2;
	}
@media screen and (max-width:900px){
p{
	line-height:2.1;
	}
header h1 a{
	left:6%;
	top:20px;
	width:160px;
	}
header nav{
	display:none;
	}
.menu{
	width:60px;
	height:60px;
	}
.menu1{
	width:28px;
	top:15px;
	left:16px;
	} 
.menu2{
	width:28px;
	top:22px;
	left:16px;
	} 
.menu3{
	width:28px;
	top:29px;
	left:16px;
	} 
.menu:after{
	top:35px;
	width:60px;
	}
.menuclick1{
	top:22px;
	}
.menuclick3{
	top:22px;
	}
.titleb strong{
	font-size:17px;
	padding-left:32px;
	}
.titleb strong:after{
	width:22px;
	}
.titleb span{
	margin-top:5px;
	font-size:52px;
	}
.titleb2{
	font-size:30px;
	}
.titleb2 span{
	font-size:18px;
	padding-left:35px;
	margin-left:20px;
	vertical-align:6px;
	}
.titleb2 span:after{
	width:22px;
	}
#headbg{
	width:86%;
	padding:150px 7% 0 7%;
	margin-bottom:70px;
	}
#headbg:after{
	bottom:65px;
	}
#headbg h1{
	float:none;
	margin-right:0;
	}
#headbg h1 strong{
	font-size:17px;
	padding-left:32px;
	}
#headbg h1 strong:after{
	width:22px;
	}
#headbg h1 span{
	font-size:52px;
	}
#kulink{
	font-size:14px;
	float:none;
	padding-top:20px;
	}
.recruitb{
	max-width:90%;
	margin-top:160px;
	}
.recruitb img{
	display:none;
	}
.recruitb .sp{
	display:block;
	margin:0 auto;
	}
footer{
	margin-top:-160px;
	}
#foot{
	padding:260px 6% 70px 6%;
	}
#foot h2 a{
	margin:0 auto;
	}
footer #ul{
	padding:0 5% 0 5%;
	}
footer #ul ul{
	display:block;
	justify-content:normal;
	}
footer #ul ul li a{
	display:block;
	padding:21px 20px 20px 20px;
	border-top:1px solid #647079;
	}
footer #ul ul li ul{
	padding:0 0 0 25px;
	}
footer #ul ul li ul li{
	margin-top:0;
	}
footer #ul ul li ul li a{
	padding:15px 20px 15px 20px;
	}
footer small{
	font-size:15px;
	text-align:left;
	padding:25px 80px 24px 5%;
	letter-spacing:0;
	}
#totop{
	font-size:11px;
	right:3%;
	bottom:32px;
	width:54px;
	height:54px;
	padding-top:31px;
	}
#totop:before{
	margin:16px 0 0 -9px;
	}
#totop:after{
	margin:21px 0 0 -6px;
	}
.post-box table th,
.table th{
	white-space:normal;
	padding:20px 15px 20px 15px;
	}
.post-box table td,
.table td{
	padding:20px 0 20px 15px;
	}
.post-box table.thyoko,
.table.thyoko{
	width:100%;
	}
.post-box table.thyoko td:last-child,
.table.thyoko td:last-child{
	border-bottom:1px solid #D2D2D2;
	}
.post-box table.thyoko th,
.post-box table.thyoko td,
.table.thyoko th,
.table.thyoko td{
	display:block;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-bottom:1px solid #D2D2D2;
	}
.post-box table.thyoko th,
.table.thyoko th{
	padding:8px 4% 8px 4%;
	}
.post-box table.thyoko td,
.table.thyoko td{
	padding:16px 4% 22px 4%;
	}
.post-box h2{
	font-size:23px;
	}
.post-box h3{
	font-size:20px;
	padding:8px 10px 8px 12px;
	}
.post-box h4{
	font-size:20px;
	padding-left:22px;
	}
.post-box h4:after{
	top:11px;
	}
.post-box h4:before{
	top:16px;
	}
.post-box .youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
	}
.post-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
	}
img.alignleft{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
img.alignright{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption.alignleft{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption.alignright{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
}