html {
	-webkit-text-size-adjust:none
}

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

.clearfix {
	display:inline-block;
}

body {
	font-size: 14px;
	line-height:1.3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucinda Grande", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	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.user {
	color:rgb(0, 128, 255);
	-webkit-touch-callout: none;
}

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

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

.header {
	width: 100%;
	background-color: #99C7CA;
/*	padding: 5px 5px 55px 5px;*/
}

.header .logo {
	width: 120px;
	height: 50px;
	float: left;
	margin: 5px 0 5px 05px;
}

.header .logo img {
	width: 120px;
	height: 50px;
}

.header .navi {
	float: right;
	background: url(/image_service/banner_app_on_i.png) no-repeat;
	width: 168px;
	height: 33px;
	margin-top: 8px;
	margin-right: 5px;
}

.header .navi img {
	opacity:0;
	width: 165px;
	height: 33px;
}

.footer {
	width: 90%;
	text-align: center;
	margin: 10px auto;
	font-size: 0.75em;
}

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

.footer ul {
	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 .corp {
	border-right: 0;
}

.footer .credit {
	width: 100%;
	border-right: 0;
	display: block;
	text-align: center;
}

.content {
	background-color: #fff;
}

/* リストの吹き出し */
.ownerTweet .baroon,
.tweets .baroon {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F3F0F0));
	-webkit-border-radius:7px;  
	padding: 5px 3px 5px 7px;
	border: solid #ccc 1px;
	margin: 0 10px 15px 68px;
	-webkit-box-shadow: 1px 1px 3px gray;
	position: relative;
}

.ownerTweet .baroon .tail,
.tweets .baroon .tail {
	background: url(/image_service/baroon_tail_left.png) no-repeat;
	width: 9px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: -9px;
}	

.ownerTweet .tweetBody,
.tweets .tweetBody {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
}

.ownerTweet .tweetCreated,
.tweets .tweetCreated {
	display: block;
	font-size: 12px;
	color: gray;
	margin: 0;
	line-height: 1.3;
}

.ownerTweet .tweetCreated a,
.tweets .tweetCreated a {
	color: gray;
	text-decoration: none;
	margin-right: 10px;
}

.ownerTweet .profileImage, 
.tweets .profileImage {
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	padding-top: 3px;
	padding-left: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 7px;
}

.postTweet {
	position: relative;
	margin: 15px 0 0 10px;
}

.postTweetLink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 117px;
	height: 36px;
	float: left;
	background: url(/image_service/btn_spot_post_tweet.png) no-repeat;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.postTweetLink span {
	display: block;
	padding-top: 9px;
	padding-left: 30px;
}

.postTweet .notes {
	display: block;
	padding-left: 125px;
	font-size: 9px;
	line-height: 1.4;
}


/* スポット詳細 */
.ramblinSpot h2 {
	font-size: 16px;
	padding-left: 5px;
}

.ramblinSpot .spotInfo {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.spotInfo .spotImage {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	padding-left: 10px;
}

.ramblinSpot h1 {
	color: #C61A22;
	margin-left: 80px;
	font-size: 18px;
}

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

/*
.ramblinSpot .spotInfo .nearbyTweet {
	position: absolute;
	bottom: -32px;
	right : 10px;
	background-color: #949FB2;
	font-weight: bold;
	padding: 2px;
}
*/

.btnNearbyTweet {
	display: none;
}

.ramblinSpot .spotInfo .nearbyTweet a {
	color: #fff;
	margin: 0;
	padding: 0;
}


.ramblinSpot .spotInfo .nearbyTweet a {
	margin: 0;
}

.spotDetail .label {
	display: block;
	height: 25px;
	padding: 4px 0 0 10px;
	background: url(/image_service/bg_ti_i.png) repeat-x ;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #565656 0 1px 0;
}

.spotDetail .profile,
.spotDetail .addr,
.spotDetail .tel,
.spotDetail .url,
.spotDetail .photo {
	padding: 7px 10px 7px 10px;
	margin: 0;
}

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

.spotDetail .map,
.spotDetail .map_pane {
	display: block;
	width: 130px;
	height: 130px;
	padding: 5px 0 0 10px;
}

.spotDetail .nearbyTweet a {
	padding-left: 10px;
}

.spotDetail h2,
.ownerTweet h2,
.spotTweet h2,
.fanList h2 {
	border-bottom-style: double;
	border-bottom-color: gray;
}



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

.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 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;
}


/* 周辺のつぶやき */

.ramblinArea h1 {
	font-size: 17px;
	color: #C61A22;
	line-height: 1.3;
}

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

.ramblinArea .areaInfo {
	margin-bottom:10px;
	margin-left: 120px;
}

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

.ramblinArea .areaDetailInner {
	margin: 10px 10px 25px;
}

.ramblinArea .contentInner {
	postion: relative;
}

.ramblinArea .map {
	position: absolute;
	top: 78px;
	left: 10px;	
	width: 100px;
	height: 100px;
	float: left;
}

/* つぶやき詳細 */
.ramblinTweet {
	margin:0 auto;
	text-align:left;
	background-color: #99C7CA;
}

.ramblinTweet .header {
	width: 100%;
	padding: 5px 0 5px;
}

.ramblinTweet .header .logo img {
	width: 120px;
	height: 50px;
	float: left;
}

.ramblinTweet .header .logo {
	margin-left: 5px;
}

.ramblinTweet .header .navi {
	margin-right: 5px;
}

.ramblinTweet .logo {
	display: block;
	margin-left: auto;
}

.userTweet {
	display: block;
	padding: 0 10px;
	margin: 0 auto 40px;
}

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

.userTweet .profileImage {
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

.userTweet .baroonBody {
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F3F0F0));
	-webkit-border-radius: 7px;  
	padding: 10px 10px 5px;
	border: solid #ccc 1px;
	-webkit-box-shadow: 1px 1px 3px gray;
	position: relative;
}

.userTweet .baroonBody .tail {
	background: url(/image_service/baroon_tail_top.png) no-repeat;
	width: 19px;
	height: 9px;
	position: absolute;
	top: -9px;
	left: 30px;
}

.userTweet .tweetCreated {
	font-size: 12px;
	color: gray;
	margin: 2px 0;
}

.userTweet .tweetBody,
.userTweet .tweetBody a {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.6;
}

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


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

.userTweet .spotInfo .spotName {
	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;
/*	height:30px; */
	margin: 0;
}

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



/* ふきだしの矢印 
.userTweet .baroonBody .tail {
	margin-left: -12px;
	border-bottom: 15px solid #ECE9E9;
	border-right: 12px solid transparent; 
	border-left: 12px solid transparent; 
	position: absolute;
	top: -15px;
	left: 40px;
	width: 0; 
	height: 0; 
}

.ownerTweet .baroon .tail,
.tweets .baroon .tail {
	border-top: 12px solid transparent;
	border-right: 15px solid #ECE9E9;
	border-bottom: 12px solid transparent; 
	position: absolute;
	left: -15px;
	top: 8px;
	width: 0; 
	height: 0; 
}
*/

.header .powerdBy {
	display: none;
}

.ramblinSpot .spotInfo .nearbyTweet {
	display: none;
}


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

.ramblinSpot #ownerTweet2nd,
.ramblinSpot #postTweetLinkPC {
	display: none;
}