@charset "UTF-8";

/* //////////////////////////////////////////////////////
 * Common
 ///////////////////////////////////////////////////// */


.entry-content h2 {
	margin: 0 auto 20px;
	line-height: 1.1;
	font-size: 28px;
}

#content .link {
	display: inline-block;
}
#content .dl,
#content .link {
	margin: 0 0 10px;
	border-radius: 4px;
}

#content .link a {
	border-radius: 3px;

}

#content .link a {
	display: inline-block;
	padding: 4px 10px 4px;
}

table.history {
	border-top: 1px solid #ddd;
}

table.history img {
	margin-left: 10px;
}

table.corporate-outline td.column-1 {
	font-weight: bold;
}

/* //////////////////////////////////////////////////////
 * Production Base
 ///////////////////////////////////////////////////// */

.production-base-list h4 {
	margin: 0 0 5px;
	background: #eef1f7;
	padding-left: 5px;
}

.production-base-list h4 span {
	display: inline-block;
	padding-right: 8px;
	background: #fcfcfc;
}

.production-base-list ul {
	margin: 0 0 25px;
}

.production-base-list ul li {
	margin: 0 0 5px 0;
}

.production-base-list li:before {
	font-family: FontAwesome;
	/*content: "\f0da";*/
	content: "\f041";
	margin-right: 3px;
	/*color: #005BAB;*/
}

.production-base-list li.affiliated:before {
	color: #0b579f;
}

.production-base-list li.sales-service:before {
	color: #6bb82d;
}

.production-base-list li {
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	/* */
	min-width: 14.2em;
	font-size: 13px;
}

.production-base-list li.long-text {
	min-width: 28.8em;
}

.production-base img {
	margin-bottom: 0px;
}

.production-base h4 {
	margin: 0 0 2px;
	font-weight: bold;
	font-size: 115%;
}

.production-base p {
	margin: 0 0 5px;
}


/* //////////////////////////////////////////////////////
 * History
 ///////////////////////////////////////////////////// */

dl.history {
	overflow: hidden;
	zoom: 1;
}

dl.history dt {
	margin: 0 0 5px;
	padding-bottom: 5px;
	width: 5em;
	float: left;
	clear: both;
	font-weight: bold;
}

dl.history dd {
	margin: 0 0 5px;
	padding: 0 0 5px 5em;
}




table.history td,
table.history th {
	padding: 4px 8px !important;
}

table.history .column-1,
table.history .column-2 {
	white-space: nowrap;
	font-weight: bold;
}
table.history td.column-1 {
	padding-right: 0 !important;
}
table.history td.column-2 {
	padding-left: 0 !important;
	text-align: right;
}


/* //////////////////////////////////////////////////////
 * Contact
 ///////////////////////////////////////////////////// */

.wpcf7 input {
	max-width: 100%;
}

.require {
	display: inline-block;
	padding: 4px 4px 2px;
	background: #c00;
	border-radius: 3px;
	line-height: 1.1;
	font-size: 70%;
	color: #fff;
}

.wpcf7-form-control-wrap.sex select {
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 3px;
	border-color: #ccc;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select {
	padding: 6px;
}

input[type=tel],
select {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input.first-name,
input.last-name {
	max-width: 150px;
}

textarea.message {
	width: 100%;
}

.wpcf7-validates-as-email {
	margin-bottom: 5px;
}



@media screen and (max-width: 480px) {

	* {
		font-size: 10px;
	}


}
