@charset "utf-8";
/*
Theme Name: 朝日ケ丘運輸・朝日ケ丘産業
Theme URI: http://asahigaoka.co.jp
*/


.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}



.group_news{
	display: inline-block;
	background: #464646;
	padding: 1px 0;
	width:100px;
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
	
}
.unyu_news{
	display: inline-block;
	background: #da3426;
	padding: 1px 0;
	width:100px;
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
	
}

.sangyo_news{
	display: inline-block;
	background: #206ff0;
	padding: 1px 0;
	width:100px;
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
	
}


.mw_wp_form_confirm .reset-button,
.mw_wp_form_confirm .tuika {
    display: none;
}

a.link{
	background:#c94332;
	padding:1px 20px;
}

.link-kankyo a{
	border-radius:10px;
	background:#c94332;
	padding:1px 20px;
	display:block;
	width:180px;
	margin:10px 0 10px auto;
	text-align:center;
	color:#fff;
	font-size:0.9em;
	
}
.link-kankyo-s a{
	border-radius:10px;
	background:#376ee8;
	padding:1px 20px;
	display:block;
	width:180px;
	margin:10px 0 10px auto;
	text-align:center;
	color:#fff;
	font-size:0.9em;
	
}

h3.backred{
	display:inline-block;
	position:relative;
	z-index:1;
	padding: 2px 20px;
	margin-bottom: 5px;
}
h3.backred::before{
	content:"";
	height:100%;
	width:100%;
	background:#c94332;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	
}
