@charset "shift_jis";

/* ------------------------------------------

共通レイアウト

------------------------------------------ */

/* フロート用 */

.ftRight {
	float:right;
}

.ftRightPd10 {
	float:right;
	padding:0 0 0 10px;
}

.ftLeft {
	float:left;
}

.ftLeftPd5 {
	float:left;
	padding:5px;
}


/* テキスト位置用 */

.alignCenter {
	text-align:center;
}

.alignRight {
	text-align:right;
}

.alignLeft {
	text-align:left;
}


/* パディング用 */

.pdTop5{
	padding-top:5px;
}

.pdTop10{
	padding-top:10px;
}

.pdTop20{
	padding-top:20px;
}


.pdBottom5{
	padding-bottom:5px;
}

.pdBottom10{
	padding-bottom:10px;
}

.pdBottom15{
	padding-bottom:15px;
}

.pdBottom20{
	padding-bottom:20px;
}

.pdBottom40{
	padding-bottom:40px;
}


.pdLeft5 {
	padding-left:5px;
}

.pdLeft10 {
	padding-left:10px;
}

.pdLeft20 {
	padding-left:20px;
}


.pdRight5 {
	padding-right:5px;
}

.pdRight10 {
	padding-right:10px;
}

.pdRight20 {
	padding-right:20px;
}


/* マージン用 */

.mgTop-8{
	margin-top:-8px;
}

.mgTop3{
	margin-top:3px;
}

.mgTop5{
	margin-top:5px;
}

.mgTop8{
	margin-top:8px;
}

.mgTop10{
	margin-top:10px;
}

.mgTop15{
	margin-top:15px;
}

.mgTop20{
	margin-top:20px;
}

.mgTop30{
	margin-top:30px;
}


.mgBottom5{
	margin-bottom:5px;
}

.mgBottom10{
	margin-bottom:10px;
}

.mgBottom15{
	margin-bottom:15px;
}

.mgBottom20{
	margin-bottom:20px;
}

.mgBottom30{
	margin-bottom:30px;
}

.mgBottom40{
	margin-bottom:40px;
}


.mgLeft5 {
	margin-left:5px;
}

.mgLeft10 {
	margin-left:10px;
}

.mgLeft15 {
	margin-left:15px;
}

.mgLeft20 {
	margin-left:20px;
}

.mgLeft25 {
	margin-left:25px;
}


.mgRight5 {
	margin-right:5px;
}

.mgRight10 {
	margin-right:10px;
}

.mgRight15 {
	margin-right:15px;
}

.mgRight20 {
	margin-right:20px;
}

.mgRight25 {
	margin-right:25px;
}


/* クリアフロート用 */

.clear {
	clear:both;
}

.clearfix {
	display: inline-table;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* インライン・ボックス */

.displayInline {
	display:inline;
}

.displayBlock {
	display:block:
}



/* ------------------------------------------

width指定関連

------------------------------------------ */

.width100 {
	width:100px;
}

.width165 {
	width:165px;
}

.width200 {
	width:200px;
}

.width250 {
	width:250px;
}

.width262 {
	width:262px;
}

.width312 {
	width:312px;
}

.width324 {
	width:324px;
}

.width424 {
	width:424px
}

/* ------------------------------------------

リスト関連

------------------------------------------ */

ul.pdLeft1em {
	list-style:disc;
	margin:0;
	padding: 0 0 0 1em;
}

ol.NumList li{
	width: 150px;
	float: left;
	margin-right:10px;
	list-style-type: decimal;
}

ul.listNone {
	list-style:none;
}

.red{color:#FF00FF;}
.notice{
	text-align:right;
	padding-bottom:10px;
	font-size:90%;
}