@charset "utf-8";

html,
body{
	width:100%;
	height:100%;
	color: #333;
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* ----- font ----- */
/*
strong{
	font-family: sans-serif !important;
}
*/
/* ----- a ----- */
a:link {
	color:#333;
	text-decoration:underline;
}

a:visited {
	color:#333;
	text-decoration:underline;
}

a:focus,
a:hover,
a:active {
	color:#000;
	text-decoration:none;
}

.stay a {
	cursor:default;
}

/* ----- img ----- */

img {
	border: none;
	vertical-align: bottom;
}

/* ----- font ----- */

em {
	font-style: normal;
	color: red;
}

li,p,dt,dd {
	list-style:none;
	font-size: 100%;
	line-height: 150%;
}

.small { font-size: 10px; }

/* ----- input ----- */

input,
select,
textarea {
	padding: 2px;
	font-size: 100%;
	border: 1px solid #ccc;
}
input[type=radio] {
	margin: 0px;
}

label {
	cursor: pointer;
}

.l { width: 325px; }
.m { width: 160px; }
.s { width: 74px; }
.n { width: 123px;
	margin-left: 5px;
}
.n2 { width: 135px; }
.btn { cursor: pointer; }

.ime { ime-mode : disabled; }
