﻿@charset "UTF-8";
/*--------------------------------RESET*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*--------------------------------UTILITY*/
.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom40 {
  margin-bottom: 40px;
}

.bottom50 {
  margin-bottom: 50px;
}

.right10 {
  margin-right: 10px;
}

.right20 {
  margin-right: 20px;
}

.right30 {
  margin-right: 30px;
}

.right40 {
  margin-right: 40px;
}

.right50 {
  margin-right: 50px;
}

.left10 {
  margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
  margin-left: 20px;
}

.left30 {
  margin-left: 30px;
}

.left40 {
  margin-left: 40px;
}

.left50 {
  margin-left: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.txtR {
  text-align: right;
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.clear {
  clear: both;
}

/*--------------------------------01.HTML,Body,Anchor*/
body {
  font-size: 12px;
  /* IE */
  font-family: "メイリオ",Verdana,Arial,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","MS Pゴシック", sans-serif;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  color: #333;
}

a:link, a:visited {
  color: #2760b4;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

/*--------------------------------02.Heading,Paragraph*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
}

p {
  line-height: 1.8em;
}

img {
  vertical-align: bottom;
}

/*--------------------------------LAYOUT*/
.h2style {
  padding: 10px;
  font-weight: bold;
  background: #333333;
  color: #fff;
  line-height: 1.4em;
}

.pageTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.container {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

/*--------------------------------HEADER*/
.globalHeader {
  background: url(../images/bg02.png) repeat-x;
  padding-top: 20px;
  padding-bottom: 23px;
  height: 37px;
  margin-bottom: 20px;
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #162d7d;
}
.group .globalHeader {
  background: url(../images/bg-group.png) repeat-x;
}
.jimukyoku .globalHeader {
  background: url(../images/bg-jimukyoku.png) repeat-x;
}
.globalHeader .inner {
  width: 1000px;
  margin: 0 auto;
}
.globalHeader .sitelogo {
  float: left;
  display: block;
}
.globalHeader .siteTitle {
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  margin-top: -10px;
  line-height: 1.2;
}

.headerMenu {
  float: right;
  clear: both;
}
.headerMenu #menu-icon {
  display: hidden;
  width: 55px;
  height: 55px;
  background: url(../images/icon-menu02.png) no-repeat center center;
  -webkit-background-size: 38px 38px;
  background-size: 38px 38px;
}
.headerMenu ul {
  margin-top: -10px;
}
.headerMenu ul li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.headerMenu ul li a {
  color: #ffe400;
}

/*--------------------------------SIDE*/
.side {
  float: left;
  width: 250px;
  background: #fff;
}

.sideMenu {
  padding: 10px;
  font-size: 12px;
  border: #aaaaaa 3px solid;
}
.sideMenu #nav-icon {
  display: hidden;
  width: 100px;
  height: 55px;
  background: url(../images/icon-menu01.png) no-repeat 10px center;
  -webkit-background-size: 41px 29px;
  background-size: 41px 29px;
}
.sideMenu ul h3 {
  color: #9a0303;
//  color: #9fa0a0;
  margin-bottom: 10px;
}
.sideMenu ul li {
  margin-bottom: 8px;
}

/*--------------------------------MAIN*/

.main {
  float: right;
  width: 730px;
  background: #fff;
  border: #aaaaaa 3px solid;
}
.main section .inner {
  padding: 15px;
}
.main section .warning {
  font-size: 14px;
  font-weight: bold;
  background: #ffcfcf;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.main section .warning.inlineblock {
    display: inline-block;
    width: 500px;
    line-height: 40px;
    text-align:left;
}
.main section .warning h3 {
  color: #fff;
  margin-bottom: 10px;
}
.main section .noinfo {
  margin-bottom: 285px;
  font-weight: bold;
}

.info {
  margin-left: 35px;
}
.info li {
  padding-bottom: 10px;
  border-bottom: 2px solid #999;
  margin-bottom: 10px;
  position: relative;
}
.info li:last-child {
  border-bottom: none;
}
.info li:before {
  content: "";
  display: block;
  background: url(../images/icon-info.png) no-repeat left top;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: -35px;
}
.info li p.date {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

/*--------------------------------FOOTER*/
.globalFooter {
  padding-top: 20px;
  padding-bottom: 60px;
  background: #2145c2;
}
.group .globalFooter {
  background: url(../images/bg-group.png) repeat-x;
}
.jimukyoku .globalFooter {
  background: url(../images/bg-jimukyoku.png) repeat-x;
}
.globalFooter .inner {
  width: 1000px;
  margin: 0 auto;
}
.globalFooter .inner .copyright {
  color: #fff;
  font-weight: bold;
}

/*--------------------------------HEADING*/
.heading01 {
  margin-bottom: 20px;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #57abf0), color-stop(51%, #3d91ed), color-stop(100%, #3d91ed));
  background: -webkit-linear-gradient(#57abf0 50%, #3d91ed 51%, #3d91ed 100%);
  background: -moz-linear-gradient(#57abf0 50%, #3d91ed 51%, #3d91ed 100%);
  background: -o-linear-gradient(#57abf0 50%, #3d91ed 51%, #3d91ed 100%);
  background: linear-gradient(#57abf0 50%, #3d91ed 51%, #3d91ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff57ABF0', endColorstr='#ff57ABF0');
}
.heading02 {
  background: #f0f0f0;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f0f0f0), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 1%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-8 */
  border-left: 5px solid #3d91ed;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.btnStyle01 {
  background: #116cd2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNmNkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjRhYzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #116cd2 0%, #1b4ac5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #116cd2), color-stop(100%, #1b4ac5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #116cd2 0%, #1b4ac5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #116cd2 0%, #1b4ac5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #116cd2 0%, #1b4ac5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #116cd2 0%, #1b4ac5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#116cd2', endColorstr='#1b4ac5',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #162D7D;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 2px 15px;
}

.group {
  background: #ffffff;
}
.group .heading01 {
  margin-bottom: 20px;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #9dd53a), color-stop(51%, #80c217), color-stop(100%, #80c217));
  background: -webkit-linear-gradient(#9dd53a 50%, #80c217 51%, #80c217 100%);
  background: -moz-linear-gradient(#9dd53a 50%, #80c217 51%, #80c217 100%);
  background: -o-linear-gradient(#9dd53a 50%, #80c217 51%, #80c217 100%);
  background: linear-gradient(#9dd53a 50%, #80c217 51%, #80c217 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff9dd53a', endColorstr='#ff9dd53a');
}
.group .heading02 {
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f0f0f0), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 1%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-8 */
  border-left: 5px solid #80c217;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.group .btnStyle01 {
  background: #008a00;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #52b152 0%, #008a00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52b152), color-stop(100%, #008a00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #52b152 0%, #008a00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #52b152 0%, #008a00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #52b152 0%, #008a00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #52b152 0%, #008a00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b152', endColorstr='#008a00',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #005700;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 2px 15px;
}
.group .listStyle02 li {
  background: url(../images/mark-list02_group.png) no-repeat left 6px;
  margin-bottom: 7px;
  padding-left: 10px;
  line-height: 1.6em;
}
.group .exlink {
  background: url(../images/mark-link_group.png) no-repeat left center;
  padding-left: 18px;
  line-height: 1.6em;
}

.jimukyoku {
  background: #ffffff;
}
.jimukyoku .heading01 {
  margin-bottom: 20px;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffa73d), color-stop(51%, #ff7c00), color-stop(100%, #ff7c00));
  background: -webkit-linear-gradient(#ffa73d 50%, #ff7c00 51%, #ff7c00 100%);
  background: -moz-linear-gradient(#ffa73d 50%, #ff7c00 51%, #ff7c00 100%);
  background: -o-linear-gradient(#ffa73d 50%, #ff7c00 51%, #ff7c00 100%);
  background: linear-gradient(#ffa73d 50%, #ff7c00 51%, #ff7c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffa73d', endColorstr='#ffffa73d');
}
.jimukyoku .heading02 {
  background: #f0f0f0;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f0f0f0), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 1%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-8 */
  border-left: 5px solid #ff7c00;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.jimukyoku .btnStyle01 {
  background: #FF5D00;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #ff853f 0%, #ff5d00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff853f), color-stop(100%, #ff5d00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff853f 0%, #ff5d00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff853f 0%, #ff5d00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff853f 0%, #ff5d00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff853f 0%, #ff5d00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF853F', endColorstr='#FF5D00',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #841100;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 2px 15px;
}
.jimukyoku .listStyle02 li {
  background: url(../images/mark-list02_jimukyoku.png) no-repeat left 6px;
  margin-bottom: 7px;
  padding-left: 10px;
  line-height: 1.6em;
}
.jimukyoku .exlink {
  background: url(../images/mark-link_jimukyoku.png) no-repeat left center;
  padding-left: 18px;
  line-height: 1.6em;
}

.main.oneColumn {
  float: none;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.showSP {
  display: none;
}

.showPC {
  display: block;
}

.btnStyle02 {
  background: #f0f0f0;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f0f0f0), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 1%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 1%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #999;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  padding: 2px 15px;
}

.listStyle01 li {
  background: url(../images/mark-list01.png) no-repeat left 6px;
  margin-bottom: 7px;
  padding-left: 10px;
  line-height: 1.6em;
}

.listStyle02 li {
  background: url(../images/mark-list02.png) no-repeat left 6px;
  margin-bottom: 7px;
  padding-left: 10px;
  line-height: 1.6em;
}

.pagelink {
  background: url(../images/mark-pagelink.png) no-repeat left center;
  padding-left: 18px;
  line-height: 1.6em;
}

.exlink {
  background: url(../images/mark-link.png) no-repeat left center;
  padding-left: 18px;
  line-height: 1.6em;
}

.pdflink {
  background: url(../images/mark-pdf.png) no-repeat left center;
  padding-left: 25px;
  line-height: 1.6em;
}

.tableStyle01 th {
  width: 180px;
}

.tableStyle02 {
  border-collapse: collapse;
}
.tableStyle02 th, .tableStyle02 td {
  margin: 0;
  padding: 4px;
  border: 1px solid #babcbf;
  //vertical-align: middle;
}
.tableStyle02 th {
  background: #e6e6e6;
}
.tableStyle02 td.btn {
  
}

.tableStyle03 {
  border-collapse: separate;
  border-spacing: 1pt;
}
.tableStyle03 th, .tableStyle03 td {
    margin: 0;
    padding: 10px;
}
.tableStyle03 th {
  background: #e6e6e6;
}

.tableStyle04 {
  border-collapse: collapse;
}
.tableStyle04 th, .tableStyle04 td {
  margin: 0;
  padding: 4px;
  border: 1px solid #babcbf;
  //vertical-align: middle;
}
.tableStyle04 th {
  background: #e6e6e6;
}

.tableWrap {
  display: inline-block;
}
.pager {
  padding: 10px;
  border: 1px solid #babcbf;
  border-top: none;
}

.middle {
	vertical-align:middle;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.w50 {
    width: 50px;
}

.w80 {
    width: 80px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w600 {
  width: 600px;
}

.w650 {
    width: 650px;
}

.main section .warning ul {
margin-top:15px
}
.main section .warning ul li{
  list-style-type: square ;
  margin-left: 25px
}

/*IME*/
.ime_auto {ime-mode: auto;}				/* 自動(デフォルト)。モード変更可能。 */
.ime_active {ime-mode: active;}			/* 日本語入力モード。モード変更可能。 */
.ime_inactive {ime-mode: inactive;}		/* 英数字入力モード。モード変更可能。 */
.ime_disabled {ime-mode: disabled;}		/* 英数字入力モード。モード変更不可。 */

.text_hissu {
	font-size: 10pt;
	color:#FF0000;
}

.text_readonly 
{
	border-color: #DCDCDC;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}

.grayout {
  background: #D3D3D3;
}

.diff_caution {
	color: #FF0000;
	background-color: yellow;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 640px) {
  body {
    background: #fff;
    font-size: 14px;
  }

  .container {
    width: 100%;
  }

  /*--------------------------------HEADER*/
  .globalHeader {
    background: #186acf;
    padding: 0;
    height: 55px;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .globalHeader .inner {
    width: 100%;
  }
  .globalHeader .sitelogo, .globalHeader .siteTitle {
    display: none;
  }

  .headerBg {
    width: 100%;
    height: 55px;
  }

  /*--------------------------------MENU*/
  #menu-icon, #nav-icon {
    display: inline-block;
  }

  .sideMenu #nav-icon {
    padding: 15px 0 15px 58px;
    height: 25px;
    text-decoration: none;
  }
  .sideMenu #nav-icon:before {
    content: "Menu";
    font-size: 22px;
    color: #fff;
  }

  .headerMenu ul {
    display: none;
  }
  .headerMenu .openMenu {
    display: block;
    position: absolute;
    background: #186acf;
    left: 0px;
    top: 65px;
    width: 100%;
    z-index: 100;
    padding-top: 10px;
  }
  .headerMenu .openMenu li {
    float: none;
    display: block;
    padding: 0 10px;
    margin-left: 0px;
    margin-bottom: 8px;
  }
  .headerMenu .openMenu a {
    color: #fff;
  }

  .side {
    position: absolute;
    top: 0px;
    left: 0px;
    background: none;
    width: 160px;
  }
  .side h2 {
    display: none;
  }

  .sideMenu {
    width: 50px;
    padding: 0;
    font-size: 14px;
    border: none;
  }
  .sideMenu ul {
    display: none;
  }
  .sideMenu .openMenu {
    display: block;
    position: absolute;
    background: #186acf;
    left: 0px;
    top: 55px;
    z-index: 100;
    padding-top: 10px;
  }
  .sideMenu .openMenu a {
    color: #fff;
  }
  .sideMenu .openMenu li, .sideMenu .openMenu h3 {
    color: #fff;
    padding: 0px 10px;
  }
  .sideMenu h3.top30 {
    margin-top: 30px;
  }

  /*--------------------------------MAIN*/
  .main {
    float: none;
    width: 95%;
  }
  .main section .warning {
    font-size: 18px;
    width:95%;
    word-break: break-all;
  }

  .h2style {
    margin-bottom: 20px;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #57abf0), color-stop(51%, #3d91ed), color-stop(100%, #3d91ed));
    background: -webkit-linear-gradient(#57abf0 50%, #3d91ed 51%, #3d91ed 100%);
    background: -moz-linear-gradient(#57abf0 50%, #3d91ed 51%, #3d91ed 100%);
    background: -o-linear-gradient(#57abf0 50%, #3d91ed 51%, #3d91ed 100%);
    background: linear-gradient(#57abf0 50%, #3d91ed 51%, #3d91ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff57ABF0', endColorstr='#ff57ABF0');
  }

  .viewport {
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .pointer {
    text-align: center;
    border-bottom: 1px solid #eff0f0;
  }
  .pointer span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 10px;
    background: #c9c9ca;
  }
  .pointer span.current {
    background: #9fa0a0;
  }

  .info {
    margin-left: 0px;
    width: 870px;
  }
  .info li {
    float: left;
    width: 250px;
    border: 10px solid #186acf;
    padding: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    cursor: pointer;
  }
  .info li:before {
    display: none;
  }
  .info li p.date {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .infoTitle {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }

  .noinfo {
    border: 10px solid #186acf;
    padding: 10px;
  }

  /*--------------------------------FOOTER*/
  .globalFooter .inner {
    width: 100%;
  }
  .globalFooter .inner .copyright {
    text-align: center;
  }
  .globalFooter .inner .copyright img {
    width: 94%;
  }

  /* 2014/07/03加筆 */
  .showSP {
    display: block;
  }

  .showPC {
    display: none;
  }

  .tableStyle01 {
    width: 100%;
  }
  .tableStyle01 tr th, .tableStyle01 tr td {
    display: block;
    line-height: 1.6em;
  }
  .tableStyle01 tr th {
    font-weight: bold;
    background: #eee;
    width: 96%;
    padding: 5px 2%;
    margin-bottom: 10px;
  }
  .tableStyle01 tr td {
    margin-bottom: 20px;
    width: 100%;
  }

  table.tableStyle02 {
    display: block;
    position: relative;
    width: 290px;
  }
  table.tableStyle02 thead {
    display: block;
    float: left;
  }
  table.tableStyle02 thead tr {
    display: block;
  }
  table.tableStyle02 tbody {
    display: block;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.tableStyle02 tbody tr {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #babcbf;
  }
  table.tableStyle02 td {
    border-left: 0;
    border-right: 0;
  }
  table.tableStyle02 th:last-child,
  table.tableStyle02 td:last-child {
    border-bottom: 1px solid #babcbf;
  }
  table.tableStyle02 th, table.tableStyle02 td {
    border-bottom: 0;
    display: block;
    width: auto !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  table.tableStyle04 {
    display: block;
    width: 100%;
  }
  table.tableStyle04 thead tr {
    display: block;
  }
  table.tableStyle04 tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }
  table.tableStyle04 td.txtR {
    display: none;
  }
  table.tableStyle04 th {
    display: none;
  }
  table.tableStyle04 td {
    display: block;
    padding: 5px 10px;
    border: none;
    text-align: left;
  }
  table.tableStyle04 td.date-intable {
    float: left;
  }

  .pager a, .pager span,
  .pager02 a, .pager02 span {
    margin: 0 2px;
    width:80%;
  }

  .w50 {
    width: 20%;
  }

  .w100 {
    width: 25%;
  }

  .w200 {
    width: 50%;
  }

  .w300 {
    width: 75%;
  }

  .w400 {
    width: 100%;
  }

  .w600 {
    width: 100%;
  }

  .left50 {
    margin-left: 1px;
  }
}

