/*////////////////////////////////////////
	BASE SETTING
////////////////////////////////////////*/
body {
  line-height: 1.5;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic Pro", "meiryo", sans-serif;
  color: #323a4a;
  height:100% }

/* link -------------------- */
a {
  color: #323a4a;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    /* 追加 */
    cursor: pointer;}
i {
  vertical-align: middle; }

/* -----------------------Add Styles----------------------- */

div.footerbtn {
	position:fixed;
	bottom:0;
	/* background-color:#FFF; */
	border-top:1px solid #D6D6D6;
        width:100%;
        z-index:100;
	background: rgb(195, 203, 218);
}
div.footerbtn > ul {
        margin-top:10px;
        margin-bottom:10px;
}


.myFaces_panelTabbedPane_activeHeaderCell  {
	width:100px;
	background-color:#FFF;
	font-size:14px;
	padding:12px 50px;
	font-weight:bold;
}

.myFaces_panelTabbedPane_inactiveHeaderCell  {
	width:100px;
	font-size:14px;
	padding:12px 50px;
	font-weight:bold;
}

a.btnLayout  {
        padding:10px 32px;
        font-size:14px;
        color:#FFF;
        text-decoration:none;
        border-radius:3px;
}


div.table_right_justify {
        float:right;
}

.myFaces_pannelTabbedPane_subHeaderRow  {
        background-color:#FFF;
}


