/* PC */
.wst_calendar_mover {
    position: absolute;
    right: 0;
    display: block;
    width: 75px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.wst_calendar_mover.left {
    right: 85px;
}

.wst_calendar_mover svg {
    position: relative;
    top: -0.5px;
    color: #CCCCCC;
}

.wst_calendar {
    margin: -20px 0 25px;
}

.wst_calendar table {
    table-layout: fixed;
}

.wst_calendar th,
.wst_calendar td {
    position: relative;
    padding: 5px !important;
    height: 18px;
    border: 1px solid #E5E5E5 !important;
}

.wst_calendar .wst_day_0,
.wst_calendar .wst_day_0 a {
    color: #F00;
}

.wst_calendar .wst_day_6,
.wst_calendar .wst_day_6 a {
    color: #00F;
}

.wst_calendar .wst_day_underline,
.wst_calendar .wst_day_underline a {
	color: #60BB20;
}

.wst_calendar .wst_day_underline:hover a {
	position: relative;
	color: transparent;
}

.wst_calendar .wst_day_underline:hover a:after {
	content: '今';
	position: absolute;
	top: -2px;
	left: 2px;
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #60BB20;
}

.wst_calendar .wst_day_blank {
    width: 1px;
    padding: 3px !important;
    background: #F7F7F7;
    border: 1px solid #F7F7F7 !important; border-right: 1px solid #E5E5E5 !important;
}

.wst_calendar td span {
    color: #000 !important;
}

.wst_calendar td span.wst_check_y {
    color: #00F !important;
}

.wst_calendar td span.wst_check_n {
    color: #F00 !important;
}

.wst_att {
    margin-bottom: 25px;
}

.wst_att .write_header {
    border-bottom: 0 none;
    text-align: center;
}

.wst_att .write_header h1 {
    font-size: 18px;
}

.wst_att .write_header p {
    margin-top: 5px;
    font-size: 13px;
}

.wst_att h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
}

.wst_att .wst_input {
    position: relative;
    margin: 0 auto 25px;
    width: 250px;
}

.wst_att .wst_input .ip_bs {
    width: calc(100% - 60px);
    padding-left: 35px;
    font-size: 13px;
}

.wst_att .wst_input .first_string {
    position: absolute;
    top: 3px;
    left: 6px;
    z-index: 1;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #FFD9D9;
    border-radius: 2px;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    vertical-align: middle;
    cursor: pointer;
}

.wst_att .wst_input button {
    width: 50px !important;
    padding: 0;
    letter-spacing: 0;
    background: #9bc79f !important;
    border: 1px solid #ffffff !important;
	color: #fff;
}

.wst_att .wst_description p {
    display: inline-block;
    width: calc(50% - 30px);
    padding: 0 10px;
    margin-bottom: 25px;
    font-size: 0.85em;
    letter-spacing: -1px;
    line-height: 1.75;
    text-align: left;
    color: #555;
}

.wst_board table {
    table-layout: fixed;
}

.wst_board table td {
    padding: 10px 5px;
}

.wst_board table .wst_point {
    color: #690;
}

.wst_board table .wst_point.wst_point_minus {
    color: #1C6AD7;
}

.wst_board table .list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wst_board .list_title .wst_bomb {
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px 0px;
    font-size: 11px;
    background: #7B3884;
    color: #FFF;
}

.wst_board .list_title .wst_bonus {
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px 0px;
    font-size: 11px;
    background: #3578E7;
    color: #FFF;
}

.wst_board .list_title .wst_changed {
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px 0px;
    font-size: 11px;
    background:#F2167D;
    color: #FFF;
}

.wst_board .list_title .wst_relay {
    display: inline-block;
    margin-right: 5px;
    padding: 1px 5px 0px;
    font-size: 11px;
    background: #404858;
    color: #FFF;
}

.wst_att .select_mode {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    white-space: nowrap;
}

.wst_att .select_mode button {
    width: 50%;
    height: 40px;
    margin: 0 0 15px; 
    border: 1px solid #DDD;
    border-right: 0 none;
}

.wst_att .select_mode button:last-child {
    border-right: 1px solid #DDD;
}

.wst_att .select_mode button.active {
    background: #F5F5F5;
}

.wst_att.wst_att_mode_relay {
    background: #404858 !important;
    color: #FFF;
}

.wst_att.wst_att_mode_relay button.wst_mode_normal {
    color: #FFF;
}

.wst_att.wst_att_mode_relay .wst_description p {
    color: #FFF;
}

.wst_att.wst_att_mode_relay .wst_input .first_string {
    background: #C3D4F5;
}

.wst_att.wst_att_mode_normal .wst_desc_mode_relay {
    display: none;
}

.wst_att.wst_att_mode_relay .wst_desc_mode_normal {
    display: none;
}

.wst_points {
    margin-bottom: 25px;
}

.wst_points table {
    table-layout: fixed;
}

.wst_points table th,
.wst_points table td {
    padding: 8px 0 !important;
}

.wst_points table th {
    width: 100px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.wst_points table td {
    width: calc((100% - 300px) / 3);
    color: #F00;
}

.wst_comments {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #DDD;
}

.wst_comments .write_header {
    height: 240px;
    padding: 0;
    overflow-y: scroll;
    border-bottom: 1px solid #EEEEEE;
}

.wst_comments .write_header::-webkit-scrollbar-track
{
	background-color: #E5E5E5;
}

.wst_comments .write_header::-webkit-scrollbar
{
	width: 5px; height: 5px;
}

.wst_comments .write_header::-webkit-scrollbar-thumb
{
	background: #888;
}

.wst_comments .write_header li {
    padding: 8px 12px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 0.8em;
}

.wst_comments .write_header li:last-child {
    border-bottom: 0 none;
}

.wst_comments .write_header li time {
    display: inline-block;
    margin-left: 5px;
    color: #AAA;
}

.wst_comments .write_header li div {
    margin: 3px 0 0;
    font-size: 1.1em;
}

.wst_comments .bt_area {
    position: relative;
    border-top: 0 none !important;
}

.wst_comments .bt_area>* {
    position: relative;
    z-index: 1;
}

.wst_comments .bt_area .bt_left {
    position: absolute;
    z-index: 0;
    width: calc(100% - 50px);
}

.wst_comments .bt_area .bt_left input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border: 0 none;
}

/* MOBILE */
.wst_m_hd {
    overflow-x: hidden;
}

.wst_m_calendar_title {
    font-family: 'Saira', sans-serif;
    font-size: 0.9em;
    line-height: 1.0em;
    letter-spacing: 0.15em;
}

.list_d.ldd .wst_title {
    display: inline-block;
    width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -2px;
}

.list_d.ldd .list_ctg img {
    position: relative;
    top: 2px;
    left: 2px;
}

.list_d.ldd .list_info svg {
    position: relative;
    top: -1px;
}

.list_d.ldd .wst_point {
    position: relative;
    top: 4px;
    left: 12px;
    float: right;
    color: #690;
}

.list_d.ldd .wst_point.wst_point_minus {
    color: #1C6AD7;
}

.list_d.ldd .wst_bomb {
    display: inline-block;
    margin-right: 3px;
    color: #7B3884;
    letter-spacing: -2px;
}

.list_d.ldd .wst_bonus {
    display: inline-block;
    margin-right: 3px;
    color: #3578E7;
    letter-spacing: -2px;
}

.list_d.ldd .wst_changed {
    display: inline-block;
    margin-right: 3px;
    color: #F2167D;
    letter-spacing: -2px;
}

.list_d.ldd .wst_relay {
    display: inline-block;
    margin-right: 3px;
    color: #404858;
    letter-spacing: -2px;
}

.wst_m_att {
    margin-bottom: 0;
    padding: 30px 15px;
    background: #FFF !important;
    border-bottom: 1px solid #EEE;
}

.wst_m_att .select_mode button {
    font-size: 0.8em;
}

.wst_m_att .write_header {
    position: static;
    top: 0;
    left: 0;
    padding: 0;
}

.wst_m_att .write_header h1 {
    margin: 3px 0 7px;
    letter-spacing: 2px;
}

.wst_m_att .write_header p {
    margin: 0;
    letter-spacing: -2px;
}

.wst_m_att .wst_input button {
    position: relative;
    top: -5px;
}

.wst_m_att .wst_description p {
    width: 100%;
    font-size: 0.75em;
}

.wst_m_att .wst_description p:last-child {
    margin-bottom: 0;
}

.wst_m_calendar {
    position: relative;
    width: 100%;
}

.wst_m_calendar_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.wst_m_calendar .ui-datepicker-trigger {
    display: none;
}

.wst_m_points {
    font-size: 0.8em;
    margin-bottom: 0;
}

.wst_m_points table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.wst_m_points table th {
    width: unset;
    letter-spacing: -1px;
    background: #F5F5F5;
}

.wst_m_points table td {
    width: unset;
}

.wst_m_points table tr {
    border-bottom: 1px solid #EEEEEE;
}

.wst_m_comments {
    margin-bottom: 0;
    padding: 0;
    background: #FFF !important;
    border-bottom: 1px solid #EEE;
}

.wst_m_comments .write_header {
    position: static;
    top: 0;
    left: 0;
    padding: 0;
}

.wst_m_comments .write_header h1 {
    margin: 3px 0 7px;
    letter-spacing: 2px;
}

.wst_m_comments .write_header p {
    margin: 0;
}

.wst_m_comments .bt_area {
    height: 35px;
}

.wst_m_comments .bt_area button {
    font-size: 0.85em;
}

.wst_m_comments .bt_area .bt_left {
    height: 100%;
}

.wst_m_comments .bt_area .bt_left input {
    font-size: 0.85em;
}