@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	ロコモ チャレンジ！

	LAYOUT

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* ============================================================
01: ALL
============================================================ */

html {
	background-color: #63bfef;
}

body {
	width: 100%;
}

/* ============================================================
02: HEADER
============================================================ */

#globalHeader {
	margin-bottom: 24px;
	width: 100%;
}

#globalTitle {
	background-color: #63bfef;
}

#globalTitleInner {
	margin: 0 auto;
	width: 960px;
	height: 60px;
	overflow: hidden;
}

#logo {
	float: left;
	width: 284px;
}

#catch {
	float: left;
	width: 442px;
}

#btnInquiry {
	float: right;
	margin-top: 17px;
	width: 122px;
	height: 28px;
	overflow: hidden;
}
#btnInquiry a {
	display: block;
	padding-top: 28px;
	width: 122px;
    height: 0;
    background: url(../img/btn_global.png) left top no-repeat;
}
#btnInquiry a:hover { background-position: -310px top; }

#btnEnglish {
	float: right;
	margin-top: 17px;
	margin-right: 15px;
	width: 89px;
	height: 28px;
	overflow: hidden;
}
#btnEnglish a {
	display: block;
	padding-top: 28px;
	width: 89px;
  height: 0;
  background: url(../img/btn_english.gif) no-repeat;
  background-position: 0 -32px;
}
#btnEnglish a:hover {
	background-position: 0 -1px;
}

/* NAVIGATION */
#globalNav {
	background: url(../img/bg_nav.png) left top repeat-x;
}

#globalNav ul {
	margin: 0 auto;
	width: 960px;
	height: 86px;
}

#globalNav ul li {
	float: left;
	margin: 0;
	height: 77px;
	list-style: none;
	overflow: hidden;
}
#globalNav ul li a {
	display: block;
	padding-top: 77px;
	height: 0;
	background-image: url(../img/global_nav.gif);
	background-repeat: no-repeat;
}

li#locomo { width: 168px; }
li#locomo a { width: 168px; background-position: left top; }
li#locomo a:hover, li#locomo a.current { background-position: left -80px; }

li#check { width: 182px; }
li#check a { width: 182px; background-position: -169px top; }
li#check a:hover, li#check a.current { background-position: -169px -80px; }

li#report { width: 212px; }
li#report a { width: 212px; background-position: -352px top; }
li#report a:hover, li#report a.current { background-position: -352px -80px; }

li#supporter { width: 185px; }
li#supporter a { width: 185px; background-position: -565px top; }
li#supporter a:hover, li#supporter a.current { background-position: -565px -80px; }

li#about { width: 213px; }
li#about a { width: 213px; background-position: -751px top; }
li#about a:hover, li#about a.current { background-position: -751px -80px; }

/* ============================================================
03: CONTENT
============================================================ */

#container {
	margin: 0 auto 50px auto;
	width: 960px;
	*zoom: 1;
}
#container:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#content {
	float: left;
	margin-right: 20px;
	width: 640px;
}

/* breadcrum */
#breadcrumb {
	width: 630px;
}

#breadcrumb ul {
	margin-bottom: 0;
	height: 22px;
}

#breadcrumb ul li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-size: .75em;
	line-height: 1em;
	color: #b2b2b2;
}
#breadcrumb ul li a {
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	color: #b2b2b2;
	text-decoration: none;
}

li#breadcrumbHome {
	padding-left: 19px;
	background: url(../img/icon_home.gif) left center no-repeat;
}

/* MAIN CONTENT */
#mainContent section, #mainContent article {
	overflow: hidden;
}

#midashi01 {
	margin-bottom: 30px;
	width: 630px;
}

.midashi02 {
	margin-bottom: 30px;
	padding-left: 30px;
	height: 60px;
	font-size: 1.125em;
	line-height: 60px;
	background: url(../img/title_midashi_02.gif) left top no-repeat;
}

.midashi03 {
	margin: 0 0 1.5em 7px;
	padding: .625em 0 .625em 20px;
	border-left: 5px solid #0998e3;
	line-height: 1.5em;
}

.midashi04 {
	margin: .75em 0 1.5em 0;
	font-size: 1em;
	line-height: 1.6em;
	color: #4c4c4c;
}

#mainContent p {
	margin-bottom: 1.25em;
}

/* SNS */
#sns {
	width: 630px;
}

/* ============================================================
04: SIDE
============================================================ */

#side {
	float: left;
	margin: 22px 0 -10px 0;
	width: 300px;
}

/* SUB NAVIGATION */
#subNav ul {
	margin-bottom: 15px;
	border-bottom: 2px solid #e6e6e6;
}

#subNav ul li {
	margin: 0;
	list-style: none;
}
#subNav ul li a {
	display: block;
	height: 43px;
	text-indent: -9999px;
}

#subNav ul li.subNavB a { /* テキストが2行の場合 */
	display: block;
	height: 62px;
	text-indent: -9999px;
}

#subNav ul ul.subsubNav { /* 孫ナビ */
	margin: 0;
	padding: 0 0 4px;
	border: 0;
	background-color: #ededed;
	overflow: visible;
}
#subNav ul ul.subsubNav li a {
	height: 39px;
}
#subNav ul ul.subsubNav li:first-child {
	padding: 4px 0 0;
}
#subNav ul ul.subsubNav li:first-child a {
	height: 43px;
}

/* FULLMEMBER BANNER */
#sideBnrCatch {
	height: 40px;
}

#sideBnr {
	margin-bottom: 15px;
}

/* LOGIN */
#sideLogin {
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 3px solid #98cc66;
	background-color: #e1f2d1;
}

#sideLogin header h1 {
	height: 22px;
	font-size: 0;
}

#btnLogin {
	width: 259px;
	height: 51px;
	overflow: hidden;
}
#btnLogin a {
	display: block;
	padding-top: 51px;
	width: 259px;
	height: 0;
	background: url(../img/btn_supporter_menu.png) left top no-repeat;
}
#btnLogin a:hover {
	background-position: -270px top;
}

#btnSignup {
	width: 259px;
	height: 51px;
	overflow: hidden;
}
#btnSignup a {
	display: block;
	padding-top: 51px;
	width: 259px;
	height: 0;
	background: url(../img/btn_supporter_menu.png) left -60px no-repeat;
}
#btnSignup a:hover {
	background-position: -270px -60px;
}

.sideLoginBtn {
	margin: 12px 0 0 20px;
}

/* SUPPORTER MENU */
#sideMenu {
	margin-bottom: 15px;
	border-bottom: 3px solid #98cc66;
	background-color: #e1f2d1;
}

#sideMenu header h1 {
	height: 38px;
	font-size: 0;
}

#status {
	float: left;
	width: 110px;
	font-size: .75em;
	line-height: 32px;
	height: 32px;
	text-align: center;
	color: #fff;
	background-color: #f7ad3c;
}

#supporterId {
	float: left;
	width: 190px;
	font-weight: bolder;
	line-height: 32px;
	height: 32px;
	text-align: center;
	color: #e78800;
	background-color: #fef6e9;
}

#sideMenu ul {
	margin-bottom: 0;
	padding: 12px 0 2px 20px;
	overflow: hidden;
}

#sideMenu li.menu {
	margin: 0 0 10px 0;
	width: 259px;
	list-style: none;
	overflow: hidden;
}

#sideMenu li.menu a {
	display: block;
	width: 259px;
	height: 0;
	background: url(../img/btn_supporter_menu.png) left top no-repeat;
}

#sideMenu li#menu01, #sideMenu li#menu02, #sideMenu li#menu04  { height: 51px; }
#sideMenu li#menu03, #sideMenu li#menu05,#sideMenu li#menu07  { height: 61px; }
#sideMenu li#menu06  { height: 43px; }

#sideMenu li#menu01 a {
	padding-top: 51px;
	background-position: left -120px;
}
#sideMenu li#menu01 a:hover { background-position: -270px -120px; }

#sideMenu li#menu02 a {
	padding-top: 51px;
	background-position: left -180px;
}
#sideMenu li#menu02 a:hover { background-position: -270px -180px; }

#sideMenu li#menu03 a {
	padding-top: 61px;
	background-position: left -240px;
}
#sideMenu li#menu03 a:hover { background-position: -270px -240px; }

#sideMenu li#menu04 a {
	padding-top: 51px;
	background-position: left -310px;
}
#sideMenu li#menu04 a:hover { background-position: -270px -310px; }

#sideMenu li#menu05 a {
	padding-top: 61px;
	background-position: left -370px;
}
#sideMenu li#menu05 a:hover { background-position: -270px -370px; }

#sideMenu li#menu06 a {
	padding-top: 43px;
	background-position: left -440px;
}
#sideMenu li#menu06 a:hover { background-position: -270px -440px; }

#sideMenu li#menu07 a {
	padding-top: 61px;
	background-position: left -490px;
}
#sideMenu li#menu07 a:hover { background-position: -270px -490px; }
/* SIDE INFO */
.sideInfo {
	margin-bottom: 10px;
}

.sideInfoTitle {
	height: 43px;
}

.sideInfoContent {
	padding: 20px;
	background-color: #ededed;
	overflow: hidden;
}

.sideInfoText {
	float: left;
	width: 162px;
}

/* SIDE BUTTON */
#btnFb, #btnTw, #btnInterview, #btnSupport {
	margin-bottom: 10px;
	width: 300px;
	height: 72px;
	overflow: hidden;
}

#btnFb a {
	display: block;
	padding-top: 72px;
	width: 300px;
	height: 0;
	background: url(../img/btn_global.png) left -70px no-repeat;
}
#btnFb a:hover { background-position: -310px -70px; }

#btnTw a {
	display: block;
	padding-top: 72px;
	width: 300px;
	height: 0;
	background: url(../img/btn_global.png) left -310px no-repeat;
}
#btnTw a:hover { background-position: -310px -310px; }

#btnInterview a {
	display: block;
	padding-top: 72px;
	width: 300px;
	height: 0;
	background: url(../img/btn_global.png) left -150px no-repeat;
}
#btnInterview a:hover { background-position: -310px -150px; }

#btnSupport a {
	display: block;
	padding-top: 72px;
	width: 300px;
	height: 0;
	background: url(../img/btn_global.png) left -230px no-repeat;
}
#btnSupport a:hover { background-position: -310px -230px; }

/* SUPPORTER SEARCH */
#sideSearch {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 3px solid #63bfef;
	background-color: #dcf3fc;
	overflow: hidden;
}

#sideSearch header h1 {
	height: 38px;
	font-size: 0;
}

#whatsSupporter {
	padding: 20px 0 0 20px;
}

#whatsSupporter img {
	display: block;
}

#whatsSupporter p {
  font-weight: normal;
  font-size: .75em;
  line-height: 1.65em;
  color: #333;
  padding: 0 20px 0 0;
  margin: 10px 0 0;
}

#whatsSupporter2 {
  clear: both;
  margin: 20px auto 0;
	padding: 20px 0 15px 20px;
}

#whatsSupporter2 img {
	display: block;
}

#sideSearch form {
  clear: both;
  overflow: hidden;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px dotted #63bfef;
}
#sideSearch form:first-child {
  border-top: none;
}

#sideSearch dl {
	margin-left: 20px;
}

#sideSearch dt {
	display: block;
	float: left;
	margin-right: 10px;
}

#sideSearch dt select {
	font-size: .75em;
  width: 170px;
}

#sideSearch dd {
	display: block;
	float: left;
	height: 30px;
	background: url(../img/btn_search_on.gif) left top no-repeat;
}

#sideSearch dd input:hover {
	opacity: 0.0;
	filter: alpha(opacity=0); /* for IE */
}

/* ============================================================
05: FOOTER
============================================================ */

#globalFooter {
	clear: both;
	width: 100%;
}

#globalFooter a:hover {
	color: #03436f;
}

#goTop {
	margin: 0 auto;
	width: 960px;
}

#btnTop {
	float: right;
	width: 128px;
	height: 34px;
	overflow: hidden;
}
#btnTop a {
	display: block;
	padding-top: 34px;
	width: 128px;
	height: 0;
	background: url(../img/btn_global.png) left -30px no-repeat;
}
#btnTop a:hover {
	background-position: -310px -30px;
}

/* SITEMAP */
#sitemap {
	clear: both;
	font-size: 14px;
	line-height: 18px;
	background-color: #ededed;
}
#sitemap a, #sitemap a:visited {
	color: #0186cc;
}
#sitemap a:hover {
	color: #03436f;
}

#sitemapInner {
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
	overflow: hidden;
}

#sitemapAbout {
	float: left;
	margin-right: 22px;
	border-right: 1px solid #fff;
	width: 239px;
	height: 200px;
}

#sitemapLocomo {
	float: left;
	margin-right: 22px;
	border-right: 1px solid #fff;
	width: 183px;
	height: 200px;
}

#sitemapCheck {
	float: left;
	margin-right: 22px;
	border-right: 1px solid #fff;
	width: 244px;
	height: 200px;
}

#sitemapReport {
	float: left;
	width: 225px;
}

#sitemapSupporter {
	float: left;
	margin-top: 14px;
	width: 225px;
}

p.sitemapTitle {
	margin-bottom: 8px;
	padding-left: 19px;
	background: url(../img/mark_a.gif) left center no-repeat;
}

ul.sitemapList {
	margin-bottom: 0;
}

ul.sitemapList li {
	margin: 0 0 8px 0;
	padding-left: 19px;
	background: url(../img/mark_b.gif) left top no-repeat;
	list-style: none;
}

/* SITEINFO */
#siteinfo {
	color: #fff;
	background-color: #63bfef;
}
#siteinfo a, #siteinfo a:visited {
	color: #fff;
}

#siteinfoInner {
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	overflow: hidden;
}

#siteinfo ul {
	float: left;
	width: 430px;
	font-size: .875em;
	line-height: 1.5em;
}

#siteinfo ul li {
	display: inline;
	margin: 0;
	list-style: none;
}

#siteinfo ul li a {
	margin-right: .5em;
}

#copyright {
	float: left;
	width: 530px;
	font-size: .6875em;
	line-height: 1.36em;
	text-align: right;
}

#copyright p {
	margin-bottom: 4px;
}

p.copyrightStrong {
	font-size: 1.27em;
	line-height: 1.57em;
}

/* ============================================================
06: GLOBAL
============================================================ */

.leftText {
	float: left;
	padding-right: 20px;
	width: 370px;
}

.rightText {
	float: left;
	width: 370px;
}

.leftImg {
	float: left;
	padding-right: 20px;
	width: 240px;
}

.rightImg {
	float: left;
	width: 240px;
}

.fullImg {
	width: 100%;
	margin-bottom: 1.35em;
	overflow: hidden;
}

figcaption {
	margin: .5em 0 1em 0;
	font-size: .75em;
	line-height: 1.5em;
	color: #4c4c4c;
}

.mark {
	padding-left: 22px;
	background: url(../img/mark_c.gif) left center no-repeat;
}

.box00 {
	width: 630px;
}

.box01 {
	margin-bottom: 40px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

.box02 {
	margin-bottom: 40px;
	padding-top: 30px;
	border-top: 3px solid #e6e6e6;
}

#pdf {
	margin: 0;
	padding-top: 1.25em;
}

#pdf ul {
	margin-bottom: 0;
}

#pdf ul li {
	margin: 0 0 1.25em 5px;
	padding-left: 43px;
	list-style: none;
	background: url(../img/icon_pdf.png) left center no-repeat;
}

.pickupImg {
	float: left;
	margin-right: 10px;
	padding: 1px;
	width: 86px;
	height: 108px;
	background-color: #ccc;
	overflow: hidden;
}

.pickupImg img {
	width: 86px;
	height: 108px;
	text-align: center;
	vertical-align: middle;
	background-color: #eff8fc;
}

.pickupTime {
	color: #4c4c4c;
	font-weight: bolder;
	font-size: .75em;
	line-height: 1.65em;
}

.pickupText {
	font-size: 0.875em;
	line-height: 1.55em;
}