
/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.company_profile {
	width: 90%;
	text-align: left;
	margin: 0px auto 50px auto;
	padding: 0px;
}
div.company_profile dl {
	text-align: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
div.company_profile dl:last-of-type {
	margin-bottom: 0px;
}
div.company_profile dl dt {
	text-align: left;
	border-bottom: 1px solid #e83929;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
div.company_profile dl dt:before {
	content: "■";
	color: #e83929;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
div.company_profile dl dd {
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.company_profile dl dd span {
	font-size: 12px;
}
div.company_profile dl dd ul {
	margin: 0px;
	padding: 0px;
}
div.company_profile dl dd ul li {
	line-height: 1.5em;
	text-align: left;
	text-indent: -1.4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 1.4em;
}
div.company_profile dl dd ul li:last-child {
	margin-bottom: 0px;
}
div.company_profile dl dd ul li:before {
	content: "・";
	margin: 0px 5px 0px 0px;
	padding: 0px;
}


div.company_access {
	width: 90%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.company_access iframe {
	width: 100%;
	height: auto;
	margin: 0px;
}



@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {


div.company_profile {
	width: 100%;
	text-align: left;
	margin: 0px auto 50px auto;
	padding: 0px;
}
div.company_profile dl {
	text-align: left;
	display: table; 
	border-bottom: 1px solid #f8c3be;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
div.company_profile dl:last-of-type {
	margin-bottom: 0px;
}
div.company_profile dl dt {
	width: 200px;
	display: table-cell;
	text-align: left;
	border-bottom: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
div.company_profile dl dt:before {
	content: "■";
	color: #e83929;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
div.company_profile dl dd {
	width: 490px;
	display: table-cell;
	text-align: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
div.company_profile dl dd ul {
	margin: 0px;
	padding: 0px;
}
div.company_profile dl dd ul li {
	line-height: 1.8em;
	text-align: left;
	text-indent: -1.4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 1.4em;
}
div.company_profile dl dd ul li:last-child {
	margin-bottom: 0px;
}
div.company_profile dl dd ul li:before {
	content: "・";
	margin: 0px 5px 0px 0px;
	padding: 0px;
}



div.company_access {
	width: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.company_access iframe {
	width: 100%;
	height: 300px;
	margin: 0px;
}


}

