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.

1491 lines
22 KiB

  1. body, div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, pre,
  2. form, fieldset, input, textarea, select, option, table, th, td, tr, embed, object {
  3. margin: 0;
  4. padding: 0;
  5. font-weight: normal;
  6. }
  7. li {
  8. list-style-type: none;
  9. }
  10. fieldset, table, img {
  11. border: 0;
  12. }
  13. table {
  14. border-collapse: collapse;
  15. border-spacing: 0;
  16. }
  17. body {
  18. text-align: left;
  19. color: #000000;
  20. font-size: 80%;
  21. line-height: 150%;
  22. font-family: 'MS Pゴシック','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  23. font-weight: normal;
  24. }
  25. h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, pre, td, th, label, div {
  26. font-size: 100%;
  27. }
  28. body img {
  29. vertical-align: top;
  30. }
  31. * html body * {
  32. vertical-align: baseline;
  33. }
  34. * html body img {
  35. vertical-align: auto;
  36. }
  37. a {
  38. overflow: hidden;
  39. }
  40. a:link {
  41. color: #1E4EA6;
  42. text-decoration: underline;
  43. }
  44. a:visited {
  45. color: #800080;
  46. text-decoration: underline;
  47. }
  48. a:hover {
  49. color: #1E4EA6;
  50. text-decoration: underline;
  51. }
  52. .blockskip {
  53. font-size: 1px;
  54. height: 20px;
  55. margin-top: -20px;
  56. text-indent: -9999px;
  57. }
  58. .show {
  59. margin-top: 0;
  60. text-indent: 0;
  61. font-size: 12px;
  62. height: 20px;
  63. text-align: center;
  64. background: #ede9d7;
  65. }
  66. .hidden {
  67. position: absolute;
  68. left: -9999px;
  69. }
  70. #header {
  71. width: 918px;
  72. min-height: 81px;
  73. height: auto !important;
  74. height: 81px;
  75. font-size: 77%;
  76. }
  77. #header #logo {
  78. padding: 16px 69px 0 33px;
  79. float: left;
  80. }
  81. #header #lead {
  82. float: left;
  83. margin-top: 35px;
  84. }
  85. #header #head_nav {
  86. width: 430px;
  87. float: right;
  88. text-align: right;
  89. margin: 24px 15px 0 0;
  90. }
  91. #header #head_nav li {
  92. display: inline-block;
  93. *display: inline;
  94. text-align: right;
  95. padding: 0 4px;
  96. border-right: solid 1px #434343;
  97. }
  98. #header #head_nav li.last {
  99. border: none;
  100. padding-right: 0;
  101. }
  102. #header #search_area {
  103. padding-top: 5px;
  104. }
  105. #header .site-search-txt {
  106. width: 220px;
  107. height: 14px;
  108. color: #777777;
  109. padding: 2px 2px;
  110. vertical-align: middle;
  111. }
  112. #header .site-search-btn {
  113. vertical-align: middle;
  114. }
  115. #header .head_search {
  116. padding-left: 20px;
  117. color: #777;
  118. }
  119. #pankuz {
  120. font-size: 90%;
  121. }
  122. #pankuz .inner {
  123. padding: 10px;
  124. }
  125. #con_wrap {
  126. width: 895px;
  127. padding: 15px 10px 0 15px;
  128. margin-bottom: 15px;
  129. }
  130. #content {
  131. width: 680px;
  132. float: left;
  133. }
  134. #con_wrap_no_rnav {
  135. width: 705px;
  136. padding: 15px 10px 0 15px;
  137. margin-bottom: 15px;
  138. margin-left: auto;
  139. margin-right: auto;
  140. }
  141. #content_no_rnav {
  142. width: 680px;
  143. }
  144. h1 {
  145. margin-bottom: 20px;
  146. }
  147. .ttl_line {
  148. font-size: 140%;
  149. font-weight: bold;
  150. padding-bottom: 10px;
  151. margin-bottom: 10px;
  152. }
  153. .ttl_box .ttl {
  154. padding: 10px 10px 10px 20px;
  155. font-size: 140%;
  156. font-weight: bold;
  157. }
  158. #rnav_box {
  159. width: 193px;
  160. float: right;
  161. padding-bottom: 20px;
  162. }
  163. #rnav_box .rnav_unit {
  164. padding-bottom: 5px;
  165. margin-bottom: 10px;
  166. height: 1%;
  167. }
  168. #rnav_box li a {
  169. padding: 10px 0 10px 5px;
  170. display: block;
  171. }
  172. * html #rnav_box li a {
  173. padding-bottom: 0;
  174. }
  175. #rnav_box .arrow_link {
  176. text-align: right;
  177. padding: 10px;
  178. }
  179. #rnav_box .arrow_link a {
  180. padding-left: 14px;
  181. }
  182. #navi_box_r {
  183. width: 193px;
  184. float: right;
  185. }
  186. #navi_box_r h2 {
  187. margin-bottom: -1px;
  188. background: none;
  189. }
  190. #navi_box_r h3 {
  191. background: none;
  192. margin-bottom: -7px;
  193. }
  194. #navi_box_r.int h2 {
  195. margin-bottom: -1px;
  196. background: none;
  197. }
  198. #navi_box_r.int h3 {
  199. background: none;
  200. margin-bottom: -2px;
  201. }
  202. #navi_box_r div.pad {
  203. padding: 0px 0px 11px 0px;
  204. }
  205. #navi_box_r *.sp-b16 {
  206. margin-bottom: 16px !important;
  207. }
  208. #navi_box_r *.sp-t10 {
  209. margin-top: 10px !important;
  210. }
  211. #navi_box_r div.itemBox {
  212. background: #FFFFFF;
  213. border-left: 1px solid #CCC;
  214. border-right: 1px solid #CCC;
  215. border-bottom: 1px solid #CCC;
  216. }
  217. #navi_box_r ul.items {
  218. font: bold;
  219. padding-top: 9px;
  220. }
  221. #navi_box_r ul.items li {
  222. padding-left: 13px;
  223. font-size: 100%;
  224. line-height: 125%;
  225. }
  226. #navi_box_r ul.items li a.cur {
  227. color: #C00 !important;
  228. font-weight: bold;
  229. text-decoration: none !important;
  230. }
  231. #navi_box_r ul.items li a {
  232. padding: 5px 13px;
  233. display: block;
  234. width: 141px;
  235. background-repeat: no-repeat;
  236. background-position: 0 0.88em;
  237. }
  238. #navi_box_r ul.items li.last {
  239. margin-bottom: 10px;
  240. }
  241. #navi_box_r ul.items li.sub {
  242. margin-left: -2px;
  243. margin-bottom: 5px;
  244. }
  245. #navi_box_r p.to-list {
  246. margin-bottom: 5px;
  247. padding: 10px 10px 15px;
  248. font-size: 108%;
  249. text-align: right;
  250. font-weight: bold !important;
  251. }
  252. #navi_box_r p.to-list span.mkr-nav-r {
  253. padding-left: 17px;
  254. }
  255. #navi_box_r *.sp-t16 {
  256. margin-top: 16px !important;
  257. }
  258. #navi_box_r .btn_business a {
  259. display: block;
  260. width: 193px;
  261. height: 58px;
  262. font-size: 1px;
  263. line-height: 1px;
  264. text-indent: -9999px;
  265. text-decoration: none;
  266. outline: none;
  267. }
  268. #navi_box_r .btn_business a:hover {
  269. background-position: left bottom;
  270. }
  271. #navi_box_r .btn_furusato a {
  272. display: block;
  273. width: 193px;
  274. height: 67px;
  275. font-size: 1px;
  276. line-height: 1px;
  277. text-indent: -9999px;
  278. text-decoration: none;
  279. outline: none;
  280. }
  281. #navi_box_r .btn_furusato a:hover {
  282. background-position: left bottom;
  283. }
  284. .pagetop {
  285. overflow: hidden;
  286. }
  287. .pagetop a {
  288. float: right;
  289. font-size: 90%;
  290. padding-left: 12px;
  291. }
  292. #btm_nav {
  293. padding-left: 15px;
  294. padding-bottom: 7px;
  295. font-size: 85%;
  296. line-height: 1.1;
  297. background: #fff;
  298. }
  299. #btm_nav p, #btm_nav ul, #btm_nav li {
  300. float: left;
  301. }
  302. #btm_nav ul {
  303. padding-left: 12px;
  304. }
  305. #btm_nav li {
  306. padding: 0 10px 0 10px;
  307. }
  308. #btm_nav li.last {
  309. background: none;
  310. }
  311. #footer {
  312. width: 888px;
  313. padding: 7px 15px 5px;
  314. background-color: #cc1400;
  315. overflow: hidden;
  316. }
  317. #footer p {
  318. float: left;
  319. }
  320. #footer address {
  321. float: right;
  322. }
  323. .indent {
  324. padding: 0 10px;
  325. }
  326. .more_indent {
  327. padding: 0 30px;
  328. }
  329. .icon_check {
  330. margin-left: 10px;
  331. vertical-align: top;
  332. }
  333. .icon_square_r {
  334. padding-left: 20px;
  335. }
  336. .icon_radius_r {
  337. padding-left: 25px;
  338. }
  339. .icon_radius_g {
  340. padding-left: 25px;
  341. }
  342. .icon_no1 {
  343. padding-left: 30px;
  344. min-height: 26px;
  345. padding-top: 8px;
  346. margin-bottom: 5px;
  347. }
  348. .icon_no2 {
  349. padding-left: 30px;
  350. min-height: 26px;
  351. padding-top: 8px;
  352. margin-bottom: 5px;
  353. }
  354. .icon_no3 {
  355. padding-left: 30px;
  356. min-height: 26px;
  357. padding-top: 8px;
  358. margin-bottom: 5px;
  359. }
  360. .icon_no4 {
  361. padding-left: 30px;
  362. min-height: 26px;
  363. padding-top: 8px;
  364. margin-bottom: 5px;
  365. }
  366. .icon_no5 {
  367. padding-left: 30px;
  368. min-height: 26px;
  369. padding-top: 8px;
  370. margin-bottom: 5px;
  371. }
  372. .tableType01 {
  373. width: 100%;
  374. border-left: solid 1px #999999;
  375. border-top: solid 1px #999999;
  376. }
  377. .tableType01 th, .tableType01 td {
  378. border-right: solid 1px #999999;
  379. border-bottom: solid 1px #999999;
  380. padding: 5px;
  381. }
  382. .tableType03 {
  383. width: 50%;
  384. border-left: solid 1px #999999;
  385. border-top: solid 1px #999999;
  386. }
  387. .tableType03 th, .tableType03 td {
  388. border-right: solid 1px #999999;
  389. border-bottom: solid 1px #999999;
  390. padding: 5px;
  391. }
  392. .tableType02 {
  393. width: 100%;
  394. }
  395. .tableType02 th {
  396. background: #ebe5e1;
  397. padding: 10px;
  398. }
  399. .tableType02 td {
  400. padding: 10px;
  401. }
  402. .tableType02 .bd01 {
  403. border-bottom: solid 1px #fff;
  404. }
  405. .tableType02 .bd02 {
  406. border-bottom: solid 1px #cccccc;
  407. }
  408. .tableType01 .bg_type01 {
  409. background: #d70012;
  410. color: #fff;
  411. }
  412. .tableType01 .bg_type02 {
  413. background: #f7ccd0;
  414. }
  415. .tableType01 .border_rw {
  416. border-right: solid 1px #ffffff;
  417. }
  418. .tableType03 .bg_type01 {
  419. background: #d70012;
  420. color: #fff;
  421. }
  422. .tableType03 .bg_type02 {
  423. background: #f7ccd0;
  424. }
  425. .tableType03 .border_rw {
  426. border-right: solid 1px #ffffff;
  427. }
  428. .cell_c td,
  429. .cell_c th {
  430. text-align: center;
  431. }
  432. table .bg01 {
  433. background: #ebe5e1;
  434. }
  435. table .bg02 {
  436. background: #f9f7f6;
  437. }
  438. table .bg03 {
  439. background: #fffbe8;
  440. }
  441. table.txt_c th, table.txt_c td {
  442. text-align: center;
  443. }
  444. .service_link {
  445. width: 310px;
  446. margin: 0 auto;
  447. padding: 5px 90px;
  448. background: #f8f7f2;
  449. }
  450. * html .service_link {
  451. padding: 5px 50px;
  452. }
  453. *:first-child + html .service_link {
  454. padding: 5px 50px;
  455. }
  456. .service_link li {
  457. height: 25px;
  458. padding-left: 38px;
  459. padding-top: 5px;
  460. }
  461. .service_link .li01 {
  462. float: left;
  463. }
  464. .service_link .li02 {
  465. float: right;
  466. }
  467. .pageing {
  468. background: #ebe5e1;
  469. padding-top: 5px;
  470. }
  471. .pageing dt {
  472. width: 85px;
  473. text-align: center;
  474. }
  475. .pageing dd {
  476. width: 575px;
  477. }
  478. .pageing dd a {
  479. float: left;
  480. border: solid 1px #9e9d9d;
  481. padding: 2px 5px;
  482. display: block;
  483. min-width: 14px;
  484. text-align: center;
  485. background: #fff;
  486. margin: 0 4px 5px 0;
  487. }
  488. .pageing dt, .pageing dd {
  489. display: table-cell;
  490. vertical-align: middle;
  491. }
  492. .pageing dd span {
  493. float: left;
  494. border: solid 1px #9e9d9d;
  495. padding: 2px 5px;
  496. display: block;
  497. min-width: 14px;
  498. text-align: center;
  499. background: #fff;
  500. margin: 0 4px 5px 0;
  501. }
  502. *html .pageing {
  503. padding-bottom: 5px;
  504. }
  505. *html .pageing dt {
  506. display: inline;
  507. zoom: 1;
  508. }
  509. *html .pageing dd {
  510. display: inline;
  511. zoom: 1;
  512. }
  513. *html .pageing dd a {
  514. width: 14px;
  515. }
  516. *html .pageing dd span {
  517. width: 14px;
  518. }
  519. *:first-child + html .pageing {
  520. padding-bottom: 5px;
  521. }
  522. *:first-child + html .pageing dt {
  523. display: inline;
  524. zoom: 1;
  525. }
  526. *:first-child + html .pageing dd {
  527. display: inline;
  528. zoom: 1;
  529. }
  530. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  531. +-----+// ボーダー枠
  532. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  533. .border_box {
  534. padding: 15px 20px;
  535. border: solid 1px #cccccc;
  536. }
  537. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  538. +-----+// 罫線
  539. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  540. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  541. +-----+// 角丸ボーダー枠
  542. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  543. .radius_box_inner02 {
  544. padding: 15px 10px;
  545. height: 1%;
  546. }
  547. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  548. +-----+// 角丸ベージュ枠
  549. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  550. .beige_box_inner {
  551. padding: 10px 20px;
  552. }
  553. .beige_box_h {
  554. width: 324px;
  555. }
  556. .beige_box_h_inner {
  557. padding: 10px 20px;
  558. }
  559. .ime_off {
  560. ime-mode: disabled;
  561. }
  562. .ime_on {
  563. ime-mode: active;
  564. }
  565. .arrow_down {
  566. padding-bottom: 20px;
  567. }
  568. .arrow_link_b {
  569. padding-right: 10px;
  570. margin-left: 10px;
  571. }
  572. .btn_type01 li {
  573. float: left;
  574. display: block;
  575. width: 220px;
  576. }
  577. .btn_type02 li {
  578. float: left;
  579. width: 220px;
  580. }
  581. .btn_type02 li.left {
  582. width: 415px;
  583. text-align: right
  584. }
  585. .btn_type02 li.right {
  586. width: 245px;
  587. text-align: right
  588. }
  589. .btn_type02 li.left_3button {
  590. width: 140px;
  591. text-align: right
  592. }
  593. .btn_type02 li.center_3button {
  594. width: 177px;
  595. text-align: right
  596. }
  597. .btn_type02 li.right_3button {
  598. width: 230px;
  599. text-align: right
  600. }
  601. .btn_type02 li.right_seal {
  602. width: 103px;
  603. text-align: right
  604. }
  605. /* 過去履歴選択画面用 */
  606. .btn_type02 li.left_pastHistory {
  607. width: 120px;
  608. text-align: right
  609. }
  610. .btn_type02 li.center_pastHistory {
  611. width: 295px;
  612. text-align: right
  613. }
  614. .btn_type02 li.right_pastHistory {
  615. width: 270px;
  616. text-align: right
  617. }
  618. /* 社外Webでボタンを2つにするための対応 */
  619. .btn_type02 li.left_ext_web {
  620. width: 190px;
  621. text-align: right
  622. }
  623. .btn_type02 li.right_ext_web {
  624. width: 230px;
  625. text-align: right
  626. }
  627. .btn_typeCenter {
  628. text-align: center;
  629. }
  630. .li {
  631. width: 220px;
  632. }
  633. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  634. +-----+// リストマージン
  635. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  636. .li_mb5 li, .li_mb5 dd {
  637. margin-bottom: 5px;
  638. }
  639. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  640. +-----+// OL
  641. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  642. ol li {
  643. margin-left: 20px;
  644. list-style-type: decimal;
  645. }
  646. .circle li {
  647. list-style-type: circle !important;
  648. }
  649. ol.none li, ul.none li {
  650. margin-left: 0;
  651. list-style-type: none !important;
  652. }
  653. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  654. +-----+// LI
  655. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  656. ul.disc {
  657. margin-left: 10px;
  658. }
  659. ul.disc li {
  660. list-style-type: disc;
  661. }
  662. ul.square_r li {
  663. padding-left: 15px;
  664. margin-bottom: 5px;
  665. }
  666. ul.notes_red_m li {
  667. margin-top: 0.5em;
  668. padding-left: 15px;
  669. line-height: 140%;
  670. color: #C7000E;
  671. }
  672. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  673. +-----+// お問い合わせ番号
  674. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  675. .reqcode {
  676. width: 620px;
  677. margin: 0 auto;
  678. padding-bottom: 10px;
  679. }
  680. .reqcode li {
  681. float: left;
  682. margin: 0 30px 15px 10px;
  683. vertical-align: top;
  684. overflow: hidden;
  685. }
  686. .reqcode li span {
  687. width: 15px;
  688. display: inline;
  689. float: left;
  690. padding-top: 5px;
  691. text-align: right;
  692. }
  693. .reqcode li input {
  694. width: 220px;
  695. padding: 5px;
  696. margin-left: 10px;
  697. }
  698. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  699. +-----+// DL
  700. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  701. .form_layout {
  702. width: 327px;
  703. }
  704. .form_layout dt {
  705. padding: 10px;
  706. background: #ebe5e1;
  707. }
  708. .form_layout dt {
  709. padding: 10px;
  710. background: #ebe5e1;
  711. }
  712. .form_layout dd {
  713. padding: 0 10px;
  714. }
  715. .zip_layout dt {
  716. width: 120px;
  717. float: left;
  718. }
  719. .zip_layout dd {
  720. width: 350px;
  721. float: left;
  722. }
  723. .csv_download {
  724. border: solid 1px #808080;
  725. margin: 10px;
  726. padding: 10px;
  727. }
  728. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  729. +-----+// テキスト
  730. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  731. .txt_type01 {
  732. font-size: 110%;
  733. font-weight: bold;
  734. }
  735. .txt_type02 {
  736. font-size: 90%;
  737. }
  738. .txt_type03 {
  739. font-size: 100%;
  740. }
  741. .txt_type04 {
  742. font-size: 200%;
  743. font-weight: bold;
  744. color: #d70012;
  745. }
  746. .txt_type05 {
  747. font-size: 140%;
  748. font-weight: bold;
  749. color: #d70012;
  750. }
  751. .txt_type06 {
  752. font-size: 120%;
  753. }
  754. .txt_type07 {
  755. font-size: 160%;
  756. }
  757. .bold {
  758. font-weight: bold;
  759. }
  760. .normal {
  761. font-weight: normal;
  762. }
  763. .txt_l {
  764. text-align: left !important;
  765. }
  766. .txt_r {
  767. text-align: right !important;
  768. }
  769. .txt_c {
  770. text-align: center !important;
  771. }
  772. .color_r {
  773. color: #d70012;
  774. }
  775. .color_g {
  776. color: #bbbbbb;
  777. }
  778. .color_b {
  779. color: #0000ff;
  780. }
  781. .textarea_type01 {
  782. resize: none;
  783. width: 683px;
  784. height: 100px;
  785. }
  786. h4.input {
  787. background-color: #FFECEC;
  788. border-bottom: #C00 1px dotted;
  789. text-indent: 0.5em;
  790. margin-bottom: 10px;
  791. }
  792. ul.sliplist li {
  793. display: inline-block;
  794. vertical-align: top;
  795. width: 47%;
  796. margin: 10px 5px;
  797. }
  798. ul.sliplist li p {
  799. border-top: 2px solid #FFE1E1;
  800. padding: 3px 3px 3px 5px;
  801. }
  802. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  803. +-----+// v-align
  804. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  805. .v_align {
  806. vertical-align: top;
  807. }
  808. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  809. +-----+// フロート
  810. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  811. .float_l {
  812. float: left;
  813. }
  814. .float_r {
  815. float: right;
  816. }
  817. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  818. +-----+// マージン設定
  819. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  820. .m_auto {
  821. margin-left: auto !important;
  822. margin-right: auto !important;
  823. }
  824. .m_10 {
  825. margin: 10px;
  826. }
  827. .m_t0 {
  828. margin-top: 0px !important;
  829. }
  830. .m_t5 {
  831. margin-top: 5px !important;
  832. }
  833. .m_t10 {
  834. margin-top: 10px !important;
  835. }
  836. .m_t15 {
  837. margin-top: 15px !important;
  838. }
  839. .m_t20 {
  840. margin-top: 20px !important;
  841. }
  842. .m_t25 {
  843. margin-top: 25px !important;
  844. }
  845. .m_t30 {
  846. margin-top: 30px !important;
  847. }
  848. .m_t40 {
  849. margin-top: 40px !important;
  850. }
  851. .m_b0 {
  852. margin-bottom: 0px !important;
  853. }
  854. .m_b5 {
  855. margin-bottom: 5px !important;
  856. }
  857. .m_b10 {
  858. margin-bottom: 10px !important;
  859. }
  860. .m_b15 {
  861. margin-bottom: 15px !important;
  862. }
  863. .m_b20 {
  864. margin-bottom: 20px !important;
  865. }
  866. .m_b25 {
  867. margin-bottom: 25px !important;
  868. }
  869. .m_b30 {
  870. margin-bottom: 30px !important;
  871. }
  872. .m_b40 {
  873. margin-bottom: 40px !important;
  874. }
  875. .m_r0 {
  876. margin-right: 0px !important;
  877. }
  878. .m_r5 {
  879. margin-right: 5px !important;
  880. }
  881. .m_r10 {
  882. margin-right: 10px !important;
  883. }
  884. .m_r15 {
  885. margin-right: 15px !important;
  886. }
  887. .m_r20 {
  888. margin-right: 20px !important;
  889. }
  890. .m_r25 {
  891. margin-right: 25px !important;
  892. }
  893. .m_r30 {
  894. margin-right: 30px !important;
  895. }
  896. .m_l0 {
  897. margin-left: 0px !important;
  898. }
  899. .m_l5 {
  900. margin-left: 5px !important;
  901. }
  902. .m_l10 {
  903. margin-left: 10px !important;
  904. }
  905. .m_l15 {
  906. margin-left: 15px !important;
  907. }
  908. .m_l20 {
  909. margin-left: 20px !important;
  910. }
  911. .m_l25 {
  912. margin-left: 25px !important;
  913. }
  914. .m_l30 {
  915. margin-left: 30px !important;
  916. }
  917. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  918. +-----+// パディング設定
  919. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  920. .p_0 {
  921. padding: 0 !important;
  922. }
  923. .p_1 {
  924. padding: 1px !important;
  925. }
  926. .p_3 {
  927. padding: 3px !important;
  928. }
  929. .p_5 {
  930. padding: 5px !important;
  931. }
  932. .p_10 {
  933. padding: 10px !important;
  934. }
  935. .p_15 {
  936. padding: 15px !important;
  937. }
  938. .p_20 {
  939. padding: 20px !important;
  940. }
  941. .p_30 {
  942. padding: 30px !important;
  943. }
  944. .p_t0 {
  945. padding-top: 0px !important;
  946. }
  947. .p_t5 {
  948. padding-top: 5px !important;
  949. }
  950. .p_t10 {
  951. padding-top: 10px !important;
  952. }
  953. .p_t15 {
  954. padding-top: 15px !important;
  955. }
  956. .p_t20 {
  957. padding-top: 20px !important;
  958. }
  959. .p_t25 {
  960. padding-top: 25px !important;
  961. }
  962. .p_t30 {
  963. padding-top: 30px !important;
  964. }
  965. .p_b0 {
  966. padding-bottom: 0px !important;
  967. }
  968. .p_b5 {
  969. padding-bottom: 5px !important;
  970. }
  971. .p_b10 {
  972. padding-bottom: 10px !important;
  973. }
  974. .p_b15 {
  975. padding-bottom: 15px !important;
  976. }
  977. .p_b20 {
  978. padding-bottom: 20px !important;
  979. }
  980. .p_b25 {
  981. padding-bottom: 25px !important;
  982. }
  983. .p_b30 {
  984. padding-bottom: 30px !important;
  985. }
  986. .p_r0 {
  987. padding-right: 0px !important;
  988. }
  989. .p_r5 {
  990. padding-right: 5px !important;
  991. }
  992. .p_r10 {
  993. padding-right: 10px !important;
  994. }
  995. .p_r15 {
  996. padding-right: 15px !important;
  997. }
  998. .p_r20 {
  999. padding-right: 20px !important;
  1000. }
  1001. .p_r25 {
  1002. padding-right: 25px !important;
  1003. }
  1004. .p_r30 {
  1005. padding-right: 30px !important;
  1006. }
  1007. .p_l0 {
  1008. padding-left: 0px !important;
  1009. }
  1010. .p_l5 {
  1011. padding-left: 5px !important;
  1012. }
  1013. .p_l10 {
  1014. padding-left: 10px !important;
  1015. }
  1016. .p_l15 {
  1017. padding-left: 15px !important;
  1018. }
  1019. .p_l20 {
  1020. padding-left: 20px !important;
  1021. }
  1022. .p_l25 {
  1023. padding-left: 25px !important;
  1024. }
  1025. .p_l30 {
  1026. padding-left: 30px !important;
  1027. }
  1028. .p_l40 {
  1029. padding-left: 40px !important;
  1030. }
  1031. .p_l50 {
  1032. padding-left: 50px !important;
  1033. }
  1034. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1035. +-----+// width
  1036. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  1037. .w_50 {
  1038. width: 50px;
  1039. }
  1040. .w_60 {
  1041. width: 60px;
  1042. }
  1043. .w_70 {
  1044. width: 70px;
  1045. }
  1046. .w_80 {
  1047. width: 80px;
  1048. }
  1049. .w_100 {
  1050. width: 100px;
  1051. }
  1052. .w_105 {
  1053. width: 105px;
  1054. }
  1055. .w_120 {
  1056. width: 120px;
  1057. }
  1058. .w_140 {
  1059. width: 140px;
  1060. }
  1061. .w_150 {
  1062. width: 150px;
  1063. }
  1064. .w_155 {
  1065. width: 155px;
  1066. }
  1067. .w_158 {
  1068. width: 158px;
  1069. }
  1070. .w_164 {
  1071. width: 164px;
  1072. }
  1073. .w_170 {
  1074. width: 170px;
  1075. }
  1076. .w_180 {
  1077. width: 180px;
  1078. }
  1079. .w_200 {
  1080. width: 200px;
  1081. }
  1082. .w_210 {
  1083. width: 210px;
  1084. }
  1085. .w_211 {
  1086. width: 211px;
  1087. }
  1088. .w_223 {
  1089. width: 223px;
  1090. }
  1091. .w_233 {
  1092. width: 233px;
  1093. }
  1094. .w_234 {
  1095. width: 234px;
  1096. }
  1097. .w_250 {
  1098. width: 250px;
  1099. }
  1100. .w_300 {
  1101. width: 300px;
  1102. }
  1103. .w_320 {
  1104. width: 320px;
  1105. }
  1106. .w_327 {
  1107. width: 327px;
  1108. }
  1109. .w_328 {
  1110. width: 328px;
  1111. }
  1112. .w_350 {
  1113. width: 350px;
  1114. }
  1115. .w_380 {
  1116. width: 380px;
  1117. }
  1118. .w_400 {
  1119. width: 400px;
  1120. }
  1121. .w_450 {
  1122. width: 450px;
  1123. }
  1124. .w_470 {
  1125. width: 470px;
  1126. }
  1127. .w_480 {
  1128. width: 480px;
  1129. }
  1130. .w_500 {
  1131. width: 500px;
  1132. }
  1133. .w_550 {
  1134. width: 550px;
  1135. }
  1136. .w_600 {
  1137. width: 600px;
  1138. }
  1139. .w_650 {
  1140. width: 650px;
  1141. }
  1142. .w_656 {
  1143. width: 656px;
  1144. }
  1145. /*+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1146. +-----+// height
  1147. --+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
  1148. .h_100 {
  1149. height: 100px;
  1150. }
  1151. /*
  1152. +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1153. +-----+// ContentClear
  1154. +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1155. */
  1156. .clear_b {
  1157. clear: both;
  1158. }
  1159. .clear_l {
  1160. clear: left;
  1161. }
  1162. .clear_r {
  1163. clear: right;
  1164. }
  1165. .clearfix:after {
  1166. content: ".";
  1167. display: block;
  1168. height: 0;
  1169. clear: both;
  1170. visibility: hidden;
  1171. }
  1172. * html .clearfix {
  1173. height: 1%;
  1174. }
  1175. *:first-child + html .clearfix {
  1176. height: 1%;
  1177. }