@charset "UTF-8";
/* CSS Document */

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
img.imgR{
  padding-left:30px;
}
dl.contentstop {
  margin:6px;
  position: relative;
}
dl.contentstop dd{
  margin:0px;
}
.contentstop dd:nth-of-type(4){
  width:380px;
  text-align: center;
  position:absolute;
  bottom: -1em;
}
.contentstop dd:nth-of-type(5){
  line-height: 8em;
}

.paperlistarea{
  width:auto;
}
.paperlistarea dl:nth-of-type(1){
  width: 74%;
}
.paperlistarea dl:nth-of-type(2){
  width: 25%;
  text-align:right;
}

.specification th{
  width:5em;
}
.specification dl,
.specification dl dd,
.specification dl dd p{
  margin:0px;
}
.specification dl dd{
  padding:0px;
}

.caution_making_data{
  position: relative;
  padding:0px 18px 0px;
}
.caution_making_data dd{
  vertical-align: top;
  display: inline-block;
}
.caution_making_data dd:nth-of-type(2){
  position:absolute;
  right:18px;
  top:10px;
  width:500px;
}
.caution_making_data dd span{
  padding-left: 1em;
}

.example {
  margin:0 0 70px 0;
}
.example dd{
  margin:0px;
}
.example>dd:nth-of-type(2){
  padding-top:16px;
  padding-left:20px;
  font-weight:600;
}
.example>dd:nth-of-type(3){
  text-align: left;
}
.example>dd:nth-of-type(3) dl{
  margin:0px;
  padding:6px 20px 20px;
  display: inline-block;
}
.example>dd:nth-of-type(3) dd:nth-of-type(2){
  padding-top: 6px;
  text-align: center;
}

.example_title{
	font-size: 14px;
	background: #eeeeee;
	position: relative;
	overflow: hidden;
	padding: 7px 0 7px 60px;
	border: 1px solid #999;
}
.example_title:before{
	position: absolute;
	top: -150%;
	left: -157px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #666;
}
.example_title span {
	font-size: 16px;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 10px;
	display: block;
	color: #fff;
}
.example_title a{
	color: #1e1e1e;
    font-weight: 700;
	transition: 0.3s;
}
.example_title a:hover{
	opacity: 0.5;
}
.example .imgbox{
	float: left;
	margin: 0 20px 0 0;
}
.external{
	width: 10px;
	margin: 0 0 0 5px;
	vertical-align: text-top;
}



































