﻿@charset "utf-8";

html {
	background-color: 	#f5f5f5;
	width:				100%;
	height:				100%;
}

body {
	width:				100%;
	height:				100%;
	min-width:			1280px;
	margin:				0px auto;
	font-family:		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y:			hidden;
	overflow-x:			auto;
	color:				#333333;
}

input,
textarea,
select {
	font-family:		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clear {
	content:			'';
	display:			block;
	clear:				both;
}
form {
	border:				0px;
	margin:				0px;
	padding:			0px;
}


.textOverflow {
	text-overflow:			ellipsis;
	-webkit-text-overflow:	ellipsis; /* Safari */
	-o-text-overflow:		ellipsis; /* Opera */
	overflow:				hidden;
	white-space:			nowrap;
}

.width100 {
	width:				100px !important;
}
.width200 {
	width:				200px !important;
}

/* jquery-ui override (ボタンサイズが日本語と英語で変化してしまうため) */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}