/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    /*line-height: 1;*/
	line-height:25px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ",sans-serif;*/
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	-webkit-text-size-adjust: 100%;
	height:100%;
	background-color:#ffffff;
	color:#333333;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

/******************************************************
オリジナル
*******************************************************/
img{
	max-width:100%;
	height:auto;
	-webkit-backface-visibility: hidden;
}

iframe{
	max-width:100%;	
}

strong,b{
	font-weight:bold;
}

p{
	font-size:16px;
	line-height: 1.7em;
	letter-spacing: 1px;
	text-align:justify;
}

h1{
	font-size:32px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

h2{
	font-size:24px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

h3{
	font-size:20px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

h4{
	font-size:16px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

h5{
	font-size:14px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

h6{
	font-size:12px;
	line-height: 1.7em;
	letter-spacing: 1px;
}
.w1250{
	width:1250px;
	max-width:95%;
	/*width:95%;*/
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.w1200{
	width:1200px;
	max-width:95%;
	/*width:95%;*/
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.w1000{
	width:1000px;
	/*max-width:1053px;
	width:95%;*/
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.w800{
	width:800px;
	/*max-width:1053px;
	width:95%;*/
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.w900{
	width:900px;
	/*max-width:1053px;
	width:95%;*/
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.w600{
	width:600px;
	/*max-width:1053px;
	width:95%;*/
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.w95{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

a{
	text-decoration:none;
}

a:hover { 
	text-decoration: none;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clr{
	clear:both;
}

.in-block{
	display:inline-block;
	line-height:0;
}

.in-table{
	display:inline-table;
	line-height:0;	
}

.pt10 {
	display: block; 
	padding-top: 10px; 
	clear: both; 
}
.pt20 {
	display: block; 
	padding-top: 20px; 
	clear: both; 
}
.pt30 {
	display: block; 
	padding-top: 30px; 
	clear: both; 
}
.pt50 {
	display: block; 
	padding-top: 50px; 
	clear: both; 
}
.pt100 {
	display: block; 
	padding-top: 100px; 
	clear: both; 
}

/*-------------------------------
パンくずリスト
--------------------------------*/
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}

/*-------------------------------
ページトップへスクロール
--------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

/*#page-top img{
	max-width:40px;
}*/

/*-------------------------------
コピーライト
--------------------------------*/
#copy{
	text-align:center;
}

/*-------------------------------
レスポンシブ　フル画面では見えない
--------------------------------*/
.full_none{
	display:none;
}

/*-------------------------------
ボタン
--------------------------------*/
/*.btn{
	display:block;
	background-color:#776559;
	color:#fff;
	padding:15px;
	font-size:150%;
	text-align:center;
	
	position: relative;
	border-radius: 4px;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.btn:hover{
	background-color: #776559;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	
}

.btn:active{
	top: 3px;
	box-shadow: none;
}*/