@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,
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;
}
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;
}

/*! 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;
  line-height: 1.2;
}
#wrapper {
  font-size: 100%;
  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(/shared/img/parts/policy_symbol.png) no-repeat 245px 0;
}
#wrapper #policy2 ul {
  margin: 0;
  padding: 0;
}
#wrapper #policy2 .remove {
  cursor: pointer;
  background: url(/shared/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(/shared/img/parts/header_cover.png) left top repeat-x;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.60) 57%, rgba(0,0,0,0));
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.57, rgba(0,0,0,0.60)), color-stop(1.00, rgba(0,0,0,0)));
  background: -o-linear-gradient(top, rgba(0,0,0,0.60) 57%, rgba(0,0,0,0));
  background: linear-gradient(to bottom, rgba(0,0,0,0.60) 57%, 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 {
  color:#ffffff;
  background: #0b3857 url(/shared/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(/shared/img/parts/top_menu_border.png) no-repeat left top;
}
#header {
  min-height: 103px;
  min-width: 1136px;
  color: #fff;
  background: #0b3857;
  position: relative;
  z-index: 20;
}


#header .inner {
  z-index: 9999;
}
#header #symbol {
  width: 20%;
  float: left;
}
#header #symbol h1 {
	margin:0;
}
#header #symbol a {
  color: #fff;
  background: url(/shared/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(/shared/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(/shared/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 .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);
}
.top_index #main {
  padding-top: 66px;
}
#main {
  background: #DADEDF;
  padding: 0.8em 0 1em;
}
#main h1 {
  margin-bottom: 0.2em;
}
#tmp_contents {
  width: 884px;
  float: left;
}
#sub {
  width: 236px;
  float: right;
  line-height: 1.2;
  word-wrap: break-word;
}
#back {
  background: #dadedf;
  padding: 40px 0;

}
#back a {
  background: url(/shared/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 {
  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(/shared/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(/shared/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 {
  color: #fff;
  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(/shared/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(/shared/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(/shared/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 {
  color: #fff;
  background-color: #595d60;
}
#footer-copy p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.switch {
  color: #fff;
  padding: 20px;
  background: #595d60;
}
.switch_inner {
  padding: 15px 0;
  color: #fff;
  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(/shared/img/parts/switch.png) no-repeat left center;
  background-size: 30px auto;
}
.subtoggle, #trigger {
  display: none;
}

.sub_section {
  background: #fff;
  padding: 0;
  margin: 0 0 16px;
}
#share {
  color:#000000;
/*  background-color: #7E8C8D;*/
  background: #7E8C8D url(/shared/img/parts/social_icon.png) no-repeat left bottom;
/*  padding: 10px 0;*/
  padding: 0 0 66px;
}
#share #icons {
	display:none;
}
#share .sub_title {
  background: url(/shared/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 {
  color:#000000;
  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;
}
#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(/shared/img/parts/arrow_gray2.png) no-repeat left center;
  text-decoration: underline;
}
#skip_footer ul li a {
  background: url(/shared/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;
}
#main_body {
  position: relative;
  background: #fff url(/shared/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(/shared/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: #0E5FA6;
  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(/shared/img/parts/arrow.png) no-repeat left bottom;
}
#author_info,
#pdf_download,
.wmplayer_download,
#related_page {
  background: #fff url(/shared/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%;
}
.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(/shared/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(/shared/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(/shared/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(/shared/img/parts/life1.png) no-repeat center 17px;
}
#global #l2 {
  background: url(/shared/img/parts/life2.png) no-repeat center 17px;
}
#global #l3 {
  background: url(/shared/img/parts/life3.png) no-repeat center 17px;
  width: 19%;
}
#global #l4 {
  background: url(/shared/img/parts/life4.png) no-repeat center 17px;
  width: 11%;
}
#global #l5 {
  background: url(/shared/img/parts/life5.png) no-repeat center 17px;
  width: 11%;
}
#global #l6 {
  background: url(/shared/img/parts/life6.png) no-repeat center 17px;
}
#global #l7 {
  background: url(/shared/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(/shared/img/parts/life1_top.png) no-repeat center 17px;
}
.top_index #global #l2 {
  background: url(/shared/img/parts/life2_top.png) no-repeat center 17px;
}
.top_index #global #l3 {
  background: url(/shared/img/parts/life3_top.png) no-repeat center 17px;
}
.top_index #global #l4 {
  background: url(/shared/img/parts/life4_top.png) no-repeat center 17px;
}
.top_index #global #l5 {
  background: url(/shared/img/parts/life5_top.png) no-repeat center 17px;
}
.top_index #global #l6 {
  background: url(/shared/img/parts/life6_top.png) no-repeat center 17px;
}
.top_index #global #l7 {
  background: url(/shared/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 .navi_ttl {
  background: url(/shared/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(/shared/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(/shared/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;
}
#site_theme {
  color:#fff;
  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(/shared/img/parts/arrow_white.png) no-repeat right center;
  padding: 4px 24px 4px 2px;
  display: block;
  font-weight: bold;
}
#emergency_box , #emergency_box2 {
  background: #DADEDF;
}
#emergency_box a, #emergency_box2 a {
  text-decoration: underline;
  color: #000;
}

#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;
  display: none;
}

/* 2017 renewal add */
/* ==================================================
template
================================================== */
#sns_btn {
	clear:both;
	margin-bottom:16px;
}
#social_plugins {
	float:right;
}
#social_plugins .social_media_btn {
	margin:0 10px 0 0;
	float:left;
}
#submenu {
	display:none;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	font-size:100%;
	line-height:inherit;
	text-decoration:underline; /* 変更しない */
}
.strike {
	font-size:100%;
	line-height:inherit;
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	font-size:100%;
	line-height:inherit;
	color:#C80000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	line-height:inherit;
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	line-height:inherit;
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	line-height:inherit;
	font-size:100%;
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:10px !important;
	text-indent:-1em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon li {
	background:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	width:100%;
	margin:0 0 0.8em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	background: #ecf0f1;
	padding: 16px 16px 0.5em;
}
div.img_cap {
	margin:0 0 0.8em;
	background: #ecf0f1;
	padding: 16px 16px 0.5em;
}
.img_cap .img {
	text-align:left;
	margin:0 !important;
}
.img_cap p {
	margin: 0.5em 0 0;
	text-align: center;
	line-height: 1.2;
}
#tmp_contents .img_cap p {
	margin: 0.5em 0 0;
}

/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* 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;
}
a.btn_decision,
.btn_decision a {
	color:#ffffff !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 #194266;
	border-bottom:2px solid #194266;
	background:#325686 url(/shared/img/parts/btn_decision.png) no-repeat right center;
}
.btn_pagetop {
	color:#0E4183 !important;
	display:inline-block;
	text-decoration:none;
	box-sizing:border-box;
	margin:0 6px 6px 0;
	padding:5px 40px 3px 15px;
	border-top:1px dotted #0E4183;
	border-bottom:1px dotted #0E4183;
	background:#ecf0f1 url(/shared/img/parts/btn_pagetop.png) no-repeat right center;
}
.btn_textlink:hover,
.btn_external:hover,
.btn_download:hover,
.btn_pagetop:hover,
.btn_textlink:focus,
.btn_external:focus,
.btn_download:focus,
.btn_pagetop:focus {
	background-color:#dadedf !important;
}
a.btn_decision:hover,
a.btn_decision:focus,
.btn_decision a:hover,
.btn_decision a:focus {
	background-color:#0b3857 !important;
}
.btn_textlink:active,
.btn_external:active,
.btn_download:active,
.btn_pagetop:active {
	transform:translate(1px,2px);
}
a.btn_decision:active,
.btn_decision a:active {
	transform:translate(1px,2px);
}
/* 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;
}
.txt_pagetop {
	padding-right:30px;
	background:url(/shared/img/parts/btn_pagetop.png) no-repeat right center;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin: 0 0 16px 0;
	padding: 24px 13px 20px;
	background: #fff url(/shared/img/parts/section_main.png) no-repeat 12px top;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#E2E7F7; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#sns_btn:after,
#social_plugins:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
