@charset "utf-8";

/*
Theme Name: 生きがいしごとサポートセンター神戸西 NEXT
Theme URI: http://ikisapo.com/next/
Discription: 生きがいしごとサポートセンター神戸西 NEXTスタイルシート
*/

@import url(css/reset-fonts.css);
@import url(css/base.css);

/* -----------------------------------------------

	===== TOC =====
	
	* common
	* header
	* contents
	* main
	* sub
	* link
	* footer
	* module


	===== COLORS =====
	Main Text:			#333333
	Link:				#008AC5
	Link Visited:		#8E02C4
	Link Hover:			#CC770C
	
	
	===== FONTS =====
	36px				277%
	34px				262%
	32px				247%
	30px				231%
	26px				197%
	25px				189%
	24px				182%
	23px				174%
	22px				167%
	21px				161.6%
	20px				153.9%
	19px				146.5%
	18px				138.5%
	17px				131%
	16px				123.1%
	15px				116%
	14px				108%
	13.5px				104%
	13px				100%
	12px				93%
	11px				85%
	10px				77%
	
----------------------------------------------- */


/* -----------------------------------------------

	*common

----------------------------------------------- */

body {
	color: #333333;
	text-align: center;
	background: #FFFFFF url(/next/wp-content/themes/next/img/page-bg.png) left top repeat-x;
}

a:link {
	color: #008AC5;
}

a:visited {
	text-decoration: none;
	color: #8E02C4;
}

a:hover {
	color: #CC770C;
}

div.container {	
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


/* -----------------------------------------------

	*header

----------------------------------------------- */

div.header {
	width: 800px;
}

/*	logo
----------------------------------------------- */

div.header div.logo {
	float: left;
	width: 471px;
	margin: 31px 0 41px;
}

/*	contact
----------------------------------------------- */

div.header div.contact {
	float: right;
	width: 200px;
	margin: 57px 0 56px;
}


/* -----------------------------------------------

	*contents

----------------------------------------------- */

div.contents {
	clear: both;
	width: 798px;
	overflow: hidden;
	border-right: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	background-color: #FFFFFF;
}

/*	nav
----------------------------------------------- */

div.nav ul li {
	float: left;
	width: 198px;
	height: 46px;
}

div.nav ul li.home,
div.nav ul li.news,
div.nav ul li.job {
	border-right: 1px solid #DBDBDB;
}

div.nav ul li.news,
div.nav ul li.job,
div.nav ul li.volunteer {
	border-left: 1px solid #FFFFFF;
}

div.nav ul li a {
	display: block;
	width: 198px;
	height: 46px;
	text-indent: -10000px;
	background: url(/next/wp-content/themes/next/img/nav.png) left top no-repeat;
}

div.nav ul li.home a {
	background-position: 0 0;
}

div.nav ul li.news a {
	background-position: -200px 0;
}

div.nav ul li.job a {
	background-position: -400px 0;
}

div.nav ul li.volunteer a {
	background-position: -600px 0;
}

body#home div.nav ul li.home a {
	background-position: 0 -47px;
}

body#news div.nav ul li.news a {
	background-position: -200px -47px;
}

body#job div.nav ul li.job a {
	background-position: -400px -47px;
}

body#volunteer div.nav ul li.volunteer a {
	background-position: -600px -47px;
}

div.nav ul li.home a:hover {
	background-position: 0 -93px;
}

div.nav ul li.news a:hover {
	background-position: -200px -93px;
}

div.nav ul li.job a:hover {
	background-position: -400px -93px;
}

div.nav ul li.volunteer a:hover {
	background-position: -600px -93px;
}


/* -----------------------------------------------

	*main

----------------------------------------------- */

div.main {
	float: left;
	width: 579px;
	margin: 39px 0 10px 0;
}

/*	section
----------------------------------------------- */

div.main div.section {
	margin-left: 19px;
}

div.main div.section h1 {
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 153.9%;
	font-weight: bold;
	color: #00386C;
}

div.single div.section h1,
div.page div.section h1 {
	background: url(/next/wp-content/themes/next/img/main-heading-border.gif) left bottom no-repeat;
}

div.single div.section h2,
div.page div.section h2 {
	margin-bottom: 8px;
	padding: 8px 8px 8px 9px;
	border-left: 5px solid #75A0D3;
	font-size: 123.1%;
	font-weight: bold;
	color: #000000;
	background-color: #F6F6F6;
}

div.main div.section p,
div.main div.section ul li,
div.main div.section ol li,
div.main div.section dl dt,
div.main div.section dl dd,
div.main div.section table tr th,
div.main div.section table tr td {
	font-size: 108%;
}

div.main div.section p,
div.main div.section ul li,
div.main div.section ol li {
	line-height: 1.55;
}

div.main div.section table {
	width: 100%;
	border: 1px solid #DBDBDB;
	margin-bottom: 20px;
}

div.main div.section table tr th {
	width: 30%;
}

div.main div.section table tr td {
	width: 70%;
}

div.main div.section table tr.odd th,
div.main div.section table tr.odd td {
	background-color: #F6F6F6;
}

div.main div.section table tr td p {
	margin: 0;
}


/* -----------------------------------------------

	*sub

----------------------------------------------- */

div.sub {
	float: right;
	width: 180px;
	margin-top: 39px;
	padding-right: 19px;
}

div.sub h2 {
	margin-bottom: 23px;
}

div.sub div.menu {
	margin-bottom: 23px;
	padding: 10px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	background: url(/next/wp-content/themes/next/img/sub-bg.gif) left top repeat-y;
}

div.sub div.menu ul {
	background-color: #F9F9F9;
}

div.sub div.menu ul li {
	margin: 0 7px;
	border-bottom: 1px solid #9FBDDA;
}

div.sub div.menu ul li.page-item-29 {
	border: none;
}

div.sub div.menu ul li.current_page_item,
div.sub div.menu ul li.current_page_parent {
	background-color: #FCEAC7;
}

div.sub div.menu ul li a {
	display: block;
	width: 133px;
	padding: 10px 0 10px 12px;
	text-decoration: none;
	background: url(/next/wp-content/themes/next/img/sub-arrow.gif) left center no-repeat;
}

div.sub div.menu ul li a:visited {
	color: #008AC5;
}

div.sub div.menu ul li a:hover {
	background-color: #FCEAC7;
}

div.sub p.ikisapo {
	margin-bottom: 10px;
}


/* -----------------------------------------------

	*link

----------------------------------------------- */

div.link {
	clear: both;
	margin: 0 19px;
	padding: 10px 0;
	border-top: 1px solid #DBDBDB;
	text-align: center;
}

div.link ul li {
	display: inline;
	padding-right: 10px;
}

div.link ul li.last-child {
	padding-right: 0;
}


/* -----------------------------------------------

	*footer

----------------------------------------------- */

div.footer {
	clear: both;
	width: 100%;
	padding-top: 10px;
	border-top: 3px solid #749FD2;
	text-align: center;
	background-color: #FFFFFF;
}

div.footer address {
	padding-bottom: 10px;
}


/* -----------------------------------------------

	*module

----------------------------------------------- */

/*	news-list
----------------------------------------------- */

body#news div.main div.section ul#news-list {
	margin: 0;
}

body#news div.main div.section ul#news-list li {
	padding-bottom: 12px;
	list-style: none;
}

body#news div.main div.section ul#news-list li span.date {
	padding-right: 1.2em;
	color: #666666;
}

/*	job/volunteer-list, publication
----------------------------------------------- */

body#job div.main div.section dl#job-list,
body#volunteer div.main div.section dl#volunteer-list,
body#page div.main div.section dl#publication-list {
	margin: 0 0 30px 0;
}

body#job div.main div.section dl#job-list dt,
body#volunteer div.main div.section dl#volunteer-list dt,
body#page div.main div.section dl#publication-list dt {
	margin-bottom: 5px;
	font-size: 100%;
}

body#job div.main div.section dl#job-list dt span.field,
body#volunteer div.main div.section dl#volunteer-list dt span.field,
body#page div.main div.section dl#publication-list dt span.date {
	padding-left: 1.2em;
	color: #666666;
}

body#job div.main div.section dl#job-list dd,
body#volunteer div.main div.section dl#volunteer-list dd,
body#page div.main div.section dl#publication-list dd {
	margin-left: 0;
	padding-bottom: 12px;
	font-size: 100%;
}

body#job div.main div.section dl#job-list dt a,
body#volunteer div.main div.section dl#volunteer-list dt a,
body#page div.main div.section dl#publication-list dt a{
	font-size: 108%;
}

/*	back-page
----------------------------------------------- */

div.main div.section div.contents-header {
	margin-bottom: 46px;
}
div.main div.section div.contents-footer {
	margin-top: 46px;
}

div.main div.section div p.back-page {
	padding-left: 12px;
	line-height: 1.0;
	font-size: 100%;
	background: url(/next/wp-content/themes/next/img/main-back-page-arrow.gif) left center no-repeat;
}

div.main div.section div p.back-page a {
	text-decoration: underline;
	color: #008AC5;
}

div.main div.section div p.back-page a:visited {
	color: #008AC5;
}

div.main div.section div p.back-page a:hover {
	text-decoration: none;
	color: #CC770C;
}

div.main div.section div.contents-footer p.back-page {
	margin-bottom: 0;
}

/*	table
----------------------------------------------- */

div.main div.section table.detail {
	width: 100%;
	border: 1px solid #DBDBDB;
	margin-bottom: 20px;
}

div.main div.section table.detail tr th {
	width: 30%;
}

div.main div.section table.detail tr td {
	width: 70%;
}

div.main div.section table.detail tr.odd th,
div.main div.section table.detail tr.odd td {
	background-color: #F6F6F6;
}

div.main div.section table.detail tr td p {
	margin: 0;
}

div.main div.section table.contact {
	width: 100%;
	margin-bottom: 20px;
}

div.main div.section table.contact th,
div.main div.section table.contact td {
	padding: 0.3em;
}

div.main div.section table.contact th {
	padding-left: 1em;
}

/*	form
----------------------------------------------- */

div.main div.section form.wpcf7-form p span.required {
	color: #990000;
}

/*	wp-pagenavi
----------------------------------------------- */

div.main div.section div.wp-pagenavi {
	text-align: center;
}

div.main div.section div.wp-pagenavi a {
	border: none;
}

div.main div.section div.wp-pagenavi span.current {
	padding: 0 0.3em;
	border: none;
	font-weight: normal;
}

div.main div.section div.wp-pagenavi a {
	padding: 0 0.3em;
}

div.main div.section div.wp-pagenavi a:link {
	color: #008AC5;
}

div.main div.section div.wp-pagenavi a:visited {
	text-decoration: none;
	color: #8E02C4;
}

div.main div.section div.wp-pagenavi a:hover {
	color: #CC770C;
}