@charset "UTF-8";
/* CSS Document */

/*入力フォームの背景を調整*/
textarea.ui-body-b,input.ui-body-b {
  background-color: white;
}
/*見出しとフォーム部品の間の余白を調整*/
.ui-field-contain:first-child {
  padding-top: 0;
}

.centerp{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

table {
	border-spacing: 1px;
	font-size: 14px;
	color: #b7b7b7;
	width: 100%;
	margin-bottom: 10px;
	background: #FFFFFF;
}
caption {
	font-weight: bolder;
	background: #50adea url(img/css/css_table_gallery/corner.gif) no-repeat right top;
	border-bottom: 2px solid #1975d7;
	color: #fff;
	text-transform: none;
	padding: 10px;
	height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	word-spacing: normal;
	font-variant: normal;
}
td, th {
    padding:5px;
    line-height:1.5;
}
thead th {
	text-align: center;
	background: #f5f5f5;
	color: #666;
	border: 1px solid #fff;
	text-transform: uppercase;
}
tbody th {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #50adea;
	text-align: center;
}
tbody tr {
    background-color:#fff;
    text-align:left;
}
tbody tr.odd {
	background: #f9f9f9;
	border-top: 1px solid #fff;
}
tbody th a:link, tbody th a:visited{
    color:#96d030;
    background:url("img/css/css_table_gallery/layout.gif") no-repeat left center;
    padding-left:18px;
}
tbody th a:hover {
    color:#ff8601;
}
tbody tr td {
	height: 40px;
	background: #fff;
	border: 1px solid #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #F00;
	text-align: center;
}
tbody tr.odd td { 
    background:#f9f9f9;
    border-top:1px solid #fff;
}
table td a:link, table td a:visited {
    color:#1975d7;
    text-decoration:none;
}
table td a:hover {
    color:#50adea;
    border-bottom:2px solid #8fd5ff;
    text-decoration:none ;
}
tbody td a[href="http://www.infectedfx.net"] {
    margin:0 auto;
    height:15px;
    background:url("img/css/css_table_gallery/ok.gif") no-repeat left center;
    border-bottom:0;
    padding-left:18px;
    font-weight:bold;
    color:#ff8601;
}
table a[title^="Download"] { 
    background:url("img/css/css_table_gallery/down.gif") no-repeat center;
    padding:20px 0px 0px 15px;
}
tfoot th, tfoot td {
    background-color:#e7e7e7;
    text-align:center; 
    font-size:1.2em; font-weight:bold; font-style:italic;
    border-bottom:3px solid #ccc;
    border-top:1px solid #dfdfdf;
}