@charset "UTF-8";

/* 全体項目 */
BODY {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 12px;
    width: 100%;
    margin: 0px;
    line-height: 125%;
}

INPUT {
    font-size: 12px;
}

TEXTAREA {
    font-size: 12px;
}

SELECT {
    font-size: 12px;
}

DIV.left {
    font-size: 12px;
    height: 100%;
    float: left;
}

DIV.right {
    font-size: 12px;
    float: left;
    width: 1000px;
}

DIV.inframe {
    width: 650;
    overflow-x: scroll;
    overflow-y: auto;
}

/* スタイルシートを指定していないテーブルのために残す？
TD {
    font-size: 12px;
    border-bottom: dotted 1px;
}
TH {
    border-bottom: solid 1px;
}
*/
/* ログイン部 */
DIV.login {
    line-height: 100%;
    width: 50%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    border: solid 1px;
    margin: 48px auto;
}

DIV.loginpage_title {
    text-align: center;
    font-size: large;
    font-weight: bold;
}

TD.login_input {
    border: solid 1px;
    border-color: #888;
}

TD.login_title {
    border: solid 1px;
    border-color: #888;
    background-color: #062170;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    padding: 1em;
}


/* メニュー部 */
TABLE.menu_grid {
    border-collapse: collapse;
}

TD.menu_item {
    border: solid 1px;
    border-color: #062170;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 125%;
    padding: 2px 5px;
}

TD.menu_title {
    border: solid 1px;
    border-color: #062170;
    background-color: #062170;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 125%;
}

/* ページタイトル */
.sectiontitle {
    font-size: 18px;
    border-left: solid 8px;
    border-bottom: solid 1px;
    border-color: #062170;
    color: #062170;
    width: 100%;
    line-height: 125%;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

.login_name {
    vertical-align: bottom;
    text-align: right;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: normal;
}

/* コンテンツ部 */
/* TABLE */
TABLE.grid {
    width: 100%;
    border: solid 1px;
    border-color: #888;
    border-collapse: collapse;
}


TABLE.frame {
    width: 100%;
    border-collapse: collapse; 
}

TABLE.frame_log {
    border-collapse: collapse; 
}

TABLE.free_grid {
    table-layout: fixed;
    border: solid 1px;
    border-color: #888;
    border-collapse: collapse;
}

TABLE.free_frame { 
    table-layout: fixed;
    border-collapse: collapse;
}


/* TR TD TH */
.title {
    color: #fff;
    font-size: 12px;
    background-color: #062170;
    padding: 2px 5px;
}

.title_log {
    color: #fff;
    font-size: 12px;
    background-color: #062170;
    border: #333;
    padding: 2px 5px;
}

.title a:link {
    color: #ff7;
}
.title a:visited {
    color: #ff7;
}
.title a:hover {
    color: #ff7;
}
.title a:active {
    color: #ff7;
}

.none {
    font-size: 12px;
}

.find {
    font-size: 12px;
    background-color: #dff;
    padding: 2px 5px;
}

.command {
    font-size: 12px;
    background-color: #ddd;
    padding: 5px;
}

.grid {
    font-size: 12px;
    border: solid 1px;
    border-color: #888;
}

.grid_log {
    font-size: 12px;
    border: solid 1px #000;
    background-color: #999;
    padding: 2px 5px;
}

.grid_gray {
    font-size: 12px;
    border: solid 1px;
    border-color: #888;
    background-color: #ddd;
}

.grid_yellow {
    font-size: 12px;
    border: solid 1px;
    border-color: #888;
    background-color: #ff7;
}

.grid_blue {
    font-size: 12px;
    border: solid 1px;
    border-color: #000;
    background-color: #A2FFFF;
}

.data {
    font-size: 12px;
    border-bottom: dotted 1px #333;
}

.data_log {
    font-size: 12px;
    border: solid 1px #000;
    padding: 2px 5px;
    white-space: normal;
    word-wrap: break-word;
}

.data_pink {
    font-size: 12px;
    border-bottom: dotted 1px;
    background-color: #faa;
}

.data_gray {
    font-size: 12px;
    border-bottom: dotted 1px;
    background-color: #eee;
}

.data_yellow {
    font-size: 12px;
    border-bottom: dotted 1px;
    background-color: #ff7;
}

.data_none {
    font-size: 12px;
}


/* エラー表示 */
DIV.error {
	background-color:#FFCCCC;
	border:1px dotted #DD5511;
	color:#FF0000;
	font-weight:bold;
	line-height:120%;
	margin:10px auto;
	padding:1em;
	width:640px;
}


/* その他 */
DIV.iecenter {
    text-align: center;
}

.nostock {
    background-color: #faa;
}

/* new stylesheets */
fieldset{
	border:1px solid #888888;
	padding: 7px 0;
	margin: 0 0 10px 0;
}
fieldset legend{
	font-size: 14px;
	margin: 0 0 0 10px;
}
fieldset div.submit{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
fieldset div.submit input{
	width: 150px;
	height: 20px;
}
dl{
	width: 80%;
	margin: 0 auto 10px auto;
}
dl dt{
	float: left;
	width: 40%;
	text-align: right;
	margin: 0 10px 0;
	height: 30px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 30px;
}
dl dd{
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
}
div.message{
	margin: 10px 0;
	padding: 10px 20px;
	border: solid 1px #00f;
	background-color: #ddf;
	font-weight: bold;
	font-size: 15px;
	color: #00f;
}
table#contents,table.add{
	border-collapse:collapse;
	width:100%;
}
table#contents tr,table#contents tr td{
	border:1px solid #888888;
}
table#contents td{
	font-size:12px;
	padding:4px 7px;
}
table#contents th{
	text-align: left;
	background-color:#C3181F;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 5px;
	font-weight: normal;
}
table#contents tr.header th{
	text-align: center;
}
table#contents tr.action{
	background-color:#DDDDDD;
	height: 35px;
	line-height: 35px;
}
table#contents tr.action td{
	height: 35px;
}
table#contents tr.action td div{
	float: left;
	height: 100%;
	_margin: 10px 0 0 0;
}
table#contents tr.action td div.paging{
	margin: 3px 0 0 0;
	float: none;
	text-align: right;
	height: 100%;
}
table#contents tr.action td div.paging span{
	color: #666;
}
table#contents tr.value,table#contents tr.value td{
	border-right: none;
	border-left: none;
	border-bottom:1px dotted #333333;
}
table#contents tr.current{
	background-color: #fcc;
}
table#contents tr.error{
	background-color: #f00;
}
table#contents tr.value input{
	width: 40%;
}
table#contents tr.value input.rank_idx{
	width: 2em;
}
table#contents tr.value td.name span{
	margin: 0 31px 0 0;
}
table.add tr,table.add td,table.add th{
	border:1px solid #888888;
}
table.add{
	font-size: 12px;
	text-align: left;
	margin: 0 0 10px 0;
}
table.add tr.header th{
	text-align: center;
}
table.add th{
	text-align: left;
	background-color:#C3181F;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 5px;
	font-weight: normal;
}
table.add th.subtitle{
	background-color:#FFFF77;
	color: #000;
}
table.add tr.no_border,table.add tr.no_border td{
	border-right: none;
	border-left: none;
	border-bottom: none;
}
table.add tr.no_border td.result{
	color: #f00;
}
table.add tr.no_border td.submit{
	text-align: right;
}
table.add td.current_rankname{
	text-align: center;
	padding: 5px 0;
	height: 100%;
}
table.add td.current_rankname span{
	font-size:90%;
	color:#999;
	line-height:100%;
	height: 100%;
}
table.add td.current_rankname strong{
	font-size:130%;
	font-weight:bold;
	height: 100%;
	line-height:100%;
	margin: 0 10px;
}
table#contents tr.value input.year{
	text-align: right;
	width: 3.5em;
	margin: 0 3px 0 0;
}
table#contents tr.value input.discount{
	text-align: right;
	width: 2em;
}
table#contents tr.value input.point{
	text-align: right;
	width: 4em;
}
table#contents tr.value input.month,table#contents tr.value input.day{
	text-align: right;
	width: 2em;
	margin: 0 3px 0 0;
}
table#contents th.date{
	width: 340px;
}
table#contents th.discount{
	width: 100px;
}
table#contents td.current_rankname{
	text-align: center;
	padding: 5px 0;
	height: 100%;
}
table#contents td.current_rankname span{
	font-size:90%;
	color:#999;
	line-height:100%;
	height: 100%;
}
table#contents td.current_rankname strong{
	font-size:130%;
	font-weight:bold;
	height: 100%;
	line-height:100%;
	margin: 0 10px;
}
/* カーソルを合わせると色が変わります */
.frame .hover_tr .data{
      background-color: #F5F5F5;
      color: #333;
}
/* チェックをつけたテーブルの色を変える */
.frame .checked_tr .data{
      background-color: #ccffcc;
      border:1px solid white;
}
