source for sakino.kelbie.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

766 lines
13 KiB

7 months ago
  1. /* ==========================================================================
  2. HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
  3. ========================================================================== */
  4. html,
  5. button,
  6. input,
  7. select,
  8. textarea {
  9. color: #222;
  10. }
  11. body {
  12. font-family: "メイリオ", Meiryo, "MS Pゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
  13. font-size: 1em;
  14. line-height: 1.4;
  15. background: url(../img/furley_bg02.png);
  16. /*background: url(http://subtlepatterns.com/patterns/solid.png);*/
  17. }
  18. /*テキストを選択した時の色*/
  19. ::-moz-selection {
  20. background: #b3d4fc;
  21. text-shadow: none;
  22. }
  23. ::selection {
  24. background: #b3d4fc;
  25. text-shadow: none;
  26. }
  27. hr {
  28. display: block;
  29. margin: 1em 0;
  30. padding: 0;
  31. height: 1px;
  32. border: 0;
  33. border-top: 1px solid #ccc;
  34. }
  35. img {
  36. vertical-align: middle;
  37. }
  38. fieldset {
  39. margin: 0;
  40. padding: 0;
  41. border: 0;
  42. }
  43. textarea {
  44. resize: vertical;
  45. }
  46. .chromeframe {
  47. margin: 0.2em 0;
  48. padding: 0.2em 0;
  49. background: #ccc;
  50. color: #000;
  51. }
  52. /* ==========================================================================
  53. Author's custom styles
  54. ========================================================================== */
  55. .w10{ width: 10%;}
  56. .w20{ width: 20%;}
  57. .w25{ width: 25%;}
  58. .w30{ width: 30%;}
  59. .w33{ width: 33%;}
  60. .w40{ width: 40%;}
  61. .w50{ width: 50%;}
  62. .w60{ width: 60%;}
  63. .w70{ width: 70%;}
  64. .w80{ width: 80%;}
  65. .w90{ width: 90%;}
  66. .w100{ width: 100%;}
  67. /* ==========================================================================
  68. Helper classes
  69. ========================================================================== */
  70. .ir {
  71. overflow: hidden;
  72. border: 0;
  73. background-color: transparent;
  74. *text-indent: -9999px;
  75. }
  76. .ir:before {
  77. display: block;
  78. width: 0;
  79. height: 100%;
  80. content: "";
  81. }
  82. .visuallyhidden {
  83. position: absolute;
  84. overflow: hidden;
  85. clip: rect(0 0 0 0);
  86. margin: -1px;
  87. padding: 0;
  88. width: 1px;
  89. height: 1px;
  90. border: 0;
  91. }
  92. .visuallyhidden.focusable:active,
  93. .visuallyhidden.focusable:focus {
  94. position: static;
  95. overflow: visible;
  96. clip: auto;
  97. margin: 0;
  98. width: auto;
  99. height: auto;
  100. }
  101. .invisible {
  102. visibility: hidden;
  103. }
  104. .clearfix:before,
  105. .clearfix:after {
  106. display: table;
  107. content: " ";
  108. }
  109. .clearfix:after {
  110. clear: both;
  111. }
  112. .clearfix {
  113. *zoom: 1;
  114. }
  115. /* ==========================================================================
  116. Print styles
  117. ========================================================================== */
  118. @media print {
  119. * {
  120. background: transparent !important;
  121. box-shadow:none !important;
  122. color: #000 !important; /* Black prints faster: h5bp.com/s */
  123. text-shadow: none !important;
  124. }
  125. a,
  126. a:visited {
  127. text-decoration: underline;
  128. }
  129. /*a[href]:after {
  130. content: " (" attr(href) ")";
  131. }
  132. abbr[title]:after {
  133. content: " (" attr(title) ")";
  134. }*/
  135. /*
  136. * Don't show links for images, or javascript/internal links
  137. */
  138. /*.ir a:after,
  139. a[href^="javascript:"]:after,
  140. a[href^="#"]:after {
  141. content: "";
  142. }
  143. */
  144. pre,
  145. blockquote {
  146. border: 1px solid #999;
  147. page-break-inside: avoid;
  148. }
  149. thead {
  150. display: table-header-group; /* h5bp.com/t */
  151. }
  152. tr,
  153. img {
  154. page-break-inside: avoid;
  155. }
  156. img {
  157. max-width: 100% !important;
  158. }
  159. @page {
  160. margin: 0.5cm;
  161. }
  162. p,
  163. h2,
  164. h3 {
  165. orphans: 3;
  166. widows: 3;
  167. }
  168. h2,
  169. h3 {
  170. page-break-after: avoid;
  171. }
  172. }
  173. /*utility*/
  174. .txt_small{
  175. font-size: 85%;
  176. }
  177. .txt_normal{
  178. font-size: 100%;
  179. }
  180. .txt_large{
  181. font-size: 120%;
  182. }
  183. .txt_xlarge{
  184. font-size: 150%;
  185. }
  186. .txt_r{
  187. text-align: right;
  188. }
  189. .txt_l{
  190. text-align: left;
  191. }
  192. .txt_c{
  193. text-align: center;
  194. }
  195. .txt_alert{
  196. color: #FF3300;
  197. }
  198. .line_150{
  199. line-height: 150%;
  200. }
  201. .line_180{
  202. line-height: 180%;
  203. }
  204. .line_200{
  205. line-height: 200%;
  206. }
  207. .line_250{
  208. line-height: 250%;
  209. }
  210. .flt{
  211. float: left;
  212. }
  213. .flr{
  214. float: right;
  215. }
  216. .mt10{ margin-top: 10px;}
  217. .mb10{ margin-bottom: 10px;}
  218. .ml10{ margin-left: 10px;}
  219. .mr10{ margin-right: 10px;}
  220. .list_details.notice_text{
  221. font-size: 70%;
  222. color:#666;
  223. text-align: left;
  224. }
  225. /*Book open btns toggle*/
  226. .flash_box{
  227. display: none;
  228. }
  229. .pc .flash_box{
  230. display: block;
  231. }
  232. .pc .flashonly_notice{
  233. display: none;
  234. }
  235. .html5_box{
  236. display: block;
  237. }
  238. .appli_box{
  239. display: block;
  240. }
  241. /*subtitles*/
  242. .book_title01{
  243. font-size: 100%;
  244. border-bottom:solid 1px #ccc ;
  245. font-weight: normal;
  246. margin-bottom: 10px;
  247. text-indent: 5px;
  248. }
  249. .book_title01 .small_title{
  250. font-size: 60%;
  251. width: 100%;
  252. display: block;
  253. text-indent: 0px;
  254. color: #666;
  255. }
  256. .book_title01 strong{
  257. max-height: 7em;
  258. overflow: hidden;
  259. display:block;
  260. text-indent:0px;
  261. word-wrap: break-word;
  262. }
  263. .copyright_box{
  264. font-size: 75%;
  265. color: #666;
  266. }
  267. .subtitle01{
  268. font-size: 160%;
  269. line-height: 40px;
  270. border-bottom:solid 1px #ccc ;
  271. font-weight: normal;
  272. margin-bottom:10px;
  273. position: relative;
  274. }
  275. .subtitle02{
  276. font-size: 120%;
  277. line-height: 40px;
  278. border-bottom:solid 1px #ccc ;
  279. font-weight: normal;
  280. margin-bottom: 10px;
  281. }
  282. .subtitle03{
  283. font-size: 100%;
  284. line-height: 35px;
  285. border-bottom:solid 1px #ccc ;
  286. font-weight: normal;
  287. margin-bottom: 10px;
  288. }
  289. .subtitle04{
  290. font-size: 100%;
  291. line-height: 30px;
  292. color: #666;
  293. border-bottom:dashed 1px #ccc ;
  294. font-weight: bold;
  295. margin-bottom: 10px;
  296. }
  297. .subtitle{
  298. font-size: 60%;
  299. color: #666;
  300. margin-left: 25px;
  301. }
  302. /*メインレイアウト*/
  303. .wrapper{
  304. float: left;
  305. width: 100%;
  306. text-align: center;
  307. padding-top: 20px;
  308. }
  309. .container{
  310. position: relative;
  311. width: 980px;
  312. margin: 0px auto;
  313. text-align: left;
  314. border-top:solid #666666 5px;
  315. background:url("../img/bg_grad01.png") repeat-x top #FCFCFC;
  316. -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .8); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  317. -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, .8); /* FF3.5 - 3.6 */
  318. box-shadow: 0px 3px 5px rgba(0, 0, 0, .8); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  319. }
  320. .header{
  321. float: left;
  322. width: 100%;
  323. }
  324. .contents{
  325. float: left;
  326. width: 950px;
  327. margin-top: 15px;
  328. margin-left: 15px;
  329. margin-bottom: 5px;
  330. min-height: 600px;
  331. }
  332. .pagelist .contents{
  333. margin-top: 0px;
  334. }
  335. /*IE6 only*/
  336. .lt-ie7 .contents{
  337. margin-left: 7px;
  338. }
  339. .section01{
  340. float: left;
  341. width: 100%;
  342. margin-bottom: 20px;
  343. }
  344. /*list view*/
  345. .listview01{
  346. list-style-type: none;
  347. }
  348. .listview01 li{
  349. float: left;
  350. width: 100%;
  351. margin-bottom: 20px;
  352. }
  353. .list_thum01{
  354. float: left;
  355. width: 160px;
  356. margin-right: 10px;
  357. line-height: 230px;
  358. text-align: center;
  359. }
  360. .list_thum02{
  361. float: left;
  362. width: 150px;
  363. margin-right: 10px;
  364. }
  365. .list_details{
  366. float: left;
  367. width: 100%;
  368. }
  369. .list_details .btn_m{
  370. float: left;
  371. width: 100%;
  372. text-align: left;
  373. }
  374. .list_txt{
  375. float: right;
  376. width: 240px;
  377. margin-left: 130px;
  378. padding: 10px 10px 0px 10px ;
  379. min-height: 200px;
  380. background:#E5E5E5;
  381. -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
  382. -moz-border-radius: 5px; /* FF1-3.6 */
  383. border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  384. /* useful if you don't want a bg color from leaking outside the border: */
  385. -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  386. -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .5); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  387. -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .5); /* FF3.5 - 3.6 */
  388. box-shadow: 0px 0px 2px rgba(0, 0, 0, .5); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  389. }
  390. .list_txt01 {
  391. float: right;
  392. width: 240px;
  393. padding: 10px 10px 0px 10px ;
  394. min-height: 200px;
  395. position: relative;
  396. -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
  397. -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
  398. box-shadow: 0px 1px 3px rgba(0,0,0,.5);
  399. padding: 10px;
  400. /*background:url("http://subtlepatterns.com/patterns/tiny_grid.png") #FCFCFC;*/
  401. background:#DDDDDD;
  402. position:relative;
  403. border:1px solid #fff;
  404. }
  405. .list_txt01 .inner{
  406. min-height: 120px;
  407. }
  408. .list_txt02{
  409. float: right;
  410. width: 530px;
  411. }
  412. .side_contents01{
  413. float: left;
  414. width: 230px;
  415. }
  416. .list_details{
  417. font-size: 80%;
  418. text-align: center;
  419. }
  420. .list_details .btn01{
  421. float: left;
  422. width: 48%;
  423. }
  424. .list_details .btn02{
  425. float: right;
  426. width: 48%;
  427. }
  428. .list_details .btn03{
  429. float: left;
  430. width: 100%;
  431. }
  432. .list_txt01 .category_list01{
  433. min-height: 100px;
  434. }
  435. .category_list01{
  436. width:100%;
  437. float: left;
  438. }
  439. .category_list01 a{
  440. margin: 0px 5px;
  441. }
  442. .category_list01 dt{
  443. clear: both;
  444. color: #555;
  445. float: left;
  446. font-size: 90%;
  447. margin-bottom: 15px;
  448. width: 28%;
  449. font-weight: bold;
  450. /*text-shadow: 1px 1px 2px rgba(0, 0, 0, .5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */*/
  451. }
  452. .category_list01 dd{
  453. float: left;
  454. margin:0px 0px 15px 10px;
  455. width: 65%;
  456. }
  457. .list_detail{
  458. clear: both;
  459. }
  460. .main_contents{
  461. float: left;
  462. width: 100%;
  463. }
  464. .footer{
  465. clear: both;
  466. float: left;
  467. width: 100%;
  468. background: #efefef;
  469. }
  470. .footer_inner{
  471. border-top:solid 1px #ccc;
  472. clear: both;
  473. padding: 10px 0px 10px;
  474. font-size: 12px;
  475. }
  476. .footer_inner nav{
  477. float: left;
  478. width: 400px;
  479. margin: 10px;
  480. display: inline;
  481. }
  482. .footer_inner .copyright{
  483. float: right;
  484. text-align: right;
  485. width: 400px;
  486. margin: 10px;
  487. display: inline;
  488. }
  489. /*resposible*/
  490. .breadcrumbs{
  491. font-size: 80%;
  492. margin: 9px 0px;
  493. }
  494. .book_detail{
  495. float: left;
  496. margin-bottom: 15px;
  497. margin-top: 20px;
  498. width: 100%;
  499. }
  500. .pagelist .book_detail{
  501. margin-top: 0px;
  502. }
  503. p.photobox01{
  504. margin: 0px;
  505. }
  506. p.photobox01 img{
  507. border: solid 1px #ccc;
  508. }
  509. .app_download_box{
  510. background:url("../img/bg_grad01.png") repeat-x top #fff;
  511. clear: both;
  512. border: solid 1px #ccc;
  513. padding: 10px;
  514. margin-top: 10px;
  515. border-radius: 5px;
  516. position: relative;
  517. }
  518. .app_title{
  519. float: left;
  520. font-size: 80%;
  521. line-height: 40px;
  522. margin-right: 10px;
  523. width: 280px;
  524. }
  525. .app_title img{
  526. width:40px;
  527. height:40px;
  528. padding-right: 5px;
  529. }
  530. .ban_holder01{
  531. list-style: none;
  532. float: left;
  533. width: 630px;
  534. }
  535. .ban_holder01 li{
  536. list-style: none;
  537. display: inline-block;
  538. }
  539. .lt-ie8 .ban_holder01 li{
  540. float: left;
  541. width: 25%;
  542. text-align: center;
  543. }
  544. .ban_holder01 li img{
  545. max-width: 100%;
  546. height: 40px;
  547. }
  548. .detail_text01{
  549. padding: 10px;
  550. clear:both;
  551. background:url("../img/bg_grad01.png") repeat-x top #fff;
  552. border-radius: 5px;
  553. /* useful if you don't want a bg color from leaking outside the border: */
  554. position: relative;
  555. border: solid 1px #ccc;
  556. }
  557. .book_data{
  558. float: left;
  559. width: 100%;
  560. font-size: 80%;
  561. color: #888;
  562. }
  563. .book_data dl{
  564. float: left;
  565. }
  566. .book_data dt{
  567. float: left;
  568. margin-right: 20px;
  569. }
  570. .book_data dd{
  571. float: left;
  572. margin-right: 20px;
  573. }
  574. .operating_env{
  575. font-size: 85%;
  576. height: 250px;
  577. overflow-x: hidden;
  578. overflow-y: scroll;
  579. padding-right: 12px;
  580. }
  581. .operating_env dl{
  582. margin-left: 10px;
  583. color: #777;
  584. }
  585. .operating_env dt{
  586. color: #555;
  587. }
  588. .title_box01{
  589. left: 50%;
  590. margin-left: -305px;
  591. position: absolute;
  592. top: 45px;
  593. width: 505px;
  594. }
  595. .operating_env_wrap{
  596. float: left;
  597. width: 48%;
  598. }
  599. .copyright_box_wrap{
  600. float: right;
  601. width: 48%;
  602. }
  603. /*pagelist*/
  604. a.current {
  605. font-weight: bold;
  606. text-decoration: underline;
  607. }
  608. .pagelist_wrap{
  609. float: left;
  610. width: 100% ;
  611. margin-bottom: 20px;
  612. }
  613. .listbox01_left {
  614. float: left;
  615. height: auto !important;
  616. list-style-type: none;
  617. min-height: 160px;
  618. padding-bottom: 10px;
  619. width: 100%;
  620. margin-top: 20px;
  621. }
  622. .listbox01_left li {
  623. float: left;
  624. list-style-type: none;
  625. padding-bottom: 35px;
  626. text-align: center;
  627. width: 12.5%;
  628. }
  629. .listbox01_left li img, .listbox01_right li img {
  630. border: 1px solid #CCCCCC;
  631. max-width: 97px;
  632. }
  633. .listbox01_right {
  634. float: left;
  635. height: auto !important;
  636. list-style-type: none;
  637. min-height: 250px;
  638. padding-bottom: 10px;
  639. width: 100%;
  640. margin-top: 20px;
  641. }
  642. .listbox01_right li {
  643. float: right;
  644. list-style-type: none;
  645. padding-bottom: 35px;
  646. text-align: center;
  647. width: 12.5%;
  648. }
  649. .list_pager {
  650. list-style: none outside none;
  651. text-align: center;
  652. }
  653. .list_pager li {
  654. display: inline;
  655. margin-right: 0.5em;
  656. }
  657. .pagelist_link{
  658. clear: both;
  659. float: left;
  660. font-size: 80%;
  661. margin-top: 5px;
  662. text-align: right;
  663. width: 100%;
  664. }
  665. .small_txt{
  666. font-size: 80%;
  667. }
  668. /*lt IE 9 only*/
  669. .lt-ie9 .container.localonly{
  670. border-left: solid 1px #ccc;
  671. border-right: solid 1px #ccc;
  672. border-bottom: solid 1px #ccc;
  673. }