body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
body {
    background: #fff;
    background-image: url("img/back02.png");
    background-repeat: repeat-x;
    background-attachment: fixed;
    color: black;
    margin: 0;
    padding: 0;
}

a {text-decoration: none;}
a:hover {text-decoration: none;}
ol,ul {
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
p {
    margin: 0 0 0.5em 0;
    font-size: 100%;
    line-height: 150%;
    text-indent: 1em;
}
.accordion_head {
    margin-top: 0.5em !important;
    list-style: none !important;
    color: green;
    cursor: pointer;
}

div.accordion_open {
    cursor: pointer;
    width: 25px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding: 2px 10px !important;
    background-color:#ccc;
    border-color:#aaa;
    border-width:1px;
    border-style:solid;
    font-size:12px;
    color:#444;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#cccccc);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#cccccc)";
    background-image: -ms-linear-gradient(top, #fff, #ccc);
    background-image: -moz-linear-gradient(top, #fff, #ccc);
    background-image: -o-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(top, #fff, #ccc);
}

div.accordion_open:active {
    transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -webkit-transform: translate(1px, 1px);
}

#container{
    position: relative;
    background: #fff;
    width: 1180px;
    margin: auto;
    padding: 0px 0px 0px 0px;
}

#header{
    position: relative;
    padding: 2px 5px;
    background: #4682b4;
    height: 25px;
/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eee), color-stop(1.00, #ccc));
	background: -webkit-linear-gradient(#eee, #ccc);
	background: -moz-linear-gradient(#eee, #ccc);
	background: -o-linear-gradient(#eee, #ccc);
	background: -ms-linear-gradient(#eee, #ccc);
	background: linear-gradient(#eee, #ccc);
*/
}
#header .title{
    position: absolute;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-family: Arial,HiraKakuProN-W3,'ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    margin: 0 auto 1px auto;
}
#header .selectLang{
    position: absolute;
    border: solid 1px #bbb;
    bottom: 3px;
    right: 3px;
    width: auto;
    padding: 0px 3px;
    font-size: 12px;
    text-align: center;
}
#header .selectLang a{
    color: #fff;
}
#twitterDiv {
    margin-top: 1em;
}

#mainMenu{
    position: relative;
    float: left;
    width: 190px;
    margin: 0px;
    padding: 0px;
}

div.menuTitle{
    font-size: 100%;
    margin: 15px 5px 5px 5px;
    padding: 5px 5px 3px 15px;
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6);
    background: #191970;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
/*
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.25);
*/
}

div.menuList{
    margin-bottom: 20px;
}

div.menuList ul{
    padding: 0px;
    margin: 0px;
}

div.menuList li{
    font-size: 90%;
    padding: 0px;
    margin: 0 5px 3px 5px;
    border: solid 1px #ccc;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
/*
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.25);
*/
}
div.menuList li a {
    display: block;
    color: #888;
    padding: 3px 5px 3px 15px;
}
div.menuList li a:hover {
    display: block;
    color: #000;
    background: #eef;
/*
    -webkit-transform: translate(2px);
    -moz-transform: translate(2px);
*/
}
div.menuList li a:active {
    -ms-transform: translate(1px, 1px);
}
div.menuList li:active {
    transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -webkit-transform: translate(1px, 1px);
}

div.menuList li.gsj-logo {
    background: url(img/gsj-logo.png) no-repeat -1px -1px;
    background-size: 190px 25px;
}
div.menuList li.gsj-logo a:hover {
    opacity: 0.5;
}
div.menuList li.aist-logo {
    background: url(img/aist-logo.png) no-repeat -1px -1px;
    background-size: 190px 25px;
}
div.menuList li.aist-logo a:hover {
    opacity: 0.5;
}

div.menuBanner img {
    border: solid 1px #ccc;
    margin-bottom: 3px;
    margin-left: 0px;
    width: 190px;
    height: 25px;
}
div.menuBanner a:hover img {
    opacity: 0.5;
}


div.menuList1 ul{
    padding-left: 40px;
    margin: 0px;
}

div.menuList1 li{
    padding-left: 40px;
    margin: 0px;
    list-style-type: circle;
    line-height: 20px;
}

#content {
    position: relative;
    float: right;
    width: 100%;
    margin-left: -195px;
    text-align: left;
}
#content > * {
    margin-left: 200px;
    margin-right: 10px;
    width: auto;
}
#content .naviTitle.en {
    background: url('img/madase.jpg') no-repeat top left;
    background-size: 570px 172px;
    background-position: 0 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
#content .naviTitle {
    background: url('img/madas.jpg') no-repeat top left;
    background-size: 570px 172px;
    background-position: 0 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
#content .naviTitle img {
    width: 100%;
    height: auto;
}
#content .licenses {
    font-size: 90%;
    background-color: #f8f8f8;
    line-height: 1.5em;
    margin: 2em 0 0 0;
    padding: 5px 10px;
    border-radius: 6px;
}
div.cc-image img {
    border: none;
}



div.subContents {
}
img.rightFloat {
    float: right;
    margin-left: 1em;
}
div.clear {
    height: 1em;
    clear: both;
}

div.subContents {
    padding-top: 13px;
}
div.subContents p {
    margin-top: 1em;
    line-height: 140%;
}

div.subContents h2 {
    margin-bottom: 20px;
    padding-bottom: 2px;
    line-height: 120%;
    font-size: 120%;
    border-style: solid;
    border-color: #228;
    border-width: 0px 0px 2px 0px;
    text-indent: 0em;
    color:#000;
}
div.subContents h3 {
    margin-bottom: 10px;
    padding: 2px 8px;
    color:#000;
    border-style: solid;
    border-color: #228;
    border-width: 0px 0px 1px 0px;
}

div.changesLog {
    margin: 0 0 2em 0;
    padding: 0px 0px;
    background-color: #f8f8ff;
    border-style: solid;
    border-color: #f0f0f0;
    border-width: 0px;
}
div.changesLog.new {
    background-color: #ffffff;
}

#geonavi_btn {
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 300px;
    text-align: center;
    background-color: #eee;
}
#geonavi_btn img{
    border: solid 2px #aaa;
}

div.subContents dl {
    margin-bottom: 20px;
}
div.subContents dt {
    color: #000080;
    font-weight: bold;
}
div.subContents dd {
    margin-left: 2em;
    margin-top: 0.25em;
    margin-bottom: 0.75em;
}

div.item p {
    line-height: 140%;
}
div.item {
    border: 1px solid #cccccc;
}
div.itemHead {
    padding: 3px;
    background-color: #2b56a6;
    color: #fff;
    text-shadow: 1px 1px 0px #666;
    border-bottom: 1px solid #cccccc;
}
div.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #efefef;
    border-top: 1px solid #cccccc;
}
div.itemBody {
    margin-top: 0.5em;
    padding-left: 5px;
}
div.itemBody p.itemText {
    margin-bottom: 0.5em;
    margin-left: 1em;
    font-size: 90%;
    text-indent: -1em;
}
div.itemBody p.itemText:first-line {
    font-size: 100%;
    text-shadow: 1px 1px 0px #ddd;
}

.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #efefef
}

#footerbar {
    margin-top: 1em;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    clear: both;
    text-align: center;
    line-height: 110%;
    color: #fff;
    height: auto;
    font-size: 12px;
    text-shadow: 1px 1px 0px #444;
    background: #4682b4;
/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eee), color-stop(1.00, #ccc));
	background: -webkit-linear-gradient(#eee, #ccc);
	background: -moz-linear-gradient(#eee, #ccc);
	background: -o-linear-gradient(#eee, #ccc);
	background: -ms-linear-gradient(#eee, #ccc);
	background: linear-gradient(#eee, #ccc);
*/
}

p.paramTable {
    margin: 0.5em 15px 0.5em 15px;
    line-height: 1.25em;
}
span.rq_url {
    color: #444;
    font-weight: bold;
}
table.paramTable {
    margin: 0 15px 1em 15px;
    border-collapse: collapse;
}
table.paramTable th {
    border: solid 1px #888;
    padding: 2px 5px;
    color: #fff;
    background-color: #226;
    background: linear-gradient(to bottom, rgba(34, 34, 102, 0.8) 0px, rgba(34, 34, 102, 1));
}
table.paramTable td {
    vertical-align: top;
    border: solid 1px #888;
    padding: 2px 5px;
    color: #000;
    background-color: #fff;
}
table.paramTable td:first-child {
    background-color: #eee;
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0.5) 0px, rgba(238, 238, 238, 1));
}

table.responseTable {
    margin: 2px 0;
    border-collapse: collapse;
}
table.responseTable.outer {
    margin-left: 15px;
}
table.responseTable th {
    border: solid 1px #888;
    padding: 2px 5px;
    color: #fff;
    background-color: #226;
    background: linear-gradient(to bottom, rgba(34, 34, 102, 0.8) 0px, rgba(34, 34, 102, 1));
}
table.responseTable td {
    vertical-align: top;
    border: solid 1px #888;
    padding: 2px 5px;
    color: #000;
    background-color: #fff;
}
table.responseTable td:first-child {
    color: #000;
    background-color: #eee;
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0.5) 0px, rgba(238, 238, 238, 1));
}

div.jsonData {
    font-size: 90%;
    color: navy;
    margin: 0.5em 15px 2em 15px;
    padding: 0.5em 2em;
    border: solid 1px #ccc;
    background-color: #f8f8f8;
}

table.maplist {
    margin: 10px 0 10px 0;
    border-collapse: collapse;
    background-color: #fff;
    border: solid 1px #ccc;
}
table.maplist td,
table.maplist th {
    padding: 0 5px;
    background-color: #fff;
    border: solid 1px #ccc;
    font-size: 80%;
}
table.maplist th {
    background-color: #e8e8e8;
    padding: 0 5px;
}

table.checkedBrowser {
    margin: 10px 0 0 2em;
    border-collapse: collapse;
    background-color: #fff;
    border: solid 1px #ccc;
}
table.checkedBrowser td,th {
    padding: 0 5px;
    background-color: #fff;
    border: solid 1px #ccc;
}
table.checkedBrowser th {
    background-color: #e8e8e8;
    padding: 0 5px;
}
table.checkedBrowser th:first-child {
    width: 90px;
}
table.checkedBrowser th:nth-child(2) {
    width: 100px;
}
table.checkedBrowser.en th:nth-child(2) {
    width: auto;
}

dl.faq_list dt{
    text-indent: -1.5em;
    line-height: 150%;
    margin: 0 0 0.5em 1.5em;
}
dl.faq_list dd{
    text-indent: -1.5em;
    line-height: 150%;
    margin: 0 0 1em 1.5em;
}


/* Width: 821px - 1920px */
@media only screen and (max-width:11920px)
and (min-width:451px){
    #content .naviTitle {
	background: url('img/madas2x.png') no-repeat top left;
	background-size: 950px 287px;
    }
    #content .naviTitle.en {
	background: url('img/madase2x.png') no-repeat top left;
	background-size: 950px 287px;
    }
}

/* Width: 451px - 820px */
@media only screen and (max-width:1200px){
    .non_ios {
	display: none;
    }

    body {
	width: device-width;
	-webkit-text-size-adjust: none;
    }

    #container{
	width: 95%;
	margin: auto;
	padding: 0;
    }

    #mainMenu{
	position: relative;
	float: left;
	width: 152px;
	margin: 0;
	padding: 0;
    }
    div.menuTitle{
	font-size: 11pt;
	margin: 10px 5px 5px 5px;
	padding: 5px 5px 3px 10px;
    }
    div.menuList {
	margin-bottom: 10px;
	padding: 0;
    }
    div.menuList li {
	font-size: 10pt;
    }
    div.menuList li a {
	padding: 3px 3px 3px 3px;
    }
    div.menuBanner img {
	width: 152px;
	height: 20px;
    }
    #twitterDiv {
	display: none;
    }

    #content {
	position: relative;
	float: right;
	width: 100%;
    }
    #content {
	margin-left: -152px;
    }
    #content > * {
	margin-left: 160px;
	margin-right: 8px;
    }


    #content .naviTitle {
	background-size: 100% auto;
	margin-top: 10px;
	margin-bottom: 15px;
    }
    #content .naviTitle.en {
	background-size: 100% auto;
	margin-top: 10px;
	margin-bottom: 15px;
    }

    #geonavi_btn {
	padding: 5px;
	width: 180px;
    }

    div.subContents {
	padding-top: 5px;
	width: 100%;
    }

    div.subContents h1,h2,h3 {
	margin: 5px 3px 6px 3px;
    }

    table.checkedBrowser {
	padding: 0 0px;
	margin: 1em 0 2em 0;
	width: 100%;
    }
    table.checkedBrowser th:first-child {
	width: 80px;
    }
    table.checkedBrowser th:nth-child(2) {
	width: 80px;
    }
    table.checkedBrowser td,th {
	font-size: 12px;
	padding: 0 4px !important;
    }
}

/* Width: 351px - 450px */
@media only screen and (max-width:450px){
    #container{
	width: 100%;
	margin: 0;
	padding: 0;
    }

    #mainMenu{
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
    }

    div.menuTitle{
	width: 90%;
	margin: 0 auto 5px auto;
    }

    div.menuList {
	width: 90%;
	margin: 0 auto;
    }

    div.menuList ul {
	width: 100%;
	margin-bottom: 8px;
    }

    div.menuList li {
	width: 100%;
	margin: 0 auto 3px auto;
    }

    div.menuBanner {
	width: 90%;
	text-align: center;
	margin: 0 auto 3px auto;
    }
    div.menuBanner img {
	width: 190px;
	height: 25px;
    }
    #twitterDiv {
	display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #content {
	position: relative;
	float: none;
	width: 100%;
	margin: 0 0 2em 0;
	padding: 0 !important;
    }
    #content > * {
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
    }

    #content .naviTitle {
	background: url('img/madas640.png') no-repeat top left;
	background-size: 100% auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    }
    #content .naviTitle.en {
	background: url('img/madase640.png') no-repeat top left;
	background-size: 100% auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    }
    #content .naviTitle img {
	width: 100%;
    }

    div.subContents {
	width: 100%;
    }

    div.subContents p{
	margin: 0 3px;
    }

    div.subContents dl {
	padding: 5px 3px 6px 3px;
    }

    div.item {
	margin: 0 3px;
    }

    div.accordion_open {
	font-size: 12px;
	padding: 3px 15px !important;
	margin-right: 5px !important;
    }
}

/* Width: 0 - 350px */
@media only screen and (max-width:350px) and (-webkit-max-device-pixel-ratio: 1.2),
only screen and (max-width:350px) and (max-device-pixel-ratio: 1.2) {
    #content .naviTitle {
	background: url('img/madas320.png') no-repeat top left;
	background-size: 100% auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    }
    #content .naviTitle.en {
	background: url('img/madase320.png') no-repeat top left;
	background-size: 100% auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    }
}
