.ok_msg {
    margin: 5px auto;
    padding: 10px 0px;
    font-size: 90%;
    text-indent: 5px;
    line-height: 1.5;
    background-color: #ccffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #6666ff;
}

.err_msg {
    margin: 5px auto;
    padding: 10px 0px;
    color: #ff0000;
    font-size: 90%;
    text-indent: 5px;
    line-height: 1.5;
    background-color: #ffffcc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ff8100;
}

.ui-footer .ui-title, /* フッター */
.ui-btn-inner, /* ボタン */
.ui-li-heading, /* リスト見出し */
.ui-li .ui-btn-text a.ui-link-inherit, /* リンクリスト */
.ui-li-desc /* リスト詳細 */ {
    overflow: visible;
    white-space: normal;
}

.ui-listview .ui-li-divider h2,
.ui-listview .ui-li-divider h3,
.ui-listview .ui-li-divider h4,
.ui-listview .ui-li-divider h5,
.ui-listview .ui-li-divider h6 {
    margin: 0px;
    font-size: 100%;
}

.ui-listview .home a {
    background: url("/images/32x32/home.png") no-repeat scroll 0.7em center transparent;
    padding-left: 50px !important;
}

.ui-listview .back a {
    background: url("/images/32x32/back.png") no-repeat scroll 0.7em center transparent;
    padding-left: 50px !important;
}

.ui-listview .bbs a {
    background: url("/images/32x32/bbs.png") no-repeat scroll 0.7em center transparent;
    padding-left: 50px !important;
}

.ui-listview .search a {
    background: url("/images/32x32/search.png") no-repeat scroll 0.7em center transparent;
    padding-left: 50px !important;
}

.ui-listview .camera a {
    background: url("/images/32x32/camera.png") no-repeat scroll 0.7em center transparent;
    padding-left: 50px !important;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}