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

/*/////////////////
common
/////////////////*/

.l-content a {
	text-decoration: none;
}

.l-content ol li {
    list-style: decimal;
}

.l-content ol {
    padding-left: 20px;
}

.l-content a:hover {
	text-decoration: underline;
}

.l-content .col2{
	margin:0!important;
}
.l-content .col2 .inner{
	width:460px;
	margin:0 29px 0 0;
	float: left;
}
.l-content ol,
.l-content ol li,
.l-content ul.m-list li,
.l-content .m-list,
.l-content .m-link--pdf,
.l-content .m-link--excel{
	margin:0!important;
}
.l-content .mark2new{
		background: url("/vcommon/common/img/arrow_blue.gif") 1px 4px no-repeat;
		padding: 0px 0px 0px 11px;
}
.l-content .colorBlockEmphasis {
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 2px;
	background-color: #cce1f4;
}
.l-content .colorBlockEmphasis .col2 .inner{
	width:440px;
	margin-right:20px;
}
.l-content .borderBottom{
	border-bottom:1px solid #bbb;
}
.l-content .borderTop{
	padding-top:15px!important;
	border-top:1px solid #bbb;
}
.l-content .colorBlockEmphasis .inner{
	width:470px;
	float: left;
}
.l-content .colorBlockEmphasis .inner.edge{
	width:420px;
}
.l-content .colorBlockCaution{
	padding:15px 20px;
	margin-bottom:20px;
	border-radius: 2px;
	background-color: #fff2bf;
}
.l-content .note {
	margin: 0 0 0 15px!important;
	font-size: 75%;
	font-weight: normal;
}
.l-content .imgArrow{
	margin-right:30px!important;
	background:url(/ccc/images/imgArrow.png) right 23px no-repeat;
	
}
.l-content dl.common dt{
	margin-bottom:5px;
	font-weight:bold;
}
.l-content .cccDl dd{
	display:block;
	float:left;
	width:180px;
	margin-right:10px;
}

.l-content .marknm{
    background: url(/common/img/misumiec.png) -131px -1981px no-repeat;
	padding-left: 15px;
	list-style: none;
}  

.l-content .underLine{
	text-decoration: underline solid #333333;
}