@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;
}

#audio #ctgImg {
	background-image: url(../service/img/category_img.jpg);
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

/*----------------------------------------------------
	#main
----------------------------------------------------*/

table#border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: x-small;
}

table#border caption {
	font-size: 12px;
	font-weight: bold;
}

table#border caption.r14_blue {
	font-size: 14px;
	font-weight: bold;
	color:#06C;
}

table#border th {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	white-space: nowrap;
	background-color: #E5E7E9;
}

table#border td {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}

table#border tr.odd td {
	background-color: #F3F3F3;
}

table#border .middle {
	vertical-align: middle;
}

table#border .middle_border {
	vertical-align: middle;
	margin: 0 auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

table#border .noborder {
	border: none;
	margin: 0 auto;
	text-align:left;
}
table#border .noborder td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
}
#page #contents #main #column #border tr .middle .mgn05 {
	margin: 5px;
}
