@charset "utf-8";

/*
Theme Name:美容パッケージテンプレート　レスポンシブ(サイトタイプ)
Theme URI: http://walker-net.jp/
Author: Full-Spec
Author URI: http://walker-net.jp/
Theme Name:美容パッケージテンプレート　レスポンシブ(サイトタイプ)
Version: 1.2
*/

@import url("css/reset.css");
@import url("css/style.css");
@import url("css/gridstyle.css");
@import url("temp-res/temp-res_style.css");

.btn{
background: linear-gradient(transparent 1%, #66f);/*←ボタン内背景色*/
}
.btn a{
color:#00f;/*←ボタンリンク色*/
}
.btn a:hover{
color:#fff;/*←ボタンリンクマウスオーバー色*/
}

