/*
Theme Name: ama
Theme URI: 
Description: 
Author: AMA navi
Author URI: http://amanavi.com
Version: 
*/
@import url("css/base.css");
@import url("css/common.css");
@import url("css/page.css");
@import url("css/style.css");
@import url("css/post_style.css");

/* target-change */
.category a {
    behavior: expression(
        this.target =
            (this.target !=  '') ?
                this.target : 'gmap'
    );
}



