@charset "UTF-8";
/* -------------------------------------------------------
style.css for 高速道路まなぶっくスマホサイト w/sass
creation date:08-25-2014
scss/style.scss
---------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: top; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ---------------------------------
*    Font Size
*   14rem = 14px
*/
.x-large, h1.heading {
  font-size: 24px;
  font-size: 24rem; }

.large, .news h2 {
  font-size: 18px;
  font-size: 18rem; }

.mid, h1.heading span, h2.heading, .pre-message {
  font-size: 16px;
  font-size: 16rem; }

.l-small, address, .footerlink, .outline-intro .progress-foto .progress-dscp, .target dd, .sv-contact dl {
  font-size: 13px;
  font-size: 13rem; }

.small, .informaiton, .tol-cautions, .comment-ic, .tol-seller, .c-highway span, .for-app {
  font-size: 12px;
  font-size: 12rem; }

.x-small, .ic-map span {
  font-size: 10px;
  font-size: 10rem; }

.xx-small {
  font-size: 9px;
  font-size: 9rem; }

/*======================================

Structure Module

=======================================*/
html {
  font-size: 6.25%;
  -webkit-tap-highlight-color: rgba(255, 255, 0, 0.6); }

body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  font-size: 14rem;
  line-height: 1.42857;
  color: #262626;
  background-color: #fff;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 20px; }

/* Links -------------------------------------------*/
a {
  color: #366797;
  text-decoration: underline; }
  a .text-link {
    text-decoration: underline; }
  a:hover, a:focus {
    color: #366797;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

::-moz-selection {
  background: #009EC7;
  color: #fff; }

::selection {
  background: #009EC7;
  color: #fff; }

img {
  vertical-align: top; }

img:not([width]) {
  /* Retinaディスプレイ対応のためimg要素は半分の大きさに */ }

address {
  font-style: normal;
  text-align: center !important; }

.list {
  margin: 0;
  padding: 0; }
  .list:before, .list:after {
    content: " ";
    display: table; }
  .list:after {
    clear: both; }

.list li {
  list-style: none; }

a img:hover {
  opacity: .6; }

em {
  font-style: normal;
  color: #c00; }
  em.caution {
    font-weight: bold; }

/*----------------------------------------------------
 $ Structure Module
----------------------------------------------------*/
#allDocment {
  overflow: hidden;
  width: 100%;
  margin: 0; }

.section-contents {
  width: 920px;
  margin: 0 auto; }
  .section-contents:before, .section-contents:after {
    content: " ";
    display: table; }
  .section-contents:after {
    clear: both; }

.aside {
  float: right;
  width: 245px; }

.contents-container {
  width: 830px;
  margin: 0 auto 40px; }
  .contents-container:before, .contents-container:after {
    content: " ";
    display: table; }
  .contents-container:after {
    clear: both; }

.contents {
  margin: 0 15px 40px; }
  .contents:before, .contents:after {
    content: " ";
    display: table; }
  .contents:after {
    clear: both; }
  .contents .read {
    margin-top: 0; }

.contents-single {
  width: 600px;
  margin: 0 auto; }

.contents-singles {
  margin-bottom: 4em; }
  .contents-singles h4 {
    margin-bottom: 0; }

/*----------------------------------------------------
$ header
----------------------------------------------------*/
.header {
  width: 956px;
  height: 88px;
  margin: 0 auto;
  text-align: left;
  background: url(../img/bg_header.png) no-repeat; }
  .header h1, .header p {
    float: left;
    display: inline;
    width: 390px;
    height: 35px;
    margin: 26px 0 0 17px; }
  .header .topbanner {
    float: right;
    display: inline;
    margin: 15px 24px 0 0; }

.gnav {
  list-style: none;
  width: 925px;
  padding: 0;
  margin: 25px auto; }
  .gnav:before, .gnav:after {
    content: " ";
    display: table; }
  .gnav:after {
    clear: both; }
  .gnav li {
    float: left;
    width: 154px;
    height: 41px; }
    .gnav li a {
      display: block;
      width: 154px;
      height: 41px;
      text-indent: -9999px;
      outline: none;
      background-image: url("../img/sprites.png");
      background-repeat: no-repeat; }
      .gnav li a.g-home {
        background-position: 0 0; }
        .gnav li a.g-home:hover {
          background-position: 0 -50px; }
        .gnav li a.g-home.current, .gnav li a.g-home.parentsLink {
          background-position: 0 -50px; }
      .gnav li a.g-outline {
        background-position: -154px 0; }
        .gnav li a.g-outline:hover {
          background-position: -154px -50px; }
        .gnav li a.g-outline.current, .gnav li a.g-outline.parentsLink {
          background-position: -154px -50px; }
      .gnav li a.g-tollage {
        background-position: -308px 0; }
        .gnav li a.g-tollage:hover {
          background-position: -308px -50px; }
        .gnav li a.g-tollage.current, .gnav li a.g-tollage.parentsLink {
          background-position: -308px -50px; }
      .gnav li a.g-special_vehicle {
        background-position: -462px 0; }
        .gnav li a.g-special_vehicle:hover {
          background-position: -462px -50px; }
        .gnav li a.g-special_vehicle.current, .gnav li a.g-special_vehicle.parentsLink {
          background-position: -462px -50px; }
      .gnav li a.g-ad {
        width: 155px;
        background-position: -616px 0; }
        .gnav li a.g-ad:hover {
          background-position: -616px -50px; }
        .gnav li a.g-ad.current, .gnav li a.g-ad.parentsLink {
          background-position: -616px -50px; }
      .gnav li a.g-contactus {
        width: 155px;
        background-position: -771px 0; }
        .gnav li a.g-contactus:hover {
          background-position: -771px -50px; }
        .gnav li a.g-contactus.current, .gnav li a.g-contactus.parentsLink {
          background-position: -771px -50px; }

/*----------------------------------------------------
$ footer
----------------------------------------------------*/
.footerlink {
  clear: both;
  width: 920px;
  margin: 1em auto 0;
  text-align: left; }
  .footerlink ul {
    float: left;
    margin: 0;
    padding: 0px;
    list-style: none; }
    .footerlink ul li {
      margin: 0;
      padding: 0; }
  .footerlink p {
    float: right;
    padding: 0;
    margin: 0 0 10px; }
    .footerlink p img {
      vertical-align: middle;
      margin-right: 4px; }
    .footerlink p a {
      color: #333;
      text-decoration: none; }
      .footerlink p a:visited {
        color: #333; }
      .footerlink p a:hover {
        color: #333; }
      .footerlink p a:active {
        color: #333; }

.copyright {
  clear: both;
  background: url(../img/bg_footer.jpg) repeat-x top;
  padding: 20px;
  text-align: center; }

/*----------------------------------------------------
 $contents
----------------------------------------------------*/
.center {
  clear: both;
  text-align: center; }

.shortcut-link {
  clear: both;
  list-style: none;
  margin: 0 -8px 4em;
  padding: 0;
  zoom: 1; }
  .shortcut-link:before, .shortcut-link:after {
    content: " ";
    display: table; }
  .shortcut-link:after {
    clear: both; }
  .shortcut-link li {
    float: left;
    margin: 10px 8px; }

*:first-child + html .shortcut-link li {
  margin: 10px 4px; }

.read {
  line-height: 1.75;
  margin-bottom: 2em; }

.path-kind {
  border-bottom: 1px dotted #999999;
  margin-bottom: 1em;
  padding: 0 10px; }

.path-kind-other {
  border-top: 1px solid #999999;
  padding: 0 10px; }

.informaiton {
  line-height: 1.7; }

.outline-intro:before, .outline-intro:after {
  content: " ";
  display: table; }
.outline-intro:after {
  clear: both; }
.outline-intro img {
  margin: 10px 0; }
.outline-intro .posmap {
  float: left;
  text-align: center;
  width: 300px; }
.outline-intro .constfoto {
  float: right;
  text-align: center;
  width: 320px; }
.outline-intro .progress-foto {
  width: 310px;
  text-align: center; }
  .outline-intro .progress-foto .progress-dscp {
    display: block;
    text-align: left !important; }
.outline-intro .progress-odd {
  float: left; }
.outline-intro .progress-even {
  float: right; }

.outline-intro-img {
  margin-bottom: 2em; }
  .outline-intro-img img {
    margin: 10px 0; }

.progress-close {
  margin-bottom: 0; }

.tol-wrapper:before, .tol-wrapper:after {
  content: " ";
  display: table; }
.tol-wrapper:after {
  clear: both; }

.tol-l {
  width: 490px;
  float: left; }

.tol-r {
  width: 290px;
  float: right; }
  .tol-r p {
    margin-top: 0; }
  .tol-r .informaiton {
    margin: 0; }

.tol-read {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0; }
  .tol-read li {
    margin-bottom: 1.4em; }
    .tol-read li .sub {
      display: block;
      padding: 7px 0 0 0;
      margin: 0 0 0 29px; }

.ic-map span {
  display: block;
  margin: 3px 0 -5px 0;
  line-height: 1.2 !important; }

.tol-cautions {
  line-height: 1.5; }

.comment-ic {
  padding: 8px;
  border: #999 2px dotted;
  margin-bottom: 10px;
  text-align: center; }
  .comment-ic p {
    margin: 0; }

.tol-seller {
  border: 1px solid #cc0000;
  color: #cc0000;
  padding: 7px; }
  .tol-seller p {
    margin: 0; }
  .tol-seller .shop {
    margin: 7px 0;
    font-weight: bold; }

.mojikou {
  color: #A25B9B;
  font-weight: bold; }

.moji {
  color: #CC7C25;
  font-weight: bold; }

.shimonoseki {
  color: #009BAF;
  font-weight: bold; }

.tol-contents-single {
  width: 653px;
  margin: 0 auto; }
  .tol-contents-single h3 {
    margin-bottom: 7px; }
  .tol-contents-single p {
    margin: 0 0 2em; }
  .tol-contents-single .dl-btn {
    margin: 0 0 1em 0; }

.c-highway {
  line-height: 1.5;
  border: 1px dashed #ccc;
  background: #f1f1f1;
  padding: 10px 15px;
  color: #444; }
  .c-highway p {
    margin: 0; }
  .c-highway strong {
    display: block;
    margin-bottom: 7px; }

.uc {
  margin: 5em 0; }

.target {
  margin: 0;
  padding: 0; }
  .target dt {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-weight: bold; }
    .target dt span.target-area {
      padding: 0 0 0 4px;
      border-left: 3px solid #009dc7; }
  .target dd {
    margin: 0 0 2em 2em;
    padding: 0;
    line-height: 1.7; }

.sv-caution em {
  padding: 7px;
  border: 1px solid #cc0000;
  font-weight: normal; }

.list-sv li {
  line-height: 1.7; }

.list-sv-secondline {
  margin-bottom: 2em; }

.heading-sv {
  margin: 0;
  padding: 0 0 0 4px;
  border-left: 3px solid #009dc7; }

.sv-contact {
  margin: 50px auto 0;
  text-align: center;
  width: 600px; }
  .sv-contact h3 {
    margin-bottom: 0; }
  .sv-contact dl {
    text-align: left;
    border: 1px solid #009dc7;
    padding: 20px 20px 0 20px; }
  .sv-contact dt {
    font-weight: bold;
    color: #009dc7;
    margin-bottom: 7px; }
  .sv-contact dd {
    margin: 0 0 20px 0;
    padding: 0; }

.for-app {
  line-height: 1.75; }

/*----------------------------------------------------
 heading
----------------------------------------------------*/
h1.heading {
  border-bottom: 2px solid #009dc7;
  padding: 0 0 3px 0;
  margin: 0 0 1em 0; }

h2.heading {
  background: #009dc7;
  color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 8px 15px;
  margin: 0 0 1.7em 0; }

/*----------------------------------------------------
 $table
----------------------------------------------------*/
.table {
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border: 2px solid #666; }
  .table th {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #666;
    font-weight: bold;
    background: #e4e4e4;
    padding: 10px 10px;
    width: 92px; }
  .table td {
    border: 1px solid #666;
    padding: 10px 20px; }

/*----------------------------------------------------
$ news
----------------------------------------------------*/
.news {
  margin: 2em 0; }
  .news h2 {
    border-bottom: 2px solid #009dc7;
    padding: 0 0 3px 0;
    margin: 0 0 1em 0; }
  .news dl {
    margin-bottom: 5em; }
  .news dd {
    margin: -1.4em 0 .8em 6em; }

/*----------------------------------------------------
$ banner
----------------------------------------------------*/
.cover {
  width: 950px;
  margin: 0 auto 30px; }

.cover-s {
  width: 950px;
  margin: 0 auto; }
  .cover-s p {
    margin: 0; }

/*----------------------------------------------------
$ index
----------------------------------------------------*/
.section-index {
  float: left;
  width: 640px; }

.pre-message {
  font-weight: bold; }

.index-info {
  text-align: center; }

/*----------------------------------------------------
$ list
----------------------------------------------------*/
.aside-list {
  margin-bottom: 2em; }

/*----------------------------------------------------
$ btn
----------------------------------------------------*/
.btn {
  background: url("../img/sprites.png") no-repeat;
  text-indent: -9999px;
  display: block;
  border: none;
  background-size: 320px auto; }

/*----------------------------------------------------
$ icon
----------------------------------------------------*/
.icon {
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: inline-block;
  background-size: 25px auto;
  background-position: 0 0;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  margin-right: 3px; }

.icon-home {
  margin-top: 0;
  background-position: 0 -148px; }

.icon-page-top {
  margin-top: 0;
  background-position: 0 -110px; }

.icon-pc {
  margin-top: 2px;
  background-position: 0 -184px; }

/*----------------------------------------------------
$ img
----------------------------------------------------*/
.full-w {
  width: 100%; }

.attached {
  width: 100%; }

/*----------------------------------------------------
$ Breadcrumbs
----------------------------------------------------*/
.breadcrumb {
  width: 920px;
  padding: 15px 0;
  margin: 0 auto 40px;
  list-style: none;
  font-size: 12px; }
  .breadcrumb > li {
    display: inline-block;
    line-height: 1.75; }
    .breadcrumb > li + li:before {
      content: "> ";
      padding: 0 2px;
      color: #242424; }
  .breadcrumb > .active {
    color: #242424; }

/*モバイルメッセージ*/
#mobile-message {
  position: relative;
  text-align: center;
  padding: 30px 0 0 0;
  color: #fff;
  background: #231815 url(../img/bg_stripe.png) repeat-x; }

#mobile-message a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 25px 0 60px;
  text-decoration: none;
  font-size: 4em;
  margin: 0;
  background: #231815 url(../img/bg_stripe.png) repeat-x left bottom; }

.big-attention {
  margin: 2em auto 5em;
  font-size: 21px;
  font-weight: bold; }
