/**
 * 自動ページ送り時間設定
 */
#page_auto {
    border-bottom-left-radius : 10px;
    border-bottom-right-radius : 10px;
}

#paga_auto_label {
    height: 100%;
}
 .setting_item.setting_item2 {
    display: block;
    height: 115px;
}

 /**
  * 自動ページ送りボタン
  */
#auto_btn {
    float:right;
}

#auto_btn img {
}

/**
 * 自動ページ送り開始アラート
 */
#paga_auto_alert {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50%;
}

#paga_auto_alert_text {
    border: #666 solid 2px;
    padding: 10px;
    background-color: rgba(192, 192, 192, 1);
}

#next_auto_text {
    text-align: center;
    font-size: 14px;
	font-weight: bold;
}

/**
 * 自動ページ送り説明ポップアップ
 */
#paga_auto_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
