@charset "utf-8";
* {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
p {
    word-break: break-all;
}
.wide {
  width: 100%;
}
.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;
}
.ui-bar-a {
	background-image:url(img/header.jpg);
}
.ui-bar-c img{
	width:100%;
	float:left;
}
.ui-block-x{
	width:50%;
	float:left;
}
.ui-header .ui-title {
   margin: 0.6em 0px 0.8em!important;
}
.ui-bar-c {
    border: 1px solid #E7E7E7!important;
	background: -moz-linear-gradient(center top , #E7E7E7, #E7E7E7) repeat scroll 0% 0% #E7E7E7;

}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.red{
color: red;
}
.ui-link:hover {
    color: #849224;
}
.ui-body-c .ui-link {
    color: #849224;
    font-weight: bold;
}
.ui-link {
    color: #849224;
}
/* memo ----------------------------------------------------------------------------- */
.ui-collapsible-heading a .ui-btn-inner {
text-align: center;
cursor: pointer;
}