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

.ui-header h1{
	font-size: 12px;
}

h2{
	font-size: large;
	font-weight: bold;
	color: #333;
}

.waku{
	border: 2px solid #0C3;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	background-color: #CBFFC2;
	margin-bottom: 5px;
}

#map {
  width: 100%;
  height: 300px;
  border: 8px solid #ccc;
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}

.red{
	color: #F00;
}

/*入力フォーム*/

.custom01{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: x-small;
}
.custom01 h3{
	font-size: small;
	line-height: 130%;
	padding: 0px;
}
.small{
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
option.small2{
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
.x-small{
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
.xx-small{
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

input[type="text"]
{
	margin-bottom: 2px;
}

#result{
	padding: 5px;
	border: 2px solid #F00;
	margin-top: 10px;
	background-color: #FFF;
	font-size: small;
	font-weight: bold;
}

#checkButton{
	background-color: #FF0;
	color: #F00;
	font-size: small;
}

#submitkButton{
	background-color: #09F;
	color: #F00;
	font-size: small;
}
.selectbox{
	width: 100%;
}

input[name="zipA_1"]{
　　width: 4em;
　　display: inline-block;
}

input[name="zipB_1"]{
　　width: 4em;
　　display: inline-block;
}
.yoko >.ui-input-text{
   width:5em;
   display:inline-block;
}

#table_sp {
	width: 100%;
	border-top-width: 1px;
	border-top-color: #999;
}
#table_sp th {
	background-color: #CBFFC2;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #999;
	text-align: left;
	padding: 3px;
	width: 26%;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-color: #999;
	font-size: x-small;
	font-weight: bold;
}
#table_sp td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	background-color: #FFF;
}

#table_sp .td_top  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#table_sp .th_top  {
	border: 1px solid #999;
}
#top .toppage h1 {
	font-size: 12px;
}
