@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  font-size: 100%;
  font-style: normal;
}
html {
  height: 100%;
}
body {
  height: 100%;
  border: 0;
  background-color: #fff;
  font-size: 90%;
  line-height: 1.5;
  word-wrap: break-word;
}
body, td, th, select, option, input, button, textarea, h1, h2, h3, h4, h5 {
  font-family: "Ô´¥Î½Ç¥´¥·¥Ã¥¯", "Ô´¥Î½Ç¥´¥·¥Ã¥¯ JP", "Noto Sans Japanese", Avenir, "Helvetica Neue", Verdana, Roboto, "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  font-weight: normal;
}
input, textarea {
  font-size: 100%;
}
blockquote {
  margin: 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 110%;
  font-weight: bold;
}
img {
  border-style: none;
}
strong {
  font-weight: bold;
}
pre {
  font-family: "Ô´¥Î½Ç¥´¥·¥Ã¥¯ code JP", Roboto, Consolas, "Osaka?µÈ·ù", Osaka-mono, "£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
ol {
  list-style-type: decimal;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
  list-style-position:outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #006699;
}
a:visited {
  color: #660066;
}
a:hover {
  color: #fc4700;
  text-decoration: underline;
}

/* Layouts & Color
----------------------------------------------- */

/* body
------------------------- */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

/* container
------------------------- */
#container {
  width: 960px;
  margin:0px auto;
  padding: 0 5px;
  background-image: url("/ccell/img/coc/container_bg.gif");
  background-position: left top;
  background-repeat: repeat-y;
}
* html #container {
  width:expression(document.documentElement.clientWidth < 792? "792px" : document.documentElement.clientWidth > 792? "792px" : "auto");
}
/* header
------------------------- */
#header {
  clear: both;
}

/* banner
------------------------- */
#banner {
  width: 960px;
  margin: 0 auto 7px auto;
}
#bannerContainer {
}

/* main
------------------------- */
#main {
  clear: both;
  width: 960px;
  margin: 0 auto;
  background: #F5F5F5;
}

/* wrapper
------------------------- */
#wrapper {
  position: relative;
  clear: both;
  width: 960px;
  margin:0px auto;
}

/* google custome search
------------------------- */
/*
#cse-search-results {
  width:660px !important;
}
#cse-search-results iframe {
  width:660px !important;
}*/


/* =========================================================
   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: 0 0 15px 0;
 padding: 5px 10px;
 background-color: #ddeeff;
 border: 1px solid #bbddff;
}
ul.notices li {
 color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
 margin: 15px 0;
 padding: 10px;
 border: 1px solid #ee0000;
 color: #ee0000;
}
.elementError {
 margin: 3px 0 0 0;
 color: #ee0000;
}

/* Form relation
----------------------------------------------- */
div.submitters {
 margin: 20px 10px;
}
div.submitters input, div.submitters a {
 margin: 0 10px;
}
div.submitters input {
 width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
 width: 100%;
}
table.list th {
 padding: 6px 7px;
 border: 1px solid #bbb;
 background-color: #e4e4e4;
 color: #000;
 font-weight: lighter;
 text-align: left;
}
table.list td {
 padding: 6px 7px;
 border: 1px solid #ccc;
}
table.list tr.cycle td {
 background-color: #f7f7f7;
}

/* Table for form
----------------------------------------------- */
table.form {
 width: 100%;
 margin: 10px 0 0 0;
}
table.form th {
 width: 200px;
 padding: 6px 7px;
 border: 1px solid #bbb;
 background-color: #e4e4e4;
 color: #000;
 font-weight: lighter;
 text-align: left;
}
table.form td {
 padding: 6px 7px;
 border: 1px solid #ccc;
}

/* Form relation
----------------------------------------------- */
div.submitters {
 margin: 20px 10px;
}
div.submitters input, div.submitters a {
 margin: 0 10px;
}
div.submitters input {
 width: 100px;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  display: inline-block;
  line-height: 3;
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  background-image: url("/ccell/img/default.gif");
}
.iconBmp,
.iconCsv,
.iconDoc,
.iconDocx,
.iconGif,
.iconJpg,
.iconJpe,
.iconJpeg,
.iconJtd,
.iconLzh,
.iconPdf,
.iconPng,
.iconPpt,
.iconTxt,
.iconXls,
.iconXlsx,
.iconZip {
  height: 40px;
}
.iconBmp {
  background-image: url("/ccell/img/bmp.gif");
}
.iconCsv {
  background-image: url("/ccell/img/csv.gif");
}
.iconDoc,
.iconDocx {
  background-image: url("/ccell/img/doc.gif");
}
.iconGif {
  background-image: url("/ccell/img/gif.gif");
}
.iconJpg {
  background-image: url("/ccell/img/jpg.gif");
}
.iconJpe {
  background-image: url("/ccell/img/jpg.gif");
}
.iconJpeg {
  background-image: url("/ccell/img/jpg.gif");
}
.iconJtd {
  background-image: url("/ccell/img/jtd.gif");
}
.iconLzh {
  background-image: url("/ccell/img/lzh.gif");
}
.iconPdf {
  background-image: url("/ccell/img/pdf.gif");
}
.iconPng {
  background-image: url("/ccell/img/png.gif");
}
.iconPpt {
  background-image: url("/ccell/img/ppt.gif");
}
.iconTxt {
  background-image: url("/ccell/img/txt.gif");
}
.iconXls,
.iconXlsx {
  background-image: url("/ccell/img/xls.gif");
}
.iconZip {
  background-image: url("/ccell/img/zip.gif");
}
ruby {
  ruby-position: inline;
}
rp, rt {
  display: inline;
  font-size: 80%;
  text-decoration: none;
}
#nocssread {
  display: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.mceTmpl:after {
  content: "";
  clear: both;
  display: block;
}
.mceTmpl {
  margin-bottom: 1em;
  *zoom: 1;
}
.body:after {
  content: "";
  clear: both;
  display: block;
}
.body h2 {
  margin: 10px 0;
  padding: 0 0 0 8px;
  border-bottom: 1px solid #3e6eb4;
  border-left: 5px solid #3e6eb4;
  font-size: 130%;
}
.body h3 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 100%;
}
.body h4 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 100%;
}
.contentGpArticleDoc .body, .contentGpArticleDoc .maps, .contentGpArticleDoc .rels, .contentGpArticleDoc .tags, .contentGpArticleDoc .inquiry, .contentArticleDoc .body, .contentArticleDoc .maps, .contentArticleDoc .rels, .contentArticleDoc .tags, .contentArticleDoc .inquiry {
  margin-bottom: 20px;
}
.contentGpArticleDoc .maps h2, .contentGpArticleDoc .rels h2, .contentGpArticleDoc .tags h2, .contentArticleDoc .maps h2, .contentArticleDoc .rels h2, .contentArticleDoc .tags h2, .contentArticleDoc .inquiry h2 {
  margin-bottom: 5px;
  padding: 3px 8px;
  border: 1px solid #3e6eb4;
  border-left: 2px solid #3e6eb4;
  font-size: 100%;
}
.contentGpArticleDoc .maps h3, .contentArticleDoc .maps h3 {
  margin-bottom: 5px;
  font-size: 100%;
  font-weight: normal;
}
.body a + h3,
.body p + h2,
.body ol + h2,
.body ul + h2 {
  margin-top: 1.5em;
}
.body .indent p {
  text-indent: 1em;
}
.body p {
  margin-bottom: 0;
  background-image: url("/ccell/img/coc/toka.gif");
}
.body p.indent {
  text-indent: 1em;
}
.body p.noMargin {
  margin: 0;
}
.body p.hanging {
  padding-left: 1em;
  text-indent: -1em;
}
.body p.note {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.body p.note:before {
  content: "¡ù";
}
.body p + h2 {
  margin-top: 1em;
}
.body ol li {
  margin-bottom: 0.25em;
}
.tags ul,
.rels ul {
  list-style: disc;
  margin: 0 0 1em 1.5em;
}
.body li {
  margin-bottom: 0.25em;
}
.body ol {
  margin: 0 0 1em 1.5em;
}
#cse-search-box input[type="text"] {
  height: 29px !important;
}