/* @override http://rmbl.in:8081/css/style_service.css */



.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}


body {
	font-size: 0.75em;
	line-height:1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucinda Grande", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #99C7CA url(../image_service/bg_body.png) repeat-x;
	text-align: center;
}

img {
	border: 0;
}

a {
	background-color:transparent;
	color:rgb(110, 150, 255);
	vertical-align:baseline;
	word-break:break-all;
	text-decoration: none;
}

a:focus {
	outline:none;
}

a:hover {
	text-decoration: underline;
}

a.user {
	color:rgb(0, 128, 255);
	-webkit-touch-callout: none;
}

a.hashtag {
	color:rgb(153, 153, 153);
	-webkit-touch-callout: none;
}

.container {
	margin:0 auto;
	text-align: left;
}

.header {
	width: 100%;
	margin: 0px auto;
}

.header .logo {
	width: 160px;
	float: left;
}

.header .navi {
	width: 251px;
	float: right;
	padding-top: 15px;
}

.footer {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.footer a {
	font-size:1em;
	font-weight: normal;
	color: #000;
}

.footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	list-style-type: none;
	border-right: 1px solid #000;
}

.footer .credit {
	border-right: 0;
}

/* リストの吹き出し */

.tweets .baroon {
	display: block;
	margin: 0 0 15px 50px;
}

.tweets .ownerTweet .baroon {
	margin-bottom: 5px;
}

.tweets .tweetBody {
	display: block;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
	padding: 10px 20px 10px 20px;
	background: url(/image_service/brn_a1.png) no-repeat;
}

.tweets .tweetCreated {
	display: block;
	font-size: 12px;
	color: gray;
	padding: 0px 10px 15px 20px;
	margin: 0;
	line-height: 1;
	background: url(/image_service/brn_a2.png) no-repeat bottom left;
}

.tweets .tweetCreated a {
	color: gray;
	text-decoration: none;
	margin-right: 10px;
	font-size: 12px;
}

.tweets .tweetCreated a:hover {
	text-decoration: underline;
}

.tweets .profileImage {
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	margin-top: 3px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}



/* スポット詳細 */

.ramblinSpot .container {
	width: 830px;
}

.ramblinSpot .content {
	background-color: #fff;
	margin-bottom: 20px;
}

.ramblinSpot .contentInner {
	width: 790px;
	margin: 20px;
}

.ramblinSpot h2 {
	font-size: 14px;
}

.ramblinSpot .spotInfo {
	display: block;
	width: 520px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

.spotInfo .spotImage {
	display: block;
	width: 64px;
	height: 64px;
	float: left;
}

.ramblinSpot h1 {
	color: #C61A22;
	margin-left: 80px;
	font-size: 20px;
	line-height: 1.3em;
}

.spotInfo .spotCategory {
	margin-left: 80px;
	font-size: 12px;
	color: gray;
	list-style-type: none;
	padding-left: 0;
}

.colSub {
	float: right;
	display: block;
	width: 250px;
	text-align: center;
	padding: 0 auto;
}

.ramblinSpot .colSub .groupCampaignBanner img {
	margin-bottom: 15px;
}

.ramblinSpot .btnNearbyTweet a,
.ramblinSpot .btnAreaGuide a {
	display: block;
	width: 243px;
	height: 37px;
	margin: 0 auto;
	text-indent: -9999px;
	margin-bottom: 15px;
}

.ramblinSpot .btnNearbyTweet a {
	background: url(/image_service/btn_nearby_tweet.png) no-repeat;
}

.ramblinSpot .btnAreaGuide a {
	background: url(/image_service/btn_area_guide.png) no-repeat;
}

.spotDetail {
	width: 250px;
	background-color: #ddebdc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;
}

.spotDetailInner {
	width: 230px;
	padding: 10px;
}

.powerdGnavi {
	margin: 10px 10px 5px;
	text-align: right;
	font-size: 90%;
}

.spotDetail h2 {
	margin: 0 0 10px;
	font-size: 14px;
}

.spotDetail .label {
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	padding: 3px 10px 2px;
	background-color: #949fb2;
	color: white;
	font-size: 12px;
}


.spotDetail .profile,
.spotDetail .addr,
.spotDetail .tel,
.spotDetail .url,
.spotDetail .photo {
	padding-bottom: 7px;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0;
	padding-top: 7px;
}

.spotDetail .url a{
	font-size: 12px;
	font-weight: bold;
}

.spotDetail .map,
.spotDetail .map_pane {
	display: block;
	width: 230px;
	height: 230px;
	padding-top: 10px;
	margin-top: 5px;
}

.spotDetail .nearbyTweet {
	font-size: 14px;
	text-decoration: none;
	margin: 10px 0 0;
	text-align: right;
}

.spotDetail .nearbyTweet a {
	font-size: 14px;
}

.spotDetail .spotsources {
	margin: 15px auto 0;
	padding-top: 10px;
	border-top: 1px dotted #949FB2;
	text-align: center;
}

.ownerTweet {
	
}

.ownerTweet .body {
	width: 100%;
	padding: 5px 0px;
	background: #ecf6f7;
}

.ownerTweet,
.spotTweet {
	display: block;
	width: 525px;
}

.ownerTweet h2 {
	margin: 0 0 10px 10px;
}

.spotTweet h2 {
}

.ownerTweet .list,
.spotTweet .list {
	padding-left: 10px;
}

.ownerTweet .moreLink {
	text-align: right;
	margin-right: 10px;
}


/* 周辺のつぶやき */

.ramblinArea .container {
	width:830px;
}

.ramblinArea h1 {
	font-size: 16px;
	color: #C61A22;
}

.ramblinArea .content {
	background-color:white;
	margin-bottom:20px;
}

.ramblinArea .contentInner {
	margin:20px;
	width:790px;
}

.ramblinArea .areaInfo {
	display: block;
	float:left;
	margin-bottom:20px;
	width:520px;
}

.ramblinArea .areaDetail {
	width: 250px;
	float: right;
}

.ramblinArea .areaDetailInner {
	width: 230px;
	margin: 10px;
}

.ramblinArea .map {
	width: 230px;
	height: 230px;
}

.ramblinArea .areaRadius {
	font-size: 14px;
	color: gray;
}

.ramblinArea .areaTweet {
	width: 520px;
	float: left;
}






/* つぶやき詳細 */

.ramblinTweet {
	text-align: center;
}

.ramblinTweet .header {
	width: 600px;
	margin: 0 auto;
}

.ramblinTweet .header .logo {
	width: 160px;
	float: left;
}

.userTweet {
	text-align: left;
}


.ramblinTweet .logo {
	display: block;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.userTweet {
	display: block;
	width: 610px;
	padding: 0;
	margin: 0 auto 60px;
}

.userTweet .tweetInfo {
	display: block;
	height: 48px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.userTweet .profileImage {
	display: block;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.userTweet .userName {
	margin-left: 60px;
	font-size: 16px;
	padding-top: 15px;
	color: #000;
}

.userTweet .baroonBody {
/*
	margin: 0;
	padding: 30px 25px 5px 25px;
*/
}

.userTweet .tweetBody {
	padding: 30px 20px 0 20px;
	background: url(/image_service/brn_b1.png) no-repeat;
	font-size: 18px;
	line-height: 1.6em;
}


.userTweet .spotInfo {
	width: 100%;
	text-align: right;
}

.userTweet .spotInfoInner {
	text-align: right;
	border: 1px solid #aaa;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.userTweet .spotInfo .spotName {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	display: inline-block;
	float: right;
	padding-top: 5px;
	padding-left: 20px;
	background: url(/image_service/icon_spot_small.png) no-repeat 3px 5px;
	margin: 0;
}

.userTweet .spotInfo .spotImage {
	width: 26px;
	height: 26px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	float: right;
}

.userTweet .tweetCreated {
	background: url(/image_service/brn_b2.png) no-repeat bottom left;
	margin: 0;
	padding: 0 25px 15px 25px;
	font-size: 14px;
	color: gray;
}



/* 追記 20100125 */

.ramblinSpot .postTweet {
	margin-top: 10px;
}

.ramblinSpot .postTweet .postTweetLink {
	display: block;
	float: left;
	width: 155px;
	height: 43px;
	background: url(/image_service/btn_post_spot_tweet.png) no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	text-indent: 35px;
	margin-right: 10px;
	text-indent: -9999px;
}

.ramblinSpot .postTweet span {
	font-size: 10px;
	color: #666;
	line-height: 1.3em;
}


.ramblinSpot .spotInfo .nearbyTweet {
	background-color: #949FB2;
	font-size: 12px;
	padding: 0 2px;
	border-color: #999;
	top: -10px;
}

.ramblinSpot .spotInfo .nearbyTweet a {
	color: #FFF;
}


.spotDetail h2 {
	color: #999;
}

.fanList {
	margin-bottom: 20px;
	text-align: left;
}

.fanList h2 {
	margin: 0 0 5px;
	color: #666699;
}

.fanList .supporter,
.fanList .repeater,
.fanList .visitor {
	padding: 8px 0 5px 60px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #ccc;
}

.fanList .supporter {background-image: url(/image_service/fanbadge_supporter.png);}
.fanList .repeater {background-image: url(/image_service/fanbadge_repeater.png);}
.fanList .visitor {background-image: url(/image_service/fanbadge_visitor.png);}

.fanList .supporter {
	border-top: 1px dashed #ccc;
}

.fanList h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: 1;
	font-size: 12px;
}

.fanList ul {
	margin: 0 0 0 -7px;
	padding: 0;
}

.fanList li {
	display: inline;
}

.fanList li img {
	padding: 0 0 7px 7px;
}

.fanList .more {
	margin: 0;
	padding-top: 2px;
	text-align: right;
	line-height: 1;
	font-size: 11px;
	color: #6E96FF;
}

.fanList .none {
	margin: 0;
	padding: 0;
	color: #999;
}

.fanList .supporter .none,
.fanList .repeater .none{
	min-height: 35px;
}

.fanList .message {
	color: #000;
	font-size: 11px;
	line-height: 1.3;
}

.header .powerdBy {
	display: none;
}

/* PC スマートフォンの分岐 */

.ramblinSpot #ownerTweet1st,
.ramblinSpot #postTweetLinkSP,
.ramblinSpot #postTweet2nd {
	display: none;
}



