﻿@charset "UTF-8";

/* CSS Document */

/*
	Theme Name:  
	Description: 
	Theme URI: 
	Author: odc
	Author URI: 
	Version: 1.0
*/

/****************************************

          common

*****************************************/


html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	width: 100%;
	height: 100%;
	min-width: 970px;
	font-family: 'Meiryo','メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 14px;
	background-color: #f8fbf8;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}


div, h1, h2, h3, h4, p, ul, li,
th, td, form, input, textarea {
	margin: 0;
	padding: 0;
}


/*---------------------------------
 Text Link
----------------------------------*/

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover,
div#footer a:hover {
	color: #999;
	text-decoration: none;
}


/*---------------------------------
 Layout
----------------------------------*/

#header {
	height: 55px;
	background-color: #fff;
}

#contents {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.7;
	text-align: left;
	border-top: 5px solid #333;
}


#side_menu {
	padding: 0;
	width: 280px;
	height: 100%;
	/*background-color: #fff;*/
}

#footer {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	position: fixed;
	text-align: right;
	bottom: 0;
	background-color: #ddd;
	z-index: 500;
}

/*---------------------------------
 common
----------------------------------*/

.btn_close .btn{
	margin-top: 3px;
	margin-right: -5px;
	float: right;
	cursor: pointer;
}


/*---------------------------------
 map layout
----------------------------------*/

#map_contents {
	margin-left: 280px;
	position: relative;
	background-color: #F0EDE5; 
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
}

/*ipad hack
@media screen and (max-device-width: 1024px) {
 #map_contents { margin-bottom: 16px; }
}*/

#map_header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background: url("img/bg_map_top.png") repeat left top;
    height: 62px;
}

#map_container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 16px;
	z-index: 10;
	overflow: hidden;
}

#map_footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	z-index: 20;
	/*filter:inherit;*/
}



/*---------------------------------
 side_menu
----------------------------------*/

#side_menu_top {
	background-color: #ddd;
	margin: 0;
	padding: 0;
	height: 62px;
	border-right: 1px solid #fff;
}

#side_menu_top #logo{
	margin: 7px 15px 5px 12px;
	
}

#side_menu_top span {
	font-size: 80%;
	display: block;
	text-align: right;
	margin: 0 15px;
	cursor: pointer;
}

#side_menu_top span img{
	vertical-align: middle;
	margin-right: 3px;
}

#side_menu_bottom {
	clear: both;
	padding: 0;
}

#side_menu_bottom .menu {
	zoom:1;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0 8px;
	background: #eee url("img/bg_tab.png") repeat-x left bottom;
}

#side_menu_bottom .menu li {
	float:left;
	font-size: 105%;
	text-align: center;
	cursor: pointer;
	margin: 0 5px;
	border-bottom-width: 0px;
}

#side_menu_bottom .menu li a{
	display: block;
}

#side_menu_bottom .menu li a span{
	display: block;
	padding: 3px 30px 0 30px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: normal;
	padding-bottom: 1px;
	background: #ddd url("img/bg_tab.png") repeat-x scroll left bottom;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #f8fbf8 none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    color: #333;
    font-weight: normal;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}


/*side*/

#tabs-1,#tabs-2 {
	padding: 10px 15px;
	height: auto;
	background-color: #f8fbf8;
}

/*side_menu_toggle*/
#side_menu_toggle {
	width: 20px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer;
	z-index:210;
	margin-top: -25px;
}

/*---------------------------------
 footer
----------------------------------*/

#footer_copyright {
	font-size: 75%;
	color: #666;
	float: left;
	width: 280px;
	text-align: center;
	margin-top: 2px;
}


#footer_r {
	float: right;
	font-size: 75%;
	margin-right: 15px;
	margin-top: 2px;
}

#footer_r img {
	vertical-align: top;
	margin: 1px 3px 0 0;
}

#footer_r div {
	float: left;
	margin-left: 10px;
}

#footer_r div a{
	display: block;
}

#footer_help,
#footer_user_policy,
#footer_login {
	cursor: pointer;
}


/*---------------------------------
 map
----------------------------------*/

#map_header ul {
	padding: 15px 0 0 20px;
	font-size: 110%;
}

#map_header ul li {
	display: block;
	margin-right: 25px;
	position: relative;
	float: left;
	height: 47px;
}

#map_header ul li ul.child{
    background-color: #555555;
    position: absolute;
	display: block;
	display: none;
    width : 170px;
    margin: 0 0 0 6px;
	padding: 0;
	font-size: 90%;
	top:47px;
	
}

#map_header ul li ul.child li {
	display: block;
	width : 170px;
	height: auto;
}

#map_header ul li ul.child li a{
    padding: 5px 10px;
    display: block;
    color: #fff;
	idth : 170px;
}

#map_header ul li ul.child li a:hover{
	background-color: #D90001;
}

#map_header ul li a{
	color:#333;
}

#map_header ul li a:hover{
	color:#666;
}

#map_header ul li a img{
	margin-right: 10px;
}

.map_head_l {
	float: left;
}

.map_head_r {
	float: right;
	margin: 11px 10px 0 0;
	overflow: hidden;
}

.map_control {
	position: absolute;
	top: 70px;
	right: 0;
}

.con_btn_box {
	cursor: pointer;
}

.con_btn_box div{
	cursor: pointer;
	margin-bottom: 1px;
}

.title_win {
	display: table;
	margin: 5px 0 15px 0;
}

.title_win img{
	vertical-align: middle;
}



/*map_change_box*/

#map_change_box {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	width: 190px;
	height: 230px;
	background: url("img/bg_list.png") repeat left top;
	padding: 10px 15px;
	box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-o-box-shadow: 0 1px 3px #666;
	-ms-box-shadow: 0 1px 3px #c666;
	-webkit-box-shadow:  0 1px 3px #666;
}

/*html.ie8 #map_change_box {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=0, strength=3, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=90, strength=3, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=180, strength=3, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=270, strength=3, enabled=true);
	background-color: #fff;
}*/


#map_change_box div a{
	display: table;
	margin: 10px 0;
	font-size: 95%;
}

.title_win img,
.title_win span {
	display: table-cell;
	vertical-align: middle;
}

.title_win span {
	padding-left: 10px;
}

.win_box {
	/*height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: -16px;
	padding-right: 16px;*/
}

.win_box label {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.win_box label input{
	margin-right: 5px;
}

.win_box a{
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 10px;
	background-color: #fff;
}

.win_box a:hover{
	background-color: #f1f1f1;
}


/*search_box*/
#search_box {
	position: absolute;
	top: 0;
	right: 0;
	z-index:200;
	width: 190px;
	height: 200px;
	background: url("img/bg_list.png") repeat left top;
	padding: 10px 15px;
	box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-o-box-shadow: 0 1px 3px #666;
	-ms-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow:  0 1px 3px #666;
}

.title_win {
	display: table;
	margin: 3px 0 20px 0;
}

#screen_change_box label {
	display: table;
	margin: 10px 5px;
	cursor: pointer;
}

.title_win img,
.title_win span,
#screen_change_box label p,
#screen_change_box label span {
	display: table-cell;
	vertical-align: middle;
}

.title_win span {
	padding-left: 5px;
}

#screen_change_box label span {
	padding-left: 10px;
}

.btn_sc {
	display: block;
	margin: 10px auto;
	padding: 5px;
	width: 120px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
}

.btn_sc:hover {
	background-color: #f1f1f1;
	color: #999;
}

#screen_change_box .btn_close{
	margin-top: 5px;
	margin-right: 15px;
	float: right;
	cursor: pointer;
}

#screen_change_box .win_box {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


/*search_box*/
#search_box {
	position: absolute;
	top: 0;
	right: 0;
	z-index:200;
	width: 190px;
	height: 200px;
	background: url("img/bg_list.png") repeat left top;
	padding: 10px 15px;
	box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-o-box-shadow: 0 1px 3px #666;
	-ms-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow:  0 1px 3px #666;
}


/*keisoku_box*/
#keisoku_box {
	position: absolute;
	top: 0;
	right: 0;
	z-index:200;
	width: 190px;
	height: 200px;
	background: url("img/bg_list.png") repeat left top;
	padding: 10px 15px;
	box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-o-box-shadow: 0 1px 3px #666;
	-ms-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow:  0 1px 3px #666;
}


/*hanrei_box*/
#hanrei_box {
	position: absolute;
	top: 70px;
	right: 0;
	z-index:200;
	width: 190px;
	height: 500px;
	background: url("img/bg_list.png") repeat left top;
	padding: 10px 15px;
	box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-o-box-shadow: 0 1px 3px #666;
	-ms-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow:  0 1px 3px #666;
	cursor: move;
}

#hanrei_box .hanrei_scroll{
	height: 440px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: -15px;
	padding-right: 15px;
	cursor: default;
}


/*print_box*/
#print_box {
	position: absolute;
	top: 0;
	right: 0;
	z-index:200;
	width: 190px;
	height: 200px;
	background: url("img/bg_list.png") repeat left top;
	padding: 10px 15px;
	box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	-o-box-shadow: 0 1px 3px #666;
	-ms-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow:  0 1px 3px #666;
}


/*footer_login_box*/

#acount_box {
	width: 190px;
	height: 140px;
	position: absolute;
	top: -160px;
	right: 0;
	margin-bottom: 18px;
	background: url("img/bg_list.png") repeat left top;
	padding: 10px 15px;
	/*border-left: 1px solid #eee;
	border-top: 1px solid #eee;*/
}

#acount_box a.btn_close {
	margin-right: 0;
}

#acount_box a.btn_close .btn{
	margin-right: -5px;
}

#acount_box .title_win {
	margin-bottom: 5px;
}

#acount_box .mail {
	font-size:80%;
	text-align: left;
	padding-left: 30px;
	word-break: break-all;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin: 20px 0;
}

.acount_btn_box {
	clear: both;
	margin: 8px 0 0 0;
}

#acount_box .win_box a {
	border: 1px solid #ccc;
    display: block;
	margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 0;
    text-align: center;
}

#acount_box .win_box a:hover {
	background-color: #f1f1f1;
}

.lineb {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 5px;
}

.toggleButton {
	cursor: pointer;
	color: #666;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 8px;
	width: 170px;
	border: 1px solid #ccc;
	color: #777;
	font-size:100%;
	height: 16px;
	float:left;
}


/*safari hack*/
html[xmlns*=""] body:last-child input[type="text"]{height: 15px;}
html[xmlns*=""] body:last-child input[type="password"]{height: 15px;}
html[xmlns*=""] body:last-child input[type="email"]{height: 15px;}
html[xmlns*=""] body:last-child input[type="search"]{height: 15px;}



input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
 	color: #444;
}

.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	float:left;
    color: #FFF;
	background-color: #9BBB59;
    height: 28px;
    line-height: 1.8;
    margin: 0 0 0 -1px;
	border: 1px solid #9BBB59;
    text-align: center;
    width: 60px;
	font-size: 100%;
	cursor: pointer;
}


/*IE8 hack*/
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    height: 28px\9;
}

/*Chrome hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) { .button,{height: 28px;}}
@media screen and (-webkit-min-device-pixel-ratio:0) { input[type="submit"]{height: 28px;}}
@media screen and (-webkit-min-device-pixel-ratio:0) { input[type="reset"]{height: 28px;}}
@media screen and (-webkit-min-device-pixel-ratio:0) { input[type="button"]{height: 28px;}}


.button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #B9D08B;
		background: #B9D08B;
		color: #fff;
	}

	.button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}

.button .disabled,
input.disabled,
.button .disabled:hover,
button .disabled:hover,
input.disabled:hover {
	background-color: #ddd;
	border: 1px solid #ddd;
	pointer-events: none; 
}


.select_box {
	color: #666;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 1px;
    height: 25px;
    text-align: left;
    vertical-align: bottom;
    width: 100px;
}


.mgnr10 { margin-right: 10px;}
.mgnt30 { margin-top: 30px;}
.mgnb20 { margin-bottom: 20px;}
