@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Robot, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:80%;
	background-image : none;
	background-color: #fff;
}
a {
	text-decoration: none;
}

html, body, #map_elemnt,#main_contents {
	width: 100%;
	height: 100%;
}
#main_contents {
	height: 100%;
	position: relative;
    min-height: 100%;
}
.spotFrame {
	padding-left: 20px;
    color: #000;
}
.spotName {
	font-weight: bold;
	font-size:140%;
}

.spotCategory {
	font-weight: bold;
	font-size: 120%;
	padding-top: 4px;
}
#spotCategoryColor{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
}
.spotCheckin {
	font-size: 90%;
}
.spotDataEtc {
	font-weight: normal;
}
.btnSpotlistCheckin {
	background-color: #A0DFCC;
	text-align: center;
	line-height: 1.4;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
	width:15px;
}

.angleright {
	font-size:30px;
	color: #777777;
}
.spotlistNew {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align:center;
}
.spotlistNew a {
	padding-right: 10px;
	text-align: center;
	color: #777777;
	text-decoration: none;
	font-size:20px;
}
.chekcin {
	padding-top:4px;
	width:129px;
	height:31px;
	background-color:#59D96D;
	border-radius:2px;
	font-size:14px;
	color:#FFF;
}
.entry {
	padding-top:4px;
	padding-left:3px;
	width:129px;
	height:31px;
	background-color:#59D96D;
	border-radius:2px;
	font-size:24px;
	color:#FFF;
}
.entry a{
	padding-top:4px;
	width:129px;
	height:31px;
	background-color:#59D96D;
	border-radius:2px;
	font-size:14px;
	color:#FFF;
}
.spotlistNew i {
	color:#A0DFCC;
	font-size:28px;
}
#spotlist{
	position: relative;
}

#detailHeader {
	/*background-color: #A0D468;*/
	background-color: #A0DFCC;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 6px;
	color: #FFF;
}
#detailHeader .cricle img {
	margin-left: 0px;
	margin-right: 10px;
	border: 2px solid #FFFFFF;
}
#bazBox .cricle img {
	border-radius: 5px;
}
#detailHeader .spotCategory {
	padding-bottom: 5px;
}
#btn_spot_utility {
	background-color: #A0DFCC;
	padding-top: 16px;
	padding-bottom: 16px;
}
#detailmap {
	margin: 0 auto;
	height:200px;
}
.detailbody{
	background-color:#A0DFCC;
}
#spotDetailArea {
	background-color: #A0DFCC;
	padding: 8px;
}
#spotDetailArea #spotDetailData ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FFF;
	display: block;
}
#spotDetailArea #spotDetailData li {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0DfCC;
	font-size: 120%;
}
#spotDetailArea #spotDetailData .dataTitle,
#eventDocumentBox .unit .eventAdress a .dataTitle {
	color: #3FAA76;
	text-decoration: none;
	font-size: 90%;
}
#spotDetailArea #spotDetailData .text,
#eventDocumentBox .unit .eventAdress a .text {
	color: #5F6365;
	text-decoration: none;
}

.spacer {
	height:60px;
	background-color:#fff;
}
.nodata {
	background-color:#ddd;
}
#footnavigation {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #A0DFCC;
	background-color:#fff;
	bottom: 0px;
	width:100%;
	height:30px;
	position:fixed;
	text-align:center;
}
#footnavigation span {
	height: 30px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #5F6365;
}
#footnavigation #active {
	background-color: #A0DFCC;
	color: #FFF;
}
#lineStat {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;

}

.eventDetailArea {
	background-color: #A0DFCC;
	padding: 8px;
}
.eventList {
	background-color: #FFF;
	margin:6px;
	padding:4px;
}
.eventTitle {
	color: #FFF;
	background-color: #7ABE9E;
	padding: 8px;
}

.postName span{
	color: #3FAA76;
	font-size: 120%;
}
.postTitle {
	padding-top: 2px;
}
#entrylist ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-bottom:4px;
	text-align:left;
}
#entrylist {
	padding:6px;
	background-color: #F7F7F7;
}

.btnInput {
	text-align: center;
	margin:10px;
	padding: 10px;
	background-color:#3FAA76;
	border-style: none;
	color:#FFF;
	width:80%;
}
#link_category_list #link_category_id {
	-moz-appearance: button;
	padding: 10px;
	background: none repeat scroll 0% 0% #EAEAEA;
	border: medium none;
	color: #222;
	/*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32) inset;*/
	width: 100%;
}
#category_list #category_id {
	-moz-appearance: button;
	padding: 10px;
	background: none repeat scroll 0% 0% #EAEAEA;
	border: medium none;
	color: #222;
	/*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32) inset;*/
	width: 100%;
}
#search{
	padding-top: 6px;
	padding-bottom: 6px;
	background: none repeat scroll 0% 0% #EAEAEA;
	border: medium none;
	color: #222;
	width: 100%;
}
div #category_list {
	padding-bottom: 10px;
}

#tabMenu span {
	background-image: url(../../sys_img/button/v5_tab_menu_off.png);
	width: 100px;
	height: 34px;
	line-height: 34px;
	background-size: 100px 34px;
	display: block;
	font-size: 9px;
	overflow: hidden;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#tabMenu span#current {
	background-image:url(../../sys_img/button/v5_tab_menu_on.png);
}
.spotData p {
	margin: 0px;
	padding: 0px;
}
#listbar {
	background-color: #F7F7F7;
	color: #3FAA76;
	height:40px;
	text-align:center;
}
#spotDataList ul{
	background-color:#FFF;
}
#spotDataList .range {
	text-align: right;
	padding-right: 5px;
}
.checkin {
	width:32px;
	background-color: #CCC;
}
.spoticon{
	background-position: 0 0
	width: 32px;
	height: 44px;
	position:absolute;
	left:0;
	top:0;
	display: block;
	text-align: center;
	background-image:url(../../sys_img/marker/marker1.html);
}

.iconmarker{
	color: #008;
	margin-top: 0px;
	display: inline-block;
	font-size: 15px;
}
#link_img_category {
	color:#FFF;
}
#link_category {
	color:#FFF;
}
#panel_title {
	color:#FFF;
	font-size:120%;
}
#link_category_img_list ul{
	background-color:#F7F7F7;
	border:1px solid #F7F7F7;
	padding: 4px;
	margin-bottom: 4px;
}

#link_category_img_list ul{
	list-style: none;
}

#link_category_img_list li{ 
	margin-top: 2px; 
	padding-top: 2px; 
	font-size:12px;
	color:#464646;
	border-bottom:solid 1px #ccc;
}
#link_category_img_list img {
	vertical-align:top;
	max-width: 64px;
	max-height: 64px;
	width:64px;
}
#category_name {
	color:#FFF;
}
.l_category_name{
}
#search_name {
	color:#FFF;
}
#Close{
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	background:none;
	position:fixed;
	bottom:130px;
	right:10px;
	display:block;
	background:url(../../sys_img/button/back10.png);
	background-size:60px 60px;
	width:60px;
	height:60px;
	z-index: 2000;
	text-indent:-9999px;
	-moz-opacity:0.4;
	opacity:0.4;
}
#loading{
	width: 100%;
	position: absolute;
	text-align: center;
	display: none;
	font-size: 48px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 9999;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}


#facePhoto {
	text-align: center;
}
.spotData .spotCategory {
	font-size: 90%;
	color: #666;
}
#spotDataList .photo img,
#checkinDataList .photo img {
	border: 2px solid #FFF;
	height:62px;
	overflow: hidden;
}
.entry_data{
	padding-left:4px;

}
.entry_img {
	height:62px;
	width:62px;
	overflow: hidden;
}
.postDate {
	padding:5px;
}
.entryDetal {
	padding:5px;
}
#spotDataList td.photo,
#checkinDataList td.photo {
	width: 60px;
}
#spotDataList td.spotData {
	padding-left: 5px;
}
#spotDataList,
#commentDataList,
#checkinDataList {
	background-color: #FFF;
}
#spotDataList li,
#commentDataList li,
#checkinDataList li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#brest {
	background-color: #FFF;
	padding: 5px;
}
#brest td.scoreBox {
	height: 50px;
	width: 50px;
	text-align: center;
	border: 2px solid #ADBAC9;
	color: #ADBAC9;
	font-weight: bold;
}
#brest .spotData .spotCategory {
	font-size: 80%;
}
#brest
#editList a {
	color: #000;
	text-decoration: none;
	display: block;
	background-image: url(../../sys_img/bg/alow_wh.html);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 15%;
}
#checkinBox td {
	color: #FFF;
}
#checkinBox td img {
	vertical-align: middle;
}
#checkinBox .checkinCount {
	text-align: right;
	margin-right: 5px;
}
#checkinComment {
	background-color: #FFF;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#checkinDetailData {
	background-color: #FFF;
}
#checkinDetailData p {
	padding: 10px;
}
#commentDataList td.photo {
	width: 50px;
}
.commentData p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.commentData .talk {
	font-size: 90%;
	color: #333;
}
#facePhoto {
	background-color: #A0DFCC;
	min-height: 200px;
}
#facePhoto .edit {
	padding-top: 60px;
	display: block;
}
#editList {
	background-color: #FFF;
	padding: 10px;
}
#editList a {
	color: #000;
	text-decoration: none;
	display: block;
}
#editList li a {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#localNavigation2 {
	color: #FFF;
}
#localNavigation2 td .unit {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}
#localNavigation2 .checkinAdd {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}


#personalHead {
	background-color: #A0DFCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #FFF;
	font-weight: bold;
}
#icoBook {
	margin-right: 20px;
}
#localSearchBox {
	background-color: #FFF;
	padding: 5px;
}
#urlInput {
	background-color: #CECEBF;
	padding: 8px;
}
.range,
.baloonDistance {
	display: inline;
	background-color: #0CF;
	text-align: left;
	font-size:100%;
	font-weight:bold;
	line-height: 200%;
	color: #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#listbar {
	background-color:#096;
}
.btnList {
	padding-top:2px;
	color:#FFF;
}

#spotDetailData .icon-font{
	margin-right: 16px;
	font-size: 140%;
	color: #666;
	display: inline-block;

-moz-transform:    ( 0.6 , 1 );  /* Firefox */
-webkit-transform: ( 0.6 , 1 );  /* Chrome,Safari */
-o-transform:      ( 0.6 , 1 );  /* Opera */
-ms-transform:     ( 0.6 , 1 );  /* IE */
transform:         ( 0.5 , 1 );  /* CSS3 */
}
#spotDetailData .icon-address,
#spotDetailData .icon-map-marker,
#spotDetailData .icon-phonealt,
#spotDetailData .icon-globe{
	color: #096!important;
}

#spotDetailArea #spotDetailData ul li table tr td table tr td .spoturl a {
	color: #000;
}
#spotDetailMin {
	font-size: 11px;
}

#spotPhotoList .unit {
	width: 20%;
	height: 60px;
	float: left;
	border: 1px solid #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
#spotNewsList {
	background-color: #FFF;
}
#spotNewsList #spotNewsListDate {
	font-size: 10px;
}
#spotNewsList #spotNewsListIcon {
	font-size: 16px;
	color: #009966;
}
#spotNewsList .unit {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	font-size: 100%;
}


.btnReader {
	padding: 20px;
	display: block;
	background-color: #50D3A1;
}
#spotPhotoList {
	padding: 10px;
	background-color: #FFF;
}
.linkMapEx img {
    border-radius: 60px;        /* CSS3草案 */  
    -webkit-border-radius: 60px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 60px;    /* Firefox用 */  
	margin-left:50px;
}
td.linkMapEx {
	background-image: url(../../sys_img/icon/v6_linkmap_etc.png);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: left center;
}
#actBgMark td{
	background-color: #50D3A1;
}
.my-div-iconl{
	background-clip: padding-box;
	height:36px;
	width:36px;
	background-color: rgba(255, 255, 255, 1);
	border-radius:18px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.div-iconl{
	height:28px;
	width:28px;
	margin-top:4px;
	margin-left:4px;
	border-radius:14px;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255,255,255,.5) 3px, rgba(255,255,255,.5) 6px);
}
.my-div-iconm{
	background-clip: padding-box;
	height:32px;
	width:32px;
	background-color: rgba(255, 255, 255, 1);
	border-radius:16px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.div-iconm{
	height:24px;
	width:24px;
	margin-top:4px;
	margin-left:4px;
	border-radius:12px;

}
.my-div-icon{
	background-clip: padding-box;
	height:28px;
	width:28px;
	background-color: rgba(255, 255, 255, 1);
	border-radius:14px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.div-icon{
	height:20px;
	width:20px;
	margin-top:4px;
	margin-left:4px;
	border-radius:12px;

}
