@charset "Shift_JIS";

/* -------------------------------------------------------------------
 *
 *	Style info	: 撮影実績の表示
 *	Since		: 2009-10-08
 *	Modified	: 
 *	Author		: Y.Yamakawa
 *	URL			: http://maebe.jp/
 *	Email		: yamakawa@maebe.jp
 *	Company		: maeBe Co., Ltd.
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- */

/* 非表示 */
.nodisp {
	display: none;
}

/* 表示 */
.disp {
    display: block;
}

/* 強調 */
.bold {
	font-weight: bold;
}

/* ポインター */
.pointer {
	cursor: pointer;
}

/* テーブル */
table.tblPtnM {
	width: 570px;
	margin: 0 auto 20px auto;
	padding: 0;
	border: 1px solid #dcdcdc;
}

table.tblPtnM tr {
	margin: 0;
	padding: 0;
}

table.tblPtnM td {
}

table.tblPtnM th {
	background: url(../img/common/img_pattern02.gif) 0% 0%;
	font-weight: bold;
	text-align: left;
}

table.tblPtnM th,
table.tblPtnM td {
	margin: 0;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #dcdcdc;
}

a.movedirector {
	display: block;
	margin: 0 18px 40px 0 !important;
	padding: 0 0 5px 0;
	text-align: right;
	font-size: 84%;
}

ul#list_tabM {
	width: 584px;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 64px;
	overflow: hidden;
}

ul#list_tabM li {
	float: left;
	height: 28px;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline-style: none;
}
