@charset "UTF-8";

/* =================================== */
/*
/* 	Name: import CSS
/*	Description: import Settings
/*	
/*	Create: 161215
/*
/* =================================== */

@import "foundation.css";
@import "layout.css";
@import "utility.css";
@import "smartphone.css";

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@media print {
  a,
  a:visited {
    text-decoration: underline;
  }

}

@font-face {
font-family: "MyYuGothicM";
font-weight: normal;
src: local("YuGothic-Medium"), /* Postscript name */
    local("Yu Gothic Medium"), /* for Chrome */
    local("YuGothic-Regular"); /* Mediumがない場合 */
}
@font-face {
font-family: "MyYuGothicM";
font-weight: bold;
src: local("YuGothic-Bold"), /* Postscript name */
    local("Yu Gothic"); /* for Chrome */
}