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

/*コピーライト*/
#copy {
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}
/*タイトルバー*/
.ui-bar-a {
	border: 1px solid #0A5A1E;
    background: #111;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1px 1px #000;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111));
    background-image: -webkit-linear-gradient(top,#3A8A53,#055D10);
    background-image: -moz-linear-gradient(top,#3c3c3c,#111);
    background-image: -ms-linear-gradient(top,#3c3c3c,#111);
    background-image: -o-linear-gradient(top,#3c3c3c,#111);
    background-image: linear-gradient(top,#3c3c3c,#111);
}

/*タイトル*/
.ui-header .ui-title {
	font-size: 15px;
    margin: .6em 10px .8em;
}

/*動画サイズ　スマホ最適化*/
.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%;
}