@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#head
=================================== */
#head {
	background-image: url(../img/bg_head_01.png);
    background-position: center top;
    background-repeat: repeat-x;
}


/* ===================================
#contents
=================================== */
#contents {
	background: #FFF;
    margin-top: 30px;
    padding: 5px 30px 32px;

}
table th, 
table td {
	padding: 18px 5px;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}
table th {
	width: 26%;
	font-weight: 400;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
}
table th span {
	display: block;
	padding-left: 5px;
	border-left: 3px solid #06349D;
}

#toGmapInside,
table td span.mail a{
	color: #06349D;
	text-decoration: underline;
}

#toGmapInside{
	padding-left: 15px;
	background: url(../img/ico_pin_01.png) no-repeat;
	background-size: 9px 14px;
	background-position: left center;
}

table td span.mail a {
	padding: 0 0 0 20px;
	background: url(../img/ico_mail_01.png) no-repeat;
	background-size: 15px 10px;
	background-position: left center;
}
a:hover {
	opacity: 0.7;
}
#wwd {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#wwd h3 {
	font-size: 120%;
	padding-bottom: 5px;
}
#wwd ul {
	list-style-type: disc;
}
#wwd ul li {
	padding: 1px 0;
	margin: 0 0 0 20px;
}
#wwd input {
	display: block;
	width: 150px;
	padding: 4px 10px 4px;
	margin: 20px auto 10px;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, white, #E6E6E6);
	background-image: -ms-linear-gradient(top, white, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	cursor: pointer;
}
#cboxMap img {
	display: inline-block;
	width: 100%;
	height: auto;
}
#toGmap {
	clear: both;
}
#toGmap a {
	display: block;
	color: white;
	width: 40%;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	margin: 10px auto;
	text-decoration: none;
	text-align: center;
	background-color: #004B7E;
}
.tblWrap {
}
table {
	width: 47%;
	height: 350px;
}
table td {
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.6;
}
table.leftTbl {
	float: left;
}
table.rightTbl {
	float: right;
}
.rightTbl ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 5px;
    line-height: 1.6;
}
.bankname {
	float: left;
	width: 45%;
}
.hours span {
	display: block;
    text-indent: 8em;
}
#wwd {
	clear: both;
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}
#wwd h3 {
	float: left;
	padding: 50px 50px 0 0;
}
#wwd h3 span {
	display: block;
	padding: 0 0 0 5px;
	border-left: 3px solid #004B7E;
}
#wwd .contents {
	float: left;
}
#wwd ul {
	list-style-type: disc;
}
#wwd input {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#wwd input:hover {
	opacity: 0.75;
}
#cboxPic {
	margin-top: 25px;
}
#cboxPic img {
	display: block;
	float: left;
}
#cboxPic img:nth-child(2) {
    margin: 0 15px;
}
#fixbox {
	float: right;
}
#cboxMap {
	position: relative;
}
#cboxMap img {
	display: block;
	width: 630px;
	height: 500px;
	margin: 0 auto;
}
#toGmap {
	clear: both;
	position: absolute;
	bottom: 5px;
	right: 150px;
	padding: 10px;
}
#toGmap a {
	display: block;
	color: white;
	width: 120px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 0 auto;
	text-align: center;
	text-decoration: none;
	background-color: #004B7E;
	border: 1px solid white;
}

/* 事業内容 */
.businessDescription li{
	padding-left: 1em;
    text-indent: -1em;
}