@charset "utf-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
/*リセット用*/

html{color:#000;background:#FFF;}/*文字黒　背景白*/  

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*マージンもパディングも0*/

table{border-collapse:collapse;border-spacing:0;}/*ボーダー幅0*/

fieldset,img{border:0;}/*周囲のボーダー0*/

address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}/*要素のプロパティの計算値を親要素から取得*/

del,ins{text-decoration:none;}/*テキスト装飾無し*/

li{list-style:none;}/*リストの頭にスタイルなし*/

caption,th{text-align:left;}/*文字左寄せ*/

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}/*hタグの装飾なし、サイズも太さもテキストと同じ*/

/*触るところに出てこないタグ*/
q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/*body フォントサイズ13px／1.231から　大き目に変更20220310*/
body{font:15px/1.05 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}

/*触るところに出てこないタグ*/
select,input,button,textarea,button{
  font:99% arial,helvetica,clean,sans-serif;}

/*テーブルについて*/
table{
    font-size: inherit;
    padding: 5px 10px;/*上下5　左右10*/
    font: 100%;
}

/*触るところに出てこないタグ*/
pre,code,kbd,samp,tt{
  font-family:monospace;*font-size:108%;line-height:100%;
}

/*使われていないかも*/
.txtR{
	text-align: right;
	}
.txtL{
	text-align: left;
	}
.txtC{
	text-align: center;
	}

/*pタグ基本*/
p{
	margin: 0 0 0.5em 0;
	padding: 0px;
	}


/* for modern brouser */
.clearfix:after,
#globalNavi:after,
.itemHeader:after,
.newitemList:after,
.itemRaw:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix,
#globalNavi,
.itemHeader,
.newitemList,
.itemRaw {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html #globalNavi,
* html .itemHeader,
* html .newitemList,
* html .itemRaw {
	height: 1%;
}

.clearfix,
#globalNavi,
.itemHeader,
.newitemList,
.itemRaw {
	display: block;
}

/* End hide from IE-mac */
strong{
	font-weight: bold;
	}
.fontC01{
	color: #FFB094;
	}
.fontC02{
	color: #FFFF99;
	}
.fontC03{
	color: #ff0000;
	}
.fontC03b{ 
  font-weight: bold;
  color: #FF0000;
}
