@charset "utf-8";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
#topBase {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#newsBase {
	width: 345px;
	float: left;
}
#newsBase h3 {
	margin: 1px 0 10px;
}
#newsBox {
	height: 250px;
	margin-bottom: 12px;
	background: url(../img/bg_news.png) no-repeat;
	position: relative;
}


/* 全体 */
.jspContainer { overflow:hidden; position:relative; }

/* スクロールバーを除いたエリア */
.jspPane { position:absolute; }

/* 縦スクロールバー */
.jspVerticalBar { position:absolute; top:0; right:0; width:6px; height:100%; }

/* 横スクロールバー */
.jspHorizontalBar { position:absolute; bottom:0; left:0; width:100%; height:10px; }

/* 背景 */
.jspTrack { background:none; position:relative; }

/* ノブ */
.jspDrag { background:#aaa; position:relative; top:0; left:0; cursor:pointer; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float:left; height:100%; }
#newsInner {
	width: 305px;
	height: 220px;
	overflow: auto;
	position: absolute;
	top: 12px;
	left: 10px;
}
#newsInner dl dt {
	padding-left: 23px;
	font-size: 10px;
	background: url(../img/ico_window.png) no-repeat left 0.3em;
}
#newsInner dl dt img {
	padding-right: 5px;
	vertical-align: middle;
}
#newsInner dl dd {
	padding-left: 23px;
	margin-bottom: 19px;
}
#newsBase p {
	padding-left: 18px;
	font-size: 11px;
	background: url(../img/ico_pointer01.gif) no-repeat left center;
}
#newsBase p a,
#newsInner dl dd a {
	color: #000;
	text-decoration: none;
}
#newsBase p a:hover,
#newsInner dl dd a:hover {
	color: #227dcb;
}
/*topSlides*/
#slides {
	width: 605px;
	height: 330px;
	overflow: hidden;
	float: right;
	position: relative;
}
#slides .slidesjs-previous,
#slides .slidesjs-next,
#slides .slidesjs-stop,
#slides .slidesjs-play {
	display: none !important;
}
.slidesjs-pagination {
/*	width: 95px;*/
	position: absolute;
	top: 308px;
	right: 0;
	z-index: 100;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden;
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}
#middleWrapper {
	min-width: 950px;
	margin-bottom: 33px;
	background: #DDE3DD;
}
#middleInner {
	width: 950px;
	padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
}

#featureBase {
	width: 218px;
	float: left;
}
#featureBase #likebox {
	width: 220px;
	height: 85px;
	background: #FFF;
	border-top: solid 3px #012152;
	margin-bottom: 20px;
}
#featureBase h3 {
	margin-bottom: 9px;
}
#voiceBase h3 {
	margin-bottom: 5px;
}
#voiceBase {
	width: 690px;
	height: 270px;
	background: url(../img/bg_voice.png) no-repeat left bottom;
	float: right;
	overflow: hidden;
}
#voiceBase ul {
	display: block;
	overflow: hidden;
	*padding-bottom: 5px;
}
#voiceBase ul li {
	width: 218px;
	height: 40px;
	margin: 0 0 8px 9px;
	display: block;
	float: left;
}
.voiceBox {
	width: 210px;
	min-height: 135px;
	padding: 0 9px;
	float: left;
}
.voiceBoxTitle {
	overflow: hidden;
	margin-bottom: 4px;
}
.voiceBoxPic {
	width: 75px;
	float: left;
}
.voiceBoxTit {
	width: 125px;
	line-height: 130%;
	float: right;
}
.voiceBoxTit h4 {
	margin-bottom: 10px;
}
.voiceBoxTit a {
	color: #988d31;
	font-weight: bold;
	text-decoration: none;
}
.voiceBoxTit a:hover {
	color: #227dcb;
}
.voiceTxt {
	line-height: 130%;
	font-size: 11px;
	clear: both;
}
.voiceTxt a {
	color: #000;
	text-decoration: none;
}
.voiceTxt a:hover {
	color: #227dcb;
}
#investmentBase {
	width: 950px;
	padding: 36px 0 0;
	clear: both;
	overflow: hidden;
}
#investmentBase h3 {
	margin-bottom: 15px;
}
#investmentBase ul {
	width: 1000px;
	margin: 0 -50px 0 0;
	overflow: hidden;
	_zoom: 1;
}
#investmentBase ul li {
	width: 230px;
	margin: 0 10px 0 0;
	float: left;
}
#investmentBase ul li h4 {
	padding: 0 0 5px;
}
#soudankaiBase {
	width: 950px;
	height: 100px;
	margin: 0 auto 35px;
	position: relative;
}
#soudankaiBase p {
	position: absolute;
	top: 22px;
	right: 30px;
}
#bottomBase {
	width: 950px;
	margin: 0 auto 30px;
	background: url(../img/bg_bottom.png) repeat-y;
	overflow: hidden;
}
#bottomLeft {
	width: 220px;
	float: left;
}
#aboutusBase {
	height: 170px;
	margin-bottom: 20px;
	position: relative;
}
#aboutusBase p {
	font-size: 10px;
	line-height: 130%;
	position: absolute;
	top: 57px;
	left: 87px;
}
#aboutusBase ul {
	position: absolute;
	top: 130px;
	left: 90px;
}
#aboutusBase ul li {
	padding-left: 19px;
	background: url(../img/ico_pointer01.gif) no-repeat left center;
}
#aboutusBase ul li a {
	color: #000;
	text-decoration: none;
}
#aboutusBase ul li a:hover {
	color: #227dcb;
}
ul.sideBnr01 li {
	margin-bottom: 20px;
}

/* 動画用 */
#tvcmBase {
	height: 280px;
	margin-bottom: 9px;
	position: relative;
}
#tvcmBase div {
	width: 208px;
	position: absolute;
	top: 35px;
	left: 6px;
}
#tvcmBase h4 {
	position: absolute;
	top: 235px;
	left: 5px;
}

/* CMバナー用 */
#tvcmBase2 {
	margin-bottom: 9px;
	background: #F3F8F3;
}
#tvcmBase2 p {
	margin: 0;
	padding: 0;
}

ul.sideBnr02 {
	margin-bottom: 10px;
}
ul.sideBnr02 li {
	margin-bottom: 11px;
}
#bottomRight {
	width: 690px;
	float: right;
}
#seminarBase {
	padding-bottom: 35px;
	margin-bottom: 40px;
	border-bottom: 1px solid #D5D5D5;
}
#seminarTitle {
	height: 30px;
	position: relative;
}
#seminarTitle p {
	padding-left: 19px;
	background: url(../img/ico_pointer01.gif) no-repeat left center;
	position: absolute;
	top: 2px;
	right: 19px;
}
#seminarTitle p a {
	color: #000;
	text-decoration: none;
}
#seminarTitle p a:hover {
	color: #227dcb;
}
#seminarContent {
	min-height: 200px;
	padding-bottom: 11px;
	margin-bottom: 8px;
	background: url(../img/bg_seminar_btm.png) #fff no-repeat left bottom;
	overflow: hidden;
	position: relative;
}
#seminarContentTop {
	height: 10px;
	font-size: 1px;
	background: url(../img/bg_seminar_top.png) no-repeat;
}
#seminarBtn {
	position: absolute;
	top: 0;
	right: 17px;
}
#seminarMain {
	padding: 0 30px 5px;
}
#seminarMain h3 {
	width: 440px;
	margin-bottom: 13px;
	font-weight: bold;
	font-size: 16px;
	color: #8CC533;
}
#seminarMain h3 img {
	vertical-align: -1px;
	padding-right: 7px;
}
#seminarMain h3 a {
	color: #8CC533;
	text-decoration: none;
}
#seminarMain h3 a:hover {
	color: #227dcb;
}
#seminarMain table {
	min-width: 440px;
	margin-bottom: 15px;
}
#seminarMain table th,
#seminarMain table td {
	vertical-align: top;
}
#seminarMain table th {
	width: 80px;
}
#seminarMain table td {
	min-width: 110px;
	padding: 3px 10px 0 0;
}
#seminarMain p {
	color: #004B91;
}
#seminarMore {
	padding-top: 13px;
}
#seminarMore a {
	color: #000;
}
#seminarMore a:hover {
	color: #227dcb;
}
#seminarBnr {
	width: 690px;
	clear: both;
	overflow: hidden;
}
#seminarBnr ul {
	width: 740px;
	margin: 0 -50px 0 0;
	overflow: hidden;
	_zoom: 1;
}
#seminarBnr ul li {
	width: 225px;
	margin: 0 7px 0 0;
	float: left;
}
#bdBase {
	padding-bottom: 35px;
	margin-bottom: 55px;
	border-bottom: 1px solid #D5D5D5;
}
#bdTitle {
	height: 35px;
	position: relative;
}
#bdTitle p {
	padding-left: 19px;
	background: url(../img/ico_pointer01.gif) no-repeat left center;
	position: absolute;
	top: 2px;
	right: 19px;
}
#bdTitle p a {
	color: #000;
	text-decoration: none;
}
#bdTitle p a:hover {
	color: #227dcb;
}
#bdContent {
	overflow: hidden;
}
.bdBox {
	width: 155px;
	padding-left: 15px;
	float: left;
}
#bdContent h4 {
	margin-bottom: 4px;
}
#bdContent p {
	margin-bottom: 8px;
}
#bdContent a {
	text-decoration: none;
}
#bdContent a h4 {
	color: #666666;
	text-decoration: none;
}
#bdContent a:hover h4 {
	color: #999;
}
#bdContent a h5 {
	color: #004B91;
	text-decoration: none;
}
#bdContent a:hover h5 {
	color: #999;
}














#galleryTitle {
	height: 72px;
	position: relative;
}
#galleryTitle p {
	position: absolute;
	top: 0;
	right: 0;
}
#slideBase {
	width: 690px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#slideBase ul {
	width: 610px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	_zoom: 1;
	position: absolute;
	top: 0;
	left: 40px;
}
#slideBase ul li {
	width: 160px;
	height: 256px;
	padding: 40px 14px 0;
	margin: 0 20px 0 0;
	background: url(../img/bg_gallery.png) no-repeat;
	display: block;
	position: relative;
	float: left;
}
#slideBase ul li div {
	width: 160px;
	height: 160px;
	margin-bottom: 5px;
}
#slideBase ul li h4 {
	padding: 0 2px 4px;
	margin-bottom: 5px;
	border-bottom: 2px #BFBFBF solid;
}
#slideBase ul li h4 a {
	color: #000;
	text-decoration: none;
}
#slideBase ul li h4 a:hover {
	color: #227dcb;
}
#slideBase ul li table {
	width: 100%;
}
#slideBase ul li table th,
#slideBase ul li table td {
	font-size: 11px;
	vertical-align: top;
	padding: 2px;
}
#slideBase ul li table th {
	width: 75px;
}
#slideBase ul li table td {
	text-align: right;
}
#slideBase ul li table td span {
	color: #FF0000;
}
.galleryNext {
	height: 176px;
	padding-top: 120px;
	background: #eaeeea;
	position: absolute;
	top: 0;
	left: 0;
}
.galleryBack {
	height: 176px;
	padding-top: 120px;
	background: #eaeeea;
	position: absolute;
	top: 0;
	right:0;
}

/*
body {
	min-width: 980px;
}
*/
#iPhoneLink {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 6px solid #8EC735;
	display: none;
	background-color: #FFF;
}
#iPhoneLinkInner {
	width: 850px;
	margin: 0 auto;
	background: url(../img/bg_sp_01.png) no-repeat 0 100%;
	background-size: 247px 180px;
	-webkit-background-size: 247px 180px;
}
#iPhoneLinkInner a {
	height: 160px;
	padding: 20px 0 0 268px;
	line-height: 70px;
	text-decoration: none;
	font-weight: bold;
	font-size: 56px;
	color: #333;
	display: block;
	background: url(../img/bg_sp_02.png) no-repeat 100% 50%;
	background-size: 38px 63px;
	-webkit-background-size: 38px 63px;
}
#iPhoneLinkInner a span {
	color: #F90;
}



