/*
Theme Name: TAKEBE.LAB
*/
@charset "UTF-8";
@import url("./css/pc.css") screen and (min-width:481px);
@import url("./css/sp.css") screen and (max-width:480px);


@font-face {
    font-family: 'HAMI Regular';
    src: url('./files/HAMI.ttf');
}

@font-face {
    font-family: 'LiberationSans';
    src: url('./files/LiberationSans-Regular-webfont.ttf');
}

html,body {
	height: 100%;
	background: #E2E2E2;
	color: #302622;
}
li {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;	
	height: 0;	
	clear: both;
	visibility: hidden;
}
.hami {
	font-family: HAMI Regular;
	letter-spacing: 0.15em;
}
.ls {
	font-family: LiberationSans;
}
#sidebar_inner a {
	letter-spacing: 0.15em;
}
.letter-white {
	color: #FFFFFF;
}
.letter-gray {
	color: #302622;
}

.public_icon{
	color: #302622;
	text-decoration:none;
	font-size:1.2em;	
}

.no_txt_dec{
	text-decoration:none;
	color: #302622;
}

.no_txt_dec:visited{
	color: #302622;
}

.no_txt_dec:hover{
	text-decoration:underline;
}
