@charset "utf-8";
@import url("common.css");
/*---------------------------------
	bit Top CSS 2012.11
	CSS 担当者名 Document 2010.08
	Last Update 2010.00.00 担当者名

・共通設定
・枠設定
・ヘッダ
・グローバルナビ
・サイドナビ
・コンテンツ部
・フッタ
---------------------------------*/
/*@import "common.css";*/
/*@import "calendar.css";*/
/*####################　トップページ　####################*/
/* line 23, ../sass/top.scss */
#PageIndex #MainVisual {
  height: 239px;
  margin: -5px 0 35px 0;
  background: url(../img/top/bg_mainvisual_top.jpg) no-repeat center top #bfced7;
}

/* line 97, ../sass/top.scss */
#PageIndex #Container #Main {
  width: 735px;
}
/* line 99, ../sass/top.scss */
#PageIndex #Container #Main article {
  background: #fff;
  padding: 30px;
  clear: both;
}
/* line 173, ../sass/top.scss */
#PageIndex #Container #Main article:after {
  content: "";
  display: block;
  clear: both;
}
/* line 182, ../sass/top.scss */
#PageIndex #Container #Main h2 {
  margin-bottom: 23px;
  padding: 0 0 2px 6px;
  background: url(../img/line01.jpg) no-repeat left bottom;
  font-size: 22px;
}
/* line 178, ../sass/top.scss */
#PageIndex #Container #Main .pride div {
  float: left;
  width: 448px;
}
#PageIndex #Container #Main p{
	margin-bottom: 8px;
	line-height: 1.75;
	margin-left: 5px;
}
#PageIndex #Container #Main .pride div p:last-child{
	margin-bottom: 0;
}

/* line 212, ../sass/top.scss */
#PageIndex #Container #Main .pride figure {
  float: right;
  width: 192px;
}

#PageIndex #Container #Main #BusinessesBox {
	clear:both;
	margin-top:30px;
	width:100%;
}

#PageIndex #Container #Main h3 {
	clear:both;
	margin: 0 0 25px 0;
	padding: 10px 15px;
	background: #ccdaed;
	font-size: 15px;
	font-weight: bold;
	color: #0e4692;
}

#PageIndex #Container #Main .pride dl{
	width: 323px;
}

#PageIndex #Container #Main .pride dl dt{
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 12px;
}

#PageIndex #Container #Main .pride dl dd {
	font-size: 15px;
	margin-top: 12px;
}

#PageIndex #Container #Main .pride dl dd span{
	display: block;
	height: 34px;
	padding-top: 16px;
	padding-left: 35px;
	border: 1px solid #e2e2e2;
	box-shadow: #ededed 2px 2px 2px;
	/*color: #8c8c8c;*/
	line-height: 1.2;
}
#PageIndex #Container #Main .pride dl dd.twoline span {
	padding-bottom: 16px;
}

#PageIndex #Container #Main .pride dl#CorporateBusinesses dd span{
	background: url(../img/arrow11.jpg) no-repeat 18px center #fff;
}
#PageIndex #Container #Main .pride dl#NonProfits dd span{
	background: url(../img/arrow08.jpg) no-repeat 18px center #fff;
}

#PageIndex #Container #Main .pride dl dd.long a{
	height: 42px;
	padding-top: 8px;
}

#PageIndex #Container #Main .pride dl dd a:hover{
	color: #000;
	text-decoration: none;
}
#PageIndex #Container #Main .pride dl#NonProfits dd a:hover{
	background-image: url(../img/arrow07.jpg);
}
#PageIndex #Container #Main .pride dl#CorporateBusinesses dd a:hover{
	background-image: url(../img/arrow10.jpg);
}

#PageIndex #Container #Main .pride dl#CorporateBusinesses{	float: left;	clear: both;
}
#PageIndex #Container #Main .pride dl#NonProfits{	float: right;}

#PageIndex #Container #Main .pride dl#CorporateBusinesses dt{
	background-color: #bfdff5;
	color: #017ac7;
}
#PageIndex #Container #Main .pride dl#NonProfits dt{
	background-color: #ccdaed;
	color: #0e4692;
}

#PageIndex #Container #Main article p a{
	color: #0066cc;
	text-decoration: underline;
}
#PageIndex #Container #Main article p a:hover{
	text-decoration: none;
}

#PageIndex #Container #Main .contact {
	
}

#PageIndex #Container #Main .contact dt,
#PageIndex #Container #Main .contact dd{
	float:left;
}

#PageIndex #Container #Main .contact dt {
	clear:left;
}
#Gmap {
	width: 643px;
	height: 368px;
	margin: 0 auto 8px auto;
	border: 1px solid #dddddd;
}
#Gmap iframe{
	width: 100%;
	height: 100%;
}
#Gmap + p {
height: 15px;
margin: 0 15px 0 0;
line-height: 15px;
text-align: right;
}
#Gmap + p a {
	padding: 2px 0 2px 20px;
	background: url(../img/icon_roope.jpg) no-repeat left center;
	font-size: 11px;
	color: #0066cc;
	text-decoration: underline;
}
#Access.contentsBox dl {
	line-height: 1.75;
}
#Access.contentsBox dl dt {
	padding: 0 0 0 15px;
	background: url(../img/icon_square.jpg) no-repeat left center;
	font-weight: bold;
	font-size: 12px;
}
#Access.contentsBox dl dd {
	margin: 0 0 15px 0;
	font-size: 13px;
}

/*####################　サイド　####################*/
#PageIndex #Container #SubBanner{
  float: left;
  margin-top: 15px;
  width: 230px;
}

#PageIndex #Container #SubBanner ul li{
	list-style: none;
	margin-bottom: 15px;
}

#PageIndex #Container #SubBanner ul li a{
	display: block;
	width: 230px;
	text-indent: -9999px;
}

#PageIndex #Container #SubBanner ul li.list01 a{
	height: 85px;
	background: url(../img/banner_01.jpg) no-repeat top left;
}

#PageIndex #Container #SubBanner ul li.list02 a{
	height: 85px;
	background: url(../img/banner_02.jpg) no-repeat top left;
}

#PageIndex #Container #SubBanner ul li a:hover{
	opacity: 0.8;
}

/*####################　おやみだし　####################*/
/*　こみだし
-------------------------------------*/
/* まごみだし */
/*end*/
