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


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
https://fontawesome.com/v4.7.0/icons/
:before {
	content: "\f14a";
	font-family: FontAwesome;
}
*/


/*company*/
.company .page_ttl {
	background:url(../img/company/page_ttl.png) no-repeat center center;
}
.company .information {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*ボックス001*/
.box001 {
	margin-bottom: 50px;
}
.box001 img {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.box001 p.txt01 {
	font-weight: bold;
	color: #ec4512;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.box001 p.txt02 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box001 p.txt03 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*会社概要（橙ベース）*/
.table_company{
	width: 100%;
	border-collapse: collapse;
	border: medium solid #FFE6DD;
	margin-top: 20px;
	margin-bottom: 80px;
}
.table_company th{
	width: 25%;
	font-weight: bold;
	color: #000000;
	background-color: #FFB197;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF4000;
}
.table_company td{
	color: #333333;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF4000;
}
