@charset "UTF-8";
/* CSS Document */


#site-title,
#site-description {
			position: absolute;
			clip-path: inset(50%);
		}

#branding {
	border-top: 2px solid #fff !important;
}

.entry-content h2{
	margin-top: 0px;
	text-indent: 25px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 35px;
	color: #FFF;
	background-image: url(https://test.atelier310.com/acekantei/company/images/entrybar.jpg);
	background-repeat: no-repeat;
}

.entry-content h3{
	margin-top: 5px;
	text-indent: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 30px;
	border-bottom: 2px solid #008ebd;
	background-color: #f4f4f4;
	color: #333333;
}

.entry-content h4{
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	border-left: 5px solid #E15A00;
	color: #E15A00;
	border-bottom: 2px solid #e9e9e9;
}

.entry-content h5{
	margin-top: 5px;
	text-indent: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	line-height: 30px;
	border-bottom: 2px solid #f90;
	background-color: #f4f4f4;
	color: #333333;
}

.page .entry-title {
    display: none;
}

.entry-content table {
    border: 2px solid #EDEDED;
}

.widget {
	margin: 0 0 1px;
}

.widget-title{
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-image: url(https://test.atelier310.com/acekantei/company/images/menu_bg.gif);
	font-size: 110%;
	margin-bottom: 5px;
	text-indent: 20px;
	margin-top: 5px;
}

.widget ul li {
	font-weight: bold;
	color: #333333;
	text-indent: 30px;
	list-style-type: none;
	line-height: 35px;
	background-image: url(https://test.atelier310.com/acekantei/company/images/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 100%;
	margin: 0px 0px 3px 0px;
	height: 35px;
}

.widget ul li a {
	color: #333333;
	text-decoration: none;
	display:block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea{
    background-color: #f7f7f7;
    border: 1px solid #000;
}	