<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#qlmdoctor_auth_dialog_back {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: #000;
    opacity: 0.25;
    z-index: 100;
}
@media screen and (min-width:0px){
	#qlmdoctor_auth_dialog_body {
	    position: absolute;
	    border-radius: 6px 6px 6px 6px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 320px;
	    height:186px;
	    background-color: #FFF;
	    padding:2px;
	    padding-top:23px;
		text-align:center;
	    z-index: 100;
	}

	#qlmdoctor_auth_dialog_body p{
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 1.0;
	    color: #000000;
	    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", sans-serif;
	}

	#qlmdoctor_auth_dialog_labelarea{
		margin-top: 8px;
	}

	#qlmdoctor_auth_dialog_btnarea div{
		display: inline-block;
		vertical-align: top;
		width:140px;
	}

	#qlmdoctor_auth_dialog_body span{
	    display: inline-block;
	    width: 140px;
	    padding: 2px 0px;
	    font-weight: bold;
	    font-size: 14px;
	}

	#qlmdoctor_auth_dialog_body a{
	    display: inline-block;
	    margin: 2px 7px 0;
	    border: 1px solid #ddd;
	    padding: 3px 5px;
	    width: 100px;
	    border-radius: 4px;
	    font-size: 12px;
	    text-decoration: none;
	    color : #000;
	}
	#qlmdoctor_auth_dialog_body a:hover{
	    background-color: #fff;
	}
	#qlmdoctor_auth_dialog_body a.yes{
	    background-color: #1782ff;
	    color: #fff;
	    font-weight: bold;
	}

	#qlmdoctor_auth_dialog_body a.no{
		width:120px;
	}

	#qlmdoctor_auth_dialog_body a.yes:hover{
	    opacity:0.8;
	    filter: alpha(opacity=80);
	    -ms-filter:"alpha( opacity=80 )";
	}}

@media screen and (min-width:600px){
	#qlmdoctor_auth_dialog_body {
	    position: absolute;
	    border-radius: 6px 6px 6px 6px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 600px;
	    height:320px;
	    background-color: #FFF;
	    padding:4px;
	    padding-top:46px;
		text-align:center;
	    z-index: 100;
	}

	#qlmdoctor_auth_dialog_body p{
	    font-weight: bold;
	    font-size: 22px;
	    line-height: 1.0;
	    color: #000000;
	    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", sans-serif;
	}

	#qlmdoctor_auth_dialog_labelarea{
		margin-top: 16px;
	}

	#qlmdoctor_auth_dialog_btnarea div{
		display: inline-block;
		vertical-align: top;
		width:280px;
	}

	#qlmdoctor_auth_dialog_body span{
	    display: inline-block;
	    width: 280px;
	    padding: 4px 0px;
	    font-weight: bold;
	    font-size: 18px;
	}

	#qlmdoctor_auth_dialog_body a{
	    display: inline-block;
	    margin: 8px 28px 0;
	    border: 1px solid #ddd;
	    padding: 6px 10px;
	    width: 180px;
	    border-radius: 4px;
	    font-size: 16px;
	    text-decoration: none;
	    color : #000;
	}
	#qlmdoctor_auth_dialog_body a:hover{
	    background-color: #fff;
	}
	#qlmdoctor_auth_dialog_body a.yes{
	    background-color: #1782ff;
	    color: #fff;
	    font-weight: bold;
	}

	#qlmdoctor_auth_dialog_body a.no{
		width:240px;
	}

	#qlmdoctor_auth_dialog_body a.yes:hover{
	    opacity:0.8;
	    filter: alpha(opacity=80);
	    -ms-filter:"alpha( opacity=80 )";
	}
}</pre></body></html>