@charset 'UTF-8';

/*---------------------------------------------------------------------------
	Navi
---------------------------------------------------------------------------*/
.nowpage {
	padding-bottom:10px;
	padding-left:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 14px;
	margin-bottom: 12px;
	margin-left: 14px;
	background-image: url(../img/icon/liststyle04.gif);
	background-repeat: no-repeat;
}
.nowpage.rt {
	background-image: url(../img/icon/liststyle15.gif) !important;
	font-weight: bold;
	padding-bottom:20px;
}




/*---------------------------------------------------------------------------
	Content Layout
---------------------------------------------------------------------------*/


/*----------- リスト表示 -----------*/

#list-layout ,#list-layout2{
	margin : 0 30px 0 30px;
}

/*------------------------------------------------------------
	表示件数とページ数の設定
------------------------------------------------------------*/
.num-item {
	font-size : 1em;
}
.num-item p {
	float : left;
}
.num-item .font-b {
	font-size : 160%;
	font-weight : bold;
	color : #cc0000;
}

.num-item ul {
	float : right;
	margin : 0.8em 0 0;
	font-size : 0.9em;
}
.num-item li {
	float : left;
	margin : 0 0 0 10px;
	list-style : none;
}
.num-item a{
	text-decoration : underline;
	color : #86c34a;
}
.now {
	background : #86c34a;
}
.num-item .now a{
	color : #ffffff;
	padding : 5px;
}

/*----------- 各記事 -----------*/

.reratedlink,
.readmore {
	background-image: url(../img/icon/liststyle03.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	margin-top: 10px;
	background-position: 4px;
}

.readmore {
	/*float : right;*/
	margin : 10px 10px 10px 0;
}


/*------------------------------------------------------------
	プレスリリース
------------------------------------------------------------*/
.pr-box {
	padding : 0 30px;
}

.pr-box blockquote {
	margin : 10px 0;
	padding : 10px;
	border : 1px solid #c8c8c8;
}
.pr-box p {
	line-height:150%;
	font-size : 85%;
	margin : 0 0 0.7em;
}
.pr-contact {
	margin : 15px 0;
	padding : 10px;
	border : 1px solid #c8c8c8;
	font-size : 90%;
}
.pr-contact dt {
	font-weight : bold;
	margin : 0 0 0.7em;
}
.pr-contact dd {
	margin : 0 0 0.4em;
}
.pr-box .text-right,
.pr-box .font-s {
	font-size : 75%;
}

/* 会社概要 */
.pr-table {
	margin : 0 0 20px;
	line-height:150%;
	font-size : 85%;
	border-collapse:collapse;
/*	border : 1px solid #c8c8c8;*/
}
.pr-table th,
.pr-table td {
	padding : 5px;
	border : 1px solid #c8c8c8;
	vertical-align: top;
}
.pr-table td p {
	font-size:0.8em;
	line-height:1.7;
	margin-left:20px;
}
.attsq {
	background-color:#EDF0F3;
	border:2px solid #999999;
	margin-top: 20px;
	margin-bottom:60px;
	padding: 8px;
	font-size: 0.9em;
}
.updatetitle {
	display: block;
	font-weight:bold;
	margin:0 0 10px;
}
.pr-box ul {
	list-style: outside;
	font-size: 0.9em;
	margin: 1.2em 0 0 26px;
}
.pr-box li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type: disc;
}


.com-table th,
.com-table td {
	border : none;
}
/* ミッション */
.pr-mis {
	margin : 0 0 0 20px;
}
.pr-mis dt{
	font-weight : bold;
}
.pr-mis dd {
	font-size : 85%;
	margin : 0 0 0.7em;
}




/*---------------------------------------------------------------------------
	misc
---------------------------------------------------------------------------*/
.marginl {
	margin-left: 20px;
}




/*----------- List   -----------*/
li {
	list-style: none;
}

