@charset "UTF-8";

#subMain {
	width: 100%;
	height: auto;
	position: relative;
}

#subMainImg {
	width: 100%;
	padding-top: 85px;
	line-height: 0;
}

#subMainTtl {
	width: 15%;
	max-width: 180px;
	line-height: 0;
	position: absolute;
	top: 75%;
	right: 18%;
}

#subMainImg img,#subMainTtl img {
	width: 100%;
	height: auto;
}

/*パンくずリスト*/
#topic-path {
	width: 960px;
	margin: 15px auto 0;
}

#topic-path ol {
  list-style-type: none;
}

#topic-path ol li {
  display: inline;
  font-size: 85%;
}

#topic-path ol li a {
	color: #26ade4;
	text-decoration: underline;
	opacity: 1;
}

#topic-path ol li a:hover {
	opacity: 0.7;
}

#company table {
	width: 680px;
}

#company table tr {
	font-size: 90%;
	color: #333333;
	height: 60px;
	background: url('../images/dashedBorder.png') repeat-x center bottom;
}
#company iframe {
	margin-top:20px;
}
.bold {
	width: 120px;
	font-weight: bold;
}

.titletext h2 {
	margin-top:30px;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #3094D2;/*左線*/
	font-size:120%;
}

.titletext h3 {
	margin-top:15px;
	color: #494949;/*文字色*/
	font-size:100%;
}

#QandA-1 {
	width: 100%;

}
#QandA-1 h2 {

}
#QandA-1 dt {
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}
.serviceimage {
	margin-top:15px;

}