@charset "utf-8";

/* 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	
	ロコモ チャレンジ！
	
	サイトトップ
	
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* ============================================================
01: CONTENT
============================================================ */

#content {
	margin-top: 22px;
	*zoom: 1;
}

#content:after {
	content: ".";
	clear: both;
	display: block;
	margin-right: 12px;
	height: 0;
	visibility: hidden;
}

/* SLIDER */
#slider {
	padding-bottom: 40px;
	position: relative;
	width: 630px;
}

#slider ul {
	margin: 0 0 30px;
	width: 630px;
	height: 326px;
	overflow: hidden;
	list-style: none;
}

#slider li {
	margin: 0;
}

#slider a {
	display: block;
}

#slider a img {
	display: inline-block;
}

#slider .slider {
	width: 630px;
	height: 326px;
}

#slider .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#slider .pagination .item {
  display: inline-block;
  *zoom: 1;
  width: 25px;
  height: 40px;
  font-size: 0;
  vertical-align: bottom;
}

#slider .pagination .item img {
  margin: 15px 7px;
  vertical-align: bottom;
}

#slider .pagination .item img:hover {
	cursor: pointer;
}

/* NEWS */
#news {
	margin: 10px 0 20px 0;
	padding-bottom: 4px;
	border-bottom: 3px solid #e6e6e6;
	width: 630px;
}

#news header {
	position: relative;
	margin-bottom: 4px;
}

#news header h1 {
	margin: 0;
	padding-bottom: 6px;
	border-bottom: 3px solid #e6e6e6;
}

#news header .more {
	position: absolute;
	top: 3px;
	right: 5px;
}

ul#newsText {
	margin-bottom: 0;
}

ul#newsText li {
	margin: 0;
	border-top: 1px dotted #ccc;
	list-style: none;
	overflow: hidden;
}

ul#newsText li:first-child {
	border: 0;
}

ul#newsText li time {
	float: left;
	margin: 0 30px 0 6px;
	font-weight: bolder;
	font-size: .75em;
	line-height: 42px;
	color: #4c4c4c;
}

ul#newsText li .newsCat {
	float: left;
	margin: 6px 8px 0 0;
	height: 28px;
}

ul#newsText li .newsTitle {
	float: left;
	font-weight: normal;
	line-height: 42px;
	text-decoration: underline;
}

/* PICKUP */
#pickup {
	margin: 0 -12px 20px 0;
	*zoom: 1;
}

#pickup:after {
	content: ".";
	clear: both;
	display: block;
	margin-right: 12px;
	height: 0;
	visibility: hidden;
}

#pickup section {
	float: left;
	margin: 10px 12px 0 0;
	padding-bottom: 11px;
	width: 314px;
	background: url(../img/pickup_bg_02.png) left bottom no-repeat;
}

#pickup section header {
	position: relative;
}

#pickup section header h1 {
	font-size: 0;
}

#pickup section header .moreTop {
	position: absolute;
	top: 17px;
	right: 14px;
}

.pickupContent {
	padding: 20px 0 20px 21px;
	background: url(../img/pickup_bg_01.png) left top repeat-y;
	overflow: hidden;
}

.pickupContent .pickupImg {
	margin-right: 10px;
}

#jicjitaiText, #supporterText {
	float: left;
	width: 164px;
}

#jicjitaiText p, #supporterText p {
	line-height: 1.45em;
	color: #4c4c4c;
}

p#supporterName {
	margin-bottom: .5em;
}

p#supporterProf {
	font-size: .75em;
}

/* FAQ */
#faq {
	padding: 0 0 11px 0;
	background: url(../img/pickup_bg_wide_02.png) left bottom no-repeat;
}

#faq h1 {
	font-size: 0;
}

#faqContent {
	padding: 0 0 15px 0;
	background: url(../img/pickup_bg_wide_01.png) left top repeat-y;
}

#faqContent ul {
	margin: 0 0 15px 0;
	padding: 20px 0 0 0;
}

#faqContent ul li {
	margin: 0 0 20px 19px;
	list-style: none;
}

#faqContent ul li a {
	display: block;
	padding: 20px 208px 0 92px;
	height: 60px;
	font-weight: bold;
	font-size: .875em;
	line-height: 1.714;
	color: #333;
	background: url(../img/faq_list.png) left top no-repeat;
	text-decoration: none;
}

#faqContent ul li a:hover {
	background: url(../img/faq_list.png) left -90px no-repeat;
}

#faqContent .faqNew {
	float: left;
	margin: 4px 8px 0 0;
}

#faqContent .more {
	margin: -5px 0 0 522px;
}