@charset "utf-8";
/**
 * member.css
 * (c) FOURDIGIT Inc.
 */
/* import */
  @import "./common.css";

/* memberListTable */
	.memberListTable table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
		background-color: transparent;
		background-image: url(../../common/imgs/space.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}
	.memberListTable table th,
	.memberListTable table td {
		border-right: 2px solid #a3a3a3;
		border-bottom: 1px solid #ccc;
		padding: 6px 5px;
		text-align: center;
		vertical-align: middle;
		background-color: #fff;
	}
	.memberListTable table th {
		border: 2px solid #a3a3a3;
	  font-weight: bold;
    font-size: 108%;
    color: #fff;
  }
	.memberListTable table td {
		padding: 10px 10px;
	}
	.memberListTable table.himitu td{
		padding: 3px 10px;
	}
	.memberListTable table .line00w{
		width:110px;
  }
	.memberListTable table .line01,
	.memberListTable table .line01w {
		border: none;
		border-right: 2px solid #a3a3a3;
		border-bottom: 2px solid #a3a3a3;
		background-color: #f8f8f8;
  }
	.memberListTable table .no_padding {
		padding: 10px 0 10px 0;
  }
	.memberListTable table th.line00,
	.memberListTable table td.line00 {
		border: none;
  }
	.memberListTable table td.line01,
	.memberListTable table td.line01w {
		border-bottom: 1px solid #ccc;
		font-weight: bold;
  }
	.memberListTable .details {
    font-size: 77%;
  }
	.memberListTable .details a {
    padding-left: 8px;
	  font-weight: normal;
		background-color: transparent;
		background-image: url(../../common/imgs/base/blt-01.gif);
		background-repeat: no-repeat;
		background-position: left top;
	  color: #0066cc;

  }
	.memberListTable table td.line02,
	.memberListTable table td.line03,
	.memberListTable table td.line04 {
		width: 135px;
	}
	.memberListTable table td.line06 {
		width: 160px;
	}
	.memberListTable table td.line05 {
		width: 459px;
	}
	.memberListTable table td.line07{
		width: 138px;
	}
	.memberListTable table td.text {
	  font-weight: bold;
    font-size: 120%;
  }
	.memberListTable table td.text span {
    font-size: 77%;
  }
	.memberListTable table th.line02,
	.memberListTable table td.line02 {
		border-right: 1px solid #ccc;
  }
	.memberListTable table th.line03,
	.memberListTable table td.line03,
	.memberListTable table th.line06,
	.memberListTable table td.line06 {
		/*border-left: none;*/
  }
	.memberListTable table td.bt {
		vertical-align:top;
	}
	.memberListTable table td.bottomLine {
		border-bottom: 2px solid #a3a3a3;
	}
	.memberListTable table td.line02,
	.memberListTable table td.line05,
	.memberListTable table td.line07 { background-color: #ffeeee; }
	.memberListTable table td.line03,
	.memberListTable table td.line06 { background-color: #fff7f7; }
	.memberListTable table td.line04 { background-color: #f4fdff; }
	.memberListTable table th.line01,
	.memberListTable table th.line01w { color: #000; }
	.memberListTable table th.line02,
	.memberListTable table th.line05,
	.memberListTable table th.line07 { background-color: #0033CC; }
	.memberListTable table th.line03,
	.memberListTable table th.line06 { background-color: #ff7676; }
	.memberListTable table th.line04 { background-color: #16a2d1; }
  .memberListTable table .lastLine td {
		border-bottom: 2px solid #a3a3a3;
  }
  .memberListTable table .lastLine td.line01,
  .memberListTable table .lastLine td.line01w {
		border-bottom: 2px solid #f8f8f8;
  }

  	.memberListTable table td .cl_r{

		font-size:140%;

	}
  	.memberListTable table td .bg_y{
		color:#EF0000;
		font-weight:bold;
	}


	table.memberList {
		border-collapse: collapse;
		width: 100%;
		background-color: transparent;
		background-image: url(../../common/imgs/space.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}

	table.memberList th,
	table.memberList td {
		border-left: 2px solid #a3a3a3;
		border-right: 2px solid #a3a3a3;
		border-bottom: 1px solid #ccc;
		text-align: center;
		vertical-align: middle;
		background-color: #fff;
	}
	table.memberList th {
		padding: 5px;
		border: 2px solid #a3a3a3;
		background-color: #0033CC;
	  font-weight: bold;
    font-size: 108%;
    color: #fff;
  }
	table.memberList th.trial {
		background-color: #99CCFF;
		color: #333;
	}
	table.memberList th span {
		font-size:10px;
	}
	table.memberList td {
		padding:3px 0;
		line-height:120%;
	}
	table.memberList td.rowspan {
		line-height: 100%;
		padding:0 10px;
	}
	table.memberList td.no-line {
		border-left: none;
		border-right: none;
		border-bottom: none;
		padding-top: 8px;
	}
	table.memberList td .privilege {
		float:left;
		width:170px;
		text-align:center;
		margin-right:-28px;
	}
	table.memberList td .privilege2 {
		float:left;
		width:120px;
		text-align:center;
		margin-right:-28px;
	}
	table.memberList td .details {
		float: right;
		margin-top: 1px;
		margin-right:5px;
	}
	table.memberList td .details .toolTipSwitch {
		padding-left:8px;
		outline:none;
	}
	table.memberList td strong {
		font-weight: bold;
	}
	table.memberList td .cl_r{
		color:#C00;
		font-weight:bold;
		font-size:16px;
	}
	table.memberList td .bold {
		font-size:14px;
		font-weight:bold;
	}
	table.memberList td .cl_r span {
		font-size:12px;
	}
	table.memberList td.bottomLine {
		border-bottom: 2px solid #a3a3a3;
	}

/* section */
  .section .section p{
    margin-top: 15px;
    text-indent: -12px;
    padding-left: 12px;
  }

  .section .section p.top_line {
    margin-top: 15px;
    text-indent: -12px;
    padding-left: 12px;
  }

  .section .section p a.arrow {
    background-image: url(../../common/imgs/base/blt-02.gif);
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 12px;
  }




.yasusa_table .ple_w{
	width:162px;
}
.yasusa_table .pub_w{
	width:180px;
}

table.yasusa_table td.rowspan{
	padding: 0;
}

	table.memberList td .privilege3 {
		float:left;
		width:120px;
		text-align:left;
		margin-right:-28px;
		margin-left:3px;
	}
