@charset "UTF-8";
/*
 * Theme Name: APT PC Theme 
 * Theme URI: http://www.prime-strategy.co.jp/download/
 * Description: This is our original theme.
 * Author: Prime Strategy Co.,Ltd.
 * Author URI: http://www.prime-strategy.co.jp/
 * Version:1.0
 * */
@import url(css/layout.css);

/* 画像に枠線・影を付ける */
img.frameshadow {
    border: solid 1px #dddddd;
    box-shadow: 1px 1px 30px #c0c0c0;
    max-width: 99%;
    height: auto;
}