@charset "Shift_JIS";



/* =====================================

  File        : base.css

  Last Update : 2008.04.30

===================================== */







/* ////////////////////////////////////////////////////////////////////////////////////////// FONT */

#exWrap #compliance p {

	line-height: 1.8;

}



#exWrap #compliance h3 {

	font-size: 108%;	/* 14px */

	font-weight: bold;

}



#exWrap #compliance h4 {

	color: #002D6C;

	font-size: 93%;	/* 12px */

	font-weight: bold;

}



#exWrap #compliance h5 {

	font-size: 93%;	/* 12px */

}



#exWrap #compliance #frame #frameInner p#address {

	line-height: 1.4;

}





/* ////////////////////////////////////////////////////////////////////////////////////////// LAYOUT */

#exWrap #compliance .imageArea{

	width:705px;

	margin:20px auto 0;

	text-align:center;

}

#exWrap #compliance .imageArea2colWrap{
  box-sizing: border-box;
	width:705px;
  margin:20px auto 0;
  overflow: hidden;
}

#exWrap #compliance .imageArea2colWrap .leftCol{
  float: left;
  width: 490px;
}

#exWrap #compliance .imageArea2colWrap .rightCol{
  float: right;
  width: 190px;
}

#exWrap #compliance .imageArea2colWrap .images {
	border:2px #dadada solid;
  padding:20px 0;
  text-align: center;
}

#exWrap #compliance .imageArea2colWrap .leftCol img,
#exWrap #compliance .imageArea2colWrap .rightCol img{
  margin-right: 10px;
}

#exWrap #compliance .imageArea2colWrap .leftCol img:last-child,
#exWrap #compliance .imageArea2colWrap .rightCol img:last-child{
  margin-right: 0;
}

#exWrap #compliance .imageArea2colWrap p.caption {
  background: url(img/icon_caption.gif) no-repeat left 0.2em;
  padding-left: 13px;
  margin-top: 5px;
  text-align: left;
  font-size: 77%;
  line-height: normal;
}

#exWrap .discList {
  
}

#exWrap .discList li {
  /* list-style-type: disc; */
  list-style-position: inside;
  padding-left: 16px;
  position: relative;
  line-height: 1.8;
}

#exWrap .discList li:before {
  content: '';
  width:4px;
  height: 4px;
  background-color: #d53a10;
  border-radius: 2px 2px;
  position: absolute;
  top: 0.7em;
  left: 0.4em;
}


#exWrap .orderedList {
  position: relative;
  padding-left: 14px;
  left: 4px;
}

#exWrap .orderedList li {
  list-style-type: decimal;
  list-style-position: outside;
  position: relative;
  line-height: 1.8;
}

#exWrap .ruleList {
  width: 90%;
  margin: 1em auto 0 auto;
  position: relative;
}

#exWrap .ruleList li {
  line-height: 1.8;
}

#exWrap #compliance .imageArea .image,

#exWrap #compliance .imageArea .imageList{

	border:2px #dadada solid;

	padding:20px 0;

}



#exWrap #compliance .imageArea p.caption{

	background:url(img/icon_caption.gif) no-repeat left 0.2em;

	padding-left:13px;

	margin-top:5px;

	text-align:left;

	font-size:77%;

	line-height:normal;

}



#exWrap #compliance .imageArea .imageList img{

	margin:0 25px;

}



#exWrap #compliance #frame {

	margin: 45px 0 0;

	padding: 13px;

	border: 2px #E6E6E6 solid;

}



#exWrap #compliance #frame h3 {

	padding: 18px 0;

	background-color: #E6E6E6;

	text-align: center;

}



#exWrap #compliance #frame #frameInner {

	padding: 0 5px;

}



#exWrap #compliance #frame #frameInner h4 {

	margin: 30px 0 0;

	padding: 0 0 5px;

	background: #FFFFFF url(../../../../common/css/shift/ex/img/dotLineH.gif) repeat-x bottom;

}



#exWrap #compliance #frame #frameInner h4 span{

	background:url(img/icon_square.gif) no-repeat 1px center;

	padding-left:15px;

}



#exWrap #compliance p.indent {

	margin: 0 0 0 1.3em;

	text-indent: -1.3em;

}



#exWrap #compliance p.note {

	position:relative;

	padding-left:55px;

}



#exWrap #compliance p.note span {

	position:absolute;

	left:0;

	top:0;

	/top:-6px;

}



* html #exWrap #compliance p.note span{ left:-55px; }



#exWrap #compliance #frame #frameInner p.circle {

	background:url(img/icon_double_circle.gif) no-repeat 1px 5px;

	padding-left:20px;

}



#exWrap #compliance #frame #frameInner p.ttlNote {

	background:url(img/ic_explanatory_note.gif) no-repeat 1px 5px;

	padding-left:20px;

}



#exWrap #compliance #frame #frameInner h5 {

	margin-top:40px;

	background:url(img/icon_circle.gif) no-repeat 1px 2px;

	padding-left:15px;

}



#exWrap #compliance #frame #frameInner #buttonArea {

	margin: 5px 0 0;

	padding: 10px 0;

	text-align: center;

	background-color: #E6E6E6;

}



#exWrap #compliance #frame #frameInner p#address {

	margin: 5px 0 0;

	padding: 15px 20px;

	background-color: #E6E6E6;

}

.data-table,.data-table th,.data-table td{
  border: 1px solid #ccc;
  border-collapse: collapse;
  }
  
  .data-table{
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: .5em;
  }

  .data-heading{
  color: #fff;
  text-align: center!important;
  background-color: #0071bc;
  padding: .5em;
  }
  
  .data-detail{
  padding: .5em;
  text-align: right;
  }
  
  .data-detail em{
  color: #cc0000;
  }

  .data-unit{
  margin-top: 5px;
  text-align: right;
  font-size: 77%!important;
  }