#poke_checker td{
    padding: 0;
}

.poke{
    width: 58px;
    position: relative;
    padding: 1px;
    text-align: center;
    margin: 0 auto;
}

.poke img{
    max-width: 56px;
}

.absolute {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tweet_box{
    text-align: center;
}

#poketweet{
    width: 90%;
    padding: 8px;
    margin: 24px auto;
    background: #1A91DB;
    border: none;
    border-radius: 4px;
    color:#FFF;
}



/*以下ツール*/

.tab{
    width: 100%;
    margin: 8px auto;
    text-align: center;
}

.tab button{
    width: 46%;
    padding: 6px 0;
    font-size: 14px;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid orange;
    color:orange;
    margin: 8px 0 !important;
}

.tab_select{
    background: orange !important;
    color: #FFF !important;
}



.tool_button{
    width: 94%;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid green;
    color:green;
    margin: 8px 0;
}





#location td{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px !important;
}

.cfilter{
    color:#CCC;
}

#address{
    margin-top: 6px;
    /*                                border-top: 1px solid #CCC;
                                    border-right: 1px solid #CCC;
                                    border-left: 1px solid #CCC;*/
}

#address label{
    padding: 6px 0;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #CCC;
}

#address input{
    margin-left: 6px;
    margin-right: 6px;
}



#view_pokemon{
    margin: 6px auto;
}


/*手動エリア*/

#manual_location{
    text-align: center;
}

#manual_location option{
    height: 40px !important;
}

#view_pokemon,#pref_select, #city_select, #town_select,#detail{
    width: 90%;
    height: 40px;
    margin: 4px auto;
    display: inline-block;

    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    height: 32px;

    border: none;
    text-indent: 10px;
    cursor: pointer;
    border: 1px solid #dde4e6;
    background: #f6f9f7;
    /* background-image: url(wp-content/themes/appmedia/images/down_icon.png); */
    background-repeat: no-repeat;
    background-position: right 14px;
    border-radius: 2px;
}

#detail{
    max-width: 100%;
    height:75px;
    border: 1px solid #CCC;
    padding: 8px;
    text-indent: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}


#pref_select:after
{
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 4px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.required{
    color:red;
}

/*自動エリア*/
#auto_location{
    border: 1px solid #CCC;
    padding: 4px;
}

/*リスト*/
#list_appear{
    margin-bottom: 12px;
}

.list_pokemon_box:first-child{
    border-top: 1px solid #CCC;
}

.list_pokemon_box{
    width: 100%;
    min-height: 72px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 6px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.list_left{
    float:left;
    vertical-align:middle;
}

.list_left img{
    width: 56px;
    height: 56px;
}

.list_right{
    font-size: 14px;
    margin-left: 62px;
    word-wrap: break-word;
}

.list_label{
    color:#AAA;
    font-size: 13px;
}

.type_Normal {
    background: #b1b1b1;
}
.type_Fighting {
    background: #e99a3f;
}
.type_Flying {
    background: #5e9fe2;
}
.type_Poison {
    background: #ba79c1;
}
.type_Ground {
    background: #c8a841;
}
.type_Rock {
    background: #b08754;
}
.type_Bug {
    background: #6cbe50;
}
.type_Ghost {
    background: #756eb4;
}
.type_Steel {
    background: #919191;
}
.type_Fire {
    background: #e4653f;
}
.type_Water {
    background: #50abda;
}
.type_Grass {
    background: #9ac30e;
}
.type_Electric {
    background: #e8c71a;
}
.type_Psychic {
    background: #e885b2;
}
.type_Ice {
    background: #53c4e5;
}
.type_Dragon {
    background: #6c81c8;
}
.type_Dark {
    background: #5a3c1e;
}
.type_Fairy {
    background: #e06cbb;
}

.type_pokemon {
    margin: 6px 2px!important;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    width: 80%;
    color: #fff !important;
    text-decoration: none  !important;
    border-radius: 3px;
    max-width: 80px;
}

.type_pokemon_line {
    text-align: left !important;
}

#pokego_waza_table table img {
  margin-right: 4px;
}
