/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/*
#navi li {
  border-right: 1px dashed #333333;
  padding: 0 15px 0 20px;
}

#navi li+ li {
  border-left: 0;
  border-right: 1px dashed #333333;
  padding: 0 15px 0 15px;
}
*/

/* Webフォント：Noto Sans JP */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
body {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%;
     letter-spacing: 0.1em;
}

