@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	W/Cミータ - 共通レイアウト

	/common/css/layout.css

	contents:
		1. common
			1-1. clearfix
			1-2. image replacement
		2. header
			2-1. logo
			2-2. menu
		5. content
			3-1. header
			3-2. topic-path
		4. footer

//////////////////////////////////////////////////////////////////////////////*/


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

	1. common

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

body {
	background: #FFF;
}

body,select,input,textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body {
	line-height: 1.5;
	font-size:14px;
}

body,select,input,textarea {
	color: #555;
}

img {
	display: block;
}

a {
	color: #600;
}

a,
a:visited {
	outline: none;
}

a:hover {
	opacity: 0.7;
}

em {
	font-style: normal;
}

ol {
	list-style: decimal;
	padding: 0 0 0 2em;
}

li {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	/**/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table caption {
	margin: 0 0 0.5em;
	font-weight: bold;
}

th,
td {
	padding: 0.5em;
	border: 1px solid #DDD;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3846;/* =18px */
	font-size: 0.9286em;/* =13px */
}

thead th {
	background: #EFEFEF;
	text-align: center;
}

tbody th {
	background: #F6F6F6;
}

tbody th,
tbody td {
	text-align: left;
}

.site_column {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

.pdf a,
.word a,
.excel a {
	padding-left: 20px !important;
	background-repeat: no-repeat;
	background-position: left center;
}

.pdf a   { background-image: url(../img/pdf.gif);}
.word a  { background-image: url(../img/word.gif);}
.excel a { background-image: url(../img/excel.gif);}

.pdf span,
.word span,
.excel span {
	font-size: 12px;
}

sup {
	font-size: 10px;
}


/*	1-1. clearfix
------------------------------------------------------------------------------*/

.site_column:after,
.group:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.site_column,
.group {
	*zoom: 1;
}


/*	1-2. image replacement
------------------------------------------------------------------------------*/

.ir,
header.site nav.menu a,
header.site nav.menu em,
header.site ul.point a {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: 100%;
	white-space: nowrap;
}


/*	1-3. folding
------------------------------------------------------------------------------*/

#content .folding_container_opened,
#content .folding_container_closed {
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	border: 1px solid #CCC;
}

#content .folding_button {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px 4.5em 10px 0.8em;
	border: none;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

#content .folding_button:before {
	display: block;
	content: '閉じる';
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -8px 0 0;
	padding-right: 18px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}

#content .folding_button:after {
	display: block;
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -8px 0 0;
	background: url(../img/bullet_closed.png) no-repeat;
}

#content .folding_container_closed .folding_button:before {
	content: '開く';
}

#content .folding_container_closed .folding_button:after {
	background: url(../img/bullet_opend.png) no-repeat;
}

#content .folding_target {
	margin: 0;
	padding: 20px 20px 0;
}

#content .folding_target section {
	margin: 0;
}

#content .folding_container_closed .folding_target {
	display: none;
}




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

	2. header

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

header.site {
	position: relative;
	float: left;
	width: 250px;
	height: 630px;
	background-color: #000;
}

header.site h1,
header.site .logo,
header.site .menu,
header.site section.contact {
	position: absolute
}

header.site h1 {
	left: 49px;
	top: 148px;
}

header.site h1 a {
	width: 152px;
	height: 50px;
	background: url(../../common/img/title_wcmeta.png) no-repeat;
}

header.site .logo {
	left: 75px;
	top: 0;
	z-index: 20;
}


/*	2-2. menu
------------------------------------------------------------------------------*/

header.site .menu {
	left: 35px;
	top: 228px;
}

header.site .menu li {
	margin: 0 0 10px;
}

header.site .menu li a,
header.site .menu li em {
	width: 180px;
	height: 36px;
	background: url(../img/nav_menu.png) no-repeat;
}

header.site .menu .nav1 a {	background-position: 0       0;}
header.site .menu .nav2 a {	background-position: 0   -36px;}
header.site .menu .nav3 a {	background-position: 0   -72px;}
header.site .menu .nav4 a {	background-position: 0  -108px;}
header.site .menu .nav5 a {	background-position: 0  -144px;}

header.site .menu .nav1 em { background-position: -180px      0;}
header.site .menu .nav2 em { background-position: -180px  -36px;}
header.site .menu .nav3 em { background-position: -180px  -72px;}
header.site .menu .nav4 em { background-position: -180px -108px;}
header.site .menu .nav5 em { background-position: -180px -144px;}

header.site .contact {
	text-indent: 20px;
	font-size: 12px;
}

header.site section.contact {
	left: 0;
	bottom: 0;
	padding: 30px 0 0;
	width: 250px;
	background-color: #FFF;
}

header.site section.contact .group {
	padding: 20px;
	height: 75px;
	background-color: #F5F5F5;
}

header.site section.contact h2 {
	font-size: 14px;
	font-weight: bold;
}

header.site .contact em {
	width: 220px;
	height: 50px;
	background: url(../../common/img/text_info.png) no-repeat;
}


header.site section.contact em {
	margin-top: 5px;
}


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

	3. content

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

#content {
	float: right;
	width: 670px;
	margin: 0 0 60px;
	min-height: 630px;	
}

#content section {
	margin: 0 0 40px;
}

#content h2 {
	margin: 0 0 40px;
	padding: 15px 0 10px 20px;
	font-size: 40px;
	font-weight: bold;
	border-left: 20px solid #600;
}

#content h2 span {
	font-size: 14px;
	font-weight: normal;
	color: #600;
}

#content h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #F5F5F5;
	border-left: 5px solid #600;
}

#content h3 span {
	font-size: 14px;
}

#content h4 {
	padding: 0 0 5px;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #600;
	border-bottom: 1px solid #600;
}

#content h4 span {
	font-size: 12px;
}

#content h6 {
	margin: 0 0 20px;
	font-weight: bold;
}



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

	4. footer

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

footer.site .site_column {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 0 0;
	border-top: 1px solid #E7E7E7;
}

footer.site h1 {
	position: absolute;
	left: 120px;
	top: 20px;
	width: 236px;
	height: 22px;
	background: url(../img/logo_hokuriku.png) no-repeat;
}

footer.site p {
	font-size: 12px;
}

footer.site .info {
	margin: 0 0 0 380px;
}































































