/* CSS Document */
@charset "utf-8";
@import url("wp-admin.css");

body{
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

form {
	padding: 0px;
	margin: 0px;
}

/************************************************************************
****	フォーム
************************************************************************/	

table.form {
	width: 99%;
	margin: 5px;
	border-collapse: collapse;
	margin-bottom: 25px;
}

table.form th {
	width: 25%;
	padding: 5px 3px;
	border: 1px #ccc solid;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	background-color: #dddddd;
}

table.form td {
	padding: 5px 3px;
	border: 1px #ccc solid;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}

table.form table { width: 100%; }

table.form table td {
	padding: 0px;
	margin: 0px;
	border: none;
}

.category {
	margin: 0px;
	padding: 0px;
	clear: none;
	overflow: hidden;
}

.category input {
	margin: 0px;
	padding: 0px;
	clear: none;
}

.category br {
	display: none;
	clear: none;
}

.category p {
	margin: 0px;
	padding: 0px;
	display: inline;
}

span.hint {
	display: block;
	color: #666;
	margin: 0px;
}

span.hissu {
	color: #c00;
	font-size: 10px;
	clear: none;
}

a.download {
	background-image: url(images/download.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 5px 30px 5px 0px;
	line-height: 24px !important;
}

/************************************************************************
****	ワークフロー
************************************************************************/	

.wf10 { color: #c00; }

.wf20 { color: #060; }

.wf30 { color: #f60; }

.wf40 { color: #02c; }

.wf50 { color: #02c; }

.wf60 { color: #c00; }

tr.active td { background-color: #f8fff8 !important; }

tr.alternate td { background: #fafafa !important; }

.sinsacyuu {
	font-weight: bold;
	letter-spacing: 5px;
	padding: 0 5px;
}

.syounin {
	color: #060;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 0 5px;
	white-space: nowrap;
}

.kyakka {
	color: #c00;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 0 5px;
	white-space: nowrap;
}

table.widefat td { vertical-align: middle !important; }

p.submit { margin: 5px !important; }

.document_post { color: #c00; }

.error ul {
	margin: 0 1em !important;
	padding: 0 1em !important;
}

/************************************************************************
****	一覧
************************************************************************/	

table.form-table {
	width: 95% !important;
	margin: 1em auto !important;
	border-collapse: collapse;
}

table.form-table th {
	width: 25% !important;
	vertical-align: top !important;
	text-align: right;
	padding: 5px 5px 5px 0;
	font-size: 12px;
	white-space: nowrap;
	background: #f0f0f0;
	border: 1px solid #fff;
}

table.form-table td {
	width: auto;
	line-height: 105%;
	vertical-align: middle !important;
	padding: 5px !important;
	font-size: 12px;
	border: 1px solid #f0f0f0;
}

table.dump {
	margin: 5px;
	border-collapse: collapse;
	width: 99%;
	margin-bottom: 1.0em;
}

table.dump th {
	padding: 2px 3px;
	border: 1px #ccc solid;
	font-weight: bold;
	white-space: nowrap;
	background-color: #dddddd;
	width: 25%;
}

table.dump td {
	padding: 2px 3px;
	border: 1px #ccc solid;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
}

table.dump tr.r1 { background-color: #fcf8ff; }

table.dump td td {
	padding: 0px;
	margin: 0px;
	border: none;
}

/************************************************************************
****	エラー
************************************************************************/	

div.error {
	border: #c00 1px solid;
	background-color: #fff0f0;
	margin-bottom: 1.0em;
	padding: 1.0em;
}

/************************************************************************
****	新着文書
************************************************************************/	


table#new_file { width: 100%; }

table#new_file th {
	white-space: normal;
	text-align: left;
}

table#new_file td {
	vertical-align: top;
	border-bottom: 1px #ccc dotted;
	text-align: left;
}

table.date_selector {
	border-collapse: collapse !important;
	margin: 0 !important;
	padding:0 !important;
	border: none !important;
}

table.date_selector th, table.date_selector td {
	margin: 0 !important;
	padding:0 3px !important;
	border: none !important;
}

/*
table{
	border-collapse: collapse;
}
table th
{
	background: #e9ffcc;
}

table th,
table td
{
	border: 1px #72954f solid;
}
*/
/************************************************************************
****	公開登録
************************************************************************/	

#member_public p { display: inline; }

#member_public br { line-height: 0; }

#member_public table { margin: 0; }

.note {
	font-size: 10px;
	margin-bottom: 20px !important;
	display: block;
}

/************************************************************************
****	公開メンバー詳細
************************************************************************/	


/*#member_detail * { color: #707070; }*/

#member_detail * { font-size: 12px; }

#member_detail a { color: #097c25; }

#member_detail img { border: none; }

#member_detail address {
	color: #707070;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	padding: 0;
	width: 571px;
}

#member_detail .footer {
	color: #097c25;
	background: #f4f4eb;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	padding: 7px 0px;
	margin: 20px 0 8px 0;
	width: 571px;
}

#member_detail h1.simei {
	background: url(images/pvsolar/h1_bg.gif);
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	color: #fff;
	padding: 0 5px;
	width: 561px;
	clear: both;
	letter-spacing: 1px;
}

/* tantousya */

#member_detail h3.tantousya {
	background: url(images/pvsolar/midasi_tantousya.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 5px 0;
	width: 315px;
	height: 27px;
	overflow: hidden;
}

#member_detail h3.area {
	background: url(images/pvsolar/midasi_area.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 5px 0;
	width: 248px;
	height: 27px;
	overflow: hidden;
}

#member_detail h3.hanbai_kakaku {
	background: url(images/pvsolar/midasi_kakaku.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 5px 0 5px 0;
	width: 248px;
	height: 27px;
	overflow: hidden;
}

#member_detail table.tantou_info {
	border-collapse: collapse;
	margin-bottom: 10px;
}

#member_detail table.tantou_info td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#member_detail table.tantou_info th.area {
	width: 248px;
	padding: 0;
}

#member_detail table.tantou_info td.area {
	width: 248px;
	padding: 0;
}

#member_detail table.tantou_info th.tantousya {
	width: 315px;
	padding: 0;
	overflow: hidden;
}

#member_detail table.tantou_info td.tantousya {
	width: 303px;
	padding: 5px;
	border: 1px solid #d6d4d4;
	overflow: hidden;
	vertical-align: top;
}

#member_detail table.tantou_info td.vsep { width: 7px; }

#member_detail p.hanbai_kakaku {
	background: #fef0dc;
	margin: 0;
	border: 1px solid #fae7d2;
	color: #eb6100;
	/*height: 55px;*/
	min-height:55px;
	height: auto !important;
	height: 55px;

	padding: 5px;
}

#member_detail table.area {
	border: 1px solid #d5eafa;
	background: #dcf2fe;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-collapse: collapse;
}

#member_detail table.area th {
	background: #51bdf8;
	margin: 0;
	width: 105px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

#member_detail table.area td {
	width: 123px;
	margin: 0;
	text-align: center;
	vertical-align:middle;
	padding: 0px 8px;
	color: #0068b7;
}

#member_detail dl.tantousya {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#member_detail dl.tantousya dt {
	background: #f4f4eb;
	margin: 0;
	width: 90px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	float: left;
	color: #097c25;
	font-size: 10px;
	
	min-height:157px;
	height: auto !important;
	height: 157px;

}

#member_detail dl.tantousya dd {
	width: 195px;
	margin: 0;
	text-align: left;
	vertical-align: top;
	padding: 0px 5px;
	float: left;
}

#member_detail img.tantousya_photo { /*	width: 90px;*/ }

/* syacyou */
#member_detail h2.syacyou {
	background: url(images/pvsolar/midasi_syacyou.gif);
	background-repeat: no-repeat;
	padding: 0;
	width: 571px;
	height: 34px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

#member_detail table.syacyou_info {
	border-collapse: collapse;
	border-bottom: 10px;
}

#member_detail table.syacyou_info td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#member_detail table.syacyou_info td.profile {
	width: 270px;
	background: #fcfedc;
	padding: 5px;
}

#member_detail table.syacyou_info td.info {
	width: 268px;
	border: #d6d4d4 solid 1px;
	padding: 5px;
}

#member_detail table.syacyou_info td.info h3 {
	background: #f4f4eb;
	color: #097c25;
	margin: 0 0 5px 0;
	font-size: 12px;
	_padding: 3px;
}

#member_detail table.syacyou_info td.vsep { width: 10px; }

#member_detail table.syacyou_info td.hsep { height: 7px; }

#member_detail dl.syacyou {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#member_detail dl.syacyou dt {
	margin: 0;
	width: 90px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	float: left;
	color: #097c25;
	font-size: 10px;
}

#member_detail dl.syacyou dd {
	width: 160px;
	margin: 0;
	text-align: left;
	vertical-align: top;
	padding: 0px 5px;
	float: left;
}

#member_detail img.syacyou_photo { /*	width: 90px;*/ }

#member_detail div.img01 {
	width: 73px;
	height: 110px;
	background: url(images/pvsolar/detail_img01.jpg);
	margin: 0 10px auto 2px;
	float: left;
}

#member_detail div.img02 {
	width: 266px;
	height: 92px;
	background: url(images/pvsolar/detail_img02.jpg);
	clear: both;
	margin: 0 auto 2px auto;
}

#member_detail div.img03 {
	width: 73px;
	height: 110px;
	background: url(images/pvsolar/detail_img03.jpg);
	margin: 0 10px auto 2px;
	float: left;
}

#member_detail #sekou {
	display: block;
	padding: 0;
	width: 571px;
	height: 34px;
	overflow: hidden;
	clear: both;
	background: url(images/pvsolar/midasi_sekou.gif) !important;
	background-repeat: no-repeat;
}

#member_detail table.sekou_info {
	border-collapse: collapse;
	margin-bottom: 5px;
}

#member_detail table.sekou_info td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

#member_detail table.sekou_info td.info {
	width: 180px;
	padding: 0px;
}

#member_detail table.sekou_info td.vsep { width: 15px; }

#member_detail table.sekou_info td.hsep { height: 10px; }

#member_detail p.sekou_caption {
	margin: 2px 0;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
}

/**** kaisya ***/
#member_detail h2.kaisya {
	background: url(images/pvsolar/midasi_kaisya.gif);
	background-repeat: no-repeat;
	padding: 0;
	width: 571px;
	height: 34px;
	overflow: hidden;
}

#member_detail table.kaisya_info { border-collapse: collapse; }

#member_detail table.kaisya_info th {
	font-weight: normal;
	text-align: left;
	width: 70px;
	white-space: nowrap;
	font-size: 11px;
}

#member_detail table.kaisya_info td {
	font-weight: normal;
	text-align: left;
	width: 270px;
	font-size: 11px;
}

#member_detail table.kaisya_info td.map { width: 230px; }

/************************************************************************
****	公開メンバー一覧
************************************************************************/	

#member_public_list {
	margin: 0;
	padding: 0px;
}

#member_public_list div.kaisya {
	width: 453px;
	border: #d6d6d6 1px solid;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
	overflow: hidden;
}

#member_public_list div.left { margin: 0 10px 10px 0; }

#member_public_list div.right { margin: 0 0 10px 0; }

#member_public_list p.kaisya_mei {
	background: #f4f4eb;
	color: #097c25;
	padding: 4px 10px;
	font-weight: bold;
	line-height: 21px;
	font-size: 16px;
	font-weight: bold;
	_height: 20px;
}

#member_public_list p.kaisya_mei a.text {
	display: block;
	float: left;
	width: 330px;
}

#member_public_list span.detail {
	background: url(images/pvsolar/detail_button.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 21px;
	padding: 0;
	display: block;
	float: right;
	clear: none;
	cursor: pointer;
}

#member_public_list div.kaisya_photo {
	width: 90px;
		height: 65px;
	float: left;
	padding: 0;
	margin: 0 10px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

#member_public_list div.kaisya_photo img { margin: auto;/*	width: 90px;*/ }

#member_public_list table.kaisya {
	border-collapse: collapse;
	width: 330px;
	margin: 0 0 10px 0;
	float: left;
}

#member_public_list table.kaisya th {
	padding: 2px 3px 2px 0;
	white-space: nowrap;
	font-size: 12px;
	line-height: 100%;
	vertical-align: top;
	text-align: left;
}

#member_public_list table.kaisya td {
	padding: 2px 0;
	font-size: 12px;
	line-height: 100%;
	vertical-align: top;
}

#member_public_list p.todoufuken {
	background: #ededed;
	color: #333;
	text-align: center;
	margin: 0;
	padding:0;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

#member_public_list .post_list {
	padding: 10px;
	border: 1px #d6d6d6 solid;
}

#member_public_list .post_list ul {
	margin: 0 !important;
	padding: 0 !important;
	background:url(images/pvsolar/post_list_bg.gif);
}

#member_public_list .post_list ul li {
	padding: 0px 0px !important;
	list-style: none;
	overflow: auto;
	zoom: 1;
	background: none !important;
	line-height: 25px !important;
	display: block;
}

#member_public_list .list_ken {
	width: 60px;
	height: 25px;
	display: inline-block !important;
}

#member_public_list .region {
	width: 90px;
	padding: 0px 5px;
	display: inline-block !important;
}

table.widefat{
	border-collapse: collapse;
}

table.widefat th{
	border: 1px #ccc solid;
	background: #eee;
	padding: 1px 4px;
}

table.widefat td{
	border: 1px #ccc solid;
	padding: 1px 4px;
}
