/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 2em;
  color: #666666;
  font-size: 15px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #0042bb;
  text-decoration: none;
}

.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

/********** body ********* */
body {
  font-family:"Lucida Grande", Tahoma, Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
}

/********** wrapper ********* */
#wrapper, .wrapper {
  width: 960px;
  margin: 0 auto; }

/********** header ********* */
header {
}
header div.wrapper {
  position: relative;
}
header h1 {
  background: url(../assets/templates/swc/images/header.png) no-repeat;
  height: 80px;
}
header h1 a {
  display: block;
  height: 80px;
  width: 550px;
}
header a.sitemap {
  display: block;
  background: url(../assets/templates/swc/images/sitemap.png) no-repeat;
  width: 125px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 0;
}
header a.sitemap:hover {
  background: url(../assets/templates/swc/images/sitemap_hover.png) no-repeat;
}
header nav {
  background: url(../assets/templates/swc/images/navi_bg.jpg) repeat-x;
}
header nav ul {
  height: 60px;
  font-size: 0;
}
header nav ul li,
header nav ul li a {
  display: inline-block;
  width: 160px;
  height: 60px;
}
header nav ul li {
  background: url(../assets/templates/swc/images/navi.png) no-repeat;
}
header nav ul li:hover {
  background: url(../assets/templates/swc/images/navi_hover.png) no-repeat;
}
header nav ul li:nth-child(2) {
  background-position: -160px 0;
}
header nav ul li:nth-child(3) {
  background-position: -320px 0;
}
header nav ul li:nth-child(4) {
  background-position: -480px 0;
}
header nav ul li:nth-child(5) {
  background-position: -640px 0;
}
header nav ul li:nth-child(6) {
  background-position: -800px 0;
}
header #slide {
  background: #333333;

}
/* ******** main ********* */
main {
  display: block;
  margin-bottom: 90px;
}
/********** article ********* */
section {
  padding: 40px 0 50px 0;
}
section p {
  margin-bottom: 40px;
}
section p.center, section figure.center, section div.imagebox {
  text-align: center;
}
section p.nospace {
  margin: 0;
}
section div.imagebox figure {
  display: inline-block;
}
section div.imagebox figure img {
  margin-right: 20px;
  margin-left: 20px;
}
section figcaption {
  margin-bottom: 20px;
}
section img.left {
  float: left;
}
section dl.member {
  padding-left: 160px;
}
section dl.member dt, section dl.matsumoto dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
section dl.member dd:nth-child(2), section dl.matsumoto dd:nth-child(2n) {
  font-weight: bold;
}
section dl.member dd:nth-child(3), section dl.matsumoto dd:nth-child(2n+1) {
  margin-left: 1em;
  margin-bottom: 15px;
}
section dl.matsumoto {
  padding-left: 350px;
}
section dl.news dt {
  font-weight: bold;
  margin-top: 10px;
}
section dl.news dd {
  padding-left: 1em;
}
section dl.news dd ul {
  padding-left: 1em;
  margin-top: 10px;
}
section ul.disc li {
  margin-left: 1em;
  list-style: disc;
}
section ol.decimal {
  list-style: decimal;
  margin-left: 80px;
  margin-bottom: 15px;
}
#pickup {
  background: #eef1f7;
  box-shadow: inset 0 5px 20px #ccc;
  padding: 50px 0 30px 0;
}
#pickup div.item {
  width: 300px;
	min-height: 415px;
  float: left;
  margin-right: 30px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
#pickup div.item:last-child {
  margin-right: 0;
}
#pickup p {
  margin: 0;
  padding: 0 15px;
  color: #666666;
}
#pickup p.title {
  color: #02268c;
  font-size: 18px;
  text-align: center;
}
#pickup div.item a {
  float: right;
  margin-right: 10px;
}
#pickup div.item a img.photo {
	margin: 0 -10px 0 0;
	border-bottom: 1px solid #ccc;
}
#about {
  background: url(../assets/templates/swc/images/about_bg.png) no-repeat bottom center;
}
#about h2 {
  background: url(../assets/templates/swc/images/about.png) no-repeat 140px 0;
  width: 960px;
  height: 41px;
  margin: 0 auto;
}
hr {
  border: none;
  background: url(../assets/templates/swc/images/h2_border.png) no-repeat center #02268c;
  height: 2px;
  margin-bottom: 40px;
  position: relative;
}
#topics {
  background: #eef1f7;
}
#topics h2 {
  background: url(../assets/templates/swc/images/topics.png) no-repeat;
  width: 179px; 
  margin: 0 auto;
}
#topics dl {
  margin-top: 20px;
}
#topics dl dt {
  width: 150px;
  float: left;
  padding: 10px 0;
  line-height: 20px;
}
#topics dl dd {
  padding-left: 150px;
  padding: 10px 0;
  border-bottom: 1px dotted #cccccc;
  color: #0042bb;
  line-height: 20px;
}
#topics dl dd:nth-child(2) {
  border-top: 1px dotted #cccccc;
}
#topics dl dd img {
  margin: 0 10px 0 0;
  float: left;
}
#topics dl dd span {
  display: block;
  width: 700px;
  padding-left: 250px;
}
.sub article h2 {
  background: url(../assets/templates/swc/images/sub_h2.png) repeat-x center;
  height: 112px;
  line-height: 112px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  letter-spacing: .2em;
}
.sub article h3 {
  text-align: center;
  font-size: 26px;
  color: #0042bb;
}
.sub article h4 {
  background: url(../assets/templates/swc/images/h4.png) no-repeat left center;
  padding-left: 35px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.sub article section:nth-child(2n+1) {
  background: #eef1f7;
}
.sub article section:nth-child(2n) {
  background: #fff;
}
.sub article section table#outdoor {
  margin: auto;
}
.sub article section #outdoor th {
  background-color: #4cacc6;
  color: #FFFFFF;
  border: 1px #4cacc6 solid;
  padding: 5px 0;
  text-align: center;
}
.sub article section #outdoor td  {
  border: 1px #4cacc6 solid;
  padding: 10px;
  text-align: left;
}
article section span.blue {
  color: #4cacc6;
}
.sub article section table.rep_tab tr td:first-child{
  width: 150px;
} 
.sub article section table.rep_tab tr td p{
  margin-bottom: 20px;
} 
.sub article section table.rep_tab tr td ul{
  margin-bottom: 20px;
} 
/********** footer ********* */
footer {
  background: #0042bb;
  padding: 10px 0 0 0;
}
footer div {
  position: relative;
}
footer a.to_top {
  display: block;
  height: 54px;
  width: 48px;
  background: url(../assets/templates/swc/images/to_top.png) no-repeat;
  position: absolute;
  top: -36px;
  right: -50px;
}
footer ul li {
  display: inline-block;
  margin-right: 10px;
}
footer p.copyright {
  background: #fff;
  color: #666;
  text-align: center;
}
footer p#counter {
  color: #0042bb;
  border: 1px solid #0042bb;
  padding: 0 10px;
  margin-top: 10px;
  position: absolute;
  bottom: 120px;
  right: -810px;
}

footer p#counter span {
  padding-left: 20px;
  font-size: 17px;
}
footer div.counter {
  width: 200px;
　position: absolute;
　bottom: 120px;
　right: -50px;
}
/********** bx-slider ********* */
.bx-wrapper {
  width: 960px;
  margin: 0 auto;
  border: none;
}
.bx-wrapper .bx-pager {
  bottom: -25px;
}
.bx-wrapper .bx-controls-direction a {
  background: url(../assets/templates/swc/images/slide_arrow.png);
  opacity: .85;
  width: 40px;
  height: 40px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -22px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  background-position: 0 -48px;
  right: -18px;
}
.bx-wrapper .bx-pager.bx-default-pager a,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff;
  box-shadow: inset 0 1px 1px #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00ba6f;
}
p.link {
	text-align: center;
}
