@charset "UTF-8";

/* ------------------------------------------------
	reset
	既存サイトとの住み分け含む
	.corp: wp管轄のページ
	#c_header4a
	#c_header4smp1
	#c_navi4a
	#c_navi4smp1
	.breadcrumbs_cont
	#breadcrumb
	#fc_list_cont
	#c_footer_cont
------------------------------------------------ */

/*body,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p,
blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
*/
body{				margin: 0;	padding: 0;	}
.corp *{			margin: 0;	padding: 0;	}
#c_header4a *{		margin: 0;	padding: 0;	}
#c_header4smp1 *{	margin: 0;	padding: 0;	}
#c_navi4a *{		margin: 0;	padding: 0;	}
#c_navi4smp1 *{		margin: 0;	padding: 0;	}
.breadcrumbs_cont *{	margin: 0;	padding: 0;	}
#breadcrumb *{		margin: 0;	padding: 0;	}
#fc_list_cont *{	margin: 0;	padding: 0;	}
#c_footer_cont *{	margin: 0;	padding: 0;	}


html {
	overflow-y: scroll;
}

/*h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}*/
.corp h1,
.corp h2,
.corp h3,
.corp h4,
.corp h5,
.corp h6 {			font-size: 100%;	font-weight: normal;	}
#c_header4a h1,
#c_header4a h2,
#c_header4a h3,
#c_header4a h4,
#c_header4a h5,
#c_header4a h6 {	font-size: 100%;	font-weight: normal;	}
#c_header4smp1 h1,
#c_header4smp1 h2,
#c_header4smp1 h3,
#c_header4smp1 h4,
#c_header4smp1 h5,
#c_header4smp1 h6 {	font-size: 100%;	font-weight: normal;	}
#c_navi4a h1,
#c_navi4a h2,
#c_navi4a h3,
#c_navi4a h4,
#c_navi4a h5,
#c_navi4a h6 {	font-size: 100%;	font-weight: normal;	}
#c_navi4smp1 h1,
#c_navi4smp1 h2,
#c_navi4smp1 h3,
#c_navi4smp1 h4,
#c_navi4smp1 h5,
#c_navi4smp1 h6 {	font-size: 100%;	font-weight: normal;	}
.breadcrumbs_cont h1,
.breadcrumbs_cont h2,
.breadcrumbs_cont h3,
.breadcrumbs_cont h4,
.breadcrumbs_cont h5,
.breadcrumbs_cont h6 {	font-size: 100%;	font-weight: normal;	}
#breadcrumb h1,
#breadcrumb h2,
#breadcrumb h3,
#breadcrumb h4,
#breadcrumb h5,
#breadcrumb h6 {	font-size: 100%;	font-weight: normal;	}
#fc_list_cont h1,
#fc_list_cont h2,
#fc_list_cont h3,
#fc_list_cont h4,
#fc_list_cont h5,
#fc_list_cont h6 {	font-size: 100%;	font-weight: normal;	}
#c_footer_cont h1,
#c_footer_cont h2,
#c_footer_cont h3,
#c_footer_cont h4,
#c_footer_cont h5,
#c_footer_cont h6 {	font-size: 100%;	font-weight: normal;	}


ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0 none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

object, embed, img {
	vertical-align: top;
}


/* ------------------------------------------------
	clearfix
------------------------------------------------ */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

