ul.input-items-3, ul.input-items-4, ul.input-items-5{
    width:100%;
    margin:0;
    padding-top:17px;
}
ul.input-items-3:after, ul.input-items-4:after, ul.input-items-5:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.input-items-3 li, ul.input-items-4 li, ul.input-items-5 li{
    height:2.8em;
    line-height:1.4em;
    list-style:none;
    float:left;
    margin:0;
    overflow:hidden;
}
ul.input-items-3 li{
    width:25%;
}
ul.input-items-4 li{
    width:20%;
}
ul.input-items-5 li{
    width:15%;
}
ul.input-items-3 input,ul.input-items-4 input ,ul.input-items-5 input{
    float:left;
}
.button-list{
    font-weight: bold;
    padding: 5px 0 0 7px;
    background-color: #FFF;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}
.button-list span{
    font-family: inherit;
    font-size: 100%;
    color: #444;
    border: 0 rgba(0,0,0,0);
    background-color: #303F9F;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    zoom: 1;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
.button-list span a{
    display: inline-block;
    margin: 3px;
    padding: 3px 8px;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.block-bgcolor-pink{
    background-color:  #de4f87;
}
.contents-with-solid-underline{
    border-bottom: 1px solid #ddd;
}
.contents-with-dotted-box{
    margin: 2em auto;
    width: 300px;
    border: 1px dashed #999;
    padding: 8px;
}
.contents-with-dotted-box dt{
    border-bottom: 1px solid #ddd;
}
.contents-title-with-underline{
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.contents-body{
    padding: 8px 0;
}
.label-input-checkbox {
    display: block;
    white-space: nowrap;
}
.label-input-checkbox input, span {
    vertical-align: middle;
}
.label-input-radio {
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}
.font-size-small{
    font-size: 0.8em;
}
.data-table-td-width td{
    width: 450px;
}
.ul-list-image {
    font-size: 1.2em;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.ul-list-image li {
    background-image: url('/static/img/icon/sqpurple.gif');
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 4px 0 4px 16px;
}
.table-with-no-border{
    border: 0px #666699 solid;
}
.table-with-border{
    font-size: 1.2em;
}
.table-with-border thead  tr td{
    padding: 4px 0;
}
.table-with-border tr th{
    border: 1px #666699 solid;
    background: #A0A0C8;
    text-align: center;
    padding: 4px 0;
}
.table-with-border tr td{
    border: 1px #666699 solid;
    padding: 8px 0;
}
.item-left{
    text-align: left;
}
.item-right{
    text-align: right;
}
.item-center{
    text-align: center;
}
.item-title{
    font-weight: bold;
}
.item-display-none{
    display: none;
}
.item-display-block{
    display: block;
    width:100%;
}
.item-display-inline{
    display: inline;
}
.item-promote-message{
    padding: 15px 20px;
    font-size: 1.4em;
}
.div-display-clear{
    clear: both;
}
.item-block{
    margin: 4px;
    padding: 8px 0;
}
.item-underline{
    border-bottom: 1px solid #ccc;
}
.item-form-necessary:after{
    content: url('/static/common/img/ico_necessary.gif');
}
.item-input-radio{
    border: 0px;
    height: 1.4em;
    clear:none;
}
/**
Button css
*/
ul.button-link{
    margin:0;
    padding:0;
}
ul.button-link li{
    list-style-type:none;
    margin-bottom:20px;
    float: left;
    padding: 4px;
}
ul.button-link li>input{
    font-size: 12px;
    color: #050505;
    display:inline;
    padding: 5px 20px;
    background: rgb(254,254,254);
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bdbaba;
    text-decoration:none;
    height:30px;
    line-height:20px;
}
ul.button-link li>a{
    font-size: 12px;
    color: #050505;
    display:inline;
    padding: 5px 20px;
    background: rgb(254,254,254);
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bdbaba;
    text-decoration:none;
    height:20px;
    line-height:20px;
}
/*
ul.button-link li>a:before{
    content: "▲";
    color: #050505;
    display: inline-block;
    font-size:6px;
    margin:0 10px 0 -10px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    height:20px;
    line-height:20px;
    vertical-align:top;
}*/
.button-title{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline;
    background-color: #000066;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    padding: 10px 4px;
    text-align: center;
}
/**
Button
*/
a.button_small, a.button{
    font-size: 12px;
    display: inline-block;
    margin: 3px;
    padding: 4px 8px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bdbaba;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    color: #050505;
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(227,227,227,1) 100%);
}
a.add, a.edit, a.copy, a.other{
}
a.add{
}
a.edit{
}
a.copy{
}
a.other{
}
/********Span tab*****
*/
ul.tab-menu1 li{
    font-size: 14px !important;
}
span.tab {
    line-height: 24px;
    display: inline-block;
    position: relative;
    background: url("/static/img/public/tab_middle.gif") 0 0 repeat;
    padding: 5px 0 0 0 !important;
    margin: 0;
}
a span.tab {
    color: #999999 !important;
}
span.tab span.left {
    background: url("/static/img/public/tab_design.gif") 0 0 #fff;
    background-position: 0 29px;
    width: 4px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
span.tab span.right {
    background: url("/static/img/public/tab_design.gif") 0 0 #fff;
    background-position: -16px 29px;
    width: 4px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
span.tab_hover {
    line-height: 24px;
    display: inline-block;
    position: relative;
    background: url("/static/img/public/tab_middle_hover.gif") 0 0 repeat;
    padding: 5px 4px 0;
    margin: 0;
    font-weight: 600;
    color: #0F0964;
}
span.tab_hover span.left {
    background: url("/static/img/public/tab_design.gif") 0 0 #fff;
    background-position: 0 0;
    width: 4px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index:100;
}

span.tab_hover span.right {
    background: url("/static/img/public/tab_design.gif") 0 0 #fff;
    background-position: -16px 0;
    width: 4px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

/* 20150617 追加 */
.title-table{
  width:100%;
}

.title-table th.item_title {
  background: #cde1f6 !important; /* Old browsers */
  background: -moz-linear-gradient(top,  #cde1f6 0%, #abcff2 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cde1f6), color-stop(100%,#abcff2)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cde1f6 0%,#abcff2 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cde1f6 0%,#abcff2 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cde1f6 0%,#abcff2 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom,  #cde1f6 0%,#abcff2 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde1f6', endColorstr='#abcff2',GradientType=0 ) !important; /* IE6-9 */
  border-top:1px solid #70c3ef;
  border-left:1px solid #70c3ef;
  border-right:1px solid #70c3ef;
  color: #0F0964;
  font-size:14px;
  text-shadow:1px 1px 0px #FFF;
  height: 40px !important;
  line-height:40px !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0px !important;
  font-weight: bold !important;
}