@charset "UTF-8";
/*-------------------------------------------------------------------------

contents.scss

コンテンツ内の共通のcss

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------

地図ボタン

これも必要
ui-cmn-icn (基本的な四角いボタンの設定)
ui-opaimg (ホバーした時の動きの設定)

-------------------------------------------------------------------------*/
.map_btn {
  width: 65px;
  height: 26px;
  background-color: #3949ab;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 29px;
  text-decoration: none; }

/*-------------------------------------------------------------------------

WEB FONT

<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css' integrity='sha384-TMdje/xvJYfBhQWaUxASp65U+sNj0HuBJyrrQt8sH2i7ichTTDstIVNB1MVyEYO/' crossorigin='anonymous'>
font-family: 'Raleway', sans-serif;

https://www.google.com/fonts#UsePlace:use

-------------------------------------------------------------------------*/
