@charset "utf-8";
/* ======================================================
    reset css
====================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background-color:transparent;
}
body {
  background-image: url(/common/img/main-bg.png);
  line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background-color:transparent;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
/* clearfix */
.cf:before,.cf:after {
  content: "";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom: 1;
}
p , ul , li , dt , dd,div {
  word-break:break-all;
}

p {
	margin-bottom: 20px;
}
/* ======================================================
    frame
====================================================== */
body {
  color: #5b5546;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'メイリオ', "新丸ゴ R", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  min-width:1000px;
}

/*  anchor リンク
------------------------------------------------------ */
a {
  text-decoration: none;
  color: #3583c0;
}
a:link,
a:visited {
  text-decoration: none;
  color: #3583c0;
}
a:hover {
  text-decoration: underline;
  color: #65b1eb;
}
a:active {
  text-decoration: underline;
}

/* ======================================================
    header
====================================================== */

#header {
	background-image: url(/common/img/header/bg.png);
	background-repeat: repeat-x;
	width:100%;
	height: 160px;
	position: relative; z-index: 2;
}
#header .inner {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#header .logo {
	padding-top: 10px;
}
#header .logo a:hover img {
	opacity: 1;
}
#header .menu {
	position:absolute; top:33px; right:0;
}
#header .menu li {
	float: left;
	width: 140px;
}

#header .menu li.contact {
	width: 105px;
	padding-left:35px;
	background-image: url(/common/img/header/ico-contact.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#header .menu li.link {
	width: 65px;
	padding-left:35px;
	margin-left:25px;
	background-image: url(/common/img/header/ico-link.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#header .menu li.sitemap {
	width: 100px;
	padding-left:35px;
	margin-left:35px;
	background-image: url(/common/img/header/ico-sitemap.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#header .menu a {
	color: #ffffff;
}
#header .menu a:hover {
	text-decoration: none;
	color: #c2e6b5;
}
#header .gnavi li {
	float: left;
	padding-right:40px;
}
#header .gnavi li.company {
	padding-right:0px;
}

/* ======================================================
    footer
====================================================== */
#footer {
	margin-top: 95px;
	background-image: url(/common/img/footer/bg.png);
	background-repeat: repeat-x;
	background-position:top center;
	width:100%;
	padding-top: 120px;
	position: relative; z-index: 2;
}
#footer .inner {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#footer .inner .cattle {
	width: 138px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
}
#footer .inner .address {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
#footer .copyright {
	margin-top: 20px;
	width: 100%;
	background-color: #388e0e;
	text-align: center;
	color: #ffffff;
}
#footer .copyright p {
	margin-bottom: 0px;
	font-size: 12px;
}
/* ======================================================
    content
====================================================== */
#content {
	background-image: url(/img/top/img-grass.png);
	margin-top: -45px;
	padding-top: 55px;
	position: relative; z-index: 1;
	background-repeat: repeat-x;
}
#content .inner {
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#content .inner dl.free {
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 20px;
	margin: 10px 0;
}
#content .inner dl.free dt {
	float: left;
}
#content .inner dl.free dd {
	margin-left: 150px;
}

/* ======================================================
    leftContent
====================================================== */
#content .inner .leftBox {
width: 760px;
float: left;
}

#content .inner .leftContent {
	width: 720px;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#content .inner .leftContent .newsList {
	width: 730px;
	max-height: 550px;
	overflow-y: scroll;
	margin-top: 20px;
}
#content .inner .leftContent dl.news {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e5da;
	margin-right: 20px;
}
#content .inner .leftContent dl:first-child {
	padding-top: 0;
}
#content .inner .leftContent dt img {
	padding-left: 5px;
	vertical-align: 0;
	}

/* ======================================================
    h2
====================================================== */
#content .inner .leftContent .tit {
	background-image: url(/common/img/tit-bg.png);
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	margin: -10px -20px 0;
	padding: 6px 20px
}

h2.titFree {
	padding-top: 3px;
	color: #ffffff;
	font-size: 24px;
}

h2.titNews {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-news.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
h2.titAbout {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-about.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
h2.titLand {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-land.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
h2.titCompany {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-company.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
h2.titRecruitment {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-recruitment.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
h2.titContact {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-contact.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
h2.titLink {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-link.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
h2.titSitemap {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-sitemap.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
h2.titStart {
	padding-left:70px;
	padding-top: 3px;
	background-image: url(/common/img/ico-start.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #ffffff;
	font-size: 24px;
}
#content .inner .leftContent .tit .titBtn {
	position:absolute; top:13px; right:20px
}
#content .inner .leftContent h2 span {
	margin-left: 10px;
	font-size: 20px;
}

/* ======================================================
    sideNavi
====================================================== */
#content .inner .rightBox {
	float: right;
	width: 220px;
}

#sideNavi {
	width: 220px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
}
#sideNavi .titBtn {
	height: 55px;
	background-image: url(/common/img/tit-bg.png);
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	color: #ffffff;
}
#sideNavi .titBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

}
#sideNavi .titBtn h4 {
	width:170px;
	padding: 10px 30px 6px 10px;
	background-image: url(/common/img/green-arrow.png);
	background-repeat: no-repeat;
	background-position: 190px center;
	padding-top: 5px;
	padding-bottom: 0px;
}
#sideNavi .titBtn h4.anchor {
	width:170px;
	padding: 4px 30px 2px 10px;
	background-image: url(/common/img/green-arrow.png);
	background-repeat: no-repeat;
	background-position: 190px center;
	line-height: 1.2;
}
#sideNavi .titBtn h4.anchor02 {
width: 170px;
padding: 4px 30px 2px 10px;
background-image: url(/common/img/anchor-green-arrow.png);
background-repeat: no-repeat;
background-position: 190px 20px;
line-height: 1.2;
}

#sideNavi a:hover {
	text-decoration: none;
}
a.sideTit {
	display: block;
	padding: 14px 0 14px 0;
	padding-top: 10px;
	padding-left: 0px;
	width: 180px;
	color: #ffffff;
}
a.sideTit02 {
display: block;
padding: 14px 0 14px 0;
padding-top: 6px;
padding-left: 0px;
width: 180px;
color: #ffffff;
}
#sideNavi ul li.sideListSelection {
display: block;
width: 190px;
padding: 20px 20px 20px 10px;
border-bottom: 1px solid #e9e5da;
background-image: url(/common/img/white-arrow.png);
background-repeat: no-repeat;
background-position: 190px center;
background-color: #dbf2d2;
color:#48be1f;
}
#sideNavi ul li.sideList a {
	display: block;
	width: 190px;
	padding: 20px 20px 20px 10px;
	border-bottom: 1px solid #e9e5da;
	background-image: url(/common/img/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 190px center;
}
#sideNavi ul li.sideList a.anchor {
	display: block;
	width: 190px;
	padding: 20px 20px 20px 10px;
	border-bottom: 1px solid #e9e5da;
	background-image: url(/common/img/anchor-white-arrow.png);
	background-repeat: no-repeat;
	background-position: 190px center;
}
#sideNavi ul li.sideList a:hover {
	background-color: #ee8700;
	background-image: url(/common/img/orange-arrow.png);
	color: #ffffff;
}
#sideNavi ul li.sideList:last-child a:hover {
	background-color: #ee8700;
	background-image: url(/common/img/orange-arrow.png);
	color: #ffffff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
/* ======================================================
    rightContent
====================================================== */
#rightContent {
	width: 220px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	margin-top: 20px;
}
#rightContent ul {
	padding: 10px;
}
#rightContent ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e5da;
	padding-bottom: 10px;
}
#rightContent ul li:last-child {
	border-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#rightContent ul li img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* ======================================================
    linkContent
====================================================== */
#linkContent {
	width: 1000px;
	margin-top: 20px;
}
#linkContent ul li{
	float: left;
	margin-top: 20px;
	padding-left: 22px;
}
#linkContent ul li.bnr5{
	padding-right:0px;
	margin-top: 20px;
}
#linkContent ul li img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* ======================================================
    companyLink
====================================================== */
ul.companyLink {
	margin-bottom: 20px;
	margin-left: -22px;
}
/* ======================================================
    topicPath
====================================================== */
#content .inner ul.topicPath {
	padding-top: 20px;
}
#content .inner ul.topicPath li {
	display: inline;
}
#content .inner ul.topicPath li a:hover{
	color: #b6ce97;
}


/* ======================================================
    template
====================================================== */
#content .inner .leftContent .contentInner {
	width: 720px;
	padding-top: 20px;
}
#content .inner .leftContent .contentInner p.img{
	margin-bottom: 20px;
	text-align: center;
}
#content .inner .leftContent .contentInner p.img img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#content .inner .leftContent .contentInner p.text:last-child {
	margin-bottom: 40px;
}
#content .inner .leftContent .contentInner h3 {
	color: #40a419;
	border-bottom: 2px solid #8fc34d;
	padding-left:30px;
	background-image: url(/common/img/ico-leaves.png);
	background-repeat: no-repeat;
	background-position:left center;
	font-size: 22px;
	margin-bottom: 20px;
}
#content .inner .leftBox .leftContent .newsTable h3 {
	color: #40a419;
	border-bottom: 2px solid #8fc34d;
	padding-left:30px;
	background-image: url(/common/img/ico-leaves.png);
	background-repeat: no-repeat;
	background-position:left center;
	font-size: 20px;
	margin-bottom: 20px;
}
#content .inner .leftContent .contentInner ul li.btn a {
	display: block;
	width:200px;
	padding: 12px 10px 10px 10px;
	margin:8px;
	background-color: #f5f1e1 ;
	background-image: url(/common/img/green-arrow.png);
	background-repeat: no-repeat;
	background-position: 190px center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	float: left;
}

#content .inner .leftContent .contentInner ul li.btn a:hover {
	text-decoration: none;
	background-color: #f7f3e6 ;
}
/* ======================================================
    pdf
====================================================== */
#content .inner .leftContent .contentInner ul.first {
	margin-bottom: 20px;
}

#content .inner .leftContent .contentInner ul li.pdf {
	padding-left:30px;
	background-image: url(/common/img/ico-pdf.png);
	background-repeat: no-repeat;
	background-position:left 2px;
	margin-bottom: 20px;
}
#content .inner .leftContent .contentInner ul li.pdf:last-child {
	margin-bottom: 0;
}

#content .inner .leftContent .contentInner ul li.parallelPdf:first-child {
margin-left: 0;
}
#content .inner .leftContent .contentInner ul li.parallelPdf {
padding-left: 30px;
background-image: url(/common/img/ico-pdf.png);
background-repeat: no-repeat;
background-position: left 2px;
margin-bottom: 20px;
float: left;
margin-left: 50px;
}

/* ======================================================
    wysiwyg
====================================================== */
.wysiwygArea p {
  line-height: 1.8;
  margin-bottom: 25px;
}

.wysiwygArea.articleArea p {
  line-height: 1.8;
  margin-bottom: 0px;
}

.wysiwygArea ul,.wysiwygArea ol {
  display: block;
  margin: 1em 0 1em 1.4em;
  padding-start: 40px;
}
.wysiwygArea ol li {
  list-style-type: decimal;
}
.wysiwygArea ul li {
  list-style-type: disc;
}
.wysiwygArea td {
  border: 1px solid #b1b1b1;
}
.wysiwygArea dl {
  display: block;
  margin: 1em 0;
}
.wysiwygArea dt {
  display: block;
}
.wysiwygArea dd {
  display: block;
  margin-left: 40px;
}
.wysiwygArea strong {
  font-weight: bold;
}
.wysiwygArea em {
  font-style: italic;
}
.wysiwygArea del {
  text-decoration: line-through;
}
.wysiwygArea a:link {
  text-decoration: underline;
}
.wysiwygArea a:hover {
  text-decoration: none;
}
