@charset "utf-8";

/* COMMON */
body {
    position: relative;
	font-family: 'Palanquin Dark',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
	color: #000;
}

br.sp {display: block;}
br.pc {display: none;}
span.sp {display: block;}
span.pc {display: none;}
@media (min-width: 768px) {
	br.sp {display: none;}
	br.pc {display: block;}
	span.sp {display: none;}
	span.pc {display: block;}
}
* {
    margin: 0;
    padding: 0;
}
a:link,
a:active,
a:visited { 
    color: red;
    text-decoration: none;
}
a:hover { 
    color: #fff;
    text-decoration: underline;
}

table {
    font-size: 12px;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

ol, ul {
    list-style-type: none;
}

hr {
    display: none;
}

img {
    border: 0;
}

form {
    display: inline;
}

select,
input {
    vertical-align:baseline;
}