@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  border: 1px solid #999999;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {

}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

/**
 * Address styling not present in IE 6/7/8/9.
 */

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/* ==========================================================================
   Original Style
   ========================================================================== */

body {
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 100%;
  line-height: 1.2;
  text-align: center;
}
html,
button,
input,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
*+html body {overflow-y: hidden;}
h1,h2,h3,h4,h5,h6 {
  margin: 1em 0 .6em;
  clear: both;
  font-weight: bold;
}
h1 {
  font-size: 225%;
  font-weight: normal;
}
h2 {
  font-size: 150%;
  color: #0E5FA6;
  font-weight: normal;
}
h3 {
  font-size: 118.8%;
  color: #333333;
}
h4 {
  font-size: 106.3%;
  color: #000000;
}
h5 {
  font-size: 100%;
  color: #333333;
}
h6 {
  font-size: 93.8%;
  color: #555555;
}
p {
  font-size: 93.8%;
  line-height: 1.6;
}
span {
  font-size: 87.5%;
  line-height: 1.75;
}
li {

}
em {
  font-style: italic;
}
a {
  color: #0E4183;
}
a:visited {
  color: #57317F;
}
a:hover {
  color: #660000;
}
a:focus {

}
textarea,
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2 a {
  color: #0E5FA6;
}
#wrapper {
  position: relative;
  min-width: 1216px;
  margin: 0 auto;
}
#wrapper_cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 120%;
  background: #000;
  opacity: 0.7;
  display: none;
  cursor: pointer;
}
#wrapper #policy2 {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  width: 732px;
  padding: 30px;
  z-index: 20000;
  display: none;
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/policy_symbol.png) no-repeat 245px 0;
}
#wrapper #policy2 ul {
  margin: 0;
  padding: 0;
}
#wrapper #policy2 .remove {
  cursor: pointer;
  background: url(https://www.pref.kanagawa.jp/img/parts/remove_black.png) no-repeat right center;
  margin: 0;
  padding: 5px 30px 5px 0;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  font-size: 87.5%;
}
#wrapper #policy2 #policy_title {
  float: none;
  font-size: 137.5%;
  padding: 5px 0 25px;
}
#wrapper #policy2 li {
  float: left;
  margin: 10px;
}
#top_index #header_cover {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 241px;
  width: 100%;
  background: url(https://www.pref.kanagawa.jp/img/parts/header_cover.png) left top repeat-x;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65), rgba(0,0,0,0));
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0.65)), to(rgba(0,0,0,0)));
  background: -o-linear-gradient(top, rgba(0,0,0,0.65), rgba(0,0,0,0));
  background: linear-gradient(to bottom, rgba(0,0,0,0.65), rgba(0,0,0,0));
}
.inner {
  width: 1136px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#top_index img:hover {
  opacity: 0.7;
}
#top_index #header_wrapper {
  background: url(https://www.pref.kanagawa.jp/img/parts/background.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
#header_wrapper #skip a {
  color: #fff;
}
#top_index #main .inner {
  width: 1136px;
}
#top_index a {
  color: #000;
  text-decoration: underline;
}
#top_index a:hover {
  text-decoration: none;
}
#top_index img {
  vertical-align: bottom;
}
#top_index #menu,
#top_index #header {
  background: transparent;
}
#top_index #menu ul li {
  background: url(https://www.pref.kanagawa.jp/img/parts/top_menu_border.png) no-repeat left top;
}
#header {
  min-height: 103px;
  min-width: 1136px;
  background: #0b3857;
  position: relative;
  z-index: 20;
}


#header .inner {
  z-index: 9999;
}
#header #symbol {
  width: 20%;
  float: left;
}
#header #symbol a {
  background: url(https://www.pref.kanagawa.jp/img/parts/symbol.png) no-repeat 16px top;
  display: block;
  font-size: 197%;
  line-height: 1;
  text-indent: -9999px;
  height: 103px;
  position: relative;
  z-index: 100;
}
#header #symbol a:hover {
  opacity: 0.7
}
#nav {
  float: left;
  width: 80%;
  min-height: 75px;
  margin-top: 28px;
  display: block;
}
#nav>.remove,
#nav_search,
.menutoggle {
  display: none;
}
#menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #595d60;
}
#menu ul {
  margin: 0;
  padding: 0;
  float: right;
}
#menu ul li {
  float: left;
  padding: 5px 17px 4px;
  background: url(https://www.pref.kanagawa.jp/img/parts/menu_border.png) no-repeat left top;
}
#menu ul li a {
  color: #fff;
}
.form label, .text, .image {
  position: absolute;
  display: block;
}
.form input[type="text"] {
  border: none;
  padding: 0 20px 0 20px;
}
#search-box-header {
  padding: 25px 0;
}
#search-box-header .form {
  position: relative;
  height: 70px;
  width: 820px;
  margin: 0 auto;
  font-size: 118.8%;
}
#search-box-header input.text {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/placeholder.png) no-repeat 20px center;
  border: none;
  width: 740px;
  height: 70px;
  border-radius: 3px 0 0 3px;
}
#search-box-header input.text::-webkit-input-placeholder {
  color: #a5b9c8;
}
#search-box-header input.text:-ms-input-placeholder {
  color: #a5b9c8;
}
#search-box-header input.text::-moz-placeholder {
  color: #a5b9c8;
}
#search-box-header .image {
  background: #54585b;
  right: 0;
  top: 0;
  width: 80px;
  height: 70px;
  border: none;
  color: #fff;
  padding: 0;
  border-radius: 0 3px 3px 0;
}
#search {
  padding: 0 0 66px;
  position: relative;
  background: rgba(202,207,209,0.5);
}
#search_inner {
  margin: 0 auto;
  width: 820px;
  position: relative;
  top: -20px;
}
#search-box {
  padding: 0;
  position: relative;
  z-index: 10;
}
#search-box .form {
  position: relative;
  height: 70px;
  font-size: 118.8%;
}
#search-box input.text {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/placeholder.png) no-repeat 20px center;
  border: none;
  width: 740px;
  height: 70px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #adadad;
}
#search-box input.text::-webkit-input-placeholder {
  color: #a5b9c8;
}
#search-box input.text:-ms-input-placeholder {
  color: #a5b9c8;
}
#search-box input.text::-moz-placeholder {
  color: #a5b9c8;
}
#search-box .image {
  background: #0e3956;
  right: 0;
  top: 0;
  width: 80px;
  height: 70px;
  border: none;
  color: #fff;
  padding: 0;
  border-radius: 0 3px 3px 0;
}
#search .search_body {
  width: 820px;
  padding: 15px 0;
  margin: 0 auto;
}
#search .search_body ul {
  margin: 0;
  padding: 0;
}
#search .search_body ul li {
  float: left;
  margin: 0 10px 10px 0;
}
#search .search_body ul li a {
  background: #0e3956;
  background: rgba(14,57,86,1);
  color: #fff;
  display: block;
  padding: 16px 10px;
  border-radius: 3px 3px;
  text-decoration: none;
}
#search .search_body ul li.emphasis a {
  background: #db476e;
  background: rgba(219,71,110,1);
}
#search .search_body ul li a:hover {
  background: rgba(14,57,86,0.7);
}
#search .search_body ul li.emphasis a:hover {
  background: #db476e;
  background: rgba(219,71,110,0.7);
}
#feature  {
    position: absolute;
    right: 10px;
    top: 80px;
}
#top_index #main {
  padding-top: 66px;
}
#main {
  background: #DADEDF;
  padding: 0.8em 0 1em;
}
#main h1 {
  margin-bottom: 0.2em;
}
#contents {
  width: 884px;
  float: left;
}
#contents h2 {
  font-size: 146.5%;
  color: #0E5FA6;
  font-weight: bold;
  border-left: 5px solid #0E5FA6;
  border-bottom: 1px dotted #0E5FA6;
  padding: 5px 0 5px 8px;
}
#contents #contents {
  width: auto;
}
#event #contents {
  width: 1136px;
}
#contents h3 {
  padding: 3px 20px 3px 5px;
  border-left: 5px solid #B9CCD0;
}
#contents ul,
#contents ol {
  padding: 0;
  margin: 0;
}
#contents ul li {
  background: url(https://www.pref.kanagawa.jp/img/parts/list.png) no-repeat left 4px;
  padding: 0 0 0 16px;
  margin: .4em 0;
}
#contents ul li ul li{
  background: none;
}
#contents ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#contents ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
  margin: .4em 0;
}
#contents a:hover {
  background-color: #E5F2F9;
}
#sub {
  width: 236px;
  float: right;
  line-height: 1.2;
  word-wrap: break-word;
}
#back {
  background: #dadedf;
  padding: 40px 0;

}
#back a {
  background: url(https://www.pref.kanagawa.jp/img/parts/back.png) no-repeat center 10px;
  padding: 65px 20px 20px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  color: #000;
  display: block;
  font-size: 81.3%;
  font-weight: bold;
}
#back a:hover {
  text-decoration: none;
}
#footer {
  color: #fff;
  overflow: hidden;
}
#footer a {
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer-header {
  background: #767676;
}
#footer-menu {
  padding: 52px 0 13px;
}
#footer-menu ul {
  padding: 0;
  margin: 0;
  float: right;
}
#footer-menu ul li {
  float: left;
  margin: 0 16px 0 0;
  font-size: 81.3%;
}
#footer-menu ul li a {
  display: block;
  padding: 4px 12px;
  color: #000;
}
#footer-search {
  position: absolute;
  top: 11px;
  right: 0;
  height: 28px;
  width: 335px;
}
#footer-search .form {
  position: relative;
}
#footer-search .form label {
  color: #fff;
  left: 0;
  top: 5px;
}
#footer-search .text {
  background: #fff;
  border: none;
  width: 220px;
  height: 22px;
  right: 0;
  top: 0;
}
#footer-search .image {
  background: url(https://www.pref.kanagawa.jp/img/parts/glass.png) no-repeat left top;
  position: absolute;
  right: 7px;
  top: .25em;
  width: 18px;
  height: 18px;
  border: none;
  text-indent: -9999px;
}
#footer-main {
  padding: 40px 0 0;
}
#footer-nav {
  background: url(https://www.pref.kanagawa.jp/img/parts/footer_icons.png) no-repeat 72px 10px;
  display: table;
}
#footer-nav div {
  border-left: 1px solid #eaeaea;
  width: 171px;
  padding: 50px 8px 0 9px;
  display: table-cell;
}
#footer-nav div.fl1 {
  border-left: none;
}
#footer-nav div h2 {
  font-size: 112.5%;
  margin: 0 0 15px;
}
#footer-nav div h2 a {
  display: block;
  padding: 6px 0 4px;
  margin: 0;
  font-weight: bold;
  color: #000;
}
#footer-nav div ul {
  padding: 0;
  margin: 0;
}
#footer-nav div ul li {
  float: none;
  margin: 6px 0;
}
#footer-nav div ul li a {
  display: block;
  padding: 5px 0 4px;
  font-size: 87.5%;
  color: #000;
}
#footer-info {
  background: #0e3956;
  height: 75px;
}
#footer-info a {
  color: #fff;
}
#footer-info p {
  margin: 0;
  font-size: 87.5%;
}
#footer-symbol {
  float: left;
}
#footer-symbol a {
  display: block;
  width: 170px;
  height: 75px;
  text-indent: -9999px;
  background: url(https://www.pref.kanagawa.jp/img/parts/symbol_footer.png) no-repeat left top;
}
#footer-address {
  float: left;
  margin-top: 31px;
}
#footer-address span {
  margin-left: 20px;
  font-size: 100%;
}
#footer-address .link a {
  background: #e9e9e9 url(https://www.pref.kanagawa.jp/img/parts/arrow_gray.png) no-repeat right center;
  padding: 3px 30px 3px 15px;
  text-decoration: none;
  margin-left: 2em;
  color: #000;
}
#footer-address .link a:hover {
  background-color: #E5F2F9;
  text-decoration: underline;
}
#footer-access {
  font-size: 87.5%;
  float: right;
  border-left: 1px solid #0a283c;
  border-right: 1px solid #0a283c;
}
#footer-access a {
  background: url(https://www.pref.kanagawa.jp/img/parts/plot.png) no-repeat 25px center;
  color: #fff;
  padding: 25px 25px 26px 55px;
  display: block;
}
#footer-access a span {
  font-size: 100%;
}
#footer-copy {
  background-color: #595d60;
}
#footer-copy p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section {
  background: #fff;
  padding: 0;
  margin: 0 0 16px;
}
#share {
  background: #7E8C8D url(https://www.pref.kanagawa.jp/img/parts/social_icon.png) no-repeat left bottom;
  width: 236px;
  position: relative;
  padding: 0 0 66px;
}
#share .sub_title {
  background: url(https://www.pref.kanagawa.jp/img/parts/share.png) no-repeat left top;
  text-indent: -9999px;
  height: 54px;
  padding: 0;
  margin: 0;
}
#share .summary {
  margin: 0 16px;
  color: #fff;
}
#share .summary span {
  background: #4E5859;
  line-height: 1.2;
  font-size: 100%;
}
#facebook a,
#twitter a,
#google a {
  width: 43px;
  height: 43px;
  position: absolute;
  bottom: 13px;
  display: block;
  text-indent: -9999px;
}
#facebook a {
  left: 48px;
}
#twitter a {
  left: 96px;
}
#google a {
  left: 144px;
}
#sub #sub_feature .sub_title {
  padding: 10px;
  margin: 0;
  font-weight: bold;
}
#sub #sub_feature ul {
  padding: 0;
  margin: 0;
}
#sub #sub_feature li {
  padding: 0 3px 3px 3px;
}
#contents .section {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/section_main.png) no-repeat 12px top;
}
#contents p {
  margin: .8em 0;
}
#breadcrumb {
  font-size: 85%;
  margin: 0 0 0.8em;
  line-height: 1.2;
}
/* Skip */
#skip, #skip_sub, #skip_footer {
  position: absolute;
  margin-left: -9999px;
}
#skip_sub {
  margin-bottom: 16px;
}
#skip ul, #skip_sub ul, #skip_footer ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#skip ul {
  padding-left: 8px;
}
#skip_sub ul li {
  margin-bottom: 1px;
}
#skip ul li a,
#skip_footer ul li a {
  padding: 0 0 0 12px;
  background: url(https://www.pref.kanagawa.jp/img/parts/arrow_gray2.png) no-repeat left center;
  text-decoration: underline;
}
#skip_footer ul li a {
  background: url(https://www.pref.kanagawa.jp/img/parts/arrow_white.png) no-repeat left center;
  text-decoration: underline;
  padding: 4px 12px;
  text-decoration: underline;
}
#wrapper .show {
  position: static;
  margin-left: 0;
  display: block!important;
}
#contents_end, #menu_end {
  position: absolute;
  margin-left: -9999px;
}
/* Clearfix */
.clearfix:after { content: "."; display: block; clear: both; width: 0; height: 0; line-height: 0; visibility: hidden; }
.clearfix { display: inline-block; min-height: 1%; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hides from IE-mac \*/

#main_header {
  position: relative;
}
#main_header h1 {
  width: 884px;
}
#sort {
  padding: 0;
  width: 236px;
  margin-top: 0;
  position: absolute;
  right: 0;
}
#sort table {
  font-size: 85%;
  padding: 4px 0 4px 5em;
  margin: 0;
}
#sort th {
  padding: 4px 10px;
  background: #0b3857;
  color: #fff;
  white-space: nowrap;
}
#sort td {
  padding: 4px 10px;
}
#main_body {
  position: relative;
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/section_main.png) no-repeat 12px top;
  padding: 1px 13px 13px;
  margin-bottom: 16px;
}
.main_box,
.main_cgi_box,
.main_box_kikan,
#section_footer,
#site_footer {
  position: relative;
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/section_main.png) no-repeat 12px top;
  padding: 24px 13px 20px;
  margin-bottom: 16px;
}
#main_body #option {
  position: absolute;
  right: 8px;
  top: 6px;
}
#main_body #option div {
  float: left;
}
#main_body #option #date {
  padding: 3px 12px;
}
#main_body #option #print,
#main_body #option #print_e {
  margin-right: 8px;
}
#main_body #option #print a,
#main_body #option #print_e a {
  display: block;
  background: #fff;
  border: 1px solid #2A82B6;
  padding: 3px 12px;
  text-decoration: none;
  font-size: 85%;
  color: #000;
}
#main_body #option #print a:hover,
#main_body #option #print_e a:hover {
  background-color: #E5F2F9;
}

#main_body h1 {
  margin: .8em 0 .6em;
  padding: 0;
}
.detail_image_right {
  text-align: right;
}
.detail_image_left {
  text-align: left;
}
.detail_image_center {
  text-align: center;
}
#main_body #section_footer {
  padding: 20px 13px;
  margin-bottom: 0;
}
#main_body #section_footer #section_footer_title {
  font-size: 146.5%;
  color: #2A82B6;
  margin-bottom: 16px;
}
#main_body #section_footer div {
  padding: 0;
}
#main_body #section_footer p {
  margin: 0;
}
#main_body #section_footer a {
  padding: 0 20px 0 12px;
  background: url(https://www.pref.kanagawa.jp/img/parts/arrow.png) no-repeat left bottom;
}
#author_info,
#pdf_download,
.wmplayer_download,
#related_page {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/section_main.png) no-repeat 12px top;
  margin: 0 0 16px 0;
  padding: 24px 13px 20px;
}
div.image-left {
  float: left;
  margin-right: 16px;
  margin-bottom: 1em;
  display: inline;
}
div.image-right {
  float: right;
  margin-left: 16px;
  margin-bottom: 1em;
  display: inline;
}
#main_body #bookmark {
  border: 1px solid #2880B5;
  background: #f4f4f4;
}
#main_body #bookmark .caption {
  margin: 0;
  background: #fff;
  font-size: 85%;
  text-align: center;
}
textarea {
  width: 100%;
}
input[type="text"] {
  width: 50%;
}
#contents table {
  border-top: 3px solid #999999;
  border-bottom: 3px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  margin-bottom: 16px;
}
#contents table caption {
  text-align: left;
  margin-bottom: .2em;
  font-weight: bold;
}
#contents table th,
#contents table td {
  padding: 7px 12px;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  border-left: 1px dotted #999999;
  border-right: 1px dotted #999999;
  vertical-align: middle;
}
#contents table th {
  font-weight: bold;
  background: #ecf0f1;
}
#contents table td {
}
#contents table p {
  margin: 0;
}
#contents img {
  margin: 0;
}
#contents a img {
  vertical-align: bottom;
  margin: 0;
}
.free_box {
  margin-bottom: 16px;
  background: #fff;
}
.free_box2 {
  padding: 16px;
}
.free_box p {
  padding: 0 15px;
  margin: 0;
}

.free_box a {

}
.sidebar_border_evt {
  background: #fff;
  margin-bottom: 16px;
}
.sidebar_layer,
.sidebar_layer2 {
  margin-bottom: 16px;
  font-weight: bold;
}
.sidebar_layer .so_link3,
.sidebar_layer2 .so_link3,
.sidebar_border3_main .so_link3,
.sidebar_border3 .so_link3,
.sidebar_border3 .so_link {
  background: #0b3857;
  color: #fff;
  padding: 8px 6px;
}
.sidebar_layer li {
  background: #fff;
  padding: 10px 6px 0;
  line-height: 1.4;
}
.sidebar_layer li li {
  padding: 0;
  margin: 0 -6px;
  border-top: 1px solid #dadedf;
  position: relative;
  line-height: 1.4;
}
.sidebar_layer .list_ao_midashi ul ul {
  margin-top: 8px;
}
.sidebar_layer .list_ao_midashi ul ul li {
  margin-bottom: 0;
}
.sidebar_layer2 li {
  background: #fff;
  padding: 8px 6px;
}
.sidebar_layer2 li a {
  margin: -8px -6px;
}
.sidebar_layer2 li ul {
  margin: 8px 0 -8px;
}
.sidebar_layer2 li li {
  padding: 0;
  margin: 0;
  position: relative;
}
#sub .sidebar_layer2 li li a {
  padding: 6px 12px;
  background-image: none;
  font-size: 93.8%;
  margin: 0 -6px;
  font-weight: normal;
  border: none;
}
.sidebar_border3_main .so_link3 a {
  color: #fff;
}
.sidebar_border3_main .list_ao {

}
.sidebar_border3 .block_free2_spc {

}
/**
 * Category Color

#life1 .so_link3,
#life1 #sort th {
  background: #da4002;
}
#life2 .so_link3,
#life2 #sort th {
  background: #c43833;
}
#life3 .so_link3,
#life3 #sort th {
  background: #9242a7;
}
#life5 .so_link3,
#life5 #sort th {
  background: #00856F;
}
#life6 .so_link3,
#life6 #sort th {
  background: #6d797a;
}
*/
.sidebar_border3_main,
#sub .sidebar_border2,
.sidebar_border3 {
  margin-bottom: 16px;
}
.sidebar_border3 h2,
.sidebar_border_evt h2,
#sub .sidebar_border2 h2 {
  margin: 0;
  padding: 8px 0 8px 6px;
  font-size: 100%;
  color: #fff;
  background: #0b3857;
  font-weight: bold;
}
#sub .sidebar_border2 .so_caption {
  padding: 8px 0 8px 6px;
  background: #fff;
  margin: 0 0 1px;
  line-height: 1.2;
}
#sub h2 a {
  color: #fff;
}
.sidebar2_box {

}
.sidebar_border_evt p {
  margin: 0;
  padding: 12px 0 12px 6px;
  font-size: 100%;
  color: #000;
  background: #fff;
  line-height: 1;
}
.sidebar_border3 .menu_list_c h3 {
  margin: 0 0 1px;
  padding: 12px 0 12px 6px;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  background: #fff;
}
.sidebar_border3 ul,
.sidebar_border2 ul {
  margin: 0;
  padding: 0;
}
.sidebar_border3 ul li,
.sidebar_border2 ul li {
  margin-bottom: 1px;
}
.sidebar_border2 .list_ao ul li strong {
  background: #fff;
  padding: 8px 24px 8px 6px;
  display: block;
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/arrow_open.png) no-repeat right center;
}
.sidebar_border3_main .list_ao ul li strong,
.sidebar_border3 .list_ao ul li strong {
  background: #fff;
  padding: 8px 24px 8px 6px;
  display: block;
}
.sidebar_border2 .list_ao .text_d,
.sidebar_border3_main .list_ao .text_d,
.sidebar_border3 .list_ao .text_d {
  background-color: #fff;
  background-position: 8px 40%;
  padding: 8px 22px;
}
#sub .sidebar_border2 .list_ao ul li li {
  margin-bottom: 0;
  background: #fff;
}
#sub .sidebar_border2 .list_ao ul li li a {
  padding: 6px 12px;
  background-image: none;
  font-size: 93.8%;
}
.sidebar_border3_main .list_ao ul {
  margin: 0;
}
.sidebar_border3_main .list_ao ul li {
  margin-bottom: 1px;
}
#sub ul {
  padding: 0;
}
#sub ul li a {
  padding: 8px 24px 8px 6px;
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/arrow_gray2.png) no-repeat right center;
  display: block;
  width: auto;
  text-decoration: none;
  color: #000;
}
#sub ul li a:hover {
  background-color: #E5F2F9;
  text-decoration: underline;
}
#sub_feature ul li a {
  padding: 0;
  background: none;
}
.list_ao_midashi ul {
  padding: 0;
  margin: 0;
}
.list_ao_midashi ul strong {
  display: block;
  padding: 12px 6px;
  background: #fff;
  margin-bottom: 1px;
}
.list_ao_midashi ul ul {
  padding: 0;
}
.list_ao_midashi ul li {
  margin-bottom: 1px;
}
#pickupbox {
  margin: 0 0 16px;
}
#pickupbox .sub_title {
  padding: 8px 6px;
  background: #0b3857;
  color: #fff;
  margin-bottom: 1px;
  font-weight: bold;
}
#pickupbox ul {
  padding: 0;
  margin: 0;
}
#pickupbox ul li {
  margin-bottom: 1px;
}
#pickupbox ul li a {
  padding: 8px 24px 8px 6px;
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/arrow_gray2.png) no-repeat right 8px;
  display: block;
}
#sub img {
  vertical-align: bottom;
}
#global {
  margin: 0;
  padding: 0;
  min-height: 75px;
}
#global li {
  float: left;
  width: 17.3%;
}
#global #l1 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life1.png) no-repeat center 17px;
}
#global #l2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life2.png) no-repeat center 17px;
}
#global #l3 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life3.png) no-repeat center 17px;
  width: 19%;
}
#global #l4 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life4.png) no-repeat center 17px;
  width: 11%;
}
#global #l5 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life5.png) no-repeat center 17px;
  width: 11%;
}
#global #l6 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life6.png) no-repeat center 17px;
}
#global #l7 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life7.png) no-repeat center 17px;
  width: 7%;
}
#global li a {
  display: block;
  min-height: 30px;
  line-height: 1.4;
  padding-top: 45px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#global>li>a {
  border-left: 1px solid #092d46;
}
#top_index #global #l1 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life1_top.png) no-repeat center 17px;
}
#top_index #global #l2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life2_top.png) no-repeat center 17px;
}
#top_index #global #l3 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life3_top.png) no-repeat center 17px;
}
#top_index #global #l4 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life4_top.png) no-repeat center 17px;
}
#top_index #global #l5 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life5_top.png) no-repeat center 17px;
}
#top_index #global #l6 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life6_top.png) no-repeat center 17px;
}
#top_index #global #l7 {
  background: url(https://www.pref.kanagawa.jp/img/parts/life7_top.png) no-repeat center 17px;
}
#top_index #global>li>a {
  border-left: 1px solid #394868;
  border-left: 1px solid rgba(255,255,255,0.1);
}
#global li a span {
  font-size: 100%;
  line-height: 1;
}
#top_index #nav #global>li:hover,
#top_index #nav #global>li.hover,
#nav #global>li:hover,
#nav #global>li.hover {
  background-color: #04243a;
}
#global li>div {
  z-index: 9999;
  margin: 0;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  display: none;
  background: #04243a;
  min-height: 180px;
}
#global li.hover>div {

}
#global li>div a {
  text-decoration: underline;
  display: inline;
}
#global li>div a:hover {
  text-decoration: none;
}
#global li div>ul {
  padding: 0;
}
#nav #global li ul li ul {
  border: none;
}
#global li ul li {
  width: 250px;
  float: left;
  padding: 22px 0;
  background: none;
  border-top: 1px solid #82929d;
  margin-right: 40px;
}
#global #l1 ul li:last-child {
  margin-top: -102px;
}
#global #l2 ul li:last-child {
  margin-top: -257px;
}
#global #l1 ul li ul li:last-child,
#global #l2 ul li ul li:last-child {
  margin-top: 0;
}
#global li ul li ul {
  padding: 0;
  display: block;
}
#global li div .inner {
  padding: 22px 0;
}
#global>li div h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/round_arrow_white.png) no-repeat left center;
  font-size: 112.5%;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding-left: 25px;
  margin: 15px 0 30px;
}
#global>li div a {
  font-weight: bold;
  text-indent: 0;
  color: #fff;
  height: auto;
  padding-top: 0;
  letter-spacing: normal;
  min-height: 0;
  text-align: left;
}
#global>li div li a {
  font-size: 112.5%;
  padding-left: 16px;
  background: url(https://www.pref.kanagawa.jp/img/parts/arrow00.png) no-repeat 3px center;
}
#global li ul li a:hover {
  text-decoration: none;
}
#global>li div ul li ul li {
  float: none;
  padding: 0;
  line-height:0;
  vertical-align: bottom;
  border: none;
  margin-right: 0;
}
#global li ul li ul li a {
  background: none;
  display: block;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.2;
  padding: 6px 16px;
  margin: 0;
}
*+html #global li ul li ul li a {

}
#global li ul li ul li.hover a {
  background: #54585b;
  color: #fff;
}
#global li ul li ul li ul {
  background: #54585b;
  position: absolute;
  top: 0;
  overflow: auto;
  overflow-x: hidden;
  display: none;
  z-index: 9999;
  margin: 0;
  padding: 10px 0;
}
#global li ul li ul li.hover ul {
  display: block;
}
#global li ul li ul li ul li {
  line-height: 0;
  width: 290px;
}
#global li ul li ul li ul li a {
  width: auto;
  color: #fff;
  line-height: 1.2;
  padding: 10px 30px 10px 20px;
}
#global li ul li ul li ul li a:hover {
  text-decoration: none;
}

#global .remove {
  background: url(https://www.pref.kanagawa.jp/img/parts/remove_white.png) no-repeat right center;
  margin: 0;
  padding: 5px 37px 5px 0;
  position: absolute;
  right: 10px;
  top: 32px;
  color: #fff;
  font-size: 87.5%;
  opacity: 0.7;
}
#global .remove:hover {
  cursor: pointer;
}
#pickup {
  position: relative;
  z-index: 10;
  margin: 10px 0 40px;
  min-height: 364px;
}
#pickup .inner{
  width: 1136px;
}

#slide {
  width: 820px;
  float: left;
  background: #334e66;
  background: rgba(51,78,102,0.7);
  position: relative;
  padding: 15px;
}
#slide ul {
  margin: 0;
  padding: 0;
}
#slide img {
  width: 820px;
  height: 334px;
  vertical-align: bottom;
}

#slide .bx-prev, #slide .bx-next {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 144px;
  text-indent: -9999px;
  background: url(https://www.pref.kanagawa.jp/img/parts/round_arrow_slide.png) no-repeat center top;
}
#slide .bx-prev {
  left: 26px;
}
#slide .bx-next {
  right: 26px;
  background-position: center -56px;
}
#slide2 {
  min-height: 334px;
  width: 236px;
  float: right;
  background: #334e66;
  background: rgba(51,78,102,0.7);
  padding: 15px;
  position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    bottom: 24px;
    left: 0;
    right: 0;
    position: absolute;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
}
#slide2 ul {
  margin: 0;
  padding: 0;
}
#slide2 ul li {

}
#slide2 ul li a {
  display: block;
  float: left;
  margin: 0 0 6px;
}
#slide2 ul li.link_r a {
  float: right;
}
#policy_title {
  font-size: 92.9%;
  font-weight: bold;
  padding: 3px 6px;
  min-height: 20px;
  float: left;
}
#policy_all {
  cursor: pointer;
  background: url(https://www.pref.kanagawa.jp/img/parts/policy_all.png) no-repeat right center;
  font-size: 71.4%;
  font-weight: bold;
  float: right;
  padding: 6px 18px 6px 6px;
  margin-right: 6px;
}
#special {
  position: absolute;
  z-index: 9000;
  left: 0;
  top: 123px;
  text-align: left;
}
#special:hover {

}
#special .special_body {
  background: #f9d440;
  padding: 20px 25px;
  width: 286px;
}
#special p {
  width: 286px;
  margin: 0;
}
#special ul {
  padding: 0;
  margin: 0;
}
#special ul li {
  line-height: 0;
  margin: 10px 0;
}
#special ul li a {
  width: 206px;
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/round_arrow_black.png) no-repeat 12px center;
  display: block;
  padding: 12px 40px;
  text-decoration: none;
  line-height: normal;
  font-size: 93.8%;
}
#special li a img {
  vertical-align: bottom;
}
#special ul li a:hover {
  text-decoration: underline;
}
#special_open {
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 250px;
  background: url(https://www.pref.kanagawa.jp/img/parts/prevention.png) no-repeat left top;
  text-indent: -9999px;
}
#special_open:hover {
  opacity: 0.85;
}
.open #special_open {
  background: url(https://www.pref.kanagawa.jp/img/parts/prevention.png) no-repeat -50px top;
}
#policy {
  min-height: 118px;
  width: 224px;
  margin: 0;
  padding: 6px;
  background: #fff;
  position: relative;
}
#policy ul {
  margin: 0;
  padding: 0;
}
#policy ul li {
  width: 224px;
  height: 92px;
  float: left;
  margin: 0;
}
#policy img {
  height: 92px;
  width: 224px;
}
#policy .bx-prev, #policy .bx-next {
  position: absolute;
  display: block;
  height: 43px;
  width: 30px;
  bottom: 25px;
  text-indent: -9999px;
  background: url(https://www.pref.kanagawa.jp/img/parts/round_arrow_carousel.png) no-repeat right top;
}
#policy .bx-prev {
  left: -29px;
}
#policy .bx-next {
  right: -29px;
  background-position: left -43px;
}
#most {
  background: #DADEDF;
  margin: -75px 0 0;
}
#most .inner {
  background: #fff;
}
#most .block_title {
  min-height: 48px;
  padding-top: 26px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
#most h2 {
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  font-size: 125.0%;
  background: url(https://www.pref.kanagawa.jp/img/parts/most.png) no-repeat left center;
  padding: 10px 0 10px 35px;
  display: inline;
}
#most ul {
  margin: 0;
  padding: 0;
}
#most ul li {
  float: left;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
#most ul li a {
  float: left;
  display: block;
  width: 228px;
  padding: 20px 20px 20px 35px;
  background: url(https://www.pref.kanagawa.jp/img/parts/round_arrow_mouse.png) no-repeat 10px 1.2em;
}

.row_wrapper {
  margin: 0 -40px 40px;
}
.row {
  display:table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 40px 0;
}
.row h2 {
  height: 70px;
  font-size: 112.5%;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0;
  margin: 0;
}
.grid {
  display:table-cell;
  margin: 0;
  padding: 0;
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/grid_background.png) no-repeat right top;
  border-bottom: 3px solid #c5c8c9;
}

.grid ul {
  margin: 0;
  padding: 0;
}
.grid li a {
  display: block;
}
#top_index .grid li a:hover {
  text-decoration: none;
}
.row .grid li a {
  padding: 15px 20px 15px 37px;
  border-bottom: 1px solid #E9E9E9;
  background: url(https://www.pref.kanagawa.jp/img/parts/round_arrow_mouse.png) no-repeat 12px center;
}
.grid .summary {
  color: #fff;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.grid .summary span {
  line-height: 1.4;
  font-size: 100%;
}
.grid3 {
  width: 842px;
  float: left;
  padding: 6px 6px 6px 0;
}
.grid3 .grid_headline {

  float: left;
}
.grid3 .grid_main {
  background: #fff;
  float: right;
  width: 570px;
}
#articles {
  position: relative;
  padding:  80px 0 0;
  margin: 0 0 60px;
}
#articles .inner {
  position: static;
}
#articles h2 {
  cursor: pointer;
  font-size: 125%;
  font-weight: bold;
  min-width: 400px;
  text-align: center;
  padding: 23px 50px 22px;
  position: absolute;
  top: 0;
  color: #fff;
  margin: 0 3px 0 0;
}
#articles h2 span {
  font-size: 100%;
  margin: 0 auto;
  padding: 0 0 0 25px;
}
#topics {
  background: #3f5c77;
}
#topics_body {
  padding: 50px 0 40px;
}
#topics_body .grid_main {
  background: #fff;
  margin: 40px 0 0;
}
#topics_body ul {
  padding: 0;
  margin: 0;
}
#topics h2 {
  right: 50%;
    background: #3f5c77;
}
#topics h2 span {
  background: url(https://www.pref.kanagawa.jp/img/parts/topics.png) no-repeat left center;
}
#topics .summary span {
  background: #da3e00;
}
#topics .grid_feature ul {
  margin: 0;
}
#topics .grid_headline a {
  color: #fff;
  font-weight: bold;
}
#topics .grid_feature li {
    padding: 0 0 0 40px;
    width: 527px;
    border-left: 1px solid #798da0;
    font-size: 93.8%;
    float: left;
}
#topics .grid_feature li:hover a {
  text-decoration: none;
}
#topics .grid_feature li:first-child {
  border: none;
  padding: 0 40px 0 0;
}
#topics .grid_feature h3 {
  clear: none;
  color: #fff;
  font-size: 112.5%;
  margin: 0 0 .6em 240px;
}
#topics .grid_feature p {
  color: #fff;
  margin: 0;
  line-height: 1.4;
  margin: 0 0 0 240px;
  font-size: 100%;
}
#topics .grid_feature a {
  color: #fff;
}
#topics .grid_feature img {
  float: left;
  margin-right: 15px;
}
#topics .grid_feature .summary {
  margin: 0 0 10px;
}
#topics .grid_feature .summary:hover {
  text-decoration: underline;
}
#topics .grid_main li {
  padding: 20px;
  width: 527px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: top;
}
#topics .grid_main li a:hover,
#topics .grid_main li:hover a {
  text-decoration: none;
}
#topics .grid_main li img {
  float: left;
  margin-right: 7px;
  vertical-align: bottom;
}
#topics .grid_main li a {
  margin: 0;
  line-height: normal;
}
#press {
  background: #72777b;
}
#press_body {
  padding: 40px 0;
}

#press h2 {
  left: 50%;
  background: #72777b ;
  margin-left: 3px;
}
#press h2 span {
  background: url(https://www.pref.kanagawa.jp/img/parts/press.png) no-repeat left center;
}
#press .summary {
  width: 170px;
}
#press .grid_headline {
  position: relative;
}
#press .summary_list {
  margin: 0 20px 7px;
  float: none;
}
#press .summary_list a {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/.png) no-repeat right center;
  padding: 2px 25px 2px 10px;
  display: block;
  float: left;
}
#press .summary_list a:hover {
  background-color: #E5F2F9;
}
#press .summary {
  margin: -7px 20px 7px;
}
#press .summary span {
  background: #4c5657;
}
#press .links {

}
#press .links ul {
  border-left: 1px solid #9da0a3;
  margin: 0;
  padding: 0;
}
#press .links ul li {
  float: left;
  border-right: 1px solid #9da0a3;
  padding: 0 30px 0 0;
}
#press .links ul li a {
  display: block;
  color: #fff;
  background: url(https://www.pref.kanagawa.jp/img/parts/round_arrow_white.png) no-repeat right center;
  padding: 13px 35px 13px 30px;
  font-size: 93.8%;
  font-weight: bold;
}
#press .links ul li.rss a {
  background: url(https://www.pref.kanagawa.jp/img/parts/rss.png) no-repeat right center;
}

#press .grid_main {
  background: #fff;
  margin: 40px 0 0;
}

#press .article {
    padding: 12px 20px;
    width: 527px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    float: left;
}
#press .article:hover {

}
#press .article p {
  margin: .6em 0;
  line-height: 1.2;
  font-size: 100%;
}
#press .article a {
  text-decoration: underline;
}
#press .article:hover a,
#press .article a:hover {
    text-decoration: none;
}

#feature {
  background: #B9CCD0;
  padding: 0;
}
#feature ul {
  padding: 16px 18px 8px;
}
#feature ul li {
  margin: 0 0 8px;
}
#feature ul li a {
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 235px;

  display: block;
  text-indent: -9999px;
}
#feature .education a {
  background: url(https://www.pref.kanagawa.jp/img/parts/education.png) no-repeat left top;
}
#feature .enterprise a {
  background: url(https://www.pref.kanagawa.jp/img/parts/enterprise.png) no-repeat left top;
}
#feature .police a {
  background: url(https://www.pref.kanagawa.jp/img/parts/police.png) no-repeat left top;
}
#feature .audit a {
  background: url(https://www.pref.kanagawa.jp/img/parts/audit.png) no-repeat left top;
}
#feature p {
  margin: 0;
  padding: 0 18px 5px;
}
#feature p a {
  display: block;
}
#feature img {
  vertical-align: bottom;
}
#notice h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/notice.png) no-repeat center 62px;
}
#material h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/material.png) no-repeat center 62px;
}
#advice h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/advice.png) no-repeat center 63px;
}
#popular h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/.png) no-repeat left top;
}
#social h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/.png) no-repeat left top;
  height: 95px;
}
#social li a {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/arrow_navy.png) no-repeat right center;
}
#social .summary span {
  background: #233140;
}
#participation h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/participation.png) no-repeat center 58px;
}
#participation .summary span {
  background: #4c5657;
}
#welcome h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/welcome.png) no-repeat center 65px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#welcome .summary span {
  background: #da3e00;
}
.others h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/links.png) no-repeat center 69px;
}
#outside h2 {
  background: url(https://www.pref.kanagawa.jp/img/parts/outside.png) no-repeat center 66px;
}
#ad {
  background: #cacfd1;
  padding: 30px 0 40px;
}
#ad_information {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#ad_information a {
  background: url(https://www.pref.kanagawa.jp/img/parts/round_arrow_grey.png) no-repeat left center;
  padding: 3px 0 3px 30px;
  display: block;
  font-size: 87.5%;
}
#ad_information a:hover {
  text-decoration: none;
}
#ad_list {
  background: #fff;
  padding: 14px;
  margin: 0;
}
#ad_list li {
  float: left;
  margin: 4px;
}
.life #ad {
  margin: 0;
  clear: both;
  margin-top: 16px;
}
.caution {
}
.navigation_kisya_happyou {
  margin-bottom: 24px;
  border-left: 1px solid #000;
}
.navigation_kisya_happyou ul {
  margin: 0;
  padding:0;
}
#contents .navigation_kisya_happyou li {
  display: block;
  float: left;
  border-right: 1px solid #000;
  background-image: none;
}
.navigation_kisya_happyou li a {
  margin: 0;
  padding: 0 8px;
}
.inpagelink_title {
  float: left;
}
.inpagelink {
  margin: 12px 0 24px;
  text-align: right;
  float: right;
}
.inpagelink ul {
  display: block;
  margin: 0;
  padding:0;
  float: left;
}
#contents .inpagelink li {
  display: block;
  float: left;
  padding: 0 8px;
  margin: 0;
  border-right: 1px solid #000;
  background-image: none;
}
.inpagelink li a {
  margin: 0;
}
#evt_list {
  margin: 1em 0;
  padding: 0;
}
#evt_list ul {
  margin: 0;
  padding: 0;
}
#evt_list  ul li {
  float: left;
  padding: 0  0 0 16px;
  margin-right: 1.2em;
}
.life_box {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/section_main.png) no-repeat 12px top;
  margin: 0 16px 16px 0;
  float: left;
  width: 434px;
}
.life_box2 {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/section_main.png) no-repeat 12px top;
  margin: 0 0 16px 0;
  padding: 1.7em 16px 16px;
}
.main_life_list1_box {
  background: #fff url(https://www.pref.kanagawa.jp/img/parts/section_main.png) no-repeat 12px top;
  margin: 0 0 16px 0;
  position: relative;
  padding: 16px 16px 16px;
}
.life_box_inner {
  padding: 1px 16px 16px;
}
.list_top dt {
  float: left;
}
.list_top dd {
  padding: 0 0 8px 9em;
  margin: 0;
}
.list_top2 ul {
  float: left;
  padding: 0;
  margin: 0;
}
#contents .list_top2 ul li {
  background: none;
  padding: 0;
  display: inline;
}
#contents .list_top2 ul li a {
  padding: 2px 16px 2px 12px;
  background: url(https://www.pref.kanagawa.jp/img/parts/arrow_gray.png) no-repeat left 4px;
  line-height: 1.6;
}
.list_ccc ul {
  padding: 0;
  margin: 0 0 1em;
}
.list_ccc ul li {
  padding:0 17px 4px;
  margin: 0;
  line-height: 1.6;
}
.list_ccc dt {
  float: left;
}
.list_ccc dd {
  padding: 0 0 8px 9em;
  margin: 0;
  font-size: 93.8%;
}
.block_free_spc a {

}
.life #contents .list_ccc ul li {
  padding: 0 17px 4px;
  background: url(https://www.pref.kanagawa.jp/img/parts/list_subsite.png) no-repeat 0 5px;
  margin: 0;
  line-height: 1.6;
}
.life #contents .list_ccc dt {
  padding: 0 17px;
  background: url(https://www.pref.kanagawa.jp/img/parts/list_subsite.png) no-repeat 0 4px;
}
.life .list_ccc dd {
  text-align: right;
}
.kisya_timeline_box dl {
  line-height: 1.4;
}
.kisya_timeline_box dt {
  padding:0;
  float: left;
  width: 520px;
  margin-bottom: .8em;
}
.kisya_timeline_box dd {
  padding: 0;
  float: right;
  margin: 0;
  font-size: 93.8%;
}
.sec-right {
display: none;
/*  position: absolute;
  right: 9px;
  top: 9px;	*/
}
#sub_nav {
  background: #fff;
}
#sub_nav h2 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}
#sub_nav h2 a {
  background: #0b3857 url(https://www.pref.kanagawa.jp/img/parts/arrow_white.png) no-repeat right 10px;
  display: block;
  color: #fff;
  padding: 8px 0 8px 6px;
  margin: 1px 0;
}
.ctg_explanation {
  margin: 1em 0 2em;
}
.kisya_head_textbox {
  margin: 2em 0 0;
}
.text_ctg,
.kisya_timeline_listbox {
  margin: 0 0 2em;
}
#section_footer_title {
  font-size: 146.5%;
  color: #2A82B6;
  margin: 0 0 16px;
}
#section_footer_info p {
  margin: 0;
}
#soshiki_pr_image img {
  width: 858px;
}
#contents .sec_explanation,
#contents #soshiki_pr_image {
  margin: 1em 0;
}
#site_theme {
  padding: 4px;
  background: #0b3857;
  margin: 0 0 16px;
}
/**
 * Category Color

#life1 #site_theme {
  background: #da4002;
}
#life2 #site_theme {
  background: #c43833;
}
#life3 #site_theme {
  background: #9242a7;
}
#life5 #site_theme {
  background: #00856F;
}
#life6 #site_theme {
  background: #6d797a;
}
*/
#site_theme img {
  width: 228px;
}
#site_theme p{
  margin: 0;
  line-height: 1.2;
}
#site_theme p a {
  color: #fff;
  background: url(https://www.pref.kanagawa.jp/img/parts/arrow_white.png) no-repeat right center;
  padding: 4px 24px 4px 2px;
  display: block;
  font-weight: bold;
}
#contents .player ul.player_listCat li {
  background: url(../../common/stream/img/player_tab_line.gif) no-repeat left top;
  margin: 0;
  list-style: none;
  padding: 0 0 0 2px;
}
#contents .player ul.player_list li {
  background: none;
  padding: 0;
}
.hide {
  display: none;
}
/* イベントカレンダー用 */
.paging {
  overflow: auto;
}
.centered {
  position: relative;
  overflow: hidden;
}
.cal_boxs {
}
.cal_box {
  float: left;
  width: 33%;
}


/* 詳しくさがす用アイコン */
.cal_link {
  margin: 0;
  padding:0.5em 0 0.5em 35px;
  background: url(https://www.pref.kanagawa.jp/img/cal_det_aikon.gif) no-repeat left center;
}
.schedule_weekday_style {
}
.schedule_saturday_style {
}
.schedule_sunday_style,
.schedule_holiday_style {
}
.schedule_title_style {
}
.schedule_weekday_bgcolor1 {
}
.schedule_weekday_bgcolor2 {
}
.schedule_saturday_bgcolor {
  background-color:#E6E6FF;
}
.schedule_sunday_bgcolor,
.schedule_holiday_bgcolor {
  background-color:#FFE6E6;
}
.cal_box table.calendar{
  margin:0 !important;
}
table.calendar {
}
table.calendar th {
}
table.calendar td {

}
table.calendar td.Mon,
table.calendar td.Tue,
table.calendar td.Wed,
table.calendar td.Thu,
table.calendar td.Fri {
}
table.calendar td.Sat {
  background-color:#DDF1FF;
}
table.calendar td.Sun,
table.calendar td.Hol {
  background-color:#FFDFDF;
}
table.calendar td.Now {
  background-color:#FFAA71;
}
.cal_box table.calendar th{
  text-align:center;
}
/* メールマガジン用 */
.mlm_box {
  margin: 10px 0 10px 25px;
}
#step {
  height: 50px;
  width: 513px;
  margin: 0 auto;
  background-image: url(https://www.pref.kanagawa.jp/img/step.gif);
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
}
.step1{
  background-position: left top;
}
.step2{
  background-position: left -50px;
}
.step3{
  background-position: left -100px;
}
.step4{
  background-position: left -150px;
}
/*
div.mailmaga_top h5 {
  margin: 5px 0 5px 20px !important;
}
div.mailmaga_top h6 {
  margin: 10px 0 5px 20px !important;
}
div.mailmaga_top div{
  padding: 14px 10px 0 40px !important;
  line-height:1.5em !important;
}
div.mailmaga_top div a {
  background: url(https://www.pref.kanagawa.jp/img/list_ico.gif) no-repeat left center !important;
  padding-left: 15px !important;
}
div.mailmaga_top p {
  margin: 0 10px 14px 40px !important;
  line-height:1.5em !important;
}
*/
.mag_category{
  background-image: url(https://www.pref.kanagawa.jp/img/list_ico.gif);
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  margin: 0 10px 0 30px;
  padding: 0 0 0 20px;
}
/* kanagawa exculsive use ----------------- */
#multi_column1,#multi_column2,#multi_column3,#multi_column4,#multi_column5,#multi_column6,#multi_column7,#multi_column8,#multi_column9,#multi_column10,
#multi_column11,#multi_column12,#multi_column13,#multi_column14,#multi_column15,#multi_column16,#multi_column17,#multi_column18,#multi_column19,#multi_column20,
#multi_column21,#multi_column22,#multi_column23,#multi_column24,#multi_column25,#multi_column26,#multi_column27,#multi_column28,#multi_column29,#multi_column30 {
  float: left;
}
.column {
  float: left;
  max-width: 100%;
  margin: 0 6px 8px 0;
}
.clear_column {
  clear: both;
}
div.jump p{display:none;}

.kisya_detail_info {
  display: inline;
  float: right;
  width: 250px;
}
.kisya_detail_datebox {
  margin: 0 !important;
  padding-right: 1em;
  border: 1px solid #cccccc;
  line-height: 1.5em;
  white-space: nowrap;
  text-align: center;
}
.kisya_detail_titlebox {
  margin: 0;
  margin-top: -1px !important;
  padding-right: 1em;
  border: 1px solid #cccccc;
  line-height: 1.5em;
  /* white-space: nowrap; */
  text-align: center;
}
.toiawase_right {
  float: right;
  border: 1px solid #D3D3D3;
  width: 30em;
  padding: 16px;
}
#contents .toiawase_right ul li {
  background-image: none;
}
.to_page_top2 {
  text-align: right;
}
#kisya_content {
  margin: 1em 0 0;
}
#event-index #contents {
  width: 100%;
}
#evt_list li {
  background-image: none;
}
#life-banner div {
  width: 49%;
}
#life-banner div img {
  width: 250px;
}
#life-banner div p {
  margin-top: 0;
}
#life-banner div a {
  float: left;
  margin-right: 8px;
}
#life-banner .cnt-box-left {
  float: left;
}
#life-banner .cnt-box-right {
  float: right;
}
.link_l {
  margin: 1em 0;
  padding: 0 0 0 20px;
  background: url(https://www.pref.kanagawa.jp/img/parts/arrow_gray2.png) no-repeat 5px 2px;
  line-height: 1.3;
}
.link_l a {

}
.text_ctg {
  clear:both;
  padding-bottom: 5px;
  width:16em;
  margin-left:10px;
}
.text_d2 {
  clear:both;
  text-align: right;
  padding-bottom: 5px;
  padding-right: 6px;
}
.text_d {
  background-image: url(https://www.pref.kanagawa.jp/img/icon_more.gif);
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 0% 40%;
}
.text_r {
  text-align: right;
}
.hr_c {
  display:block;
  margin: 0;
  padding: 0;
  clear: both;
  visibility: hidden;
}
.br_a {
  clear:both;
  margin: 0;
  padding: 0;
}
.form_margin {
  margin: 0 0 0 5px;
  padding: 0;
}
.f_search {
  vertical-align:middle;
  margin: 0;
  padding: 2px;
}
.form_a {
  margin: 0 0 0 4px ;
}

.form_a p {
  margin: 2px 0 0;
  padding: 0;
  text-align: right;
}
.box_kb {
  margin: 0 0 10px;
  padding: 0;
}
.box_g {
  margin: 0;
  padding: 5px;
}
.box_g_a {
  margin: 0;
  padding:5px 5px 0 5px;
}
.box_g_b {
  margin: 0;
  padding: 0 5px 5px 5px;
}
.box_10 {
  margin: 0;
  padding: 0 0 0 10px;
}
.box_15 {
  margin: 0;
  padding: 0 0 0 15px;
}
.box_20 {
  margin: 0;
  padding: 0 0 0 20px;
}
.box_25 {
  margin: 0;
  padding: 0 0 0 25px;
}
.box_30{
  margin: 0;
  padding: 0 0 0 30px;
}
#main_detail p img {
  margin: 10px 0 0 0.5em;
}
#main_detail hr {
  clear: both;
}
.detail_file {
  margin: 0 0 0 0.5em;
}
.detail_img_left {
  text-align:left;
  margin: 10px 0 10px 0.5em;
}
.detail_img_center {
  text-align: center;
  margin: 10px 0 10px 0.5em;
}
.detail_img_right {
  text-align: right;
  margin: 10px 0 10px 0.5em;
}
.file_download{
  padding: 0;
}
.file_download a{
  margin: 0 0 0 10px;
  padding: 0 0 8px 20px;
  background: url(https://www.pref.kanagawa.jp/img/icon_down.gif) no-repeat;
}
.file_pdf, .file_pdf2, .file_excel, .file_word, .file_etc {
  margin: 0;
  padding: 0 0 8px 20px;
  background: url(https://www.pref.kanagawa.jp/img/icon_down.gif) no-repeat left 20%;
}
#contents .file_pdf p, #contents .file_pdf2 p, #contents .file_excel p, #contents .file_word p, #contents .file_etc p {
  margin: 0;
}
.red{
}
.blue{
}
.level1 {
  font-weight:bold;
  color:#C80000;
}
.question{
  background: #EBF2F7 url(https://www.pref.kanagawa.jp/img/icon_question.gif) no-repeat 10px 50%;
  color: #333333;
  padding: 3px 10px 3px 35px;
  margin: 2px 0;
}
#contents h3.question{
  background: #EBF2F7 url(https://www.pref.kanagawa.jp/img/icon_question.gif) no-repeat 10px .7em;
  color: #333333;
  padding: .7em 10px .7em 28px;
  margin: 1em 0;
  border: none;
  font-size: 100%;
}
/*20120314*/
.question a{
  color:#0056BF !important;
}
.question a:hover{
  color:#E30000 !important;
}
.answer{
  background: #EBF2F7 url(https://www.pref.kanagawa.jp/img/icon_answer.gif) no-repeat 10px 50%;
  color: #333333;
  padding: 3px 10px 3px 35px;
  margin: 2px 0;
}
#contents h3.answer {
  background: #EBF2F7 url(https://www.pref.kanagawa.jp/img/icon_answer.gif) no-repeat 10px .7em;
  color: #333333;
  padding: .7em 10px .7em 28px;
  margin: 1em 0;
  border: none;
  font-size: 100%;
}
.answer a{
color:#0056BF !important;
}
.answer a:hover{
color:#E30000 !important;
}
.question p{
  padding: 0;
  margin: 0;
}
.answer p{
  padding: 0;
  margin: 0;
}
.indent10{
  text-indent:1em;
}
.indent15{
  text-indent:1.5em;
}
#contents .indent10 li {
  background-position: 16px 4px;
}
#contents .indent15 li {
  background-position: 24px 4px;
}
.indent010{
  text-indent:-1em;
  padding-left:1em;
}
.indent015{
  text-indent:-1.5em;
  padding-left:1.5em;
}
.indent010 h2,.indent010 h3,.indent010 h4,.indent010 h5,.indent010 h6{
  text-indent:0 !important;
}
.indent015 h2,.indent015 h3,.indent015 h4,.indent015 h5,.indent015 h6{
  text-indent:0 !important;
}
.box{
  clear: both;
  margin-bottom: 20px;
  padding: 16px;
  border: solid #e3e3e3 1px;
}
.box2 {
  clear: both;
  margin-bottom: 20px;
  padding: 16px;
  border: solid #919191 1px;
}
.box3 {
  float: left;
  margin-right: 30px;
  padding: 16px;
}
.box4 {
  float: left;
  margin: 0 8px;
  padding: 0;
  max-width: 48%;
}
.box5 {
  float: left;
  margin: 0 8px;
  padding: 0;
  max-width: 31.5%;
}
.box44, .box55 {
  margin: 0 -8px;
}
.box6 {
  clear: both;
  margin-bottom: 20px;
  padding: 3px 16px;
  border: solid #919191 1px;
  font-weight: bold;
  text-align: center;
}
.box7 {
  clear: both;
  margin-bottom: 20px;
  padding: 3px 16px;
  border: solid #e3e3e3 1px;
  font-size: 93.8%;
}
.help{
  display: none;
}
.press_logo{
  display: block;
}
.press_logo_print{
  display: none;
}
.mw_150 {
  max-width: 150px !important;
}
.mw_300 {
  max-width: 300px !important;
}
#division #contents ul li {
  float: left;
  margin-right: 1.2em;
  white-space: nowrap;
}
#public_comment_h0_back {
  background: url(https://www.pref.kanagawa.jp/img/public-comment-h0-back.gif) repeat-x left top;
  float: left;
  margin: 5px 0 5px 0;
  padding: 0;
  width: 100%;
}
#emergency_box , #emergency_box2 {
  background: #DADEDF;
}
#emergency_box a, #emergency_box2 a {
  text-decoration: underline;
  color: #000;
}
noscript {
  display: block;
  background: #dadedf;
  padding: 10px 0;
  text-align: center;
}

#emergency_box {
  padding: 4px;
  background: #fff200;
  color: #000;
  margin: 0 0 16px;
  display: none;
}
#emergency_box2 {
  padding: 4px;
  background: #fff200;
  color: #000;
  margin: 0 0 16px;
/* for 20171225 */
  display: none;

}

#cover {
  position: absolute;
  left: 956px;
  height: 364px;
  width: 992px;
  top: 8px;
  z-index: 6666;
  background: #000;
  display: none;
}
.from-to {
  margin: 1em 0;
  color: #b2b2b2;
}
.figure {
  background: #ecf0f1;
  padding: 16px 16px .5em;
}
.figcaption {
  margin: .5em 0 0;
  text-align: center;
  line-height: 1.2;
}
.figure-left .figure {
  float: left;
  margin: 0 1em 1em 0;
}
.figure-right .figure {
  float: right;
  margin: 0 0 1em 1em;
}
.dlstyle dl {
  line-height: 1.4;
}
.dlstyle dt {
  float: left;
  font-weight: bold;
  max-width: 379px;
}
.dlstyle dd {
  padding: 0 0 8px 8em;
  margin: 0;
}
.custom-navigation {
  background: #e5f2f9;
  margin: 0 0 16px;
  padding: 1em;
  border: 1px solid #2a82b6;
}
#contents .detail_writing {
  margin: .8em 0;
  font-size: 93.8%;
  line-height: 1.6;
}
div.detail_image_left {
  float: left;
  margin-right: 16px;
  margin-bottom: 1em;
}
.li_translate li {
  float: left;
  width: 45%;
}
#tv-image img {
  width: 236px;
  height: 92px;
}

@media print {
  #print, #print_e{
    display: none;
  }
  body {
    overflow-y: visible;
  }
}

  .switch {
    padding: 20px;
    background: #595d60;
  }
  .switch_inner {
    padding: 15px 0;
    background: #4d5154;
    text-align: center;
  }
  .switch span {
    margin: 0 auto;
    padding: 20px 0 20px 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: bold;
    background: url(https://www.pref.kanagawa.jp/img/parts/switch.png) no-repeat left center;
    background-size: 30px auto;
  }
  .subtoggle, #trigger {
    display: none;
  }
/** サービス停止のお知らせ
#emergency_box {
  display: block;
}
*/

/* サービス停止のお知らせ2
#emergency_box2 {
  display: block;
}
*/

@media only screen and (max-width: 480px), only screen and (max-width: 767px) and (orientation:landscape) {
  body {
    font-size: 106.3%;
    line-height: 25px;
  }
  #wrapper {
    min-width: 0;
  }
  #contents, #sub,.life_box {
    width: 100%;
    float: none;
  }
  .inner, #event #contents, #nav, #global li ul, #main_header h1, #share, #sort {
    width: 100%;
  }
  #main {
    padding: 1px 0 0 0;
  }
  #menu {
    position: static;
    background: transparent;
    width: 100%;
  }
  #menu ul {
    padding: 15px 10px 0;
    display: table;
    text-align: center;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu ul li {
    float: none;
    padding: 0 10px;
    background: url(https://www.pref.kanagawa.jp/img/parts/menu_border.png) repeat-y left top;
    font-size: 75.0%;
  }
  #menu ul li:nth-child(2) {
    display: none;
  }
  #menu ul li {
    background: url(https://www.pref.kanagawa.jp/img/parts/top_menu_border.png) repeat-y left top;
    float: left;
    vertical-align: middle;
  }
  #top_index #menu ul li:first-child,
  #menu ul li:first-child {
    background: none;
  }
  #menu ul li a {
    display: block;
    text-align: center;
  }
  #header .inner {

  }
  #main_header, #option {
    display: none;
  }
  .inner,
  textarea,
  input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header {
    border: none;
  }
  #header #symbol a {
    width: 140px;
    background-size: 130px auto;
    background-position: 8px bottom;
    padding: 0;
    height: 50px;
  }
  #contents h1 {
    font-size: 158.8%;
    line-height: 32px;
  }
  #contents h2 {
    font-size: 129.4%;
    line-height: 28px;
  }
  #contents h3 {
    font-size: 117.6%;
    line-height: 26px;
    margin-top: 1.4em;
  }
  #contents h4 {
    font-size: 105.9%;
    line-height: 26px;
    margin-top: 1.4em;
  }
  #contents p, #contents ul, #contents dl {
    font-size: 100%;
    line-height: 25px;
  }
  #contents ul li {
    background: url(https://www.pref.kanagawa.jp/img/parts/list.png) no-repeat left 6px;
  }
  #contents .list_top2 ul li a {
    line-height: 1.8;
  }
  .detail_html object, .detail_html embed, .detail_html iframe {
    width: 100%;
  }
  .detail_html .player_alone {
    margin: 0;
    width: auto;
  }
  .detail_html .player_mov {
    width: auto;
    padding: 0;
    float: none;
  }
  .detail_html .player_mov > div {
    width: 100%!important;
  }
  #sub #sub_feature {
    padding: 10px;
  }
  #sub #sub_feature .sub_title,
  #share .sub_title,
  #ad h2 {
    background: none;
    text-indent: 0;
    height: auto;
    padding: 14px 3px 17px;
    font-size: 120%;
  }
  #ad h2 {
    background: none;
    text-indent: 0;
    height: auto;
    padding: 24px 13px 17px;
    font-size: 120%;
    color: #000;
    width: auto;
  }
  #share .sub_title {
    color: #fff;
    padding: 24px 13px 17px;
    display: none;
  }
  #sub #sub_feature ul li a {
    padding: 0;
    width: 230px;
    height: 50px;
    margin: 0 auto;
    background: transparent;
    text-decoration: none;
    text-align: center;
  }
  #sub #sub_feature img {
    width: 230px;
    height: 50px;
  }
  #site_theme img {
    width: 100%;
  }
  .sidebar_layer .so_link3, .sidebar_layer2 .so_link3, .sidebar_border3_main .so_link3, .sidebar_border3 .so_link3, .sidebar_border3 .so_link {
    padding: 17px 13px;
  }
  #sub ul li a {
    padding: 17px 31px 17px 13px;
    background: #fff url(https://www.pref.kanagawa.jp/img/parts/arrow_gray2.png) no-repeat right center;
    background-position: right 7px center;
  }
  #site_theme {
    margin: 0 0 1px;
  }
  #site_theme p a {
    padding: 17px 24px 17px 8px;
  }
  .sidebar_border3_main, #sub .sidebar_border2, .sidebar_border3 {
    margin-bottom: 0;
  }
  .section {
    margin-bottom: 0;
  }
  #back {
    padding: 30px 0 10px;
  }
  #share {
    background-image: none;
    padding: 0;
  }
  #share #icons {
    width: 160px;
    height: 80px;
    margin: 0 auto;
    position: relative;
  }
  #facebook a, #twitter a, #google a {
    bottom: 18px;
    width: 44px;
    height: 44px;
  }
  #facebook a {
    left: 0;
    background: #7E8C8D url(https://www.pref.kanagawa.jp/img/parts/social_icon.png) no-repeat -48px -4px;
  }
  #twitter a {
    left: 0;
    right: 0;
    margin: auto;
    background: #7E8C8D url(https://www.pref.kanagawa.jp/img/parts/social_icon.png) no-repeat -96px -4px;
  }
  #google a {
    left: auto;
    right: 0;
    background: #7E8C8D url(https://www.pref.kanagawa.jp/img/parts/social_icon.png) no-repeat -144px -4px;
  }
  #ad {
    padding: 10px 10px 50px;
  }
  #ad_list {
    padding: 5px;
  }
  #ad_list li {
    float: left;
    margin: 0;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
  }
  #ad_list li a img {
    width: 100%;
    height: auto;
  }
  #ad_information {
    bottom: -40px;
  }
  #ad_information a {
    padding: 3px 10px 3px 25px;
  }
  #sub_nav h2 a {
    padding: 17px 31px 17px 13px;
    background-position: right 7px center;
  }
  #trigger {
    display: block;
    position: absolute;
    width: 120px;
    height: 44px;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: url(https://www.pref.kanagawa.jp/img/parts/trigger.png) no-repeat 50px 10px;
    background-size: auto 20px;
  }
  #trigger:after {
    content: "検索/メニュー";
    font-size: 56.3%;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 1px;
    position: absolute;
    right: 9px;
    bottom: -7px;
  }
  #footer-main {
    padding: 0;
  }
  #footer-nav {
    background: none;
    display: block;
  }
  #footer-nav div {
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    width: 50%;
    padding: 0;
    float: left;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer-nav div h2 {
    margin: 0;
  }
  #footer-nav div h2 a {
    padding: 20px 10px 18px;
  }
  #footer-nav div ul {
    display: none;
  }
  #footer-menu {
    padding: 20px 0;
  }
  #footer-menu ul {
    float: none;
    text-align: center;
  }
  #footer-menu ul li {
    float: none;
    display: inline-block;
    margin: 0;
  }
  #footer-menu ul li a {
    padding: 4px 7px;
  }
  #footer-info {
    background: #0e3956;
    height: auto;
  }
  #footer-info p {
    font-size: 75.0%;
  }
  #footer-symbol {
    float: none;
  }
  #footer-symbol a {
    display: block;
    width: auto;
    height: 75px;
    background-position: center top;
  }
  #footer-address {
    float: none;
    margin-top: 31px;
    text-align: center;
  }
  #footer-address span {
    margin-left: 0;
    display: block;
  }
  #footer-access {
    float: none;
    border: 1px solid #0a283c;
    margin: 20px;
  }
  #footer-access a {
    background: none;
    display: block;
    padding: 0;
    text-align: center;
    height: auto;
  }
  #footer-access a span {
    background: url(https://www.pref.kanagawa.jp/img/parts/plot.png) no-repeat 25px center;
    font-size: 100%;
    padding: 14px 25px 14px 55px;
    display: inline-block;
  }
  #footer-copy p {
    font-size: 68.8%;
  }
  .switch {

  }
  .switch span {

  }
  #event-index #contents table {
    width: 100%;
  }
  .cal_boxs {
    float: none;
    padding-left: 0;
  }
  .cal_box {
    width: 100%;
    float: none;
    display: none;
  }
  .current {
    display: block;
  }
  #search_area2 table th {
    white-space: nowrap;
    font-size: 90%;
  }
  #evt_date_y, #evt_date_m, #evt_date_d {
    width: 90%;
  }
  #evt_keyword, #evt_area, #ctg03, #ctg02_0 {
    width: 100%;
  }
  .tablescroll {
    overflow-x: auto;
  }
  #topics .grid_feature li {
    padding: 0 0 0 40px;
    width: auto;
    border-left: 1px solid #e6e6e6;
    font-size: 93.8%;
    float: left;
  }
  #press .grid_main {
    margin: 20px 20px 0;
  }
  #topics .grid_main li {
    padding: 20px;
    width: auto;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-size: 93.8%;
    float: left;
  }
  #press .article {
    width: auto;
    float: none;
  }
  #press .links ul {
    padding: 0 20px;
  }
  #press .links ul li {
    padding: 0 10px 0 0;
  }
  #press .links ul li a {
    padding: 7px 30px 7px 10px;
    font-size: 81.3%;
  }
  #press .article p {
    margin: 0.4em 0;
  }
  #press_body {
    padding: 20px 0 40px;
  }
  #press_body .grid_feature {
    padding: 20px 0 40px;
  }
  #slide {
    height: auto;
    width: 100%;
    float: none;
    background: #334e66;
    background: rgba(51,78,102,0.7);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 30px;
  }
  #slide ul {
    margin: 0;
    height: auto;
    padding: 0;
  }
  #top_index img {
    width: 100%;
    height: auto;
  }
  .bx-wrapper .bx-pager {
    bottom: 10px;
  }
  .bx-wrapper  .bx-controls-direction {
    display: none;
  }
  #slide2 {
    min-height: 0;
    width: auto;
    float: none;
    background: none;
    padding: 15px 15px 0;
    position: relative;
  }
  #slide2 ul li:first-child a {
    width: 100%;
  }
  #slide2 ul li a {
    width: 48%;
    margin: 0 0 4%;
  }
  #pickup {
    margin: 10px 10px 0;
    min-height: 0;
  }
  #policy {
    min-height: 0;
    width: auto;
    margin: 0 -25px;
    padding: 0;
  }
  #policy #policy_title {
    padding: 15px 25px 17px;
    float: none;
    border-bottom: 1px solid #E9E9E9;
    cursor: pointer;
    font-size: 106.3%;
    position: relative;
  }
  #policy #policy_title .menutoggle {
    top: 4px;
  }
  #policy_all {
    display: none;
  }
  #pickup .open ul {
    display: block;
  }
  #policy ul {
    padding: 4% 18px;
    display: none;
    margin: 0;
  }
  #policy ul li {
    width: 46%;
    height: auto;
    margin: 2%;
  }
  #policy ul li a {
    width: 100%;
    margin: 0;
  }
  #special {
    top: 60px;
    width: 80%;
  }
  .open {

  }
  #special p {
    width: auto;
    margin: 0;
    font-size: 87.5%;
  }
  #special ul li a {
    width: auto;
  }
  #special .special_body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 10px;
  }
  #special_open {
    height: 190px;
  }
  #search-box-header {
    padding: 15px;
  }
  #search-box-header .form {
    height: 55px;
    font-size: 100%;
  }
  #search-box-header input.text {
    width: 80%;
    height: 55px;
    padding: 0 4%;
    background: #fff url(https://www.pref.kanagawa.jp/img/parts/search_mouse.png) no-repeat 12px center;
  }
  #search-box-header .image {
    width: 20%;
    height: 55px;
  }
  #search-box-header .form,
  #pickup .inner,
  #search_inner,
  #search .search_body {
    width: 100%;
  }
  #search{
    background: #dadedf;
    padding: 30px 20px 0;
  }
  #search_inner {
    position: static;
  }
  #search-box .form {
    height: 60px;
    font-size: 100%;
  }
  #search-box input.text {
    background: #fff url(https://www.pref.kanagawa.jp/img/parts/search_mouse.png) no-repeat 12px center;
    border: none;
    width: 80%;
    height: 45px;
    border: none;
    padding: 0 4%;
  }
  #search-box .image {
    background: #0e3956;
    width: 20%;
    height: 45px;
    border: none;
    color: #fff;
    padding: 0;
    border-radius: 0 3px 3px 0;
    font-size: 81.3%;
  }
  #search .search_body ul li {
    float: left;
    margin: 0 7px 7px 0;
  }
  #search .search_body ul li a {
    padding: 7px 14px;
    font-size: 81.3%;
  }
  #most {
    background: #fff;
    margin: 0;
  }
  #most .block_title {
    min-height: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #cccccc;
  }
  #most h2 {
    height: auto;
    background-position: 20px center;
    text-align: left;
    padding: 15px 0 17px 60px;
    cursor: pointer;
    display: block;
    font-size: 106.3%;
  }
  #most .block_body {
    display: none;
  }
  #top_index .open .block_body {
    display: block;
  }
  #most ul li {
    float: none;
    width: 100%;
  }
  #most ul li a {
    padding: 15px 20px 15px 50px;
    background-position: 20px center;
    width: auto;
    float: none;
  }
  #topics_body {
    padding: 10px 20px 40px;
  }
  #topics .grid_feature img {
    width: 40%;
    height: auto;
    margin-right: 15px;
  }
  #topics #topics_body .grid_feature li:first-child {
    border: none;
  }
  #topics #topics_body .grid_feature li {
    border-top: 1px solid #798da0;
    border-left: none;
        padding: 25px 0;
  }
  #topics_body .grid_main {
    background: #fff;
    margin: 0;
  }
  #topics .grid_feature h3 {
    clear: none;
    color: #fff;
    font-size: 100%;
    margin: 0 0 .6em 0;
  }
  #topics .grid_feature p {
    color: #fff;
    margin: 0;
    line-height: 1.4;
    margin: 0 ;
  }
  #topics .grid_main li {
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-size: 93.8%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #topics .grid_main li img {
    width: 65px;
    height: auto;
    float: left;
    margin-right: 7px;
    vertical-align: bottom;
  }
  .subtoggle {
    display: block;
    padding: 24px 13px;
    background: #333333;
    color: #fff;
    font-size: 110%;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
  }
  .subtoggle .circle {
    width: 25px;
    height:25px;
    border: 1px solid #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .subtoggle .circle span {
    display: block;
    background: #fff;
    position: absolute;
  }
  .close .circle .vertical {
    width: 3px;
    height: 13px;
    left: 11px;
    top: 6px;
  }
  .subtoggle .circle .horizontal {
    width: 13px;
    height: 3px;
    left: 6px;
    top: 11px;
  }
  #articles {
    margin: 0;
    padding: 70px 0 0;
  }
  #articles h2 {
    font-size: 87.5%;
    min-width: 0;
    padding: 0 15px;
    width: 8em;
  }
  #articles h2 span {
    font-size: 100%;
    margin: 0 auto;
    padding: 0 0 0 25px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    text-align: left;
    height: 70px;
  }
  .row h2 {
    position: relative;
  }
  .row2,
  .row3 {
    display:block;
  }
  .row2 .grid,
  .row3 .grid {
    display:block;
  }
  .menutoggle {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 110%;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    right: 0;
    top: 5px;
    height: 47px;
    width: 55px;
  }
    #global>li>.menutoggle {
    height: 47px;
    width: 55px;
    border-left: 1px solid #04243a;
  }
  .menutoggle span {
    display: block;
    background: #afc2d0;
    position: absolute;
  }
  .menutoggle .vertical {
    display: block;
    width: 3px;
    height: 13px;
    left: 25px;
    top: 18px;
  }
  .open .menutoggle .vertical {
    display: none;
  }
  .menutoggle .horizontal {
    width: 13px;
    height: 3px;
    left: 20px;
    top: 23px;
  }
  .row_wrapper {
    margin: 0;
  }
  .row {
    display: block;
  }
  .grid {
    background-image: none;
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: none;
  }
  #top_index #main {
    padding-top: 30px;
}
  #top_index #main .inner {
    width: auto;
  }
  #top_index .row h2 {
    height: auto;
    background-position: 20px center;
    text-align: left;
    padding: 15px 0 17px 60px;
    cursor: pointer;
    border-bottom: 1px solid #dadedf;
    font-size: 106.3%;
  }
  #top_index .row .grid_main {
    display: none;
  }
  #top_index .row .open .grid_main {
    display: block;
  }
  #top_index .row #advice h2 {
    background-position: 13px center;
  }
  .row .grid li a {
    padding: 15px 20px 15px 50px;
    background-position: 20px center;
  }
  #others02 {
    display: none;
  }
  #others02 .row .grid li a {
    border-bottom: none;
}
  #nav {
    display: none;
    float: none;
    position: absolute;
    z-index: 20000;
    right: 0;
    width: 84%;
    min-height: 75px;
    margin-top: 0;
    background: #0e3956;
  }
  #nav #global>li {
    background-position: 17px 15px;
    float: none;
    width: 100%;
    border-bottom: 1px solid #04243a;
    position: relative;
    padding: 0;
  }
  #top_index #nav #global>li:hover,
  #top_index #nav #global>li.hover,
  #nav #global>li:hover,
  #nav #global>li.hover {
    text-decoration: none;
    background-color: transparent;
  }
  #top_index #global #l1 {
    background: url(https://www.pref.kanagawa.jp/img/parts/life1.png) no-repeat 17px 15px;
  }
  #top_index #global #l2 {
    background: url(https://www.pref.kanagawa.jp/img/parts/life2.png) no-repeat 12px 15px;
  }
  #top_index #global #l3 {
    background: url(https://www.pref.kanagawa.jp/img/parts/life3.png) no-repeat 17px 15px;
  }
  #top_index #global #l4 {
    background: url(https://www.pref.kanagawa.jp/img/parts/life4.png) no-repeat 17px 15px;
  }
  #top_index #global #l5 {
    background: url(https://www.pref.kanagawa.jp/img/parts/life5.png) no-repeat 17px 15px;
  }
  #top_index #global #l6 {
    background: url(https://www.pref.kanagawa.jp/img/parts/life6.png) no-repeat 20px 15px;
  }
  #nav #global #l1,
  #nav #global #l3,
  #nav #global #l4,
  #nav #global #l5 {
    background-position: 17px 15px;
  }
  #nav #global #l2 {
    background-position: 12px 15px;
  }
  #nav #global #l6 {
    background-position: 20px 15px;
  }
  #nav #global #l7 {
    display: none;
  }
  #top_index #global>li>a {
    border: none;
  }
  #feature {
    display: none;
  }
  #nav_search {
    display: block;
  }
  #nav .remove {
    color: #fff;
    padding: 55px 0 25px;
    font-size: 75.0%;
    background: url(https://www.pref.kanagawa.jp/img/parts/close.png) no-repeat center 33px;
    background-size: 20px;
    cursor: pointer;
	display: block;
  }
  #nav .remove:first-child {
    position: absolute;
    right: 0;
    top: 0;
    padding: 28px 8px 0px;
    background-position: center 9px;
  }
  #nav #nav_search .remove{
    display: none;
  }
  #global .remove {
    display: none;
  }
  #wrapper_cover {
    opacity: 0.5;
  }
  #wrapper_cover .remove {
    width: 44px;
    height: 44px;
    color: #fff;
    padding: 28px 0 0;
    font-size: 75.0%;
    background: url(https://www.pref.kanagawa.jp/img/parts/close.png) no-repeat center 10px;
    background-size: 20px;
  }
  #global {
    border-top: 1px solid #04243a;
  }
  #global li a {
    display: block;
    min-height: 26px;
    line-height: 1.7;
    padding: 15px 20px 15px 55px;
    color: #fff;
    font-size: 87.5%;
    text-decoration: none;
    text-align: left;
  }
  #nav #global>li.hover {
    background-color: transparent;
  }
  #global li.hover>div {
    margin: 0;
    width: 100%;
    padding: 0;
    position: static;
    display: block;
    background: #04243a;
    min-height: 0;
  }
  #global li.hover .menutoggle {
    background: #04243a;
    height: 56px;
    top: 0;
  }
  #global li.hover .menutoggle .horizontal {
    top: 28px;
  }
  #global li.hover .menutoggle .vertical {
    display: none;
  }
  #global li.hover li .menutoggle .horizontal {
    top: 28px;
  }
  #global li.hover li.hover .menutoggle .vertical {
    display: none;
  }
  #global li>div a {
    display: block;
  }
  #global li ul li {
    width: 100%;
    float: none;
    padding: 0;
    background: none;
    border-top: 1px solid #dadedf;
    margin-right: 40px;
    position: relative;
  }
  #global #l1 ul li:last-child,
  #global #l2 ul li:last-child {
    margin-top: 0;
  }
  #global li.hover ul li .menutoggle {
    width: 45px;
    height: 45px;
    top: 0;
    background: transparent;
  }
  #global li.hover ul li.hover .menutoggle {
    background: #e8e9e9;
    border-left: 1px solid #cccdcd;
    border-bottom: 1px solid #cccdcd;
  }
  #global li.hover li .menutoggle .vertical {
    top: 17px;
    left: 21px;
    display: block;
  }
  #global li.hover ul li .menutoggle .horizontal {
    top: 22px;
    left: 16px;
  }
  #global li.hover ul li.hover ul {
    display: block;
    margin: 0;
  }

  #global li.hover ul li.hover ul li {
    border-top: 1px solid #cccdcd;
    background: #e8e9e9;
    padding: 0;
  }
  #global li.hover ul li.hover ul li a {
    padding: 10px;
  }
  #global li div .inner {
    padding: 15px;
  }
  #global>li div h2 {
    display: none;
  }
  #global>li div li a {
    font-size: 87.5%;
    padding: 10px 50px 10px 24px;
    background: url(https://www.pref.kanagawa.jp/img/parts/arrow_navy.png) no-repeat 10px center;
    background-size: 7px auto;
    color: #000;
    font-weight: normal;
  }
  #global li ul li ul li a {
    font-size: 87.5%;
  }
  #global li div>ul {
    padding: 0;
    margin: 0;
    background: #fff;
  }
  #global li ul li ul {
    padding: 0;
    display: none;
  }
  #header {
    min-width: 0;
    min-height: 50px;
  }
  #life-banner div {
    width: auto;
    margin: 0 13px;
  }
  #life-banner .cnt-box-left,
  #life-banner .cnt-box-right {
    float: none;
  }
  #life-banner div a {
    float: none;
    margin: 0;
  }
  #life-banner div p {
    margin-top: 8px;
  }
  #life-banner div img {
    width: 100%;
    height: auto;
  }
  .life #contents .list_ccc dt {
    float: none;
    padding: 0 0 0 17px;
  }
  .life #contents .list_ccc dd {
    padding: 0 0 8px 20%;
  }
  .list_ccc dt {
    float: none;
    padding: 0;
  }
  .list_ccc dd {
    padding: 0 0 8px 0;
  }
  .sec-right {
    position: static;
    margin: 1em 0;
  }
  .text_ctg, .kisya_timeline_listbox {
    margin: 0 0 1em;
  }
  .kisya_timeline_box dt {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .kisya_timeline_box dd {
    float: none;
    margin-bottom: .8em;
  }
  .kisya_head_textbox {
    margin: 1em 0 0;
  }
  .inpagelink {
    margin: 24px 0;
    text-align: left;
    float: none;
  }
  .inpagelink_title {
    float: none;
    margin-bottom: 13px;
  }
  textarea {
    width: 100%;
  }
  input[type="text"] {
    width: 100%;
    height: 28px;
  }
  #form_check {
    margin: 6px 0;
  }
  .list_top dt {
    float: none;
  }
  .list_top dd {
    padding: 0 0 8px;
  }
  #contents img {
    margin: 0;
    max-width: 100%;
  }
  .figure-left .figure,
  .figure-right .figure {
    float: none;
    margin: 0 0 1em 0;
  }
  .figure img,
  div.image-left img,
  div.image-right img,
  .box4 img,
  .box5 img {
    width: 100%;
    height: auto;
  }
  div.image-left,
  div.image-right {
    float: none;
    margin: 0 0 1em 0;
    display: inline;
  }
  .box4, .box5,.column {
    float: none;
    max-width: none;
    margin-bottom: 1em;
  }
  .column {
    width: 100%!important;
  }
  .kisya_detail_info {
    float: none;
    width: 100%;
  }
  .toiawase_right {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .li_translate li {
    float: none;
    width: auto;
  }
  #tv-image img {
    width: 100%;
    height: auto;
  }

}
/*20180131　追加*/
/* 2017 renewal add  
#tmp_contentsを削除した*/
/* ==================================================
parts
================================================== */

/* box_info
============================== */
.box_info {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #919191;
	clear:both; /* 変更しない */
}
table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
.box_info .box_info_ttl {
	padding:20px 15px 15px;
	color:inherit;
	font-weight:bold;
	background-color:#ecf0f1;
	border-bottom:1px dotted #0b3857;
}
.box_info .box_info_ttl p {
	margin-top:0; /* 変更しない */
	margin-bottom:0; /* 変更しない */
}
.box_info .box_info_cnt {
	padding:10px 10px 0;
}
.box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:10px; /* 変更しない */
}
.box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:10px; /* 変更しない */
}
.box_info ul ul,
.box_info ul ol,
.box_info ol ul,
.box_info ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* button
============================== */
.btn_textlink {
	color:#0E4183 !important;
	display:inline-block;
	text-decoration:none;
	box-sizing:border-box;
	margin:0 6px 6px 0;
	padding:7px 40px 5px 15px;
	border-right:1px solid #c5c8c9;
	border-bottom:2px solid #c5c8c9;
	background:#ecf0f1 url(/shared/img/parts/btn_textlink.png) no-repeat right center;
}
.btn_external {
	color:#0E4183 !important;
	display:inline-block;
	text-decoration:none;
	box-sizing:border-box;
	margin:0 6px 6px 0;
	padding:7px 40px 5px 15px;
	border-right:1px solid #c5c8c9;
	border-bottom:2px solid #c5c8c9;
	background:#ecf0f1 url(/shared/img/parts/btn_external.png) no-repeat right center;
}
.btn_download {
	color:#0E4183 !important;
	display:inline-block;
	text-decoration:none;
	box-sizing:border-box;
	margin:0 6px 6px 0;
	padding:7px 40px 5px 15px;
	border-right:1px solid #c5c8c9;
	border-bottom:2px solid #c5c8c9;
	background:#ecf0f1 url(/shared/img/parts/btn_download.png) no-repeat right center;
}

/* button
============================== */
.txt_textlink {
	padding-right:30px;
	background:url(/shared/img/parts/btn_textlink.png) no-repeat right center;
}
.txt_external {
	padding-right:30px;
	background:url(/shared/img/parts/btn_external.png) no-repeat right center;
}
.txt_download {
	padding-right:30px;
	background:url(/shared/img/parts/btn_download.png) no-repeat right center;
}