@charset "utf-8";
/*
Theme Name: Theme for J-SHIS Portal (2.1.10)
Theme URI: http://www.j-shis.bosai.go.jp/
Author: 国立研究開発法人 防災科学技術研究所
Author URI: http://www.bosai.go.jp/
Description: 2011 年 9 月から運用している J-SHIS ポータルサイト用のテーマの version 2.1.10 です。リリース日は 2020年 03月09日です。
Version: 2.1.10
Tags: J-SHIS
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
/*  font-family: inherit; */
    font-family: sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
  list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #055ba7;
  text-decoration: underline;
}

a.more-link {
  color: #055ba7;
  text-decoration: underline;
}

/* =Images from Twenty Ten
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #fff; /* #f1f1f1; */
	line-height: 18px;
	margin-bottom: 2px; /* for div.jshis-button-link */
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #000; /* #888; */
	font-size: 12px;
	margin: 5px;
	background-color: #fdf9c6;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Structure
----------------------------------------------- */

body {
  padding: 0 2em;
}
#page {
  margin: 0 auto;
  /*
  border-left:  #b5b5b5 1px solid;
  border-right: #b5b5b5 1px solid;
  */
  max-width: 780px;
  min-width: 780px;
}
#nied-logo {
  border-bottom: #055ba7 3px solid;
  text-align: right;
}
#nied-logo img {
	margin: 5px 0;
	width: 150px;
}

.for_print {
  display: none;
}

/* Social Media Bookmarking */
div.social-media-not-single-page {
  margin-top: 2em !important;
}
ul#social-media {
  margin: 0 0 0 2px !important;
  list-style-type: none;
  clear: both;
}
ul#social-media li { 
  float: left;
  margin-left: 0;
  margin-right: 8px;
  list-style-type: none;
}

/* =Header
----------------------------------------------- */

header {
  margin-left: 0;
  margin-top:  0;
}
/* logo */
header h1 {
  padding:0;
  margin: 0;
}
header h1 a {
  display: block;
  width:  394px;
  height: 100px;
  text-indent: -9999px;
  background: url("images/J-SHIS_logo.gif") no-repeat;
  float: left;
}
header div {
  text-align: right;
  margin-right: 0;
  white-space: nowrap;
}

span#change-font-size img {
  width: 110px;
  height: 20px;
}

header div#search {
  padding-top: 16px;
}

img#sub-navigation {
  width: 329px;
  height: 34px;
  background-image:  url("images/images.jpg?20121214");
  background-repeat: no-repeat;
  background-position: -463px -82px;
  border: 0;
}

header div#search form,
header div#submenu ul li {
  display: inline;
}

header div#search form input#s {
  font-size: 16px;
  background-color: #f2f2f2;
  vertical-align: bottom;
}

/* Global Navigation */
nav#topnav {
  clear: both;
  padding-top:  2px;
  width: 780px;
}
nav#topnav ul {
  list-style-type: none;
}
nav#topnav ul li {
  display: inline;
}

nav#topnav ul li a {
  display: block;
  float: left;
  padding: 0;
  margin-right: 2px;
  height: 36px;
  width: 128px; /* 768px */
  text-indent: -9999px;
  background-image:  url("images/images.jpg?20121214");
  background-repeat: no-repeat;
}
nav#topnav ul li a#top {
  background-position: -4px -3px;
}
nav#topnav ul li a#top-active,
nav#topnav ul li a#top:hover {
  background-position: -4px -40px;
}
nav#topnav ul li a#articles {
  background-position: -135px -3px;
}
nav#topnav ul li a#articles-active,
nav#topnav ul li a#articles:hover {
  background-position: -135px -40px;
}
nav#topnav ul li a#download {
  background-position: -267px -3px;
}
nav#topnav ul li a#download-active,
nav#topnav ul li a#download:hover {
  background-position: -267px -40px;
}
nav#topnav ul li a#glossary {
  background-position: -397px -3px;
}
nav#topnav ul li a#glossary-active,
nav#topnav ul li a#glossary:hover {
  background-position: -397px -40px;
}
nav#topnav ul li a#faq {
  background-position: -527px -3px;
}
nav#topnav ul li a#faq-active,
nav#topnav ul li a#faq:hover {
  background-position: -527px -40px;
}
nav#topnav ul li a#links {
  background-position: -656px -3px;
}
nav#topnav ul li a#links-active,
nav#topnav ul li a#links:hover {
  background-position: -656px -40px;
}

nav#topnav h3 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 3px;
}

/* =Main
----------------------------------------------- */

img#middle-button {
  margin-top: 25px;
}

article {
  clear: both;
  /* padding-top: 148px; */

  padding-left: 14%;
  padding-right: 14%;

  font-size: 1.1em;
  letter-spacing: 0.1em;

  /*
  background-image: url("./images/article-header.jpg");
  background-repeat: no-repeat;
  background-position: center 24px;
  */
}

/* J-SHIS button middle size. */
article div#jshis-button-middle a {
  display: block;
  width: 128px;
  height: 60px;
  text-indent: -9999px;
  margin-top: -100px;
  background-image: url("./images/j-shis_buttons_4.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
article div#jshis-button-middle a:hover {
  background-position: -128px 0;
}

/* Pan-kuzu List */
div.breadcrumbs {
  clear: both;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 1.2em;
  padding: 0;
  padding-top: 1em;
  color: #055ba7;
  font-size: 14px;
  line-height: 1.3;
}
div.breadcrumbs a,
div.breadcrumbs a:link,
div.breadcrumbs a:visited {
  font-size: 14px;
  color: #055ba7;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
}
div.breadcrumbs a:hover {
  font-size: 14px;
  color: #055ba7;
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-weight: bold;
}  


/* Article Title. */
div.title {
  position: relative;
}

/* Category icon L */
div.title a.info-category,
div.title-list a.info-category {
  position: absolute;
  top: 0px;
  left: -66px;
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  background-image: url("images/meta-info-category.gif");
  background-repeat: no-repeat;
}
div.title a.info-category-pickup,
div.title-list a.info-category-pickup {
  background-position: 0 0;
}
div.title a.info-category-study,
div.title-list a.info-category-study {
  background-position: 0 -48px;
}
div.title a.info-category-search,
div.title-list a.info-category-search {
  background-position: 0 -96px;
}
div.title a.info-category-other,
div.title-list a.info-category-other {
  background-position: 0 -144px;
}
div.title a.info-category-faq,
div.title-list a.info-category-faq {
  background-position: 0 -192px;
}
/* Print */
div.title a.print {
  position: absolute;
  top: -14px;
  right: 0;
  display: block;
  width: 114px;
  height: 64px;
  text-indent: -9999px;
  background: url("images/meta-print.gif") no-repeat;
  z-index:1;
}

div.title h2 {
  font-size: 1.6em;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

div.title h2 a {
  color: #000;
  text-decoration: underline;
}

article ol,
article ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
article ol li {
  list-style-type: decimal;
  margin-left: 2.5em;
  line-height: 1.6;
}
article ul li {
  list-style-type: disc;
  margin-left: 2.5em;
  line-height: 1.6;
}


/* article date and category */
div.meta-info-category {
  padding-left: 68px;
  height: 16px;
  width: 1px;
  font-size: 0.8em;
  color: #999;
  background-image: url("images/category_mini_icons.gif?20110928");
  background-repeat: no-repeat;
}
div.meta-info-category-pickup {
  padding-top: 8px;
  padding-bottom: 1px;
  background-position: -1px -1px;
}
div.meta-info-category-study {
  padding-top: 6px;
  padding-bottom: 1px;
  background-position: -1px -40px;
}
div.meta-info-category-search {
  padding-top: 6px;
  padding-bottom: 1px;
  background-position: -1px -80px;
}
div.meta-info-category-news {
  padding-top: 4px;
  padding-bottom: 3px;
  background-position: 0 -120px;
}
div.meta-info-category-faq,
div.meta-info-category-other {
  padding-top: 6px;
  padding-bottom: 3px;
  background-position: 0 -158px;
}

/* div#main : Start */

div#main {
  line-height: 1.4;
}

/* font-size */
div#main {
  font-size: 0.94em;
}

div#main h4 {
  font-size: 1.19em;
  border-left: 5px solid #055ba7;
  border-bottom: 1px dashed #055ba7;
  padding: 0.2em 0.6em;
  margin: 0.6em 0;
}

div#main h5 {
  font-size: 1.06em;
  border-bottom: 2px solid #055ba7;
  padding: 0.2em 0.6em;
  margin: 0.6em 0 1em 5px;
}

div#main h6 {
  font-size: 1em;
  border-bottom: 1px dashed #055ba7;
  padding: 0.2em 0.6em;
  margin: 0.6em 0 1em 5px;
}

div#main ul {
  margin-top: 0.6em;
  margin-left: 1em;
  margin-bottom: 1em;  
}
div#main ul li {
  font-size: 0.94em;
  padding-bottom: 0.5em;
}

div#main p {
  padding: 0.4em 0;
  text-indent: 1em;
}
div#main strong {
  font-weight: bold;
}

div#main p img.alignnone {
  text-align: center;
  margin: 0 auto;
}

div#main p.wp-caption-text {
  padding: 0.8em 0;
  margin: 1em 0;
}

div#main dl {
  padding: 0 0 1em 0;
}
div#main dt {
  padding: 0.8em 0 0.4em 0;
}
div#main a {
  color: #055ba7;
  text-decoration: underline;
}
div#main a:hover {
  color: #f00;
  text-decoration: underline;
}

/* table style of article. */
div#main table {
  margin: 1em 0;
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
}
div#main caption {
  font-size: 1em;
  line-height: 110%;
  padding: 5px 0;
}
div#main table th {
  padding: 5px;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-size: 1em;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
div#main table td {
  padding: 5px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
  font-size: 0.88em;
  text-align: left;
}
div#main table td.aligncenter {
  text-align: center;
}
div#main table td.alignright {
  text-align: right;
}

div.jshis-button-link {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 2em;
}
div.jshis-button-link a {
  display: block;
  width: 180px;
  height: 38px;
  text-align: right;
  margin: 0 0 0 auto;
  padding: 0;
  text-indent: -9999px;
  background-image: url("./images/j-shis_buttons_4.png");
  background-repeat: no-repeat;
  background-position: -257px 0;
}
div.jshis-button-link a:hover {
  background-position: -439px 0;
}

/* J-SHIS Map button small size */
div.jshismap-button-link {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 2em;
}
div.jshismap-button-link a {
  display: block;
  width: 111px;
  height: 24px;
  margin: 0 0 0 auto;
  padding: 0;
  text-indent: -9999px;
  background-image: url("./images/j-shis_buttons_2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
div.jshismap-button-link a:hover {
  background-position: -116px 0;
}


/* div#main : End */


/* meta information of article. */
div#tags a {
  color: #055ba7;
}
div#meta-info-bottom {
  margin-top: 1.5em;
}
div#meta-info-bottom div#tags {
  clear: both;
  color: #055ba7;
  font-size: 0.8em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

div#related {
  background-color: #eeefef;
  padding-top: 0.6em;
}
div#related div#related-title {
  display: inline;
  color: #fff;
  font-size: 0.9em;
  padding: 5px 10px;
  margin-left: 0.6em;
  background-color: #585858;
}
div#related ul {
  margin: 0;
  padding: 1em;
  padding-bottom: 0.6em;
  list-style-type: none;
}
div#related ul li {
  list-style-type: none;
  color: #595858;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  padding-left: 1.4em;
}
div#related ul li a:link,
div#related ul li a:visited {
  color: #595858;
  text-decoration: none;
}
div#related ul li a:hover,
div#related ul li a:active {
  color: #055ba7;
  text-decoration: underline;
}

p#search_not_found {
  margin: 60px 0 40px 0;
}

/*=============================================================*/
/*
2011/08/24 : Add by MSS 
*/
/* version */
div.api_version{
	font-size: 9pt;
	background-color: #FAFAFA;
	border: 1px solid #BBBBBB;
	line-height: 125%;
	margin: 0 0 1em 0;
	padding: .99em;
	overflow: auto;
}
/* sample URL */
div.api_urlprint{
	font-size: 9pt;
	background-color: #FAFAFA;
	border: 1px solid #BBBBBB;
	line-height: 125%;
	margin: 0 0 1em 0;
	padding: .99em;
	overflow: auto;
}
div.api_urlprint sup{
    vertical-align:super;
    font-size:smaller;
}
/* summary */
div.api_summary{
}
/* topic caption */
h4.api_topic_caption{
	font-weight:bold;
}
/* contents caption */
h4.api_contents_caption{
	font-size: 100%;
	padding: 0 0 0 0 !important;
}
.api_contents_caption{
    border:none !important;
    margin:0 !important;
}
.api_contents_caption a,.api_contents_caption_h7 a{
    text-decoration:none !important;
}
.api_contents_caption a:hover,.api_contents_caption_h7 a:hover{
    color:#055BA7 !important;
    text-decoration:underline !important;
}
h5.api_contents_caption{
	font-size: 100%;
	padding: 0 0 0 10px !important;
}
h6.api_contents_caption{
	font-size: 100%;
	padding: 0 0 0 20px;
}
div.api_contents_caption_h7{
	font-size: 100%;
	padding: 0 0 0 40px;
}
/* body caption */
h4.api_body_caption{
	font-size: 130%;
	font-weight: bold;
	margin: 2em 0pt 0pt -10px;
	padding: 1px 3px;
    border-left:none !important;
    border-bottom:none !important;
	border-top: 1px solid #3366CC !important;
	background-color: #E5ECF9;
}
h5.api_body_caption{
	font-size: 130%;
	font-weight: bold;
	margin: 1.5em 0pt 0pt;
	padding: 0pt 0pt 0pt 5px;
	border-left: 5px solid #42B4ED;
	border-bottom: 1px solid #42B4ED !important;
}
h6.api_body_caption{
	font-size: 130%;
	font-weight: bold;
	margin: 1.5em 0pt 0pt;
}
div.api_body_caption_h7{
	font-size: 100%;
	font-style: normal;
	font-weight:bold;
}
div.api_body_caption_h8{
	font-size: 90%;
	font-style: oblique;
}
/* table */
table.api_table{
    width:100% !important;
	border: 0;
	border-collapse: collapse;
}
table.api_table thead tr th{
	background-color: #005AAA !important;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70% !important;
	text-transform: none;
}
table.api_table tbody tr td{
	background-color: #F2F6FD;
}
table.api_table tr td ul{
	margin: 0 0 0 2em ;
}
.api_tbl_center{
	text-align: center;
}
/* JSON */
div.api_jsonprint{
	font-size: 0.9em;
	border: 1px solid #BBBBBB;
	padding: 5pt;
}
/* XML */
div.api_xmlprint{
	font-size: 0.9em;
	border: 1px solid #BBBBBB;
	padding: 5pt;
}
/*=============================================================*/
/*
2012/04/24 : Add by MSS 
*/
table.api_table tr td ul{
       margin: 0 0 0 2em !important;
}
table.api_table p{
       text-indent:0 !important;
}
table.api_table sup{
       vertical-align:super !important;
}
table.api_table sub{
       vertical-align:sub !important;
}
/*=============================================================*/


/* =List Page
----------------------------------------------- */

article section {
  margin-bottom: 2em;
}

/* Print */
article div#print-list,
div#mobileapp div#print-list {
  position: relative;
}
article div#print-list a.print {
  position: absolute;
  top: -40px;
  right: -6px;
  display: block;
  width: 114px;
  height: 64px;
  text-indent: -9999px;
  background: url("images/meta-print.gif") no-repeat;
  z-index:1;
}

article div#print-list a.print-single,
div#mobileapp div#print-list a.print-single {
  position: absolute;
  top: -16px;
  right: -70px;
  display: block;
  width: 114px;
  height: 64px;
  text-indent: -9999px;
  background: url("images/meta-print.gif") no-repeat;
  z-index:1;
}

div#mobileapp div#print-list a.print-single {
  top: -2px;
  right: -4px;
}

article section div.title-list {
  position: relative;
}
div.title-list h2 {
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 0.6em;
  letter-spacing: 0.1em;
  max-width: 86%;
  line-height: 1.4;
  text-align: left;
}
div.title-list h2 a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
div.title-list h2 a:hover {
  color: #055ba7;
  text-decoration: underline;
}

article section div.main {
  position: relative;
  padding-right: 80px;
  font-size: 0.9em;
  line-height: 1.4;
}

/* dificulty */
article section div.main a.dificulty {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 52px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("images/meta-difficulty.gif");
  z-index:1;
  cursor: default
}
article section div.main a.dificulty1 {
  background-position: 0 -105px;
  cursor: default
}
article section div.main a.dificulty2 {
  background-position: 0 -53px;
  cursor: default
}
article section div.main a.dificulty3 {
  background-position: 0 0;
  cursor: default
}
article section div.main a.dificulty0 {
  background-image: none;
  cursor: default
}


/* =Top Page
----------------------------------------------- */

/** 2011/09/28 added. */
img#top-main-image {
  margin: 0;
  padding: 0;
  width: 780px;
  height: 230px;
  
  margin-top: 12px;
  margin-bottom: 16px;

  background-image: url('images/top-main-image.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}

#left-side {
  float: left;
  width: 460px;
  padding-bottom: 2em;
  margin-left: 17px; /** 2011/09/28 Added */
}

/* Top tabs */
.tabs { 
	list-style-type:none !important; 
	margin:0; 
  /** 2011/09/28
	margin-top: 200px; */
	padding:0;
	height:30px;
	width: 460px;
}

/* single tab */
.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image:none !important; 
}

.tabs a {
  display: block;
  font-size: 1em;
  width:  90px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  margin:  0;
  position: relative;
  top: 2px;
  background-image:  url("images/images.jpg?20121214");
  background-repeat: no-repeat;
}

.tabs a:active {
	outline:none;		
}

.tabs a#tab-new    {
  background-position:   -5px -119px; }
.tabs a#tab-search {
  background-position:  -97px -119px; }
.tabs a#tab-study  {
  background-position: -189px -119px; }
.tabs a#tab-pickup {
  background-position: -281px -119px; }
.tabs a#tab-news   {
  background-position: -373px -119px; }

.tabs a#tab-new.current {
  background-position:   -5px  -84px; }
.tabs a#tab-search.current {
  background-position:  -97px  -84px; }
.tabs a#tab-study.current {
  background-position: -189px  -84px; }
.tabs a#tab-pickup.current {
  background-position: -282px  -84px; }
.tabs a#tab-news.current {
  background-position: -375px  -84px; }

 /* tab styling */
 .panes div.pane {
  display:none;
  padding: 0;
  border-top: 1px solid #1f65c7;
  font-size:14px;
  background-color:#fff;
  padding-top: 2em;
  padding-left: 0;
 }

 .panes div ul.titles {
   list-style-type: none;
   margin-left: 0;
 }
 .panes div ul.titles li.title {
   list-style-type: none;
   padding-right: 1em;
   padding-bottom: 1em;
   line-height: 175%;
   margin-left: 0;
   vertical-align: bottom;
 }

 .panes div ul.titles li.title a,
 .panes div ul.titles li.title a:link,
 .panes div ul.titles li.title a:visited {
   color: #000;
   text-decoration: none;
 }
 .panes div ul.titles li.title a:hover {
   color: #055ba7;
   text-decoration: underline;
 }

 .panes div ul.titles li.title div.title-left-a {
   float: left;
   width: 160px;
  }

 .panes div ul.titles li.title div.title-left-b {
   float: left;
   width: 75px;
  }

 .panes div ul.titles li.title div.title-right-a {
   float: left;
   width: 270px;
   line-height:1.4;
   margin-bottom: 1.3em;
 }

 .panes div ul.titles li.title div.title-right-b {
   float: left;
   width: 370px;
   line-height:1.4;
   margin-bottom: 1.3em;
 }

 .panes div ul.titles li.title span.arrow-red {
   font-size: 16px;
   padding-right: 13px;
   margin-right: 0;
 /*
   background-image: url("images/images.jpg?20121214");
   background-repeat: no-repeat;
   background-position: -134px -411px;
 */
 }
 .panes div ul.titles li.title span.title-date {
   color: #666;
   margin-right: 0.5em;
   font-size: 0.9em;
 }
 .panes div ul.titles li.title span.title-icon {
   padding-right: 46px;
   margin-right: 0;
   background-color: #fff;
 }

 .panes div ul.titles li.title span.cat-icon {
   padding-left: 0.4em;
   padding-right: 0.6em;
 }
 .panes div ul.titles li.title span.cat-icon img {
   height: auto;
 }

 .panes div ul.titles li.title span.top-arrow-red {
   padding-right: 0.4em;
 }
 .panes div ul.titles li.title span.top-arrow-red img {
   height: auto;
 }

/* Top tabs = End */

div#right-side {
  float: left;
  width: 286px;
}

ul#side-menu {
  padding-left: 20px;
  margin-right: 5px;
}

ul#side-menu li#side-menu-title-search,
ul#side-menu li#side-menu-title-study,
ul#side-menu li#side-menu-title-project {
  margin-bottom: 1em;
}

ul#side-menu li#side-menu-title-search  h3,
ul#side-menu li#side-menu-title-study   h3,
ul#side-menu li#side-menu-title-project h3 {
  width: 260px;
  height: 50px;
  text-indent: -9999px;
  background-image: url("images/images.jpg?20121214");
  background-repeat: no-repeat;
}
ul#side-menu li#side-menu-title-search h3 {
  background-position: -500px -160px; }
ul#side-menu li#side-menu-title-study h3 {
  background-position: -500px -216px; }
ul#side-menu li#side-menu-title-project h3 {
  background-position: -500px -272px; }

ul#side-menu li ul li a,
ul#side-menu li ul li a:link,
ul#side-menu li ul li a:visited,
ul#side-menu li ul li a:hover {
  color: #000;
  text-decoration: none;
  font-size: 0.75em;
  letter-spacing: 0.9px;
}
ul#side-menu li ul li a:hover {
  color: #055ba7;
  text-decoration: underline;
}

ul#side-menu li#side-menu-title-search ul#side-menu-search li,
ul#side-menu li#side-menu-title-study ul#side-menu-study li,
ul#side-menu li#side-menu-title-project ul#side-menu-project li {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left:  4px;
  margin-right: 4px;
  padding: 4px 4px;
  list-style-type: none;
}
ul#side-menu li#side-menu-title-search ul#side-menu-search li {
  border-bottom: 1px solid #b2abca;
}
ul#side-menu li#side-menu-title-study ul#side-menu-study li {
  border-bottom: 1px solid #a5c9b8;
}
ul#side-menu li#side-menu-title-project ul#side-menu-project li {
  border-bottom: 1px solid #b2daf8;
}

div#about_project h3 {
  height: 26px;
  color: #06A;
  font-size:1.2em;
  padding-left: 32px;
  border-bottom:1px dotted #999;
}

div#about_project a,
div#about_project a:link {
  color: #000;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 0.9px;
}

div#about_project a:visited,
div#about_project a:hover {
  color: #055ba7;
  text-decoration: underline;
  font-size: 1em;
  letter-spacing: 0.9px;
}


ul#side-menu li ul li span.arrow-purple {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 1px;
  /*
  background-image: url("images/images.jpg?20121214");
  background-repeat: no-repeat;
  background-position: -134px -428px;
  */
}

ul#side-menu li ul li span.arrow-green {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 1px;
  /*
  background-image: url("images/images.jpg?20121214");
  background-repeat: no-repeat;
  background-position: -134px -445px;
  */
}

ul#side-menu li ul li span.arrow-blue {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 1px;
  /*
  background-image: url("images/images.jpg?20121214");
  background-repeat: no-repeat;
  background-position: -134px -461px;
  */
}

 ul#side-menu li ul li span.top-arrow-purple,
 ul#side-menu li ul li span.top-arrow-green,
 ul#side-menu li ul li span.top-arrow-blue {
   padding-right: 0.4em;
 }
 ul#side-menu li ul li span.top-arrow-purple img,
 ul#side-menu li ul li span.top-arrow-green img,
 ul#side-menu li ul li span.top-arrow-blue img {
   height: 0.75em;
 }

div#right-side iframe {
  width:  270px;
  height: 240px;
  float: right;
  margin-top:    1em;
  margin-bottom: 2em;
}

/* mobile apps */
div#sidemenu-mobileapps-title {
  width: 252px;
  margin-left: 20px;
  padding: 6px 0 6px 0;
  border: 1px solid #0053af;
  color: #fff;
  background-color: #0053af;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
}
div#sidemenu-mobileapps  {
  width: 242px;
  height: 90px;
  margin-left: 20px;
  padding-left: 10px;
  padding-top: 16px;
  border: 1px solid #666;
  font-size: 0.75em;
  background: url('images/mobileapps-home-background.jpg') no-repeat;
}

div#sidemenu-mobileapps ul {
  padding-left: 8px;
}
div#sidemenu-mobileapps ul li.app_box {
  float: left;
  width: 58px;
  margin-right: 20px;
  text-align: center;
}

div#sidemenu-mobileapps ul li.app_box a.app_title:link,
div#sidemenu-mobileapps ul li.app_box a.app_title:visited {
  font-size: 1em;
  letter-spacing: 1px;
  color:#333;
  text-decoration: none;
}
div#sidemenu-mobileapps ul li.app_box a.app_title:active,
div#sidemenu-mobileapps ul li.app_box a.app_title:hover {
  font-size: 1em;
  letter-spacing: 1px;
  color:#0053af;
  text-decoration: underline;
}

/* div#about_project { */
div.side-box {
  width: 252px;
  margin: 20px;
  margin-bottom: 0;
  border: 1px solid #0053af;
  font-size: 0.75em;
  background-image: url("images/top-side-button.gif");
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

div#about_api,
div#about_wms{
  margin-top: 20px;
}
div#about_api h3,
div#about_wms h3 {
  height: 26px;
  padding-top: 12px;
  padding-left: 32px;
  color: #06A;
  font-size: 1.2em;
}

div#about_api h3 a:link,
div#about_wms h3 a:link,
div#about_api h3 a:visited,
div#about_wms h3 a:visited {
  color: #06A;
  text-decoration: none;
}
div#about_api h3 a:active,
div#about_wms h3 a:active,
div#about_api h3 a:hover 
div#about_wms h3 a:hover {
  color: #06A;
  text-decoration: underline;
}

/* =Glossary Page
----------------------------------------------- */
dl.glossary {
}
dl.glossary dt {
  font-size: 1.06em;
  border-bottom: 2px solid #055ba7;
  padding: 0.5em;
  padding-bottom: 0.3em;
  margin: 2em 0 1em 0;
}
dl.glossary dd {
  font-size: 0.94em;
  padding-left: 1.5em;
  padding-right: 1em;
  line-height: 1.6;
}
dl.glossary dd ul {
  margin-top: 1em;
  list-style-image: url('images/arrow.gif');
  line-height: 2;
}
dl.glossary dd ul li {
  font-size: 0.88em;
  margin-left: 2em;
}

/* =Error Page
----------------------------------------------- */
div.title_when_error {
  margin: 4em 0;
}
div#main_when_error {
  margin: 3em 0 6em 1em;
}
a#error_top_links,
a#error_top_links:link,
a#error_top_links:visited,
a#error_top_links:hover {
  color: #055ba7;
}


/* =Article List.
----------------------------------------------- */

ul#article-list {
  list-style: disc;
  margin-left: 2em;
}
ul#article-list li {
  margin-bottom: 0.8em;
  line-height: 1.2;
}
ul#article-list li a,
ul#article-list li a:link,
ul#article-list li a:visited {
  color: #055ba7;
  text-decoration: underline;
}
ul#article-list li a:hover {
  color: #f00;
  text-decoration: underline;
}

/* =wp_social_bookmarking_light
----------------------------------------------- */
.wp_social_bookmarking_light {
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.6em;
}
.wp_social_bookmarking_light div {
  margin: 0;
  padding: 0;
}



/* =Default style for WP-PageNavi plugin
----------------------------------------------- */
.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* =Footer
----------------------------------------------- */
footer {
  clear: both;
}
footer div#external-links {
  width: 100%;
  margin-top: 3em;
  text-align: center;
}
footer div#external-links a,
footer div#external-links a:visited,
footer div#external-links a:link,
footer div#external-links a:hover {
  white-space: nowrap;
  color: #000;
  font-size: 0.8em;
  padding: 5px 6px 4px 8px;
  margin-right: 3px;
  text-decoration: none;
  letter-spacing: 3px;
  line-height: 3;
  border: 1px solid #999;
}
footer div#external-links a:hover {
  color: #fff;
  background-color: #055ba7;
  border: 1px solid #78c4e8;
}
footer div#external-links a {
  color: #000;
  background-color: #FFF;
  border: 1px solid #999;
}


div#footerlink {
  width: 100%;
  margin-top: 1em;
  border-top:#055ba7 3px solid;
  padding-top: 1.4em;
  text-align: center;
}

div#footerlink a {
  white-space: nowrap;
  display: inline;
  /*letter-spacing: 1px;*/
  line-height: 1.8;
  margin: 0;
  margin-left: 1px;
  border-left: 1px solid #ccc;
  padding-left: 6px;
  padding-bottom: 2px;
}
div#footerlink a.footernavfirst {
  border-left: none;
}

div#footerlink a,
div#footerlink a:visited,
div#footerlink a:link {
  color: #888;
  text-decoration: underline;
  font-size: 0.78em;
}
div#footerlink a:hover {
  color: #444;
  text-decoration: none;
}

footer div#nied-logo,
footer div#copyright {
  margin: 0.6em;
  text-align: center;
  font-size: 0.9em;
  color: #999;
}

/* =Tag Cloud ( included in footer.php )
----------------------------------------------- */

div#tag_cloud {
  clear: both;
  margin: 0 auto;
  padding: 0;
  padding-top: 2em;
  width: 80%;
  text-align: justify;
  text-justify: inter-ideograph;
}

div#tag_cloud a.tag_cloud_tag {
  color: #86a4d5;
  font-size: 0.88em;
  padding-right: 0.75em;
  line-height: 1.8;
}

div#tag_cloud a.tag_cloud_normal {
  color: #86a4d5;
  text-decoration: none;
}
div#tag_cloud a.tag_cloud_thick {
  color: #1156a4;
  text-decoration: none;
}
div#tag_cloud a.tag_cloud_thin {
  color: #cbdaf0;
  text-decoration: none;
}
div#tag_cloud a:hover,
div#tag_cloud a:active {
  text-decoration: underline;
}


/* = Custom Post Type for mobile apps.
----------------------------------------------- */
div#mobileapp {
  margin: 0 auto;
  padding-top: 50px;
  width: 694px;
  margin-bottom: 30px;
}

div.mobileapp_breadcrumbs {
  width: 100%;
  clear: both;
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
  padding-top: 1em;
  color: #055ba7;
  font-size: 14px;
  line-height: 1.3;
}
div.mobileapp_breadcrumbs a,
div.mobileapp_breadcrumbs a:link,
div.mobileapp_breadcrumbs a:visited {
  font-size: 14px;
  color: #055ba7;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
}
div.mobileapp_breadcrumbs a:hover,
div.mobileapp_breadcrumbs a:active {
  font-size: 14px;
  color: #055ba7;
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-weight: bold;
}

div#mobileapp_header {
  width: 100%;
  height: 142px;
  margin-bottom: 30px;
}
div#mobileapp_header div#mobileapp_icon {
  width:  142px;
  height: 142px;
  float: left;
}
div#mobileapp_header div#mobileapp_title {
  width:  520px;
  height: 142px;
  margin-left: 30px;
  float: left;
  color: #746622;
}
div#mobileapp_header div#mobileapp_title h2 { font-size: 44px; letter-spacing: 14px; margin-bottom: 18px; }
div#mobileapp_header div#mobileapp_title h3 { font-size: 12px; letter-spacing:  2px; margin-bottom:  6px; }
div#mobileapp_header div#mobileapp_title h4 { font-size: 20px; letter-spacing:  4px; margin-bottom:  8px; }
div#mobileapp_header div#mobileapp_title h5 { font-size: 12px; letter-spacing:  1px; margin-bottom:  4px; line-height: 1.4; }

div#mobileapp_body {
  width: 100%;
  clear: both;
}
div#mobileapp_body div#mobileapp_side {
  width: 142px;
  float: left;
}
div#mobileapp_body div#mobileapp_side div.mobileapp_side_banner img {
  margin-bottom: 4px;
}

div#mobileapp_body div#mobileapp_side dl.mobileapp_side_support {
  margin-top: 10px;
  border-top: 1px dotted #000;
  padding-top: 10px;
  margin-bottom: 20px;
}
div#mobileapp_body div#mobileapp_side dl.mobileapp_side_support dt {
  width: 80px;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  color: #fff;
  background-color: #dd4800;
}
div#mobileapp_body div#mobileapp_side dl.mobileapp_side_support dd {
  font-size: 13px;
  text-align: left;
  padding: 4px 4px 8px 4px;
  border-bottom: 1px dotted #000;
  margin: 4px 0 8px 0;
  color: #000;
  background-color: #fff;
  line-height: 1.3;
}

div#mobileapp_body div#mobileapp_side div.os_model_title {
  width: 127px;
  color: #000;
  background-color: #D6D6D6;
  font-size: 12px;
  padding: 3px 0 3px 10px;
}

div#mobileapp_body div#mobileapp_side div.os_version {
  width: 135px;
  margin: 6px;
  margin-top: 8px;
  color: #ff3300;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
}

div#mobileapp_body div#mobileapp_side ul.model_list {
 list-style-type: none;
 font-size: 12px;
 padding-left: 6px;
 line-height: 1.5;
}

div#mobileapp_body div#mobileapp_side span.tested {
  color: #666;
  font-size: 10px;
  margin-left: 1em;
}

div#mobileapp_body div#mobileapp_side div.services {
  width: 137px;
  color: #000;
  background-color: #D6D6D6;
  font-size: 12px;
  margin-top: 6px;
  padding: 3px 0;
  text-align: center;
}

div#mobileapp_body div#mobileapp_side div.applications {
  width: 137px;
  margin-top: 3px;
  padding: 3px 0;
  text-align:left;
}

div#mobileapp_body div#mobileapp_side ul.mobileapp_side_information {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 12px;
  border-top: 1px dotted #000;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 0;
}
div#mobileapp_body div#mobileapp_side ul.mobileapp_side_information li {
  font-size: 12px;
  padding-bottom: 8px;
}

div#mobileapp_body div#mobileapp_side ul.mobileapp_side_documents {
  padding: 0;
  margin: 0;
  border-top: 1px dotted #000;
}
div#mobileapp_body div#mobileapp_side ul.mobileapp_side_documents li {
  background: url('images/mobileapps-side_icon_arrow_and_pdf.gif') no-repeat;
  margin-top: 8px;
  padding: 0 0 6px 14px;
  letter-spacing: 1px;
}

div#mobileapp_body div#mobileapp_side ul#mobileapp_side_terms {
  padding: 8px 0 2px 0;
  border-top: 1px dotted #000;
  margin: 0;
}
div#mobileapp_body div#mobileapp_side ul#mobileapp_side_terms li {
  background: url('images/mobileapps-side_icon_arrow_and_html.gif') no-repeat;
  padding-left: 14px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

div#mobileapp_body div#mobileapp_side ul.mobileapp_side_documents li a:link,
div#mobileapp_body div#mobileapp_side ul.mobileapp_side_documents li a:visited,
div#mobileapp_body div#mobileapp_side ul#mobileapp_side_terms li a:link,
div#mobileapp_body div#mobileapp_side ul#mobileapp_side_terms li a:visited {
  font-size: 14px;
  color: #055ba7;
  text-decoration: none;
}
div#mobileapp_body div#mobileapp_side ul.mobileapp_side_documents li a:hover,
div#mobileapp_body div#mobileapp_side ul.mobileapp_side_documents li a:active,
div#mobileapp_body div#mobileapp_side ul#mobileapp_side_terms li a:hover,
div#mobileapp_body div#mobileapp_side ul#mobileapp_side_terms li a:active {
  text-decoration: underline;
}
h4#mobileapp_side_related_apps {
  border-top: 1px dotted #000;
  padding-top: 14px;
  color: #666;
  font-size: 13px;
  letter-spacing: 2px;
}
div#mobileapp_body div#mobileapp_side div.mobileapp_side_related_app {
  margin-top: 14px;
}
p.related_app_name_ja {
  font-size: 14px;
  padding: 6px 0;
  letter-spacing: 1px;
}
p.related_app_name_ja a:link,
p.related_app_name_ja a:visited {
  color: #055ba7;
  text-decoration: none;
}
p.related_app_name_ja a:hover,
p.related_app_name_ja a:active {
  color: #055ba7;
  text-decoration: underline;
}

div#mobileapp_body div#mobileapp_main {
  width:  520px;
  margin-left: 30px;
  float: left;
}

div#mobileapp_body div#mobileapp_main div#mobileapp_summary {
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.5;
}
div#mobileapp_body div#mobileapp_main div#mobileapp_summary div {
  font-weight: bold;
  padding: 4px 0;
}
div#mobileapp_body div#mobileapp_main div#mobileapp_summary ul li {
  font-size: 12px;
  padding: 4px 0 4px 10px;
  margin:  8px 0;
  color: #000;
  background-color: #ebe8e6;
}
ul#mobileapp_screenshots {
  width:  520px;
  height: 280px; /* 253px */
  margin: 16px 0;
  padding: 2px 0 0 0;
  list-style-type: none;
  white-space: nowrap;
  overflow-x: scroll;
  border: 1px solid #999;
}
ul#mobileapp_screenshots li {
	padding: 4px 0;
	margin: 0 0 0 4px;
	display: inline;
}

div#mobileapp_main div#mobileapp_news {
  color: #000;
  font-size: 12px;
  margin: 20px 0;
  letter-spacing: 2px;
}
div#mobileapp_main div#mobileapp_news span#mobileapp_news_title {
  width: 120px;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  color: #fff;
  background-color: #dd4800;
}
div#mobileapp_main div#mobileapp_explanation {
  width:  500px;
  margin: 16px 0;
  padding: 20px 0 0 10px;
  border-top: #999 1px solid;
  line-height: 1.5;
  list-style-type: none;
  font-size: 13px;
}

div#mobileapp_main div#mobileapp_summary a:link,
div#mobileapp_main div#mobileapp_summary a:visited,
div#mobileapp_main div#mobileapp_explanation a:link,
div#mobileapp_main div#mobileapp_explanation a:visited {
  text-decoration: underline;
}
div#mobileapp_main div#mobileapp_summary a:hover,
div#mobileapp_main div#mobileapp_summary a:active,
div#mobileapp_main div#mobileapp_explanation a:hover,
div#mobileapp_main div#mobileapp_explanation a:active {
  color: #055ba7;
  text-decoration: underline;
}

div#mobileapp_main div#mobileapp_explanation ul {
  margin: 0.5em 0;
  list-style-image: url('images/arrow.gif');
  line-height: 2;
  font-size: 12px;
}
div#mobileapp_main div#mobileapp_explanation ul li {
  font-size: 12px;
  margin-left: 2em;
}

div#mobileapp_main div#mobileapp_explanation ol {
  margin: 0.5em 0;
  list-style-type: decimal;
  line-height: 1.7;
  font-size: 12px;
}
div#mobileapp_main div#mobileapp_explanation ol li {
  font-size: 12px;
  margin-left: 2em;
}

div#mobileapp_main div#mobileapp_usersvoice {
  width:  500px;
  height: 100px;
  margin: 8px 8px 16px 0;
  padding: 10px;
  list-style-type: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: auto;
  border-right: 1px solid #999;
}


div#mobileapp_main h4 {
  font-size: 16px;
  border-left: 3px solid #055ba7;
  border-bottom: 1px dashed #055ba7;
  padding: 0.2em 0.6em;
  padding-left: 0.3em;
  margin: 0.6em 0;
  letter-spacing: 3px;
}

div#mobileapp_main h5 {
  font-size: 15px;
  border-bottom: 2px solid #055ba7;
  padding: 0.2em 0.2em;
  padding-left: 0;
  margin: 0.6em 0;
  letter-spacing: 2px;
}


div#mobileapp_main h6 {
  font-size: 14px;
  border-bottom: 1px dashed #055ba7;
  padding: 0.2em 0.2em;
  padding-left: 0;
  padding-bottom: 0.1em;
  margin: 0.6em 0;
  letter-spacing: 1px;
}

/* Custom Post Type for mobile apps */

/* international page */
div.international p.intl {
  font-weight: bold !important;
  border-bottom: 2px solid #055ba7 !important;
  padding: 2em 0.2em 0.2em 0.2em !important;
  padding-left: 0 !important;
  margin: 0.6em 0 !important;
  letter-spacing: 2px !important;
  text-indent: 0.4em !important;
  clear: left;
}

div.intl_linklogo {
  margin-top: 12px;
  float: left;
}

div#intl_linklogo_cjk {
  width:  127px;
  height: 99px;
}

div#intl_linklogo_tem {
  width:  110px;
  height: 99px;
}

div#intl_linklogo_gem {
  width:  136px;
  height: 99px;
  margin-top: 30px
}

div.intl_linkbox {
  float: left;
  margin-top: 4px !important;
  font-size: small !important;
  width:  380px !important;
  height: 99px !important;
  padding-left: 1.5em !important;
  border-left: 1px dotted #999 !important;
  margin-left: 1.5em !important;
  text-indent: 0 !important;
}
div.intl_linkbox_nz {
  margin-top: 4px !important;
  font-size: small !important;
  width:  380px !important;
  height: 99px !important;
  padding-left: 1.5em !important;
  border: none !important;
  margin-left: 1.5em !important;
  text-indent: 0 !important;
}

div#intl_linklinkbox_cjk {
}

div#intl_linklinkbox_tem {
}

div#intl_linklinkbox_gem {
}

p.intl_description,
div.international div.intl_linkbox > p {
  text-indent: 0em !important;
}

div.international p.intl_description {
  padding-top: 16px !important;
}

/* international page */


