@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;
}

#dressup #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;
}

#grybox_lockon {
	width:285px;
	background-color: #F3F3F3;
	clear: both;
	border: 1px solid #E6E6E6;
	margin-top: 15px;
}

#grybox_lockon #inner {
	width: 285px;
	border: 1px solid #FFFFFF;
	padding: 15px;
}
