﻿/*
Theme Name:	Kamikochi Multilingual Site Korean (child of TChinese (for some common styles) and English)
Description:
Template:       kamikochi
*/
@import url('../kamikochitw/style.css');
@import url('../kamikochi/style.css');

body, input, textarea {
	font-family: Meiryo, "MS Gothic", Osaka, "Malgun Gothic", "Yoon Gothic", Gulim, "Apple Gothic", Arial, Helvetica, "Helvetica Neue", sans-serif;
}
.roboto {
	font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", HiraMinPro-W6, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman",Times, 'Nanum Myeongjo', 'Batang', serif; /* see https://sezaki-design.com/blog/271/; Mat added Japanese fonts to avold dirty font for Kanji in hotel names on https://www.kamikochi.org/konew/accommodation */
}

/* Aki for https://www.kamikochi.org/twnew/access/public */
.access_option#access_option-a h3::before {
	content: "옵션 A";
}
.access_option#access_option-b h3::before {
	content: "옵션 B";
}
.access_option#access_option-c h3::before {
	content: "옵션 C";
}
