@charset "UTF-8";
/****************************************************************************************************
 *
 * マイキープラットフォーム  環境チェックCSS
 *
 ****************************************************************************************************/

.env-modal {
    width: 100%;
    height: 100%;
}

.ui-dialog .ui-dialog-content {
	overflow-x:hidden;
}

.env-modal .common-message {
    position:relative;
    width:100%;
    text-align: left;
    font-size:14px;
    display:inline-block;
    vertical-align:top;
    margin-top: 2%;
    margin-left: 5%;
    color:#555555;
}

.env-modal .environment {
    position:relative;
    width:90%;
    text-align: left;
    font-size:14px;
    display:inline-block;
    vertical-align:top;
    margin-left: 5%;
    color:#555555;
}

.env-modal table {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.env-modal table th {
    height: 30px;
    width: 145px;
    border: solid 1px #808080 ;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background-color: #DCDCDC ;
}

.env-modal table th.resolve {
    height: 30px;
    width: 420px;
    border: solid 1px #808080 ;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background-color: #DCDCDC ;
}

.env-modal table td {
    border: solid 1px #808080 ;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    text-align: center;
}

.env-modal table td.resolve {
    border: solid 1px #808080 ;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    text-align: left;
}

.env-modal p {
    position: relative;
    line-height: 1rem;
    min-height: 5%;
}

.env-modal img {
    height: 20px;
    margin-top: auto;
    vertical-align: middle;
}

.ui-dialog {
  z-index: 1040;    /* ダイアログをナビゲーションバーより上に表示する */
}

/*モーダル表示時の背景*/
.ui-widget-overlay {
    background: black;
    opacity: .6;
    filter: Alpha(Opacity=30);
}

/*モーダルウィンドウのタイトルバー*/
.ui-dialog-titlebar {
    color: black;
    background: #99ffcc;
    text-align: center;
}

/* 判定結果行 */
.os-chk {
    display : none;
}

.browser-chk {
    display : none;
}

.cookie-chk {
    display : none;
}

.tool-chk {
    display : none;
}

/* ストアページリンク */
.store-link {
    text-decoration:underline;
}

.m_vertical-align_height25 {
    vertical-align:middle;
    height:25px!important;
}

.m_white-space {
    white-space: nowrap;
}