@charset "utf-8";

/*===================================================================
	General setting
===================================================================*/


body,div,dl,dt,dd,ul,ol,menu,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,menu{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6,big,small{font-size:100%;font-weight:normal;}
select,input,textarea{font-size:100%;}
b,strong{font-weight:normal;}
em{	font-style:normal;}
a:link,a:visited,a:active{color:#333333;text-decoration:none;}
address,article,aside,figure,footer,header,hgroup,menu,nav,section{display: block;margin:0;padding:0;}
img{border:0;vertical-align:bottom;}
body img {display:none;}
body div img {display:inline;}

html{
	width:100%;
	height:100%;
	overflow-y:scroll;
	background-color:#fff;
}

body{
	width:100%;
	height:100%;
	min-height:100%;
	color:#292B2B;
	font-size:small;
	_font-size:x-small;	/*IE6*/
	line-height:1.2;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break:normal;
	word-wrap:break-word;
	min-width:980px;
}

html>body{height:auto;}

ul,
ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;vertical-align:top;}

hr{display:none;}

img{border:0; vertical-align:top;}

a:link{color:#fff; text-decoration:none;}
a:visited{color:#fff; text-decoration:underline;}
a:hover{color:#fff; text-decoration:underline;}
a:active{color:#fff; text-decoration:none;}

em{font-weight:bold;font-style:normal;}

input{line-height:normal;}

pre{
	white-space:-moz-pre-wrap; /* Mozilla */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	white-space:pre-wrap; /* CSS3 */
}


/*--[class]-----------------------------------------------------*/

.clear-both{clear:both;}
.caution{color:#CC0000 !important;}
.noscript-msg{
	min-height:14px;
	_height:14px;
	color:#CC0000;
	font-weight:bold;
	text-align:center;
	margin: 20px 0;
	zoom:1;
}

.disp-none,
.skip-nav{
	display: block;
	position: absolute;
	text-indent:-9999px;
	overflow:hidden;
	white-space:nowrap;
	text-align:left\9;
	width:0;
	line-height:0;
	height:0;
	font-size:1px;
	padding:0;
	margin:0;
}


/* clearfix */
.pkg{zoom:1;}
.pkg:after{content:'';display:block;clear:both;}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	max-width:100%;
	vertical-align:middle;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(82, 168, 236, 0.3);
	outline: 0 none;
}



