@charset "utf-8";
* {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.ui-mobile, .ui-mobile body {
	background: transparent url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}
		
.ui-page {
	background: transparent url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}


.logo {
  margin:0 auto 0 auto;
  padding:7px 0px 7px 0px;
  float:center;
  text-align:center;
}

.wide {
  width: 100%;
  margin:0px 0px 0px 0px;
}

.bold {
  font-weight: bold;
}
/* テキストを省略せずに表示する */
.ui-header .ui-title,.ui-footer .ui-title,.ui-btn-inner,.ui-li-heading,.ui-li .ui-btn-text a.ui-link-inherit,.ui-li-desc {
  overflow: visible;
  white-space: normal;
}
#map {
  width: 100%;
  height: 300px;
  border: 8px solid #ccc;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

/*入力フォームの背景を調整*/
textarea.ui-body-b,input.ui-body-b {
  background-color: white;
}
/*見出しとフォーム部品の間の余白を調整*/
.ui-field-contain:first-child {
  padding-top: 0;
}

.kaijo{
    clear:left;
}


.intro_text{
  width: 100%;
  float:left;
  text-align:left;
  color:#ffffff;
}




/*----「いいね」と「つぶやき」----*/

.buzz{
	width:260px;
	height:20px;
	margin:0 auto 0 auto;
	padding:0px 0px 0px 0px;
	float:center;
}

.buzz_box01{
	display:block;
	width:120px;
	height:20px;
	margin:0px 20px 0px 0px;
	vertical-align:text-top;
	float:left;
}

.buzz_box02{
	display:block;
	width:120px;
	height:20px;
	margin:0px 0px 0px 0px;
	vertical-align:text-top;
	float:left;
	text-align:left;
}

.ui-listview .ui-li-ico2 {
position: absolute;
left: 10px;
top: 10px;
max-height: 87px;
max-width: 116px;
vertical-align:bottom;
}

.spc10{
	width:100%;
	height:10px;
	clear:left;
}

.spc20{
	width:100%;
	height:20px;
	clear:left;
}