/*
Theme Name: jmtta
Theme URI:
Author: UNIWORX inc.
Author URI: http://www.uniworx.co.jp/
Description: CV Theme
Version: 0.1.0
*/
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.aligncenter {
    text-align: center;
}
.post-edit-link {
    position: relative;
    display: block;
    max-width: 20rem;

    text-align: center;
    margin: 0 auto 20px;
    padding: 0 2em;
    font-size: 1.25rem;
    border: 1px solid #beb4aa;
    color: #beb4aa;
    border-radius: 3px;
    background-color: #fff;
    line-height: 3rem;
    vertical-align: middle;
    letter-spacing: 1px;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.post-edit-link:hover {
    background-color: rgba(190, 180, 170, .3);
    color: #fff;
}