@charset "UTF-8";

/*global settings*/
*{
	margin:0;
	padding:0;
}
a:link,
a:visited,
a:active{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-color:lightgrey;
	text-decoration:underline;
}

p,li,a,dl,div{
	font-family:"BrandonGrotW01-Regular",'Gothic Medium BBB ',Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family:"BrandonGrotW01-Regular",'Futo Go B101',Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:normal;
}
p::selection,
li::selection,
a::selection,
dl::selection,
div::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection{
	background: #666;
	color:white;
}
p::-moz-selection,
li::-moz-selection,
a::-moz-selection,
dl::-moz-selection,
div::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection{
	background: #666;
	color:white;
}

h1{
	font-size:16px;
}
h2{
	font-size:16px;
}
h3{
	font-size: 24px;
	letter-spacing: 0.15em;
	border-bottom: 1px dotted #333;
	padding-bottom: 3px;
}
h4{
	font-size:16px;
}
h5{
	font-size:12px;
}

p{
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: -0.02em;
	color: #333;
}

li{
	list-style:none;
}

/*global class*/
.clearfix{
	clear:both;
}

@media screen and (max-width: 768px){
p{
	font-size: 65%;
	line-height: 1.8em;
	letter-spacing: -0.02em;
	color: #333;
}
h3{
	font-size: 85%;
	letter-spacing: 0.15em;
	border-bottom: 1px dotted #333;
	padding-bottom: 3px;
}
}