@CHARSET "UTF-8";

.disable{
	background-color:#F4F4F4;
	
}
.editable{
	background-color:#FFFFF5;
}

/**
共有バー
**/
#other_bar{
	height:30px;
	margin:10px;
	text-align:right;
}
/**
	ひとこと機能	
**/
.word_box{
    margin:5px 0px;
}
.word_box .word_wrapper{
    float: left;
    position:relative;
    margin-left:10px;
    width:150px;
}
.word_box .word_inner{
	-moz-border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ccc;
    display: block;
    padding: 5px 10px;
    
}

.word_box .arrow_left {
    border-left: 10px solid white;
    border-right: medium none;
    left: -10px;
    border-top: 10px solid #E3E3E3;
    bottom: 60%;
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0;
}

.as_results {
	position         : absolute;
	border           : 1px solid #79b;
	background-color : white;
	margin           : 0;
	padding          : 0;
	list-style       : none;
	display          : none;
	z-index          : 1000;
}
.as_results li {
	border           : 0px solid #79b;
	margin           : 0;
	height           : auto !important;
	padding          : 3px 5px;
	white-space      : nowrap;
	color            : #000;
	text-align       : left;
	overflow         : hidden;
	font-size        : 14px;
	line-height      : 1;
	position         : relative;
}
.as_over {
	cursor           : pointer;
	background-color : #36c;
	color            : #fff !important;
	text-decoration  : none;
}
.sub_info{
	border           : 1px solid #333;
	background       : #ffe;
	color            : #333;
	font-size        : 14px;
	width            : 200px;
	padding          : 4px 6px;
	position         : absolute;
}

.search_box label{
	 background-color: #E7E7E7;
	 display: inline-block;
    border-radius: 30px 30px 30px 30px;
    margin: 2px;
    padding: 5px;
	
}
.search_box td ,.search_box th{
	border: 1px solid #F4F4F4;	
}
#userimg li {
    float: left;
    text-align: center;
    width: 66px;
}

ul.userlist{

}
ul.userlist li{
	float:left;
	width:194px;
	height:100px;
	padding:5px;
	margin:10px;
	border:3px solid #CCC;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}

ul.userlist li div{
	width:70px;
	float:left;	
}

ul.userlist li div img{
	width:70px;	
}
ul.userlist li p{
	width:104px;
	float:right;	
}

.bunner{
	margin-top:5px;
	margin-bottom:5px;
}
.shop_list_box{
    border: 3px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 200px;
    margin: 10px;
    padding: 5px;
    width: 194px;
    overflow:hidden;
}
.tool_shop .shop_list_box{
    border: 3px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 190px;
    margin: 10px;
    padding: 5px;
    width: 200px;
}
.up_photo{
	margin :5px;
	padding:5px;
	border : 1px dotted #CCC;
}

#footer_upper  {
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

.report_user{
	background-color:#F1F1F1;
	padding:5px;
}
.item_user{
	background-color:#F1F1F1;
	padding:5px;
}
.slides_container .slide{
	float:left;
	text-align: center;
}

.shop_users li{
	margin:5px;
}

.shop_users li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sbt_box{
	margin:10px;
	
}
.sbt_box:after{
		content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sbtw{
	width:100px;
	float:left;
	margin:5px 2px;
}
.sbt{
	width:70px;
	float:left;
	overflow:hidden;
	margin:5px 2px;
}
.photo_frame{
	border:1px solid #CCC;
	padding:5px;
	background-color:#fff;
	font-size:10px;
	color:#444;
	margin:10px;
	line-height:120%;
	display:inline;
}
.device_ch_bt{
	border: 1px solid #CCCCCC;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 6px;
    text-align: center;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#map_canvas{
	width:500px;
	height:600px;
	float:left;
}
#linkbox{
	height:600px;
}
#linkbox dl{
	padding:10px;
	border: 1px #EEEEEE solid;
	border-width: 0 0 1px 1px;
	background: #FFF;
	text-align: left;
	text-indent: 0;
}
#linkbox dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#linkbox dd{
	float:left;
	width:30%;
}
#linkbox dt{
	float:right;
	width:70%;
}