/* =================================================================== CSS information style info :スライド/ポップアップ =================================================================== */ /* ----------------------------------------------- ポップアップ画面 ----------------------------------------------- */ #windowcolumn { background: #FFF; padding-bottom: 30px; h2.title {} } #slidewindow { h2.title {} .title_box { margin: 0; padding: 0 !important; text-align: center; clear: both; } } #windowcolumn { .title_box { margin: 0; padding: 0 !important; text-align: center; clear: both; } .information { padding: 15px 10px; border-bottom: none; } } /**イントロダクション*/ /* ----------------------------------------------- スライド画面 ----------------------------------------------- */ /*jqm追記*/ .ui-btn-right { top: 9px !important; vertical-align: middle; } /* ----------------------------------------------- ログイン ----------------------------------------------- */ .login_area { background: #FFF; padding: 10px 15px; text-align: center; -webkit-box-shadow: 1px 5px 5px #ccc; -moz-box-shadow: 1px 5px 5px #ccc; } .login_area_btm { padding: 15px 15px 50px 15px; p:last-child { width: 95%; margin: 0 auto; line-height: 1.3; } } .loginareaBox { padding: 15px 20px; margin: 0 auto 0 -10px; display: block; clear: both; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; text-align: center; position: relative; } .mailtextBox { width: 97%; margin: 0; padding: 10px; background: #fff; border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; border: #A9ABAD solid 1px; border-bottom: none !important; display: block; -webkit-box-shadow: none; -moz-box-shadow: none; } .passtextBox { width: 97%; margin: 0; padding: 10px; background: #fff; border-radius: 0 0 7px 7px; -moz-border-radius: 0 0 7px 7px; -webkit-border-radius: 0 0 7px 7px; border: #A9ABAD solid 1px; display: block; -webkit-box-shadow: none; -moz-box-shadow: none; } .navBox { width: 95%; margin: 10px auto; background: #FFF; border-radius: 4px; display: block; border: 1px solid $lightgrey; background: $silver; @include fs(14); li { width: 100%; vertical-align: middle; background: url(../img/common/ico_arrowR.png) 95% center no-repeat; padding: 0; display: block; border-bottom: #CCC solid 1px; a { padding: 10px; display: block; cursor: pointer; } } } @media only screen and (-webkit-min-device-pixel-ratio: 2) { .navBox li { background: url(../img/common/ico_arrowR2.png) 95% center no-repeat; -webkit-background-size: 10px 15px; background-size: 10px 15px; } } input[type="submit"].nav_nonmember { width: 100%; padding: 10px; font-weight: bold; background: none; border: none; display: block; text-align: left; } .navBox li { &:last-child { border-bottom: none; } a { &:link, &:visited { color: #000; } } } /* ----------------------------------------------- パスワードを忘れた方 ----------------------------------------------- */ .window_area { margin-bottom: 10px; padding: 5px 0; border-top: #999 solid 1px; border-bottom: #999 solid 1px; p { padding: 5px 10px; line-height: 1.3; } #completebox { border: none; font-size: 16px; font-weight: bold; color: #CC0000; text-align: center; padding: 20px 10px; -webkit-box-shadow: none; width: 10em; margin: auto; display: block; } } /* ----------------------------------------------- ビュー画面 ----------------------------------------------- */ .view_detail { margin: 0; min-height: 150px; dt { padding: 10px 12px; border-bottom: #CCC solid 1px; } dd { padding: 10px 12px; } }