body,input {
	font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
}

a {
	color: navy;
}


@media only screen and (min-width: 321px) and (max-width: 768px) {
     
    Html{
        Width:100%;
    }
 
} /*デバイスの横幅が321以上768以下の場合*/


#address {
	margin-bottom: 10px;
	width: 450px;
}

@media only screen and (min-width: 769px) {
 #target_area {
	width: 100%; 
	height: 680px; 
    z-index:70;
    position:relative;
 }
} /*デバイスの横幅が979px以下の場合*/
 
@media only screen and (max-width: 768px) {
 #target_area {
	width: 100%; 
	height: 380px; 
    z-index:70;
    position:relative;
 }
} /*デバイスの横幅が321以上768以下の場合*/

 #target_area_min {
	width: 100%; 
	height: 380px; 
    z-index:70;
    position:relative;
 }

#loading{
    border:1px dashed #999;
    padding:15px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    background-color:#FFF;
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
    z-index:99;
}
 
#loading .loadingMsg{
    text-align:center;
    padding-left:0px;
    width:100%;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: "メイリオ"!important;
}

.yoko >.ui-input-text{
   width:5em;
   display:inline-block;
}