	.item {
            background-color: #fff;
            margin: 10px 15px 15px 15px;
            height: 105px;
	}
	.item-labels {
            overflow: hidden;
            background-color: #eee;
	}
	.item-chk {
            float: left;
            width: 22px;
	}
	.item-id {
            float: left;
            width: 120px;
            font-weight: bold;
	}
	.item-name {
            float: left;
            width: 200px;
	}
	.item-comment {
            float: left;
            width: 300px;
	}
	.item-tag {
            float: right;
            width: 72px;
            text-align: center;
	}
	.item-start {
            float: right;
            width: 72px;
            text-align: center;
	}
	.item-stop {
            float: right;
            width: 72px;
            text-align: center;
	}
	.item-delete {
            float: right;
            width: 72px;
            text-align: center;
	}
	.item-imgs {
            overflow: hidden;
	}
	.item-imgs-base {
            padding-top: 5px;
            float:left;
	}
	.item-imgs-others {
            float: left;
            overflow: hidden;
            width: 900px;
            margin-left: 10px;
            background-color:#ddd;
            height: 85px;
            padding-top: 5px;
            padding-left: 5px;
	}
	.item-img {
            width: 75px;
            height: 75px;
	}
	.img-data-base {
            width: 75px;
            height: 75px;
	}
	.others-img {
            width: 75px;
            height: 75px;
            float: left;
            margin-left: 5px;
            overflow: hidden;
	}
	.img-data-others {
            width: 150px;
            height: 75px;
	}
	.button_change_on {
            -webkit-appearance: none;
            width: 95px;
            height: 10px;
            padding: 10px 12px;
            margin-bottom: 10px;
            background-color: #5191d1;
            background-image: url("../img/button_save_off.png");
            background-repeat: no-repeat;
            background-position: 10px;
            background-size: 18px 18px;
            text-transform: uppercase;
            color: #FFF;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 3px;
            border-bottom: 2px solid #325578;
            text-indent: 0.2in;
            letter-spacing: 3pt;
            font-size: 19px;
            text-shadow: 0 1px 0 rgba(0,0,0,0.15);
            padding-bottom: 15px;
            cursor: pointer;
            font-family: "Meiryo", Arial, Helvetica, sans-serif;
            line-height: 15pt;
	}
	.button_change_on:hover {
            background-color: #1977b5;
            color: #FFEFD8;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 2px solid #1977b5;
            background-image: url("../img/button_save_on.png");
	}
	.button_change_on:active {
            background-color: #1977b5;
            color: #FFEFD8;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 2px solid #1977b5;
            background-image: url("../img/button_save_on.png");
	}
	.button_change_off {
            -webkit-appearance: none;
            width: 95px;
            height: 10px;
            padding: 10px 12px;
            margin-bottom: 10px;
            background-color: #5191d1;
            background-image: url("../img/button_save_off.png");
            background-repeat: no-repeat;
            background-position: 10px;
            background-size: 18px 18px;
            text-transform: uppercase;
            color: #FFF;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 3px;
            border-bottom: 2px solid #325578;
            text-indent: 0.2in;
            letter-spacing: 3pt;
            font-size: 19px;
            text-shadow: 0 1px 0 rgba(0,0,0,0.15);
            padding-bottom: 15px;
            cursor: pointer;
            font-family: "Meiryo", Arial, Helvetica, sans-serif;
            line-height: 15pt;
	}
	.button_change_off:hover {
            background-color: #1977b5;
            color: #FFEFD8;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 2px solid #1977b5;
            background-image: url("../img/button_save_on.png");
	}
	.button_change_off:active {
            background-color: #1977b5;
            color: #FFEFD8;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 2px solid #1977b5;
            background-image: url("../img/button_save_on.png");
	}
	.button_change_delete {
            -webkit-appearance: none;
            width: 70px;
            height: 10px;
            padding: 10px 12px;
            margin-bottom: 10px;
            background-color: #5191d1;
            background-image: url("../img/button_save_off.png");
            background-repeat: no-repeat;
            background-position: 10px;
            background-size: 18px 18px;
            text-transform: uppercase;
            color: #FFF;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 3px;
            border-bottom: 2px solid #325578;
            text-indent: 0.2in;
            letter-spacing: 3pt;
            font-size: 18px;
            text-shadow: 0 1px 0 rgba(0,0,0,0.15);
            padding-bottom: 15px;
            cursor: pointer;
            font-family: "Meiryo", Arial, Helvetica, sans-serif;
            line-height: 15pt;
	}
	.button_change_delete:hover {
            background-color: #1977b5;
            color: #FFEFD8;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 2px solid #1977b5;
            background-image: url("../img/button_save_on.png");
	}
	.button_change_delete:active {
            background-color: #1977b5;
            color: #FFEFD8;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 2px solid #1977b5;
            background-image: url("../img/button_save_on.png");
	}
	.button_add {
            -webkit-appearance: none;
            width: 125px;
            height: 10px;
            padding: 10px 12px;
            margin-bottom: 10px;
            background-color: #FFF;
            background-image: url("../img/button_add_off.png");
            background-repeat: no-repeat;
            background-position: 8px;
            background-size: 22px 22px;
            text-transform: uppercase;
            color: #444;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 3px;
            border-bottom: 2px solid #325578;
            text-indent: 0.2in;
            letter-spacing: 2pt;
            font-size: 17px;
            text-shadow: 0 1px 0 rgba(0,0,0,0.15);
            padding-bottom: 15px;
            cursor: pointer;
            font-family: "Meiryo", Arial, Helvetica, sans-serif;
            line-height: 15pt;
	}
	.button_add:hover {
            background-color: #F1F0ED;
            color: #444;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 1px solid #edebe9;
            background-image: url("../img/button_add_on.png");
	}
	.button_add:active {
            background-color: #F1F0ED;
            color: #444;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 1px solid #edebe9;
            background-image: url("../img/button_add_on.png");
	}
	.button_add_app {
            -webkit-appearance: none;
            width: 240px;
            height: 80px;
            padding: 10px 12px;
            margin-bottom: 10px;
            background-color: #FFF;
            background-image: url("../img/button_add_off.png");
            background-repeat: no-repeat;
            background-position: 10px;
            background-size: 18px 18px;
            text-transform: uppercase;
            color: #444;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 3px;
            border-bottom: 2px solid #325578;
            text-indent: 0.2in;
            font-size: 13px;
            cursor: pointer;
	}
	.button_add_app:hover {
            background-color: #F1F0ED;
            color: #444;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 1px solid #edebe9;
            background-image: url("../img/button_add_on.png");
	}
	.button_add_app:active {
            background-color: #F1F0ED;
            color: #444;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 1px solid #edebe9;
            background-image: url("../img/button_add_on.png");
	}
	.button_issue {
            -webkit-appearance: none;
            width: 92px;
            height: 40px;
            padding: 15px 20px;
            margin-bottom: 10px;
            background-color: #FFF;
            background-image: url(../img/button_add_off.png);
            background-repeat: no-repeat;
            background-position: 10px;
            background-size: 18px 18px;
            text-transform: uppercase;
            color: #444;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 3px;
            border-bottom: 1px solid #BBB;
            text-indent: 0.2in;
            box-shadow: inset 0 0 2px rgba(0,0,0,.5);
            cursor: pointer;
            font-size: 15px;
            line-height: 15pt;
            text-shadow: 0 1px 0 rgba(0,0,0,0.15);
            font-weight: 900;
	}
	.button_issue:hover {
            background-color: #FFF;
            color: #444;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 1px solid #edebe9;
            background-image: url("../img/button_add_on.png");
	}
	.button_issue:active {
            background-color: #FFF;
            color: #444;
            box-shadow:2px 2px 2px rgba(0,0,0,0.4) inset;
            border-bottom: 1px solid #edebe9;
            background-image: url("../img/button_add_on.png");
	}
	.marginleft {
            margin-left: 10px;
	}
	.fixed {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 10;
	}
	#page-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            font-size: 77%;
	}
	#page-top a {
            background: #666;
            text-decoration: none;
            color: #fff;
            width: 100px;
            padding: 30px 0;
            text-align: center;
            display: block;
            border-radius: 5px;
	}
	#page-top a:hover {
            text-decoration: none;
            background: #999;
	}
/*•\*/
	table, caption, tbody, tfoot, thead, tr, th, td {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-size: 15px;
            background: transparent;
	}
	table { border-collapse:separate; }
	table a:link {
            color: #666;
            font-weight: bold;
            text-decoration: none;
	}
	table a:visited {
            color: #999999;
            font-weight: bold;
            text-decoration: none;
	}
	table a:active,
	table a:hover {
            color: #bd5a35;
            text-decoration: underline;
	}
	table {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
            background: #eaebec;
            margin: 0px;
            border: #ccc 1px solid;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -moz-box-shadow: 0 1px 2px #d1d1d1;
            -webkit-box-shadow: 0 1px 2px #d1d1d1;
            box-shadow: 0 1px 2px #d1d1d1;
            margin-bottom: 12px;
            border-radius: 5px;
            border-spacing: 0;
            border-collapse: separate;
	}
	table tr td {
            padding: 0.5em;
            border-left: 1px solid #000;
            border-top: 1px solid #000;
	}
	table tr td:first-child {
            border-left: none;
	}
	table tr:first-child td {
            border-top: none;
	}
	.tableitem
	{
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            margin-bottom: 2px;
	}
	#contents_list_list {
            width: 100%;
            margin: 0 auto;
            border-radius: 5px;
            background-color: #f2f2f2;
            padding-bottom: 20px;
	}
	table th {
            color: #FFF;
            font-size: 16px;
            text-align: center;
            padding: 15px 10px 15px 10px;
            border-top: 1px solid #fafafa;
            border-bottom: 1px solid #e0e0e0;
            background: #5191d1;
	}
	table th:first-child{
            text-align: left;
            padding-left: 20px;
	}
	table th:first-child th:first-child{
            -moz-border-radius-topleft: 3px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
	}
	table th:first-child th:last-child{
            -moz-border-radius-topright: 3px;
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
	}
	table tr{
            color: #444;
            text-align: center;
            padding-left: 20px;
	}
	table tr td:first-child{
            text-align: left;
            padding-left: 20px;
            border-left: 0;
	}
	table tr td {
            padding: 18px;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #e0e0e0;
            border-left: 1px solid #e0e0e0;
            background: #fafafa;
            background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
            background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	}
	table tr.even td {
            background: #f6f6f6;
            background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
            background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
	}
	table tr:last-child td {
            border-bottom: 0;
	}
	table tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
	}
	table tr:last-child td:last-child {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
	}
	table tr:hover td {
            background: #f2f2f2;
            background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
            background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
	}
	.tb {
            width: 1000px;
            margin-right: auto;
            margin-left: auto;
	}
	.img_madori {
            -webkit-appearance: none;
            width: 54px;
            height: 50px;
            margin-bottom: 10px;
            background-color: #fff;
            background-image: url("../img/img_madori.png");
            background-repeat: no-repeat;
            background-position: 7px;
            background-size: 40px 40px;
            text-transform: uppercase;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #888;
            border: 4px #cfd9eb solid;
	}
	.img_photo {
            -webkit-appearance: none;
            width: 54px;
            height: 50px;
            margin-bottom: 10px;
            background-color: #fff;
            background-image: url("../img/img_photo.png");
            background-repeat: no-repeat;
            background-position: 7px;
            background-size: 40px 40px;
            text-transform: uppercase;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #888;
            border: 4px #cfd9eb solid;
	}
	.badge_o {
            position: relative;
            width: 60px;
            height: 60px;
	}
	.badge_k {
            top: -5px;
            right: -5px;
            background: #CC0A0A;
            color: white;
            font-size: 17px;
            font-weight: bold;
            padding: 2px 4px 3px;
            position: absolute;
            height: 14px;
            width: 12px;
            display: inline-block;
            line-height: 15px;
            text-align: center;
            border-radius: 50%;
            box-shadow:0 0 5px #FFF, 0 0 5px #ccc, 0 0 1px #aaa;
            border: medium solid #FFF;
            cursor: pointer;
	}
	#sortable-div {
            width: 100%;
            border: none;
	}
	.display-none {
            display: none;
	}
	.m_number {
            color: #000;
            font-weight: bold;
	}
	.tbase {
            transform:translateY(-6px);
	}
	.info_area {
            display: none;
            position: fixed;
            top: 200px;
            left: 100px;
            width: 290px;
            background-color: #FFF9EF;
            color: #3278bd;
            font-size: 14px;
            padding: 15px;
            border-radius: 10px;
            border: 3px solid #FF8300;
            line-height: 17pt;
            box-shadow: 0px 0px 6px 3px #aaa;
            -moz-box-shadow: 0px 0px 6px 3px #aaa;
            -webkit-box-shadow: 0px 0px 6px 3px #aaa;
            z-index: 2000000002;
	}
	.change-txt {
            font-size: 12px;
            color: #f00;
	}
	.imgtext {
            width:58px;
	}
	.sort {
            cursor: pointer;
	}
	.text_explanation {
            color: #000;
            font-size: 13px;
            text-align: center;
            line-height: 30px;
	}
	.tooltip_img {
            width: 20px;
            padding-left: 5px;
            cursor: help;
	}
	.text_1 {
	}
	.text_2 {
            padding-bottom: 50px;
            text-align: left;
	}
	.text_3 {
            font-size: 14px;
            text-align: center;
	}
	.text_4 {
            font-size: 12px;
            padding-left: 20px;
	}
	.ion-arrow-up-a.ion-selected{
            color:#DD9296;
	}
	.ion-arrow-down-a.ion-selected{
            color:#DD9296;
	}
	.button_return {
            -webkit-appearance: none;
            width: 180px;
            height: 50px;
            padding: 10px 12px;
            background-color: #2194e0;
            background-image: url("../img/button_return_off.png");
            background-repeat: no-repeat;
            background-position: 10px 11px;
            background-size: 25px 25px;
            text-transform: uppercase;
            color: #FFF;
            border: 0px;
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border-bottom:4px solid #1977b5;
            text-indent: 0.2in;
            font-family: "Meiryo", Arial, Helvetica, sans-serif;
            font-size: 18px;
            letter-spacing: 3pt;
            cursor: pointer;
	}
	.box_return {
            width: 270px;
            height: 200px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            padding-top: 100px;
	}