@charset "utf-8";
/* CSS Document */

/* ========================================

@ name        : default.css
@ last update : 2012.5.30

======================================== */

/* --------

@ basic setting

-------- */
html {
	background: #666;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	height: auto;
	min-height: 100%;
	line-height: 1.5;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}
body {
	background: url(../images/bg.gif) repeat #DDD;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width:100%;
}
a, a:hover {
	text-decoration:none;
	-webkit-tap-highlight-color: #9CF;
}
section {}
p { margin:0; }
ul, ol, dl {
	margin:0;
	padding:0;
	list-style:none outside;
}
li, dt, dd { margin:0; padding:0; }
img { vertical-align:bottom; }
input, textarea, select { font-family:inherit; font-size:inherit; }
b { color:#C00; font-style:normal; font-weight:bold; }
table { border-collapse:separate; border-spacing:none; margin:0; }

/* --------

@ form

-------- */
input[type="text"] {}
textarea { resize:none; }
select { font-size:16px; }


/* --------

@ result

-------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
body.result .result {
}
body.result .sort {
	float: right;
}
body.result .sort select {
	font-size: 12px;
}

