@charset "UTF-8";

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

*{
		box-sizing:border-box;
		
}

/*	Browser Formatting
----------------------------------------------------*/

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
figure,
blockquote,address,iframe{
	margin:0;
	padding:0;
	border:0;
	}
html{
 font-size: 62.5%;
	}
input,select,textarea,label{
	margin:0;
	padding:0;
	}

/*	Redefine
----------------------------------------------------*/

body{
	font-size: 16px;
	font-size: 1.6rem;  
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" ,
	"Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height:1.8;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	background:url(../../shared2/img/bg_index.png);
	}

body#home #news .sectionIn dl dt .new,
body.news .new{
	font-family:Arial, Helvetica, sans-serif;
}
footer{
	font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif;
}
h1,h2,h3,h4,h5,h6,address{
	font-weight:normal;
	font-style:normal;
	}

ul,ul li{list-style-type:none;}
ol{margin-left:2em;}

table{
	border-spacing:15px;
    background: #fff;
    border-collapse: collapse;
	}

th,
td{
    border: 1px solid #ebe8e2;
	padding:0.5em 1.0em;
	vertical-align:middle;
    line-height: 1.5;
	}
th{
    color: #75623c;
    font-weight: bold;
    border: 1px solid #fff;
    background: #ebe8e2;
	font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif;
	}
th,caption{text-align:left;}

thead th{
	text-align:center;
	color:#ebe8e2;
    background: #75623c;
	}
	
select option{padding-right:0.5em;}

img{
	border:0;
	vertical-align:bottom;
	}

a:link		{color:#8b7b50;}
a:visited	{color:#8b7b50;}
a:hover		{color:#8b7b50; text-decoration:underline;}
#gNav a:hover,
#tabAccordion dl dt a:hover,
#sNav li a:hover,
.btn a:hover{
	 text-decoration:none;}
a:active	{color:#8b7b50;}
a[name]:hover{color:#8b7b50;}

address,cite,code,dfn,em,var{
	font-style:normal;
	font-weight:normal;
	}
pre,code {font-family:monospace;}



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