@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      service.css
 Style Info:     サービスカテゴリ
----------------------------------------------------------- */

/*clearFix*/
#inner:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#service.secondBody #page {
	margin: 0 auto;
	text-align: left;
	background-image: url(../img/pnkz_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 163px;
}



/*----------------------------------------------------
	カテゴリーイメージ
----------------------------------------------------*/

#service #ctgImg {
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 2px;
	height: 80px;
}

#service #ctgImg h2 {
	display: none;
}

#security #ctgImg {
	background-image: url(../service/img/category_img.jpg);
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

/*----------------------------------------------------
	#main
----------------------------------------------------*/

/* セキュリティー */

ul#securitylist {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-left-color: #EDEDED;
}

ul#securitylist li {
	width: 318px;
	padding: 10px;
	display: inline;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
}

ul#securitylist li p {
	font-size: 90%;
	line-height: 1.6em;
}

.clm {
	background-image: url(../service/security/img/column_mid.gif);
	background-repeat: repeat-y;
}

.clm h4 {
}

.clm .inner {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../service/security/img/column_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

.clm .item {
	padding-bottom: 10px;
}

.clm table#ptbox {
	line-height: 1.4em;
	margin-bottom: 20px;
}

.clm table#ptbox td {
	padding: 5px;
}

.clm table#voice {
	line-height: 1.4em;
	margin-bottom: 20px;
}

.clm table#voice td {
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-image: url(../service/security/img/clm_item7.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.clm table#voice td .title {
	font-weight: bold;
	margin-bottom: 4px;
}

