/**
 * プレイヤーモーダル内のアイコンは下記からダウンロードしています
 * (色が変更可能)
 * http://www.flaticon.com/
 */

/*
 *  非活性レイヤー(非表示)
 */
._csp_inactive_layer_hidden{
    display: none;
}
/*
 *  非活性レイヤー(表示)
 */
._csp_inactive_layer_show{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.6;
    background-color: #000000;
    display: block;
}



/*
 *  ローディング中の表示
 */
._csp_loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 270px;
    height: 80px;
    padding: 20px 0 15px;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}
/* ローディング画像 */
._csp_loading_img {
    width: 200px;
    height: 10px;
    background: url(../img/loading_bar.gif);
    background-size: cover;
    margin: 0 auto 15px;
}
/* ローディングリード文 */
._csp_loading_lead {
    color: rgb(60, 60, 60);
    letter-spacing: 0.1em;
    font-family: 'メイリオ';
    font-size: 15px;
    font-weight: bold;
}





/*
 *  プレイヤーウインドウ(非表示)
 */
._csp_player_window_hidden{
    display: none;
}
/*
 *  プレイヤーウインドウ(表示)
 */
._csp_player_window_show{
    position: fixed;
    overflow: hidden;
    left: 30px;
    top: 30px;
/*    width: 900px; */
    height: auto;
    z-index: 1001;
    background-color: #fff;
    display: block;
    border-radius: 4px;
}
/*
 *  ヘッダーエリア
 */
._csp_header {
    display: table;
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    font-family: 'メイリオ';
}
/* ヘッダー非表示 */
._csp_header.is_hidden {
    display: none;
}
/* ヘッダー凡例 */
._csp_header_legend {
    display: table;
    width: 100%;
}
._csp_header_legend_caller,
._csp_header_legend_callee {
    display: table-cell;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #4b4b4b;
}
._csp_header_legend_caller:before,
._csp_header_legend_callee:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
._csp_header_legend_caller:before {
    background: #ff5e56;
}
._csp_header_legend_callee:before {
    background: #02a8b7;
}
/*
 *  スクロールエリア
 */
._csp_scroll_area {
    position: relative;
    border: solid 1px #c0c0c0;
    border-left: none;
    border-right: none;
    background: #e2e2e2;
    box-shadow: inset 0 0 1px rgba(175, 175, 175, .32);
    overflow-x: hidden;
    box-sizing: border-box;
}
/*
 *  データエリア
 */
._csp_data_area {}
/*
 * 並列表示時 - 文字列
 */
._csp_para_text {
    position: absolute;
    font-family: メイリオ;
    font-size: 12px;
    cursor: default;
    padding: 5px 10px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(75, 75, 75, .80),
        inset 0 1px 1px rgba(226, 226, 226, .55);
}
/* マウスオーバー時 */
._csp_para_text.is_hover {
    z-index: 10000 !important;
}
/*
 * 並列表示時 - 顧客側文字列表示領域
 */
._csp_para_ctm_text {
    left: 15px;
    color: white;
    background-color: #ff5e56;
    border-color: #ff5e56;
}
/* 吹き出しの三角 */
._csp_para_ctm_text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    transform: rotate(28deg);
    border-width: 5px 15px;
    border-color: transparent;
    border-style: solid;
    border-right-color: inherit;
}
/*
 * 並列表示時 - 店舗側文字列表示領域
 */
._csp_para_opr_text {
    right: 15px;
    color: white;
    background-color: #02a8b7;
    border-color: #02a8b7;
}
/* 吹き出しの三角 */
._csp_para_opr_text:before {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    transform: rotate(-28deg);
    border-width: 5px 15px;
    border-color: transparent;
    border-style: solid;
    border-left-color: inherit;
}
/* 吹き出し内のmsec */
._csp_para_suffix {
    float: right;
    opacity: .75;
    font-size: 11px;
}
/*
 * 並列表示時 - 左端の時間目盛りの枠
 */
._csp_para_time_ruler_frame {
    left: 0;
    top: 0;
    width: 50px;
    height: inherit;
    border: solid 1px #4b4b4b;
    border-top: none;
    border-bottom: none;
    position: absolute;
}
/*
 * 並列表示時 - 左端の時間目盛り
 */
._csp_para_time_ruler_left {
    left: 0;
}
._csp_para_time_ruler_right {
    right: 0;
}
._csp_para_time_ruler_left,
._csp_para_time_ruler_right {
    width: 5px;
    height: 1px;
    border-top: solid 1px #4b4b4b;
    position: absolute;
}

/*
 * 並列表示時 - 左端の時間(数字)
 */
._csp_para_time_ruler_num {
    font-family: メイリオ;
    font-size: 12px;
    padding: 2px;
    width: 100%;
    position: absolute;
    cursor: default;
}
/*
 * 並列表示時 - 中央分離帯
 */
/*._csp_para_median {*/
    /*!*    left: 403px;  *!*/
    /*top: 0px;*/
    /*width: 36px;*/
    /*height: 0px;*/
    /*border: solid 1px #4b4b4b;*/
    /*position: absolute;*/
/*}*/
/*
 * 並列表示時 - ラインカーソル
 */
._csp_para_line_cursor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    border-top: solid 2px #375fcc;
    width: 100%;
}
/*
 * 直列表示時 - 時間
 */
._csp_seri_time {
    font-family: メイリオ;
    font-size: 12px;
    padding: 2px;
    vertical-align: top;
}
/*
 * 直列表示時 - 店舗側種別
 */
._csp_seri_opr_kind {
    font-family: メイリオ;
    font-size: 12px;
    padding: 2px;
    vertical-align: top;
    color: #ff5e56;
}
/*
 * 直列表示時 - 顧客側種別
 */
._csp_seri_ctm_kind {
    font-family: メイリオ;
    font-size: 12px;
    padding: 2px;
    vertical-align: top;
    color: #02a8b7;
}
/*
 * 直列表示時 - 店舗側文字列
 */
._csp_seri_opr_text {
    font-family: メイリオ;
    font-size: 13px;
    padding: 3px 5px;
    text-align: left;
    color: #ff5e56;
}
/*
 * 直列表示時 - 顧客側文字列
 */
._csp_seri_ctm_text {
    font-family: メイリオ;
    font-size: 12px;
    padding: 3px 5px;
    text-align: left;
    color: #02a8b7;
}
/*
 *  コントロールパネル
 */
/* プレイヤーのメタ情報 */
._csp_control_panel{
    position: relative;
    padding: 10px 20px 5px;
}
._csp_control_meta_list {
    margin-bottom: 10px;
    font-size: 13px;
    color: #6d6d6d;
    font-family: 'メイリオ';
}
._csp_control_meta_item {
    display: inline-block;
    margin-right: 10px;
    padding-left: 10px;
}
._csp_control_meta_item:first-of-type {
    padding-left: 0;
}
._csp_control_meta_item:last-of-type {
    margin-right: 0;
}
._csp_control_meta_title {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}
._csp_control_meta_value {
    display: inline-block;
    margin: 0;
}
/* 可変長文字列の項目は固定幅にする（閾値超えると3点リーダ）
 * いまのところ広告主のみ
 */
._csp_control_meta_value.is_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    /* 可変長文字列の項目が増えたら調整 */
    max-width: 300px;
}
/*
 *  オーディオ経過バー
 */
._csp_control_progress_group {
    position: relative;
}
/* input[type=range]@rangeslider.jsでカスタマイズ */
._csp_audio_progress_input {
    /*display: none;*/
    width: 100%;
}
._csp_audio_progress {
    background: #cacaca;
    position: relative;
    height: 15px;
    width: 100%;
}
._csp_audio_progress_bar {
    background: #027ada;
    position: absolute;
    top: 0;
    height: 100%;
}
._csp_audio_progress,
._csp_audio_progress_bar {
    display: block;
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
._csp_audio_progress_cursor {
    top: -6px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
._csp_audio_progress_cursor:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* 経過、音量バー共通 */
._csp_audio_progress_disabled,
._csp_audio_volume_disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
._csp_audio_progress_cursor:active,
._csp_audio_progress_active ._csp_audio_progress_cursor,
._csp_audio_volume_cursor:active,
._csp_audio_volume_active ._csp_audio_volume_cursor {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
._csp_audio_progress_disabled,
._csp_audio_volume_disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
input[type="range"]:focus + ._csp_audio_progress ._csp_audio_progress_cursor,
input[type="range"]:focus + ._csp_audio_volume ._csp_audio_volume_cursor {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
/*
 *  オーディオ時間
 */
._csp_audio_time {
    display: inline-block;
    min-width: 100px;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    cursor: default;
    font-weight: bold;
    font-size: 14px;
    color: #4b4b4b;
    font-family: 'メイリオ';
}
/*
 *  コントロールパネル内の主要部品グループ
 */
._csp_control_main_group {
    position: relative;
    display: table;
    width: 100%;
    margin: 10px 0 0 -15px;
}
/*
 *  ヘルパークラス
 */
._csp_control_mr {
    margin-right: 1%;
}
/*
 *  クリップボードボタン
 */
._csp_clipboard_panel {
    display: inline-block;
    vertical-align: middle;
}
._csp_clipboard_swicth {
    /* セレクトボックスの矢印をカスタマイズする場合  */
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*-ms-appearance: none;*/
    /*appearance: none;*/
    display: inline-block;
    height: 32px;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4b4b4b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #4b4b4b;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    font-family: 'メイリオ';
}
._csp_copy_button {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    border: 1px solid #4b4b4b;
    border-left: none;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    background: #4b4b4b url(../img/icon_clipboard_white.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
/*
 *  ダウンロードボタン
 */
._csp_dl_button {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(../img/icon_download.png);
    background-size: cover;
    cursor: pointer;
}
/*
 *  再生ボタン
 */
._csp_play_button {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(../img/icon_play.png);
    background-size: cover;
    cursor: pointer;
}
._csp_play_button.is_hidden {
    display: none;
}
/*
 *  停止ボタン
 */
._csp_stop_button {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(../img/icon_stop.png);
    background-size: cover;
    cursor: pointer;
}
/*
 *  一時停止ボタン
 */
._csp_pause_button {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(../img/icon_pause.png);
    background-size: cover;
    cursor: pointer;
}
._csp_pause_button.is_hidden {
    display: none;
}
/*
 *  スピーカーアイコン
 */
#_csp_spk {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: cover;
    cursor: default;
}
/*
 *  スピーカーアイコン(ON)
 */
._csp_spk_on {
    background: url(../img/icon_volume_on.png);
}
/*
 *  スピーカーアイコン(OFF)
 */
._csp_spk_off {
    background: url(../img/icon_volume_off.png);
}
/*
 *  オーディオ音量バー
 */
._csp_audio_volume_group {
    display: inline-block;
    height: 36px;
    vertical-align: middle;
    text-align: left;
}
/* input[type=range]@rangeslider.jsでカスタマイズ */
._csp_audio_volume_input {
    /*display: none;*/
    vertical-align: middle;
}
._csp_audio_volume {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 10px;
    vertical-align: middle;
    background: #cacaca;
    margin-right: 5px;
}
._csp_audio_volume_bar {
    position: absolute;
    background: #027ada;
    top: 0;
    height: 100%;
}
._csp_audio_volume,
._csp_audio_volume_bar {
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
._csp_audio_volume_cursor {
    top: -6px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
._csp_audio_volume_cursor:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* 音量のテキスト */
._csp_audio_volume_text {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    color: #4b4b4b;
}
/*
 *  スイッチパネル
 */
._csp_switch_panel_wrap {
    display: inline-block;
    vertical-align: middle;
}
._csp_switch_panel{
    display: table;
    width: 150px;
    height: 30px;
    border: solid 1px #4b4b4b;
    border-radius: 3px;
}
/*
 *  表示モードスイッチ(吹き出し)
 */
._csp_mode_switch_para {
    display: none;
}
/*
 *  表示モードスイッチ(吹き出し)
 */
._csp_mode_switch_seri {
    display: none;
}
._csp_mode_switch_label_para{
    border-right: 1px solid #c0c0c0;
}
._csp_mode_switch_label_para,
._csp_mode_switch_label_seri {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-family: 'メイリオ';
    cursor: pointer;
}
._csp_mode_switch_para:checked + ._csp_mode_switch_label_para,
._csp_mode_switch_seri:checked + ._csp_mode_switch_label_seri {
    background: #4b4b4b;
    color: #fff;
}


/*
 *  音声「確認済みにする」／「確認済み」ボタンレイヤー
 */
 ._csp_confirm_button {
    position: absolute;
    bottom: 5px;
    right: 50px;
    background-size: cover;
    cursor: pointer;
}


/*
 *  閉じるボタン
 */
._csp_close_button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    background: url(../img/icon_close.png);
    background-size: cover;
    cursor: pointer;
}
