@charset "UTF-8";

/*------------------------------------------------------------------------------
	Kunouzan Toshogu - Global CSS
	URL: http://www.toshogu.or.jp/
	Date: 2016-11-01
	Copyright© 2016 Kunouzan Toshogu All Rights Reserved.
------------------------------------------------------------------------------*/


/*==============================================================
	タグ
===============================================================*/
	
#main p,
#main ol,
#main ul,
#main dl{
	margin-bottom:1.5em;
	line-height:1.7;
}
body{
	color:#383838;
}

/*==============================================================
	汎用クラス
===============================================================*/

/* .toTop : 先頭へ戻る */
#toBtn{
	float:right;
	clear:both;
}
p.toTop{
	position:fixed;
	right:20px;
	bottom:50px;
	z-index:9999;
}

/*h2*/
#main h2{

}

a{
	text-decoration:none;
}


/* .section : セクション
----------------------------------------------------*/

div#main .section{}

/* ul : 基本リスト
----------------------------------------------------*/

#main ul.list001 li{
	padding-left:17px;
}

/* li : 基本テーブル
----------------------------------------------------*/

#main table.table001 th,
#main table.table001 td{
	padding:10px 10px;
}
#main table.table001 td{
	line-height:1.5;
	background:#fff;
	border:1px double #b3b3b3;
}
#main table.table001 tr{
	border-bottom:1px solid #b3b3b3 !important;
}
#main table.table001 th{
	line-height:1;
	vertical-align:middle;
	width:20%;
	border:1px double #b3b3b3;
	border-left:3px solid #515db1;
	border-right:3px double #b3b3b3;
	background:#ffdddd;
}

/*  floating : 回り込み関係
----------------------------------------------------*/

.floatL{float:left;}
.floatR{float:right;}
.phoL{float:left; margin-right:20px;}
.phoR{float:right; margin-left:20px; margin-bottom:15px;}
.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}

/*  align : 行揃え関係
----------------------------------------------------*/

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}

/*--EOF-----------------------------------------------------------------------*/
