@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  height: 100%;
  }
body {
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 87.5%;
	line-height: 1.5;
	_display: inline;
	_zoom:1;
	background-color: #dce6ef;
}
body, td, th, select, option {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: lighter;
}
input, textarea {
  font-size: 110%;
  _font-size: 100%;
  font-family: Arial, sans-serif;
}
blockquote {
  margin: 10px 20px 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 115%;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  width /***/: auto;  /* IE8 */
  _width: auto;      /* IE6 */
  border-style: none;
  vertical-align: bottom;
}
img.external {
    margin-left: 0.25em;
    vertical-align: middle;
}
address, cite,dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
pre {1e50a2
  font-family: SimHei, "ＭＳ ゴシック", monospace;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
ul {
	list-style-type: none;
	list-style-position: outside;
}
li {
	list-style-position: outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #0032a0;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #8232a0;
  background-color: transparent;
}
a:hover, a:focus {
  color: #be1e32;
  background-color: transparent;
}
a img[src$=".gif"]:hover, a img[src$=".gif"]:focus,
a img[src$=".jpg"]:hover, a img[src$=".jpg"]:focus {
  opacity: 0.9;
  filter: alpha(style=0, opacity=90);
}

/* =========================================================
   Common Classes.
========================================================= */

/* blank to clear
----------------------------------------------- */
div.clearBlank {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

/* icon
----------------------------------------------- */
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

/* Notices
----------------------------------------------- */
ul.notices {
  margin: 0px 0px 15px 0px;
  padding: 5px 10px;
  border: 1px solid #bbddff;
  background-color: #ddeeff;
}
ul.notices li {
  color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
  margin: 15px 0px;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0px 0px 0px;
  color: #ee0000;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0px 10px;
}
div.submitters input {
  width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
  width: 100%;
}
table.list th {
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.list td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}
table.list tr.cycle td {
  background-color: #f7f7f7;
}

/* Table for form
----------------------------------------------- */
table.form {
  width: 100%;
  margin: 10px 0px 0px 0px;
}
table.form th {
  width: 200px;
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.form td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0px 10px;
}
div.submitters input {
  width: 100px;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-image: url(/_common/images/icons/default.png);
}
.iconBmp {
  background-image: url(/_common/images/icons/bmp.png);
}
.iconCsv,
.iconTxt {
  background-image: url(/_common/images/icons/default.png);
}
.iconDoc,
.iconDocx {
  background-image: url(/_common/images/icons/doc.png);
}
.iconGif {
  background-image: url(/_common/images/icons/gif.png);
}
.iconJpg,
.iconJpe,
.iconJpeg {
  background-image: url(/_common/images/icons/jpg.png);
}
.iconJtd {
  background-image: url(/_common/images/icons/jtd.png);
}
.iconLzh {
  background-image: url(/_common/images/icons/lzh.png);
}
.iconPdf {
  background-image: url(/_common/images/icons/pdf.png);
}
.iconPng {
  background-image: url(/_common/images/icons/png.png);
}
.iconPpt,
.iconPptx {
  background-image: url(/_common/images/icons/ppt.png);
}
.iconXls,
.iconXlsx {
  background-image: url(/_common/images/icons/xls.png);
}
.iconZip {
  background-image: url(/_common/images/icons/zip.png);
}



/* Common
----------------------------------------------- */
/* more
---------------------- */
.more {
	text-align: right;
}
.more span {
  padding-right: 10px;
}


/* pagination
---------------------- */
.pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination a {
  padding: 0px 6px;
}
.pagination span.current {
  padding: 0px 3px;
  font-size: 150%;
  font-weight: bold;
}

/* back
---------------------- */
.back {
  margin: 20px 0 30px 0;
  text-align: center;
}
.back a {
  display: block;
  width: 70px;
  margin: 0px auto;
  padding: 3px 0px;
  border: 1px solid #aaaaaa;
}

/* pagetop
---------------------- */
.pageTop {
  margin:5px 0px 30px 0px;
  text-align: right;
}
.pageTop a {
  padding: 0px 0px 0px 15px;
  background-image: url(./images/ic-top.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

/* required
---------------------- */
.required {
  color: #ee0000;
}





/* address
----------------------------------------------- */
.inquiry {
  clear: both;
  margin: 0px 0px 20px 0px;
  padding-bottom: 10px;
  border: 1px solid #aaaaaa;
  color: #333333;
}
.inquiry h2 {
  margin-bottom: 10px;
  padding: 5px 15px;
  background-color: #f3f3f3;
  font-size: 110%;
  font-weight: bold;
}
.inquiry address {
  padding: 0 15px;
}
.top,.middle {
  margin-bottom: 0px;
}
.department, .section, .tel, .fax {
  margin-right: 10px;
}

/* contentGpArticleDocs
----------------------------------------------- */
/* docs-ichiran
---------------------- */
.contentGpArticleDocs {
	margin-top: 10px;
	position:relative;
	padding: 15px;
	margin-bottom: 15px;
}

.contentGpArticleDocs .feed {
	margin-bottom: 15px;
	text-align: right;
}
.contentGpArticleDocs .feed .feedRss,
.contentGpArticleDocs .feed .feedAtom {
	text-indent: -9999em;
	text-align: left;
}

.docs h2 {
	background-image: url(../piece/images/stripe.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 15px;
	color: #333;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
}

.contentGpArticleDocs .docs ul {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.contentGpArticleDocs .docs li {
  margin-bottom: 5px;
  padding-left: 12px;
  background-image: url(./images/ic-list01.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
}


/* RSS Atom
---------------------- */
#feed {
	position: relative;
	height: 20px;
}
#feed .feed {
	position: absolute;
	right: 0px;
	text-align: left;
}

ul.feed li {
	width :50px;
	height: 18px;
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
}
ul.feed li:farst-child {
  margin-right: 10px;
}
ul.feed li a {
	display: block;
	padding: 0;
	margin: 0px;
	height: 18px;
	width: 50px;	
	text-indent: -9999em;
}
.feedRss {
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.feedAtom{
	background-image: url(images/atom.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* doc
---------------------- */
.contentGpArticleDoc p.publishedAt, 
.updatedAt {
	text-align: right;
	margin-bottom: 20px;
}
.updatedAt {
  margin-bottom: 20px;
}


/* midashi
----------------------------------------------- */
.body {
  clear: both;
}
.body h2, .body h3, .body h4, .body h5 {
  margin: 0 0 1em 0;
}
.body h2,
.form h2 {
	font-size: 150%;
	color: #373737;
	margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #135AC4;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.body h3 {
	margin-bottom: 25px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 120%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #135ac4;
	clear: both;
	background-color: #dce6ef;
	margin-right: 15px;
	margin-left: 15px;
}
.body h4 {
	font-size: 120%;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #135ac4;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 20px;
	margin-left: 20px;
}
.body h5 {
	font-size: 120%;
	margin-bottom: 20px;
	padding-left: 15px;
	color: #135ac4;
	clear: both;
}
.body h6 {
	font-size: 115%;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}
.body p {
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
}
.body ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.body ul li {
	margin-bottom: 10px;
}
.body ol {
  margin: 0px 0px 20px 55px;
}
.body ol li {
	margin-bottom: 8px;
}
.body table {
	border: 1px solid #aaaaaa;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
.body th, .body td {
	padding: 5px;
	border: 1px solid #aaaaaa;
	vertical-align: middle;
}
.body th {
  background-color: #f3f3f3;
}
.body table caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
.body table p {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.body table  ul,
.body table  ol {
  margin: 0px 0px 0px 20px;
}
.body .warning {
  color: #ee0000;
  font-weight: bold;
}
.body .border {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #cccccc;
}
.body table.noBorder,
.body table.noBorder th,
.body table.noBorder td {
  border: none;
}
/* 追加　*/
.body dl {
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
.body dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.body dl dd {
	margin-bottom: 10px;
	margin-left: 1em;
}

.body img {
	margin: 10px;
}

.body dl dl {
	margin: 0px;
}


/* img-float
----------------------------------------------- */
.img-right, 
.img-left {
  clear: both;
  margin-bottom: 10px;
}
.img-left img {
  float: left;
  margin-right: 40px;
}
.img-right img {
  float: right;
  margin-left: 40px;
}
.img-left .text {
  float: left;
}
.img-right:after, 
.img-left:after  {
  content: " "; 
  clear: both; 
  height: 0; 
  display: block; 
  visibility: hidden;
}


/* CKEditor templates
----------------------------------------------- */

.temp1, temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 30px;
}
.temp1 .thumb {
  float: left;
  margin-right: 30px;
}
.temp2 .thumb {
  float: right;
  margin-left: 30px;
}
.temp3 dl, .temp4 dl {
  float: left;
  margin: 20px 5px 0 0;
}
.temp3 dl dt, .temp4 dl dt {
  margin-bottom: 5px;
  text-align: center;
}
.temp3 dl dd, .temp4 dl dd {
  text-align: center;
}

/* For IE8 */

.temp1 .thumb img {
	width: inherit;
    max-width: 350px;
    height: auto;
}

.temp2 .thumb img {
	width: inherit;
    max-width: 350px;
    height: auto;
}

.temp3 dl dt img {
	width: inherit;
    max-width: 350px;
    height: auto;
}

.temp4 dl dt img {
	width: inherit;
    max-width: 225px;
    height: auto;
}
/* IE8対策ここまで */

table.temp5 {
  width: 100%;
}
.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}
.temp7 p {
  margin: 0 0 10px 0;
}

/* 20150511追加 */
.temp11 {
	clear: both;
	border:none;
}

/* 画像の中寄せ */
.body .naka {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* clearfix
----------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

/* Responsive Design
----------------------------------------------- */
@media screen and (max-width: 600px) {
  .body {
    padding: 0 0 15px;
  }
  .body ul {
    margin-left: 15px;
  }
  .body ol {
    margin-left: 35px;
  }
  .body table {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
  input, textarea {
    max-width: 98% !important;
  }
  
.temp1 .thumb {
	float: none;
	max-width: 95%;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;	
	-ms-interpolation-mode: bicubic;
	
}
.temp2 .thumb {
	float: none;
	max-width: 95%;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;	
	-ms-interpolation-mode: bicubic;
}
}