@charset "utf-8";
/* #PC ========================================================================================================== */
.back1 {
	width: 100%;
	background-image: url(../../../../company/shanghai/imgs/back1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 435px;
	clear: left;
}
.contents_p {
	height: auto;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.ph_box {
	width: 440px;
	height: auto;
	float: left;
	margin-left: 50px;
	margin-right: -30px;
	margin-top: 55px;
}
.contents {
	margin-bottom: 100px;
	margin-top: 80px;
}
.list {
	width: 950px;
	height: auto;
	float: left;
	margin-left: 25px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 25px;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.list li.hn1 {
	width: 120px;
	padding-left: 10px;
	color: #0185CC;
}
.list li.hn2 {
	width: 820px;
	text-align: justify;
}
.map {
	width: 950px;
	height: 450px;
	margin-left: 25px;
	margin-top: 80px;
	float: left;
}
.map_access {
	width: 780px;
	height: auto;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}
.map_btn {
	width: 170px;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}
/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {

.ph_box {
	width: 45%;
	margin-left: 5%;
	margin-right: -5%;
	margin-top: 90px;
}
.list {
	width: 100%;
	margin-left: 0px;
	font-size: 30px;
	line-height: 40px;
}
.list li {
	padding-top: 50px;
	padding-bottom: 50px;
}
.list li.hn1 {
	width: 93%;
	padding-left: 7%;
	background-color: #F0F0F0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.list li.hn2 {
	width: 86%;
	padding-left: 7%;
	padding-right: 7%;
	text-align: left;
}
.map {
	width: 100%;
	height: 450px;
	margin-left: 0px;
}
.map_access {
	width: 93%;
	margin-left: 7%;
	margin-top: 20px;
}
.map_btn {
	width: 40%;
	margin-left: 7%;
}

}/* @media only screen and (max-width: 750px) */
