@charset "UTF-8";

/* -----------------------------------------------------------
	#visualArea メイン画像
----------------------------------------------------------- */
#visualArea .inner {
}

.topLabelArea {
	margin: -33px 0 33px;
	padding: 32px 0 0 32px;
	border-top: 1px solid #c9dced;
	border-left: 1px solid #c9dced;
	border-right: 1px solid #c9dced;
	background-color: #ffffff;
	position: relative;
}
.topLabelArea .inner {
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #f9e828 transparent transparent transparent;
	position: absolute;
	top: 0; left: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/* -----------------------------------------------------------
	#mainColumn  汎用部品
----------------------------------------------------------- */
/* タイトル */
#mainColumn h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 12px 0 12px 35px;
	background: #2489e2 url(../images/icon_h2_dblue.png) 10px center no-repeat;
}
#mainColumn h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
/*	margin-top: 44px;*/
/*	margin-bottom: 20px;*/
	margin-bottom: 15px;
/*	padding: 0 0 20px;*/
}
#mainColumn h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}
#mainColumn h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* テキスト */
#mainColumn p {
	line-height: 1.8;
	margin-bottom: 25px;
}
#mainColumn p + h2 {
	margin-top: 50px;
}

/* リスト */
#mainColumn ul {
	margin-bottom: 25px;
}
#mainColumn ul li {
	padding-left: 1em;
  text-indent: -1em;
	line-height: 1.8;
	margin-bottom: 10px;
}
#mainColumn ul li:before {
	content: "●";
	color: #2489e2;
	font-size: 10px;
	vertical-align: 2px;
	padding-right: 5px;
}
#mainColumn ul li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainColumn ul li ul li:before {
	content: "－";
	color: #2489e2;
	font-size: 10px;
	font-weight: bold;
	vertical-align: 2px;
	padding-right: 8px;
}
#mainColumn ol {
	margin-bottom: 25px;
}
#mainColumn ol li {
	list-style-type: decimal;
	list-style-position: inside;
  padding-left: 1.3em;
  text-indent: -1.3em;
	line-height: 1.8;
	margin-bottom: 10px;
}

/* リンク 
 #mainColumn a.arrow:before {
	content: "";
	padding-left: 12px;
  background:url("../images/icon_arrow01.png") left 2px no-repeat;
 }
#mainColumn a[href$="pdf"]{
	padding-right: 12px;
  background:url("../images/icon_pdf.png") right center no-repeat;
 }
#mainColumn a[href^="http"]{
	padding-right: 12px;
  background:url("../images/icon_window.png") right center no-repeat;
} */

/* テーブル */
#mainColumn table {
	width: 100%;
	margin-bottom: 32px;
}
#mainColumn table tr th,
#mainColumn table tr td {
	line-height: 1.4;
	vertical-align: top;
	padding: 12px 13px 9px;
	border: 1px #c9dced solid;
}
#mainColumn table tr th {
	text-align: center;
	background-color: #f2f5f7;
}
#mainColumn table tr td a {
	white-space: nowrap;
}
#mainColumn table tr td a img {
	vertical-align: -1px;
	margin-left: 5px;
}
#mainColumn table tr td a:before {
	padding-left: 0;
  background: none;
}

/* iframe */
#product_side {
	width: 1200px;
	padding: 50px 0 110px;
	margin: 0 auto;
	background-color: #ffffff;
}