@charset "utf-8";

/* ------------------------------------------------------------------------------
	CSS Information

	Style Info   : 共通設定
	note         : サイト全体に適用
------------------------------------------------------------------------------ */

/*
  reset
-------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,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,img{
	border: 0;
}

legend{
	display:none;
}

address,caption,em,strong,th{
	font-style: normal;
	font-weight: normal;
}

ol,ul{
	list-style: none;
}

caption,th{
	text-align: left;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%; 
	font-weight: normal;
}

abbr,acronym{
	border: 0;
}


/*
  text
-------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	line-height: 1.4;
}

p.errorText{
	padding: 5px 10px 0 0;
	color: #FF0000;
	line-height: 1.2;
	text-align: right;
}

span.wordHighlight{
	background: #FFFF00;
}


/*
  link
-------------------------------------------------------------------------*/
a:link{
	color: #666666;
	text-decoration: underline;
}

a:visited{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:active{
	color: #666666;
}


/*
  float
-------------------------------------------------------------------------*/
.fleft {
	float: left;
}

.fright{
	float: right;
}

.clear {
	clear: both;
}


/*
  float clear
-------------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:h idden;
	line-height: 0;
	font-size: 0;
}

.clearfix{
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*
  display
-------------------------------------------------------------------------*/
.undisplayed{
	display: none;
}


/*
  margin
-------------------------------------------------------------------------*/
.mgt25{
	margin-top:25px;
}


/*
  padding
-------------------------------------------------------------------------*/


