/* config css */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/* default */
body {
	line-height: 1.5;
	color: #444;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
}

/* form
----------------------------------------------- */
input[type="submit"],input[type="select"],
input[type="text"],input[type="search"],
input[type="tel"],input[type="url"],
input[type="email"],input[type="datetime"],
input[type="month"],input[type="week"],
input[type="number"],textarea,select,pre {
	color: #444;
	font-family: 'Roboto', sans-serif;
}
/* link
----------------------------------------------- */
a,
a:link,
a:visited {
	color: #666;
}
::selection { background:#ccc; }
::-moz-selection { background:#ccc;}
::-webkit-selection { background:#ccc; }

/* webfont
----------------------------------------------- */
/*@font-face {
	font-family: 'myFont';
	src: url('../fonts/Muli-Light.eot');
	src: url('../fonts/Muli-Light.woff2') format('woff2'), url('../fonts/Muli-Light.woff') format('woff'), url('../fonts/Muli-Light.ttf') format('truetype'), url('../fonts/Muli-Light.svg#Lato-Regular') format('svg'), url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'myFontR';
	src: url('../fonts/Muli-Regular.eot');
	src: url('../fonts/Muli-Regular.woff2') format('woff2'), url('../fonts/Muli-Regular.woff') format('woff'), url('../fonts/Muli-Regular.ttf') format('truetype'), url('../fonts/Muli-Regular.svg#Lato-Regular') format('svg'), url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'myFontB';
	src: url('../fonts/Muli-Bold.eot');
	src: url('../fonts/Muli-Bold.woff2') format('woff2'), url('../fonts/Muli-Bold.woff') format('woff'), url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-Bold.svg#Lato-Regular') format('svg'), url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype');
	font-weight:700;
	font-style: normal;
}
.myFont{
	font-family: 'myFont', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.myFontR{
	font-family: 'myFontR', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.myFontB{
	font-family: 'myFontB', sans-serif;
	-webkit-font-smoothing: antialiased;
}
*/
