@charset "UTF-8";
/*
Theme Name: type-BUSINESS
Theme URI: http://book.mynavi.jp/support/pc/4901/
Description: 企業や店舗のビジネスサイトに適したテーマです。
Author: Kanako Kawahara, Satoru Kawahara
Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-----------------------------
 Common
------------------------------*/

* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #383838;
}
body {
	background-color: #FFFFFF;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	color: #383838;
}
a {
	text-decoration: none;
	color: #CC9933;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	padding: 1em 1em 1em 3em;
	position: relative;
}
blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: #999999;
	position: absolute;
	left: 0;
	top: 0;
}
.wp-caption-text {
	line-height: 1;
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 12px;
}

/*-----------------------------
 header
------------------------------*/

#header {
	width: 100%;
}
#header-inner {
	position: relative;
	width: 980px;
	height: 124px;
	margin: 0 auto;
}
#header-inner h1 {
	position: absolute;
	top: 40px;
	left: 0;
}
#copy {
	position: absolute;
	top: 40px;
	right: 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
#search {
	position: absolute;
	top: 70px;
	right: 0;
	width: 340px;
}
#search-box {
	position: absolute;
	top: 0;
	left: 0;
	width:290px;
	height: 28px;
	border: none;
	padding: 0 5px;
	line-height: 28px;
	background-color: #CCCCCC;
	font-size: 12px;
}
#btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 0;
	border: none;
	padding-top: 28px;
	background: url(images/icon-search.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}


/*-----------------------------
 footer
------------------------------*/

#footer {
	width: 100%;
	background-color: #383838;
}
#footer-inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #FFFFFF;
}
#copyright {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 10px;
	text-align: center;
	font-size: 11px;
}
#page-top {
	position: absolute;
	top: -28px;
	right: 0;
	text-align: center;
}
#page-top a {
	display: block;
	width: 120px;
	height: 28px;
	line-height: 28px;
	background-color: #383838;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
#page-top a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
#btn-social {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style-type: none;
}
#btn-social li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	vertical-align: middle;
}
#btn-twitter a {
	display: block;
	width: 26px;
	height: 0;
	padding-top: 26px;
	background: url(images/icon-twitter.png) no-repeat;
	overflow: hidden;
}
#btn-twitter a:hover {
	background-position: 0 -26px;
}
#btn-facebook a {
	display: block;
	width: 26px;
	height: 0;
	padding-top: 26px;
	background: url(images/icon-facebook.png) no-repeat;
	overflow: hidden;
}
#btn-facebook a:hover {
	background-position: 0 -26px;
}


/*-----------------------------
 nav
------------------------------*/

#nav-container {
	width: 100%;
	background-color: #383838;
}
#nav {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	list-style-type: none;
}
#nav li {
	width: 196px;
	float: left;
}
#nav a {
	display: block;
	width: 196px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #383838;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
#nav .current-menu-parent a,
#nav .current-menu-item a {
	background-color: #CC9933;
}


/*-----------------------------
 main
------------------------------*/

#main {
	width: 100%;
	padding: 30px 0;
	background-color: #383838;
}
#main p {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 0.1;
	text-align: center;
	background-color: #FFFFFF;
}
#main img.alignleft,
#main img.alignright {
	float: none !important;
	margin: 0 !important;
}


/*-----------------------------
 top-contents
------------------------------*/

#top-contents {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 80px 0;
	overflow: hidden;
}


/*-----------------------------
 top-news
------------------------------*/

#top-news {
	width: 380px;
	float: left;
}
#top-news h2 {
	border-bottom: solid 1px #383838;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#top-news h3 {
	line-height: 1.6em;
	font-size: 14px;
	font-weight: bold;
}
#top-news ul {
	list-style-type: none;
}
#top-news li {
	clear: both;
	padding-bottom: 20px;
	overflow: hidden;
}
#top-news .detail {
	width: 290px;
	float: right;
}
#top-news .thumb {
	width: 70px;
	float: left;
}
#top-news .date {
	margin-bottom: 5px;
	font-size: 12px;
}


/*-----------------------------
 top-pickup
------------------------------*/

#top-pickup {
	width: 550px;
	float: right;
}
#top-pickup h2 {
	border-bottom: solid 1px #383838;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#top-pickup ul {
	width: 580px;
	margin-right: -30px;
	list-style-type: none;
}
#top-pickup li {
	width: 260px;
	float: left;
	margin-right:30px;
}
#top-pickup h3 {
	margin: 10px 0 5px 0;
	line-height: 1.6em;
	font-size: 14px;
	font-weight: bold;
}
#top-pickup .text {
	line-height: 1.6em;
	font-size: 12px;
}


/*-----------------------------
 contents
------------------------------*/

#contents {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#contents h2 {
	border-bottom: solid 1px #383838;
	margin: 40px 0;
	padding-bottom: 15px;
	font-size: 40px;
	font-weight: bold;
}


/*-----------------------------
 news-list
------------------------------*/

#news-list {
	padding-bottom:40px;
	list-style-type: none;
}
#news-list li {
	clear: both;
	padding-bottom: 40px;
	overflow: hidden;
}
#news-list .thumb {
	width: 200px;
	float: left;
}
#news-list .detail {
	width: 730px;
	float: right;
}
#news-list .date {
	margin-bottom: 10px;
	font-size: 14px;
}
#news-list h3 {
	margin-bottom: 20px;
	line-height: 1.6em;
	font-size: 18px;
	font-weight: bold;
}
#news-list .text {
	line-height: 1.6em;
	font-size: 14px;
}
#news-list-nav {
	clear: both;
	padding-bottom: 80px;
	list-style-type: none;
	overflow: hidden;
}
#news-list-nav-older {
	width: 40%;
	float: left;
	text-align: left;
}
#news-list-nav-newer {
	width: 40%;
	float: right;
	text-align: right;
}


/*-----------------------------
 NewsDetail
------------------------------*/

#news-article {
	width: 650px;
	padding-bottom:80px;
	line-height:1.8em;
	float: left;
}
#news-article .date {
	margin-bottom: 10px;
	font-size: 14px;
}
#news-article h3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#news-article img {
	margin-top: 20px;
	margin-bottom: 20px;
}
#news-side {
	width: 250px;
	float: right;
	padding-bottom:80px;
}
#news-side h3 {
	border-bottom: solid 1px #383838;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
#news-side ul {
	margin-bottom: 30px;
	list-style-type: none;
}
#news-side li {
	margin-bottom: 10px;
	line-height: 1.6em;
	font-size: 13px;
}


/*-----------------------------
 page
------------------------------*/

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}
#page {
	padding-bottom:80px;
	overflow:hidden;
}
#page h3 {
	margin: 20px 0;
	line-height: 1.6em;
	font-size: 20px;
	font-weight: bold;
}
#page p {
	line-height:1.8em;
}
#page .alignleft {
	float: left;
	margin: 0 50px 50px 0;
}
#page .alignright {
	float: right;
	margin: 0 0 50px 50px;
}
#page table {
	width: 100%;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	margin-top:30px;
	line-height: 1.6em;
	font-size: 16px;
}
#page th {
	width:180px;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	padding:10px;
	background-color: #EDEDED;
	text-align: left;
	font-weight: bold;
}
#page td {
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	padding:10px;
}


/*-----------------------------
 search
------------------------------*/

h2#search-title {
	font-size:20px;
}
#search-result {
	padding-bottom:40px;
}
#search-result li {
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:40px;
	padding-bottom:40px;
}
#search-result h3 {
	padding:10px 0;
	font-size:18px;
}