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

h4{
	background: url(../../sam/susume/image/title_bg.jpg) no-repeat;
	height:26px;
	width:585px;
	padding:4px 0 0 20px;
	margin:30px 0 15px 0;
	font-size:16px;
}

/* 全体　h5代りの見出し */

p.midashi{
height:22px;
width:558px;
border-left:#F90 solid 8px;
border-bottom:#999 solid 1px;
padding:0 0 3px 10px;
margin:30px 0 20px 0;
font-weight:bold;
font-size:15px;
}

/* 全体　h6代りの見出し（テキストのみ） */

p.midashi2{
padding-left:10px;
margin:0;
font-weight:bold;
font-size:14px;
color:#2E548D;
}

/* 全体　テキストスペースの余白調整 */

p.tex_sp{
padding:0 12px;
margin-bottom:20px;
}

/* 全体　コンテンツ幅の余白調整 */

.con_sp{
margin:15px;	
}

/* 全体　イメージの余白調整 */

img.blank{
padding:20px 0;	
}

/* P1 リスト(ol) */

.point1-list{
font-size:14px;
line-height:180%;
padding:0 0 0 50px;
}

/* P1 リスト(ul/li) */

.point2-list li{
list-style-type:disc;
font-size:14px;
line-height:180%;
margin:0 0 0 50px;
padding:0 0 0 5px;
}

/* P1 表 */

div.list_sp-l{
float:left;
}

div.list_sp-r{
float:right;
}

div.list_sp-r,div.list_sp-l{
width:279px;
margin:0 3px 10px 3px;
padding-bottom:10px;
border:#999 solid 1px;
}

dt.list-tit{
letter-spacing:1px;	
font-size:14px;
font-weight:bold;
color:#333;
padding:0;
border-top:#E1FBCC solid 1px;
background-color:#B8E693;}

dl.sab-tit{
letter-spacing:0;	
list-style-type:none;
background-color:#ffffff;
padding:5px 5px 0 8px;
font-size:12px;
font-weight:bold;
color:#2962A0;
}

dl.sab-tit dd{
margin:0;
padding:0 10px;
font-size:12px;
font-weight:100;
line-height:150%;
color:#333;
}


/* P4 文章の背景 */
	
div.box-bg{
	background-color:#d0f0ff;
	border:#66CCFF 1px solid;
	padding:10px 15px 0 15px;
	margin-bottom:10px;
	}

/* P6 注釈*/
.cyusyaku-guide{
	font-size: 11px;
}

/* P6 記載間違いの例 */
.kisai-sample {
	width: 555px;
	height: 112px;
	margin: 20px;
}
.kisai-sample-l {
	border: 1px solid #999999;
	width: 263px;
	height: 110px;
	float: left;
}
.kisai-sample ul li {
	list-style-type: disc;
	margin-left: 25px;
}

.kisai-sample-r {
	width: 263px;
	border: 1px solid #999999;
	height: 110px;
	margin-left: 25px;
	float: right;
}
.kisai-sample p {
	font-weight: bold;
	font-size: 12px;
	background-color: #B8E693;
	padding: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/* P7 解決方法*/
.arrow-box{
	background-color:#d0f0ff;
	border:#66CCFF 1px solid;
	margin-bottom:20px;
	text-indent: 12px;
	background-image: url(../../sam/susume/image/arrow.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
ul .point {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

p.tex_sp_topline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 20px 12px 15px 12px;
	padding: 20px 0px 0px 0px;
}
