/*
Theme Name: NIPJ
Description:株式会社エヌ・アイ・プロパティージャパンのサイト
Theme URI: http://www.nipj.com/
Author: ジーツファクトリー
Author URI: http://wwww.jiitsu.com/
*/

/*==========================================
リセット
===========================================*/
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.4;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.cf {
	content: "";
	clear: both;
	display: block;
}


/*==========================================
ベース
===========================================*/
body {
	width: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-seri;
	color:#595957;
}
#container {
	margin-left: -10px;
	overflow: hidden;
	background-color:#f3f3f1;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h2.normal {
	padding-bottom: 10px;
}
h2.normal span {
	color:#8ec21f;
}
h2.gray-bg {
	width: 618px;
	background: #888;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
/*==========================================
ヘッダー
===========================================*/
/* ヘッダートップ */
#head-top-bg {
	width: 100%;
	height: 30px;
	background: #000;
}
.head-top {
	width: 1000px;
	height:30px;
	margin: 0 auto;
}
.description {
	width: 600px;
	float: left;
	font-size:13px;
	font-weight: normal;
	color:#fff;
	line-height:30px;
	padding-left: 30px;
}

/* ヘッダートップナビ */
ul.sub-menu{
	padding-right: 30px;
}
ul.sub-menu li {
	float:right;
	display:inline;
}
ul.sub-menu li a {
	font-size:12px;
	padding:0 10px;
	color:#fff;
	text-align: center;
	line-height:28px;
	border-left:1px solid #fff;
}
ul.sub-menu li:first-child a {
	border-right:1px solid #fff;
}
ul.sub-menu li a:hover {
	color:#82c21f;
}

/* ヘッダーメイン */
#head-main-bg {
	width: 100%;
	height:180px;
}
.head-main {
	width:940px;
	height:120px;
	position:relative;
	margin:0 auto;
	padding: 40px 30px 20px;
}
.name {
	float:left;
	font-size:21px;
	color:#fff;
	font-weight:bold;
}
.name span {
	font-style:italic;
	font-weight:normal;
	font-size:18px;
}
.name span.col {
	color:#8ec21f;
	font-weight:bold;
}
.name a {
	color:#fff;
}
.info {
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.info span {
	font-size:21px;
	color:#8ec21f;
}
/* ヘッダーメインナビ */
#menu {
	width: 940px;
	height:24px;
	position:absolute;
	top:135px;
	left:65px;
	z-index: 100;
}
#menu > li {
	width: 145px;
	float: left;
	position: relative;
	text-align: center;
	border-left: 1px solid #fff;
}
#menu > li:last-child{
	border-right: 1px solid #fff;
}
#menu > li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
#menu li:hover > a {
	color: #82c21f;
}
#menu li ul{
	position: absolute;
	top: 44px;
	left: 0;
}
#menu li ul li {
	overflow: hidden;
	width: 145px;
	height: 0;
	color: #fff;
	padding: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#menu li ul li a {
	display:block;
	color:#fff;
	padding: 10px 0 10px 0;
	background: #19292e;
	text-align: center;
	font-size: 13px;
	opacity:0.8;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #fff;
}
#menu li ul li a:hover {
	background: #82c21f;
	color:#fff;
}
#menu li:hover ul li {
	overflow: visible;
	height: 45px;
}
#menu li.current-menu-item a {
	color: #82c21f;
}
#menu li.current-menu-item ul li a {
	color: #fff;
}

/* ヘッダーホーム用 */
#head-home-bg {
	width:100%;
	height:445px;
	overflow:visible;
}
.head-home-main {
	width:940px;
	height:100%;
	position:relative;
	margin:0 auto;
	padding: 40px 30px 20px;
}
#slide {
	width: 920px;
	padding: 10px;
	background:url(./img/slide_bg.png) no-repeat top left;
	position:absolute;
	top:179px;
	left:30px;
}

/*==========================================
ぱんくず
===========================================*/
#breadcrumbs {
	width:940px;
	margin:0 auto;
	padding:20px 0;
}
.breadcrumb  {
	font-size:12px;
}
.breadcrumb a {
	color:#82c21f;
}
.breadcrumb a:hover {
	color:#595757;
}

/*==========================================
サイド
===========================================*/
#side {
	width:290px;
	float:right;
	overflow:hidden;
}
#side-news,
#side-bukken-cat {
	width:288px;
	border:1px solid #b4b4b5;
	overflow:hidden;
	margin-bottom:20px;
}
#side-news {
	padding-bottom: 8px;
	}
#side-news h4,
#side-bukken-cat h4 {
	width:290px;
	color:#fff;
	float:left;
	padding:5px 0 5px 12px;
}
#side-news h4 span {
	float:right;
	font-size:15px;
	font-style:italic;
	color:#fff000;
	padding-right:24px;
	padding-top:1px;
}
.side-post-box {
	padding: 38px 20px 0 20px;
}
ul.side-post {
	border-bottom: 1px dotted #b4b4b5;
	padding: 7px 0;
}
#side-news ul:last-child,
#side-bukken-cat ul:last-child {
	border-bottom: none;
}
li.side-date, li.side-title {
	display: inline-block;
	font-size: 14px;
}
li.side-date {
	width: 85px;
}
li.side-title a:hover {
	color:#595957;
}
#link-box {
	overflow: hidden;
}
.side-boxgrid	{
	width: 288px;
	height: 180px;
	float:left;
	border:1px solid #c8c9c9;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.side-boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
}
.side-boxgrid p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-align: center;
	background: #fff;
	padding: 20px 0 50px 0;
}
#side-motomu {
	width:288px;
	height:137px;
	border:1px solid #b4b4b5;
	position:relative;
	margin-bottom:20px;
}
#side-motomu .motomu-btn a {
	width:99px;
	padding:5px 0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:12px;
	right:7px;
	background-color:#000;
}
#side-motomu .motomu-btn a:hover {
	background-color:#8ec21f;
}

/*==========================================
フッター
===========================================*/
#ft-top {
	width:100%;
	height:185px;
}
#ft-bottom {
	width:100%;
	height:54px;
	position:relative;
}
#ft-bottom p {
	text-align:center;
	font-size:11px;
	color:#fff;
	line-height:54px;
}
#ft-main {
	width:940px;
	height:185px;
	position: relative;
	margin:0 auto;
	padding: 30px;
}
.comp {
	width:300px;
	float: left;
}
.comp p {
	font-size:12px;
	line-height:20px;
}
.ft-menu01 {
	width:210px;
	float: left;
}
.ft-menu02 {
	width:160px;
	float: left;
}
.ft-menu03 {
	width:160px;
	float: left;
}
a.ft {
	font-size:12px;
	color:#595757;
}
a:hover.ft {
	color:#009fe8;
	text-decoration:underline;
}
.sns-icon {
	position:absolute;
	top:30px;
	right:30px;
}
.sns-icon ul li {
	display:inline-block;
	padding-left:10px;
}
.sns-icon li a {
	display:inline-block;
}
.sns-icon li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}

/*==========================================
コンテンツ
===========================================*/
/* コンテンツボックス */
#content-wrap, #home-content-wrap {
	width:940px;
	margin:0 auto;
	overflow:hidden;
	padding:0 30px 30px;
	background:#fff;
}
#home-content-wrap {
	padding: 179px 30px 30px 30px;
}
#home-content {
	width: 940px;
	overflow: hidden;
}
#content {
	width:620px;
	float:left;
	overflow:hidden;
}
#page-img {
	width:940px;
	height:250px;
	padding:20px 30px 0;
	background:#fff;
	margin:0 auto;
	position: relative;
}

/* トップページ */
#head-home-main-bg {
	width: 100%;
	height:445px;
}
.head-home-main {
	width:940px;
	height:385px;
	position:relative;
	margin:0 auto;
	padding: 40px 30px 20px;
}
#top-banner {
	width: 940px;
	overflow: hidden;
	margin-bottom:30px;
}
.boxgrid	{
	width: 296px;
	height: 180px;
	float:left;
	margin-right:23px;
	border:1px solid #c8c9c9;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
}
.boxgrid p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-align: center;
	background: #fff;
	padding: 20px 0 50px 0;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 180px;
	width: 100%;
	opacity: .7;
}
.boxcaption h3 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 10px;
}
.captionfull .boxcaption {
	top: 180px;
	left: 0;
}
.caption .boxcaption {
	top: 135px;
	left: 0;
}
.img-r {
	margin-right:0;
}
#top-news {
	width:455px;
	height:220px;
	float: left;
	border:1px solid #b4b4b5;
	overflow:hidden;
	margin-bottom:20px;
}
#top-news h3 {
	width:455px;
	font-size:18px;
	color:#fff;
	float:left;
	padding:7px 0 7px 12px;
}
#top-news h3 span,
#bukken-news h3 span {
	font-size:15px;
	font-style:italic;
	color:#fff000;
	float:right;
	padding-right:24px;
	padding-top:1px;
}
.post-box {
	padding: 43px 20px 0 20px;
}
.bk-post-box {
	padding: 43px 20px 7px 20px;
}
ul.top-post {
	border-bottom: 1px dotted #b4b4b5;
	padding: 7px;
}
.post-box ul:nth-child(3) {
	border-bottom: none;
}
.bk-post-box ul:last-child {
	border-bottom: none;
}
ul.top-post > li.date,
ul.top-post > li.title {
	display: block;
	font-size: 15px;
}
ul.top-post > li.date {
	width: 90px;
}
ul.bk-top-post {
	border-bottom: 1px dotted #b4b4b5;
	padding: 10px;
}
ul.bk-top-post > li.date,
ul.bk-top-post > li.title {
	display: inline-block;
	font-size: 15px;
}
ul.bk-top-post > li.date {
	width: 90px;
	float: left;
}
li.buk-cat {
	width: 210px;
	float: left;
}
li.title img {
	vertical-align: -1px;
}
li.title a:hover {
	color:#595957;
}
li.title a, li.side-title {
	text-decoration: underline;
}
#motomu {
	width:455px;
	height:220px;
	border:1px solid #b4b4b5;
	float:right;
	position:relative;
}
#motomu .motomu-btn a {
	width:155px;
	padding:5px 0;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:18px;
	right:13px;
	background-color:#000;
}
#motomu .motomu-btn a:hover {
	background-color:#8ec21f;
}
#bukken-news {
	width:938px;
	float: left;
	border:1px solid #b4b4b5;
	overflow:hidden;
	margin-bottom:20px;
}
#bukken-news h3 {
	width:928px;
	font-size:18px;
	background: #2c4f5d;
	color:#fff;
	float:left;
	padding:7px 0 7px 12px;
}


/* 会社概要ページ */
#aisatsu {
	width:618px;
	overflow: hidden;
	border:1px solid #8ec21f;
	padding:20px 0 20px;
	margin-bottom:30px;
}
#aisatsu p {
	font-size:20px;
	text-align:center;
	padding-bottom: 10px;
}
#aisatsu p span {
	font-style:italic;
	font-weight:normal;
	font-size:24px;
}
#aisatsu p span.col {
	color:#8ec21f;
	font-weight:bold;
}

#aisatsu .aisatsu-txt p {
	font-size:13px;
	line-height:24px;
	text-align:left;
	padding:10px 40px;
}
#aisatsu .aisatsu-txt p span.r {
	font-size:14px;
	float: right;
	padding-top: 10px;
}

#company,
#privacy {
	width: 618px;
	margin-bottom:30px;
}
#company table,
#privacy table {
	width: 100%;
	border-top: 1px solid #b4b4b5;
	border-bottom: 1px solid #b4b4b5;
}
#company table th,
#privacy table th {
	width: 135px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding:15px;
	border-right: 1px solid #b4b4b5;
	border-bottom:1px dotted #b4b4b5;
	background:#dbdcdc;
}
#company table td,
#privacy table td {
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding:15px 0 15px 35px;
	border-bottom:1px dotted #b4b4b5;
}
#map {
	width:618px;
	border:1px solid #b4b4b5;
}

/*採用情報ページ*/
#postpone {
	width: 618px;
	border: 1px solid #8ec21f;
	margin-bottom: 30px;
}
#postpone p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #8ec21f;
	padding: 15px 0;
}

/*お問い合わせページ*/
#contact-wrap {
	width: 618px;
	overflow: hidden;
	border: 1px solid #c8c9c9;
	background: #eee;
}
.contact-box {
	width: 580px;
	margin: 20px;
	overflow: hidden;
}
.contact-box p {
	font-size: 13px;
	color: #595757;
	line-height: 21px;
	margin-bottom: 15px;
}
#boxscroll {
	overflow:auto;
	width: 99.5%;
	height:235px;
	background-color: #fff;
	border: 1px solid #c8c9c9;
}
#scroll {
	overflow:hidden;
}
#agree {
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
table.form-content {
	width: 580px;
}

.form-content th {
	padding-right: 10px;
	font-size: 14px;
	text-align: left;
}
.form-content td {
	padding: 10px 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 350px;
	border: 1px solid #c8c9c9;
	vertical-align: top;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	height: 24px;
}
.wpcf7 input[type="submit"] {
	width: 160px;
	height: 30px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-seri;
	background: #dbdcdc;
	border: 1px solid #b4b4b5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
	cursor: pointer;
}
.submit {
	text-align: center;
}
.form-info {
	width: 578px;
	border: 1px solid #8ec21f;
	background: #FFF;
	margin-top: 40px;
}
.form-info p {
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
.form-info p span.tel {
	font-size: 24px;
	font-weight: bold;
	color: #8ec21f;
	line-height: 35px;
}

/*不動産求むページ*/
#research {
	width: 618px;
	height: 110px;
	border: 1px solid #b4b4b5;
	position: relative;
	margin-bottom: 30px;
}
#research h2{
	color: #8ec21f;
	font-weight: bold;
	margin: 25px 0 0 165px;
	padding-bottom: 12px;
}
.research-txt {
	font-size: 12px;
	margin: 0 0 0 165px;
}
.research-bg-img {
	width: 154px;
	height: 108px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.research-topimg-cover {
	position: absolute;
	bottom: 0;
	left: 35px;
}
#res {
	width: 620px;
	font-size: 12px;
	text-align: center;
	border: 0;
}
#res th {
	color: #FFF;
	padding: 10px 5px;
	border-right: 1px solid #fff;
	background: #8ec21f;
	font-weight: bold;
}
th.number {
	width: 30px;
}
th.item {
	width: 100px;
}
th.biko {
	width: 130px;
}
#res tr {
	border-bottom: 1px solid #8ec21f;
}
#res td {
	border-right: 1px dotted #8ec21f;
	padding: 15px 5px;
	vertical-align: middle;
}
#res td.r {
	border-right: 0;
}

/*個人情報ページ*/
#privacy table td {
	padding-left:15px;
	padding-right:10px;
}

/*物件詳細ページ*/
h2.bukken-shosai {
	width: 610px;
	background: #2c4f5d;
	color: #FFF;
	padding: 10px 0 8px 10px;
	margin-bottom: 20px;
}
.outer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.img-box {
	width: 152px;
	float: left;
}
.img-box img {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}
.list-box {
	width: 450px;
	float: right;
	position: relative;
	overflow: hidden;
}
table.list {
	width: 450px;
	border-top: 1px solid #b4b4b5;
	border-bottom: 1px solid #b4b4b5;
}
.seiyaku {
	position: absolute;
	top:100px;
	left:40%;
}
.list th {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	border-bottom:1px dotted #b4b4b5;
	border-right:1px solid #b4b4b5;
	background:#dbdcdc;
	vertical-align: top;
}
.list td {
	width: 330px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 10px;
	border-bottom: 1px dotted #b4b4b5;
}

.acf-map {
	width: 100%;
	max-width: 330px;
	height: 250px;
	border: #ccc solid 1px;
	margin-bottom: 10px;
}

table.list td iframe {
	width: 100%;
	height: 250px;
}

th.gousitsu {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #2c4f5d;
	border: none;
}
td.map {
	text-align: center;
}
.bukken-info {
	width: 618px;
	border: 1px solid #8ec21f;
	background: #FFF;
	margin-top: 30px;
}
.bukken-info p {
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
.bukken-info p span.tel {
	font-size: 24px;
	font-weight: bold;
	color: #8ec21f;
	line-height: 35px;
}
.bukken-info a {
	font-size: 20px;
	color: #8ec21f;
	font-weight: bold;
	line-height: 35px;
	text-decoration: underline;
}
.bukken-info a:hover {
	color: #b4b4b5;
}

/*物件一覧ページ*/
h2.bukken-list {
	width: 600px;
	border-left: 10px solid #1b2a2f;
	color: #1b2a2f;
	padding: 10px 0 8px 10px;
	margin-bottom: 20px;
	background: #f3f3f1;
}
.list-outer {
	width: 618px;
	overflow: hidden;
	border: 1px solid #b4b4b5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list-outer h3 {
	width: 610px;
	background: #2c4f5d;
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
}
.list-outer h3 a {
	color: #fff;
}
.list-outer h3 a:hover {
	color: #8ec21f;
}
.list-outer-img {
	width: 165px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.list-outer img {
	width: 150px;
	height: auto;
}
.list-outer-item {
	width: 400px;
	float: right;
	margin-right: 20px;
	overflow: hidden;
}
.list-outer-item table {
	width: 400px;
	border-top: 1px solid #b4b4b5;
	border-bottom: 1px solid #b4b4b5;
	margin-bottom: 20px;
}
.list-outer-item th {
	font-size: 14px;
	text-align: center;
	border-bottom:1px dotted #b4b4b5;
	border-right:1px solid #b4b4b5;
	background:#dbdcdc;
	vertical-align: middle;
}
.list-outer-item td {
	width: 300px;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding: 10px 5px;
	border-bottom: 1px dotted #b4b4b5;
}

/*お知らせ詳細ページ*/
.post-info-box {
	width: 618px;
	overflow: hidden;
	border: 1px solid #b4b5b5;
	margin-bottom: 30px;
}
h2.post-info-title {
	width: 600px;
	padding: 10px;
	float: left;
	color: #FFF;
	background: #b4b4b5;
}
h2.post-info-title span {
	font-size: 16px;
	color: #FFF;
	float: right;
	padding-top: 3px;
}
.post-info {
	width: 580px;
	padding: 20px;
}
.post-info p {
	font-size: 15px;
	line-height: 24px;
}
/*お知らせ一覧ページ*/
h2.post-info-title a {
	color: #FFF;
}
h2.post-info-title a:hover {
	color: #575959;
}
span.more a {
	float: right;
	font-size: 13px;
	color: #FFF;
	background: #575959;
	padding: 1px 10px;
}
span.more a:hover {
	background: #b4b5b5;
}

/*サイトマップ*/
#sitemap {
	width: 620px;
	overflow: hidden;
}
.kubun {
	font-size: 16px;
	padding: 10px 30px;
	border-top: 1px solid #b4b5b5;
	border-bottom: 1px solid #b4b5b5;
	background:#dbdcdc;
}

ul.page > li {
	padding: 10px 50px;
	border-bottom: 1px dotted #b4b5b5;
}
ul.page li:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}
#sitemap li a {
	font-size: 15px;
	color: #575959;
}
#sitemap li a:hover {
	color:#009fe8;
	text-decoration:underline;
}

/*送信完了画面*/
.thanks-box {
	width: 940px;
	height: 400px;
}
.thanks-box h2 {
	color: #8ec21f;
	text-align: center;
	padding: 30px 0 15px;
}
.thanks-box p {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}
.thanks-box p a {
	font-size: 15px;
	color:#009fe8;
	text-decoration:underline;
}
.thanks-box p a:hover {
	color:#575959;
	text-decoration:underline;
}
div.wpcf7-mail-sent-ok {
	border:none !important;
}
/*==========================================
グラデーション
===========================================*/
.grad-gr {
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 121, color-stop(1.00, #22ab38), color-stop(0.00, #8ec21f));
	background: -webkit-radial-gradient(50% 100%, circle, #8ec21f, #22ab38);
	background: -moz-radial-gradient(50% 100%, circle, #8ec21f, #22ab38);
	background: -o-radial-gradient(50% 100%, circle, #8ec21f, #22ab38);
	background: -ms-radial-gradient(50% 100%, circle, #8ec21f, #22ab38);
	background: radial-gradient(50% 100%, circle, #8ec21f, #22ab38);
}
.grad-bl {
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 121, color-stop(1.00, #1b2a2f), color-stop(0.00, #4e6c76));
	background: -webkit-radial-gradient(50% 100%, circle, #4e6c76, #1b2a2f);
	background: -moz-radial-gradient(50% 100%, circle, #4e6c76, #1b2a2f);
	background: -o-radial-gradient(50% 100%, circle, #4e6c76, #1b2a2f);
	background: -ms-radial-gradient(50% 100%, circle, #4e6c76, #1b2a2f);
	background: radial-gradient(50% 100%, circle, #4e6c76, #1b2a2f);
}
.grad-bk {
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 121, color-stop(1.00, #b4b4b5), color-stop(0.00, #eee));
	background: -webkit-radial-gradient(50% 100%, circle, #eee, #b4b4b5);
	background: -moz-radial-gradient(50% 100%, circle, #eee, #b4b4b5);
	background: -o-radial-gradient(50% 100%, circle, #eee, #b4b4b5);
	background: -ms-radial-gradient(50% 100%, circle, #eee, #b4b4b5);
	background: radial-gradient(50% 100%, circle, #eee, #b4b4b5);
}
.grad-head-bg {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #254146), color-stop(0.00, #598391));
	background: -webkit-linear-gradient(#598391, #254146);
	background: -moz-linear-gradient(#598391, #254146);
	background: -o-linear-gradient(#598391, #254146);
	background: -ms-linear-gradient(#598391, #254146);
	background: linear-gradient(#598391, #254146);
}
.grad-head-main-bg {
	background: -webkit-gradient(radial, 49% 0%, 0, 49% 0%, 123, color-stop(1.00, #2c4f5d), color-stop(0.00, #16a1dd));
	background: -webkit-radial-gradient(49% 0%, circle, #16a1dd, #2c4f5d);
	background: -moz-radial-gradient(49% 0%, circle, #16a1dd, #2c4f5d);
	background: -o-radial-gradient(49% 0%, circle, #16a1dd, #2c4f5d);
	background: -ms-radial-gradient(49% 0%, circle, #16a1dd, #2c4f5d);
	background: radial-gradient(49% 0%, circle, #16a1dd, #2c4f5d);
}
.grad-research {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgb(255,255,255) 0%, rgb(250,255,82) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(250,255,82)));
	background: -webkit-linear-gradient(left,  rgb(255,255,255) 0%,rgb(250,255,82) 100%);
	background: -o-linear-gradient(left,  rgb(255,255,255) 0%,rgb(250,255,82) 100%);
	background: -ms-linear-gradient(left,  rgb(255,255,255) 0%,rgb(250,255,82) 100%);
	background: linear-gradient(to right,  rgb(255,255,255) 0%,rgb(250,255,82) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#faff52',GradientType=1 );
}

/*==========================================
ボタン
===========================================*/
.shosai-btn {
	font-size:14px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	padding:7px 20px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(22%, #9dce2c), color-stop(83%, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 22%, #8cb82b 83% );
	background:-ms-linear-gradient( top, #9dce2c 22%, #8cb82b 83% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	color:#ffffff;
	display:inline-block;
}.shosai-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(22%, #8cb82b), color-stop(83%, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 22%, #9dce2c 83% );
	background:-ms-linear-gradient( top, #8cb82b 22%, #9dce2c 83% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.shosai-btn:active {
	position:relative;
	top:1px;
}

/*==========================================
ページナビ
===========================================*/
.wp-pagenavi {
	width:100%;
	padding: 10px 0 10px !important;
	margin-bottom: 10px;
	display:block !important;
	clear:both !important;
	text-align: center;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#707070 !important;
		background:#FFFFFF !important;
		border:solid 1px #DCDCDC !important;
		padding:4px 7px 4px 7px !important;
		margin-right:5px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		border-color:#202020 !important;
		background:#525252 !important;
		color:#fff !important;
		background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;

}
 .wp-pagenavi span.current{
 		font-size: 12px;
 		font-weight: bold;
		padding:4px 7px 4px 7px !important;
		border:solid 1px #b4b4b5 !important;
		color:#fff !important;
		margin-right:5px !important;
		background:#525252 !important;
		background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
}

/*IE9以下対策*/
.ie6 .grad-head-bg,
.ie7 .grad-head-bg,
.ie8 .grad-head-bg,
.ie9 .grad-head-bg {
	background: #598391;
}
.ie6 .grad-head-main-bg,
.ie7 .grad-head-main-bg,
.ie8 .grad-head-main-bg,
.ie9 .grad-head-main-bg {
	background: #2c4f5d;
}
.ie6 .grad-gr,
.ie7 .grad-gr,
.ie8 .grad-gr,
.ie9 .grad-gr {
	background: #8ec21f;
}
.ie6 .grad-bk,
.ie7 .grad-bk,
.ie8 .grad-bk,
.ie9 .grad-bk {
	background: #b4b4b5;
}
.ie6 #menu li ul li,
.ie7 #menu li ul li,
.ie8 #menu li ul li {
	overflow: visible;
	width: 145px;
	height: 45px;
	color: #fff;
	padding: 0;
}
.ie9 #menu li:hover {
	overflow: visible;
	height: 45px;
}