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

/* ==========================================================================
   質問ページ用CSS
   ========================================================================== */

ol ,ul{
	list-style:none;
}

#menu{
	width: 100%;
	margin-top: 30px;
}

.archive{
	color:#333;
	height: auto;
	line-height: 1.4em;
	border-bottom:1px dotted #ccc;
	cursor:pointer;
	background:url(../img/q-icon.png) left no-repeat;
	padding: 10px 0 10px 35px;
}

.subMenu span{
	font-weight: bold;
	margin-right: 10px;
}

.subMenu .red-li{
	color: #F00;
	font-weight: normal;
}

.subMenu li{
	line-height: 1.4em;
	text-align: justify;
	background-color:#ECF5FF;
	padding: 10px 35px 10px 35px;
	text-indent: -2em;
}		

.subMenu li a{
	text-decoration: underline;
}

/*-------------------- 当社からのお知らせページここから ---------------------------------*/

article.con-top{
	margin-top: 50px;
}

#menu-sec h2{
	width: 100%;
	color: #0C4779;
	font-size: 17px;
	line-height: 2em;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px dotted #D6D6D6;
	margin-bottom: 15px;
}

#menu-sec h2 span{
	color: #333;
	font-size: 14px;
	padding-right: 20px;
}

#menu-sec p{
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

ol ,ul{
	list-style:none;
}

#menu-sec{
	width: 100%;
}

.subMenu-sec li{
	line-height: 1.4em;
	text-align: justify;
	padding: 10px 0;	
}		

.archive-sec img{
	cursor: pointer;
}




