@charset "Shift_JIS";
/* 商品情報ページ（トップ、一覧、詳細）用css
/solution/
/industory/
/subject/
/keyword/
-----------------------------------------------------------------*/
/*商品名で探す、業務課題で探すstart-------------------------------------*/
.searchIndexArea .searchIndex {
	margin-bottom: 40px;
	padding: 20px 20px 2px 25px;
	background: #eaf3fc;
	zoom: 1;
	overflow: hidden;
}

.searchIndexArea .searchIndex ul {
	clear: both;
	margin: 0 0 18px;
	padding: 0;
	font-size: 0.8em;
}

.searchIndexArea .searchIndex li {
	list-style: none;
	display: inline;
	padding: 0 10px;
	color: #babbbd;
	font-weight: bold;
	border-right: 1px solid #98999b;
	zoom: 1;
}

.searchIndexArea .searchIndex li.first {
	border-left: 1px solid #98999b;
}

.searchIndexArea .section {
	padding: 0 0 40px 10px;
}

.searchIndexArea .section h3 {
	margin: 0 0 25px -10px;
	padding: 5px 0 7px 13px;
	background: url(/img/contents/bg_subject_title.gif) repeat-y;
	font-size:75%;
	border-bottom:1px solid #000000;
}

.searchIndexArea .section dl {
	font-size:0.8em;
}

.searchIndexArea .section dl dt {
	background: url(/img/contents/list_subject.gif) 0 0.1em no-repeat;
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

.searchIndexArea .section dl dd {
	margin: 0 0 20px;
	padding-left: 10px;
}
/*商品名で探す、業務課題で探すend-----------------------------------------------------------*/

/* 業務課題で探すトップページstart ---------------------------------------------------------*/
#subjectArea .searchIndex ul {
	clear: both;
	width: 520px;
	margin: 0 0 8px;
	/margin-bottom: 18px;
	padding: 0;
	font-size: 0.8em;
	overflow: hidden;
	zoom: 1;
}

#subjectArea .searchIndex li {
	display: block;
	float: left;
	width: 190px;
	/width: 220px;
	background: url(/img/contents/icon_subject.gif) left 0.1em no-repeat;
	margin: 0 0 10px;
	padding: 0 10px 0 20px;
	font-weight: normal;
	border-right: 0;
}

#subjectArea .searchIndex li.even {
	width: 270px;
}

#subjectArea .section h3 {
	margin-bottom: 15px;
	padding: 5px 0 7px 13px;
	background: url(/img/contents/bg_subject_title.gif) repeat-y;
	font-size:75%;
}

#subjectArea .section .subjectList {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

#subjectArea .section .subjectList li {
	list-style: none;
	background: url(/img/contents/list_subject.gif) 0 0.5em no-repeat;
	margin: 0 0 5px;
	padding: 2px 0px 2px 15px;
}
/* 業務課題で探すトップページend ---------------------------------------------------------*/


/* 業種で探すトップページstart----------------------------------------------------- */
#industoryArea .category {
	overflow: hidden;
	margin-right: -15px;
	zoom: 1;
	padding-bottom: 20px;
}

#industoryArea .item {
	float: left;
	width: 277px;
	margin: 0 15px 0 0;
	padding-bottom: 30px;
	/padding-bottom: 15px;
	zoom: 1;
}

#industoryArea .government,
#industoryArea .welfare {
	padding-bottom: 25px;
	_padding-bottom: 15px;
}

#industoryArea .item:not(\*|*) {
	padding-bottom: 15px;
}


#industoryArea .government:not(\*|*),
#industoryArea .welfare:not(\*|*) {
	padding-bottom: 10px;
}

#industoryArea .item, x:-moz-broken {
	padding-bottom: 15px;
}

#industoryArea .item h2 {
	margin: 0;
	padding: 0;
}

#industoryArea .item dl {
	margin: 0;
	padding: 7px 7px 0;
	overflow: hidden;
	zoom: 1;
}

#industoryArea .item dl dt {
	margin-bottom: 7px;
	font-size: 83%;
	font-weight: normal;
}

#industoryArea .item dl dt span {
	font-size: 83%;
}

#industoryArea .item dl dd {
	margin: 0 0 10px;
}

#industoryArea .item dl.headline02 {
	margin: 10px 0 15px;
	padding: 7px 7px 0;
	background: url(/img/contents/line.gif) left top no-repeat;
}


#industoryArea .item .btn {
	margin: 0;
	text-align: right;
	height: 26px;
	width: 277px;
}
/*  業種で探す一覧ページおすすめ商品 */

.industoryArea_reccomend {
	margin: 0 0 0 0;
	padding: 18px 18px 0;
	background: #f4f4f4;
	font-size: 83%;
	zoom: 1;
	overflow: hidden;
}

.industoryArea_reccomend dt {
	margin-bottom:15px;
	font-weight:bold;
}

.industoryArea_reccomend dd {
	margin: 0 0 15px;
}

.industoryArea_reccomend dd dt {
	margin: 0 0 5px 0;
	/margin: 0 0 -2px 0;
	font-weight: normal;
}

.industoryArea_reccomend dd dd {
	margin-bottom: 0;
	padding-bottom: 20px;
}
/* 業種で探すトップページend----------------------------------------------------- */


/* 注目ワードで探すトップページ start----------------------------------------------*/
#keywords h2 {
	clear: both;
	margin-bottom: 15px;
}

#keywords .topicWords {
	margin-right: -15px;
	padding-bottom: 15px;
	overflow: hidden;
	zoom: 1;
}

#keywords .item {
	float: left;
	width: 277px;
	margin: 0 15px 15px 0;
	zoom: 1;
	background: #ffedb8;
}

#keywords .item h3 {
	padding: 5px 0 7px 13px;
	background: #fff url(/img/contents/bg_subject_title.gif) repeat-y;
	font-size:75%;
	border-bottom:1px solid #000000;
}

#keywords .item .text {
	padding: 10px 10px 5px;
	background: #ffedb8 url(/img/contents/bg_word.gif) repeat-x;
	font-size: 83%;
}

#keywords .item .text p {
	margin: 0 0 10px;
}

#keywords .item .btn {
	margin: 0;
	padding: 0 10px 10px;
	text-align: right;
}

/* 20100126moriadd グレー背景*/
#keywords .item2 {
	float: left;
	width: 277px;
	margin: 0 15px 15px 0;
	zoom: 1;
	background: #ededed;
}

#keywords .item2 h3 {
	padding: 5px 0 7px 13px;
	background: #fff url(/img/contents/bg_subject_title.gif) repeat-y;
	font-size:75%;
	border-bottom:1px solid #000000;
}

#keywords .item2 .text {
	padding: 10px 10px 5px;
	background: #ffedb8 url(/img/contents/bg_word2.gif) repeat-x;
	font-size: 83%;
}

#keywords .item2 .text p {
	margin: 0 0 10px;
}

#keywords .item2 .btn {
	margin: 0;
	padding: 0 10px 10px;
	text-align: right;
}
/* 20100126moriadd ここまで*/

#keywords .wordList {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#keywords .wordList li {
	float: left;
	/display: inline;
	/float: none;
	width: 130px;
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
	font-size: 83%;
	font-weight: bold;
}

#keywords .wordList li a {
	padding-left: 10px;
	background: url(/img/contents/list_subject.gif) 0 0.1em no-repeat;
	display: block;
}

#keywords .list02 {
	margin-bottom: 20px;
}
/* 注目ワードで探すトップページ end----------------------------------------------*/


/* 各一覧ページ start----------------------------------------------*/
#subjectArea .subjectDetail {
	width:100%;
	padding-top: 20px;
}

#subjectArea .subjectDetail .section {
	margin-bottom: 30px;
	padding: 0 10px;
}

#subjectArea .subjectDetail .section h2 {
	padding: 8px 10px;
	margin: 0 -10px 10px;
	background: #EAF3FC url(/img/contents/line.gif) left bottom no-repeat;
	border-top: 1px solid #1C4196;
	font-size: 83%;
}

#subjectArea .subjectDetail .section h3 {
	margin: 0 0 15px;
	padding: 0;
	background: none;
	color: #333;
	font-size: 120%;
}

#subjectArea .subjectDetail .section ul.icon {
	margin: 0 0 10px;
	padding: 0;
}

#subjectArea .subjectDetail .section ul.icon li {
	list-style: none;
	margin-right: 5px;
	padding: 0;
	display: inline;
}

#subjectArea .subjectDetail .section p.text {
	margin: 0 0 20px;
	font-size: 83%;
}

#subjectArea .subjectDetail .section p.detail a,
#industoryArea .item a {
	font-size: 83%;
}

#subjectArea .subjectDetail .section p.detail a,
#industoryArea .item a.link,
.industoryArea_reccomend dd dd a.link {
	padding: 10px 0 0 10px;
	background: url(/img/contents/list_subject.gif) 0 12px no-repeat;
	zoom: 1;
}

#subjectArea .subjectDetail .section dl.info {
	margin: 10px -10px 0;
	padding: 5px 10px 0;
	background: url(/img/contents/line.gif) no-repeat;
}

#subjectArea .subjectDetail .section dl.info dt {
	margin-bottom: 3px;
	color: #1c4196;
	font-weight: bold;
}

#subjectArea .subjectDetail .section dl.info dd {
	margin: 0 0 15px;
	padding: 0;
	font-size: 83%;
}

#subjectArea .subjectDetail .section dl.info dd div.text-m{
	font-size: 100%;
}

#subjectArea .subjectDetail .section dl.info dd span {
	font-size: 83%;
}

#subjectArea .subjectDetail .section dl.info dd span.text-m {
	font-size: 100%;
}
/* 各一覧ページ end----------------------------------------------*/



/* 各詳細ページ start----------------------------------------------*/

/* テーマページタイトル画像エリア */
.pagetitle-bg3-thema {
	color : #ffffff ;
	margin-top : 7px ;
	padding: 0px ;
	font-size:12pt;
}


#serviceDetailOption {
	margin-top: 0;
}

*html #serviceDetailOption {
	margin-top:-20px;
}

/*#serviceDetailOption p{
	margin:0;
	padding:0;
	margin-bottom:15px;
}*/


#serviceDetailOption p.icon {
	margin-bottom: 10px;
}

#serviceDetailOption .detailBlock {
	padding: 10px;
	/padding: 10px 10px 20px 10px;
	background: #f0f0f0;
	width: 549px;
	/width: 569px;
}

#serviceDetailOption .detailBlock div.text-m{
	display:inline;	
}

#serviceDetailOption div.detailBlock div.text-m img.right{
	margin:3px 0 15px 15px;	
}

#serviceDetailOption .detailBlock h2 {
	margin-bottom: 15px;
	font-size: 1.4em;
}

#serviceDetailOption .detailBlock p.text {
	float: left;
	width: 335px;
}

#serviceDetailOption .detailBlock p.btn {
	float: right;
}

#serviceDetailOption .detailBlock dl {
	clear: both;
}

#serviceDetailOption .detailBlock dl.info {
	margin: 10px 0 0 0;
	clear: both;
	background: url(/img/contents/line.gif) repeat-x;
}

#serviceDetailOption .detailBlock dl dt {
	padding: 7px 0 5px;
	color: #1c4196;
	font-weight: bold;
}

#serviceDetailOption .detailBlock dl.case dt {
	margin: 0;
	padding: 0;
	background: none;
}

#serviceDetailOption .detailBlock dl.case {
	margin: 0 -10px;
	padding: 20px 10px 40px;
	background: #fff;
}

#serviceDetailOption .detailBlock dl dd {
	margin: 0;
	overflow: hidden;
}

/* 091117 追加 */
#serviceDetailOption .detailBlock dl dd span.text-m {
	font-size:83%;
}

#serviceDetailOption .detailBlock dl.case dd {
	font-weight: bold;
}


#serviceDetailOption dl.seminarList *,
dl.trackback_caseList *,
dl.trackback_caseList_pink * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* この商品の導入事例をご紹介します。この商品に関連するイベントをご紹介します start */
dl.trackback_caseList {
	width: 569px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	background: #ccc url(../img/contents/bg_case.gif) no-repeat left bottom;
	font-size: 0.8em;
}

dl.trackback_caseList_pink {
	width: 569px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	background: #ccc url(../img/contents/bg_case_pink.gif) no-repeat left bottom;
	font-size: 0.8em;
}

dl.trackback_caseList dt,
dl.trackback_caseList_pink dt {
}

dl.trackback_caseList dd,
dl.trackback_caseList_pink dd {
	padding: 0 20px 5px;
}

dl.trackback_caseList dd ul,
dl.trackback_caseList_pink dd ul {
}

dl.trackback_caseList dd ul li {
	margin-bottom: 10px;
	padding: 10px 5px 0 20px;
	background: url(../img/contents/list_case.gif) no-repeat 5px 1.1em;
	font-weight: bold;
	border-top: 1px solid #d9e5b8;
}

dl.trackback_caseList_pink dd ul li {
	margin-bottom: 10px;
	padding: 10px 5px 0 20px;
	background: url(../img/contents/list_case_pink.gif) no-repeat 5px 1.1em;
	font-weight: bold;
}

dl.trackback_caseList dd ul li:first-child,
dl.trackback_caseList_pink dd ul li:first-child_pink {
	border-top: 0;
}

dl.trackback_caseList dd ul li.first-child,
dl.trackback_caseList_pink dd ul li.first-child_pink {
	border-top: 0;
}
/* この商品の導入事例をご紹介します。この商品に関連するイベントをご紹介します end */

/* 新ページ下部：トラックバック_この商品の導入事例をご紹介します。この商品に関連するイベントをご紹介します start */
dl.trackback_case * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl.trackback_case {
	width: 569px;
	margin: 0 0 20px;
}


dl.trackback_case dt {
	margin:0 0 15px;
	padding:10px 0px 5px 10px;
	text-align:left;
	clear:both;
	background:url(/img/title_bg_blue.gif) repeat-x left top;
	border-bottom:1px #999999 solid;
	font-weight: bold;
	color:#333333;
}

dl.trackback_case dd {
	font-size:83%;
}

dl.trackback_case dd ul{
	margin:0 0 0 5px;
}

dl.trackback_case dd ul li {
	margin-top:5px;
	margin-bottom:5px;
	background:url(/img/com/arrow_yellow.gif) no-repeat 0 5px;
	padding:1px 0px 1px 12px;
	text-indent:0em;
	line-height:1.4em;
}
dl.trackback_case dd a {
	font-weight:bold;
}
dl.trackback_case dd.more {
	text-align:right;
	margin-bottom:5px;
}
dl.trackback_case dd.more a{
	background:url(/img/com/arrow_yellow.gif) no-repeat 0 3px;
	_background:url(/img/com/arrow_yellow.gif) no-repeat 0 2px;
	padding:1px 0px 1px 12px;
}
/* この商品の導入事例をご紹介します。この商品に関連するイベントをご紹介します end */
/* 各詳細ページ end----------------------------------------------*/






