@charset "UTF-8"; #under_contact { img[src="/seikatsu-sc/images/zensoren-logo.gif"] { display: none; } } /* #一覧ページ ============================================*/ .a-qa { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; .qa-list { position: relative; width: 332px; margin: 0 16px 40px 0; padding-top: 50px; box-sizing: border-box; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 58%, #f0f0f0 58%, #f0f0f0 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 58%,#f0f0f0 58%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 58%,#f0f0f0 58%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */ border-right: 2px solid @borderColor; border-bottom: 2px solid @borderColor; border-left: 2px solid @borderColor; &:nth-of-type(2n) { margin: 0 0 40px 0; } } } .qa-list__title { position: absolute; top: 0; left: -2px; height: 57px; h3 { font-family: -apple-system, 'Helvetica Neue', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif !important; font-size: 18px; font-weight: bold; width: 100%; height: 100%; box-sizing: border-box; background: url(/seikatsu-sc/dlt/img/title-none.jpg) no-repeat left top; padding: 13px 10px 13px 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; } } @borderColor: #ccc; .qa-list__body { box-sizing: border-box; padding: 20px 10px; ul { li { padding: 0 0 0 16px; margin-bottom: 15px; line-height: 130%; background: url(/seikatsu-sc/images/faq/icon.jpg) no-repeat left center; a { color: #231815; text-decoration: none; font-size: 12px; &:hover { color: #aaa; } } } } } /* #記事詳細ページ ============================================*/ .single { .qa-read { display: none; } } #maincolumn { h2 { margin: 0 0 20px; } } .s-qa { margin: 0 0 35px; .s-qa__title { box-sizing: border-box; background: url(/seikatsu-sc/images/faq/q_ti01.jpg) no-repeat; font-size: 16px; font-weight: bold; padding: 15px 10px 17px 50px; h3 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; } } .s-qa__content { padding: 16px 19px 0 62px; line-height: 160%; background: url(/seikatsu-sc/images/faq/ans-bk.jpg) repeat-y; position: relative; .icon-a { position: absolute; left: 23px; top: 5px; } img { width: auto; height: auto; max-width: 100%; } } .s-qa__parts { line-height: 0; } }