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

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/* 本文パターン行 */
.honbun-pattern-col { width: 22%; border-right: none !important;} 
dl.itemimagebox { margin-bottom: 1em !important;}
dl.itemimagebox dt { line-height: 2em;}
dl.itemimagebox dd img { border: 1px solid #999; margin: auto;}
.border_none { border: none !important;}
.borderB_none { border-bottom: none !important;}
.borderR_none { border-right: none !important;}
.border_dotR { border-right: 1px dotted #333 !important;}

/* テンプレートダウンロードボタン */
.tempdownload_box{
	float: right; 
	width: 466px;
	padding: 0 !important;
	margin: 15px 0 0 0 !important;
}
.tempdownload{
	display: inline-block;
}
.tempDLbuttonTitle {
	display: inline-block;
	/* kadoMaru6 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	/* backLightGreen */
	background-color: #99F099;
	/* txtcenter */
	text-align: center;
	padding: 6px 12px;
}
.tempDLbuttonGray {
	display: inline-block;
	/* kadoMaru6 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	/* backGray1 */
	background-color:#F5F5F5 !important;
	/* frameBox */
	border:1px solid #DCDCDC;
	margin-right: 0.5em;
	padding: 3px 15px;
}

/* オフセットオンデマンドマーク */
.ofonmark {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	margin: 0 0 0 0.5em;
	padding: 0 1em;
	float: right;
	color: #FFF;
}
dl.width0{width:700px;}/*700px-(一列-4px)として以下計算*/
dl .width1{width:172px;}
dl .width2{width:336px;}
dl .width3{width:92px;}
dl .width4{width:40px;}
dl .width5{width:40px;}

table.lineStyle tr td{
	width: 21%;
}
.papertype{
font-weight: 700;
}
.graph_border{ padding: 12px 0;}
.sublink{
	border: 1px solid #dcdcdc;
	padding: 8px 15px;
	margin: 10px 0 0 0;
}
.sublink .sublink_title{
	font-weight: 700;
    font-size: 13px;
	border-bottom: 1px solid #999;
    padding: 7px 0;
    margin: 0 0 6px 0;
}
.sublink p{margin: 0px;line-height: 18px;}
.sublink .caution{
    display: inline-block;
	text-decoration: underline;
	margin: 0 0 0 0;
}

.example { margin:0 0 70px 0;}
.example:last-child { margin:0 0 30px 0;}

.example_title{
	font-size: 14px;
	font-weight: 700;
	background: #eeeeee;
	position: relative;
	overflow: hidden;
	padding: 7px 0 7px 90px;
	border: 1px solid #999;
}
.example_title:before{
	position: absolute;
	top: -150%;
	left: -127px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #666;
}
.example_title span:first-child {
	font-size: 15px;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 10px;
	display: block;
	color: #fff;
}
.example_title span.offsetbgc {
	float: right;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	border-radius: 1em;
	margin: 0 10px 0 0;
	padding: 1px 12px;
}
.example_title span.ondemandbgc {
	float: right;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	border-radius: 1em;
	margin: 0 10px 0 0;
	padding: 1px 12px;
}
.example .imgbox{
	float: left;
	margin: 0 18px 0 0;
}
.example .imgbox_mark{
	float: left;
	margin: 0 18px 0 0;
}
.example .imgbox img {border: 1px solid #999;}
.example .imgbox_wrap{margin: 0 0 30px 0}
.pointbox{
	background-color: #F5F5F5;
    border: 1px solid #DCDCDC;
	border-radius: 6px;
	padding: 12px 18px;
	margin: 0 20px 0 0;
}
.pointbox p{margin: 4px 0;}
.pointbox img{float: left; margin: 5px 5px 20px 0}
.linkbox{
	float: right;
	margin: 10px 20px 0 0;
}
.linkbox p{
	text-align: right;
	border-bottom: 1px dotted #333;
    padding-bottom: 3px;
	margin: 4px 0;
}








































