html, body {
    margin: 0;
    padding: 0;
    font-family: HiraKakuProN-W3, "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 25px;
}
html {
    background-color: white;
}
div {
	margin: 0;
	padding: 0;
}
h1 {
	width: 950px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 26px;
	padding: 18px 0 16px;
	font-weight: bold;
	color: white;
	background-color: #d00000;
	background-image: -moz-linear-gradient(90deg, #da0000 0%, #bb0000 100%);
	background-image: -webkit-linear-gradient(90deg, #da0000 0%, #bb0000 100%);
	background-image: -ms-linear-gradient(90deg, #da0000 0%, #bb0000 100%);
    border-bottom: 1px solid #BB0000;
    text-align: center;
    border-radius: 8px 8px 0 0;
    position: relative;
}
h2 {
    font-size: 18px;
    line-height: 24px;
    color: #505050;
    padding: 0 20px 5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #f0f0f0;
}
div.content {
    margin: 0 auto;
    padding: 0;
    width: 946px;
    border: 2px solid #a7a7a7;
    border-top-style: none;
    background-color: white;
    position: relative;
}
ul.error {
    margin: 0 auto;
    padding: 10px 45px 9px;
    width: 856px;
    border: 2px solid #a7a7a7;
    border-top-style: none;
    border-bottom-style: none;
    color: rgb(160, 0, 0);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(255, 240, 240);
}
div.notes {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
div.btn {
	padding: 0;
	line-height: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

th.right, td.right {
	text-align: right;
}

div.content table {
	width: 100%;
}
div.content th,
div.content td {
	border: 1px solid #cecece;
	border-right-style: none;
	padding: 16px 25px 14px;
	color: #585858;
	vertical-align: top;
    word-break: break-all;
}
div.content th {
	text-align: left;
	font-size: 15px;
	white-space: nowrap;
}
span.date_unit {
	font-size: 14px;
	line-height: 18px;
	vertical-align: bottom;
}

button.img {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
}

button.daihatsu {
	appearance: none;
	border: 2px solid #989898;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #f5f5f5), color-stop(50%, #e8e8e8), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 50%, #e8e8e8 50%, #e1e1e1 100%);
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 50%, #e8e8e8 50%, #e1e1e1 100%);
	color: #333;
	font-weight: bold;
	line-height: 15px;
	height: 35px;
}

button:disabled {
	cursor: default;
}

input[type="text"],
input[type="password"] {
	font-size: 18px;
	border-radius: 2px;
	border: 1px solid #aaaaaa;
	padding: 3px 5px;
}

input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + span.check_img {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/c_0.png") no-repeat;
	position: relative;
	vertical-align: baseline;
	top: 4px;
}
input[type="checkbox"]:checked + span.check_img {
	background: url("../img/c_1.png") no-repeat;
}
input[type="checkbox"] + span.check_img_28 {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../img/c_0_28.png") no-repeat;
}
input[type="checkbox"]:checked + span.check_img_28 {
	background: url("../img/c_1_28.png") no-repeat;
}

input[type="radio"] {
	display: none;
}
input[type="radio"] + span.radio_img {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/r_0.png") no-repeat;
	position: relative;
	vertical-align: baseline;
	top: 4px;
}
input[type="radio"]:checked + span.radio_img {
	background: url("../img/r_1.png") no-repeat;
}

::-webkit-input-placeholder{
	color: #aaaaaa;
}
:-ms-input-placeholder {
	color: #aaaaaa;
}
::-moz-placeholder {
	color: #aaaaaa;
}

.select2-container--default .select2-selection--single {
	border-radius: 2px;
	box-shadow: 0 1px 2px #aaaaaa;
}

div.channel {
	display: inline-block;
	text-align: center;
}

ul.tab {
    margin: 0;
    padding: 0 0 0 20px;
    overflow: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.tab li {
	border-left: 2px solid #cecece;
    border-right: 2px solid #cecece;
    border-top: 2px solid #cecece;
    border-bottom: 2px none #cecece;
    display: inline-block;
    list-style-type: none;
    background: #f0f0f0;
    padding: 5px;
    cursor: pointer;
    color: #909090;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 440px;
    text-align: center;
    vertical-align: bottom;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.tab li.selected {
	background-color: #f8f8f8;
	border: 2px solid #909090;
    border-bottom-style: none;
    color: #606060;
    font-size: 19px;
    font-weight: bold;
    padding: 12px 5px 10px;
}

div.bottom_buttons {
	position: relative;
	text-align: center;
	height: 52px;
	overflow: auto;
	margin: 25px 0;
	line-height: 0;
}

.aspimgbutton {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
}

.dialog {
	display: none;
	position: absolute;
	z-index: 10000;
	width: 600px;
	box-shadow: 1px 2px 10px black;
	padding: 0;
	margin: 0;
    border-radius: 8px 8px 0 0;
    opacity: 0.95;
}
.dialog h1 {
	margin: 0;
	width: 100%;
	font-size: 21px;
	line-height: 21px;
	padding: 12px 0 10px;
}
.dialog .content {
	width: 596px;
	background-color: white;
	margin: 0;
}

div.paging {
	text-align: right;
	margin: 15px 15px 0;
	color: #808080;
	font-size: 14px;
/*
	line-height: 14px;
*/
	overflow: auto;
}
div.paging span {
	display: inline-block;
	margin: 0 2px;
}
div.paging a {
	display: inline-block;
	margin: 0 2px;
	color: #808080;
}
div.sortOrderText {
	font-size: 15px;
	color: #606060;
	float: left;
	line-height: 20px;
	margin-bottom: 15px;
}

img.emoji {
	width: 18px;
	height: 18px;
	position: relative;
	top: 2px;
	vertical-align: baseline;
}