@charset "utf-8";
/* ==

　reset

=============================================================================== */
* {
  color: #111;
}

body {
  width: 100%;
  overflow: hidden;
  min-width: 950px;
  position: relative;
  zoom: 1;
}

.container .main {
  position: relative;
  font-size: 116.7%;
  color: #111 !important;
}
.container h3 {
  font-size: 171.4%;
}
.container h4 {
  font-size: 171.4%;
}
.container h2 {
  background-image: none;
}
.container p {
  line-height: 1.6;
}
.container p.pagetop {
  line-height: 1;
}

/* ==

　module

=============================================================================== */
/* utility
------------------------------------------------------------------------------- */
.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.cap {
  font-size: 85.7%;
}

.ofx {
  margin: 0 -500%;
  padding: 0 500%;
  width: 100%;
}

.clear {
  clear: both;
}

.over {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* column
------------------------------------------------------------------------------- */
.col2 li {
  width: 460px;
  float: left;
  margin-right: 28px;
  margin-bottom: 28px;
}
.col2 li.end {
  margin-right: 0;
}
.col2 li img {
  -ms-interpolation-mode: bicubic;
}

.col3 > li {
  width: 301px;
  float: left;
  margin-right: 19px;
  margin-bottom: 20px;
}
.col3 > li.end {
  margin-right: 0;
}
.col3 > li img {
  -ms-interpolation-mode: bicubic;
}

.col4 > li {
  width: 231px;
  float: left;
  margin-right: 6px;
  margin-bottom: 20px;
}
.col4 > li.end {
  margin-right: 0;
}
.col4 > li img {
  -ms-interpolation-mode: bicubic;
}

/* box
------------------------------------------------------------------------------- */
.boxBgA {
  background-color: #fafafa;
}

.boxA, .boxAList li {
  border-radius: 3px;
  box-shadow: 1px 1px 6px #e8e8e8;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  behavior: url(/tochikatsu/js/PIE.htc);
  position: relative;
}
.boxA a, .boxAList li a {
  display: block;
  padding: 13px 0 0 10px;
}
.boxA img, .boxAList li img {
  display: block;
  padding: 5px 0 0 5px;
}
.boxA p, .boxAList li p {
  padding: 13px 10px;
  line-height: 1.5;
}

.boxB, .boxBList > li {
  padding: 8px 0;
  box-shadow: 1px 1px 6px #e8e8e8;
  background-color: #fff;
  border: 1px solid #eee;
  behavior: url(/tochikatsu/js/PIE.htc);
  position: relative;
}
.boxB img, .boxBList > li img {
  margin: 0 0 10px 4px;
  display: block;
}
.boxB .txtLink a, .boxBList > li .txtLink a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.boxC, .boxCList > li {
  padding: 8px 0;
  box-shadow: 1px 1px 6px #e8e8e8;
  background-color: #fff;
  border: 1px solid #eee;
}
.boxC img, .boxCList > li img {
  margin: 0 0 10px 4px;
  display: block;
}
.boxC .txtLink a, .boxCList > li .txtLink a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

/* contactArea
------------------------------------------------------------------------------- */
.contactArea {
  width: 960px;
  min-height: 165px;
  background: url("/tochikatsu/images/co_bg_contact.png") white left top no-repeat;
  margin-left: -5px;
  margin-bottom: 35px;
  position: relative;
}
.contactArea p {
  position: absolute;
  left: 35px;
  top: 48px;
}
.contactArea ul {
  position: absolute;
  top: 30px;
  left: 263px;
}
.contactArea ul li {
  float: left;
}
.contactArea ul li:first-child {
  margin-right: 40px;
}
.contactArea ul li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* recommendBlock
------------------------------------------------------------------------------- */
.recommendBlock {
  margin-bottom: 50px;
  font-size: 116.7%;
}
.recommendBlock h3 {
  color: #333;
  font-weight: bold;
}
.recommendBlock h4 {
  font-size: 157.1%;
  color: #333;
  font-weight: bold;
}
.recommendBlock > div {
  width: 585px;
}
.recommendBlock > div p {
  width: 550px;
}
.recommendBlock a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* tab
------------------------------------------------------------------------------- */
.tabGroup {
  position: relative;
}

.tab {
  border-bottom: 1px solid #e6e6e6;
}
.tab li {
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 114.3%;
  border-radius: 5px 5px 0 0;
  border-top-right-radius: 5px;
  border-top: 5px solid #39bfed;
  float: left;
  padding: 10px 40px;
  margin: 5px 2px -1px 2px;
  background-color: #eee;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.tab .current {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #fff;
  color: #39bfed;
  padding-top: 14px;
  position: relative;
}

/* button
------------------------------------------------------------------------------- */
#formBox {
  zoom: 1;
  position: relative;
}
#formBox input[type='radio'],
#formBox input[type='checkbox'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.rdoBtn {
  min-height: 32px;
  display: inline-block;
  background: url("/tochikatsu/images/co_btn_radio_off.png") left top no-repeat;
  padding-top: 9px;
  padding-left: 11px;
  cursor: pointer;
  font-weight: bold;
  zoom: 1;
  position: relative;
}
.rdoBtn input {
  margin-right: 12px;
}
.rdoBtn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.rdoBtn.btnOn {
  background: url("/tochikatsu/images/co_btn_radio_on.png") left top no-repeat;
}

.chkBox {
  min-height: 24px;
  display: inline-block;
  background: url("/tochikatsu/images/co_btn_check_off.png") left top no-repeat;
  padding-top: 6px;
  padding-left: 6px;
  cursor: pointer;
  font-weight: bold;
  zoom: 1;
  position: relative;
}
.chkBox input {
  margin-right: 16px;
}
.chkBox:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.chkBox.btnOn {
  background: url("/tochikatsu/images/co_btn_check_on.png") left top no-repeat;
}

.nextBtn {
  background-color: #f7f7f7;
  bottom: 0;
  right: 0;
  display: block;
  position: absolute;
  width: 60px;
  height: 41px;
}
.nextBtn.toTop {
  width: 92px;
}
.nextBtn :hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

li:nth-child(odd) .nextBtn {
  background-color: #fff;
}

/* link
------------------------------------------------------------------------------- */
.wrapIn {
  width: 100%;
  height: 100%;
}

.btnLink:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.bdrImg {
  border: 1px solid #e8e8e8;
  padding: 1px;
}

.linkTxt, .linkTxtList > li {
  background: url("/tochikatsu/images/co_icn_arrow.png") left 0.3em no-repeat;
}
.linkTxt a, .linkTxtList > li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 15px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.linkTxt :hover, .linkTxtList > li :hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.linkBoxList .linkTxt a:hover, .linkBoxList .linkTxtList > li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.goTopBtn {
  position: absolute;
  top: 0;
  right: 0;
}
.goTopBtn a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*土地活用総研　バナー20140624追加
--------------------------------------------------*/
div.bnrs{
	width:950px;
	margin:-10px auto 35px;
	padding:0;
	clear:both;
}
div.bnrs p.bnr{ margin:0 0 20px; }

div.bnrs p.bnr a{ zoom:1; display:block; }
div.bnrs p.bnr a:link, div.bnrs p.bnr a:visited{
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
}
div.bnrs p.bnr a:hover, div.bnrs p.bnr a:active{
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity:0.6;
}