/*
Theme Name: dsaa
*/

@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img, iframe {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

area {
  outline: none;
  border: none;
}

body {
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fff;
}

#header {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  #header {
    width: 640px;
  }
}
#header #logoBox {
  width: 300px;
  height: 44px;
  margin: 22px 0 11px 30px;
}
@media screen and (max-width: 660px) {
  #header #logoBox {
    width: 525px;
    height: 77px;
    margin: 11px auto;
  }
}
#header #logoBox > a {
  background-image: url("./img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 300px;
  height: 44px;
}
@media screen and (max-width: 660px) {
  #header #logoBox > a {
    width: 525px;
    height: 77px;
  }
}

.line {
  color: #c8c5c5;
  background-color: #c8c5c5;
  margin: 0;
  height: 1px;
  border: none;
  width: 100%;
  min-width: 950px;
}
@media screen and (max-width: 660px) {
  .line {
    min-width: 640px;
  }
}

#buttonBox {
  box-sizing: border-box;
  padding: 3px 85px 5px;
  width: 950px;
  height: 43px;
  margin: 0 auto;
  *zoom: 1;
}
#buttonBox:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 660px) {
  #buttonBox {
    padding: 9px 5px 15px;
    width: 640px;
    height: 70px;
  }
}
#buttonBox .button {
  float: left;
  width: 90px;
  height: 36px;
  margin: 0 33px;
}
@media screen and (max-width: 660px) {
  #buttonBox .button {
    width: 120px;
    height: 48px;
    margin: 0 3px;
  }
}
#buttonBox .button > a {
  display: block;
  width: 90px;
  height: 36px;
  background-image: url(./img/button.png);
  background-size: 450px 72px;
}
#buttonBox .button > a.button1 {
  background-position: 0 0;
}
#buttonBox .button > a.button1.current {
  background-position: 0 -36px;
}
#buttonBox .button > a.button2 {
  background-position: -90px 0;
}
#buttonBox .button > a.button2.current {
  background-position: -90px -36px;
}
#buttonBox .button > a.button3 {
  background-position: -180px 0;
}
#buttonBox .button > a.button3.current {
  background-position: -180px -36px;
}
#buttonBox .button > a.button4 {
  background-position: -270px 0;
}
#buttonBox .button > a.button4.current {
  background-position: -270px -36px;
}
#buttonBox .button > a.button5 {
  background-position: -360px 0;
}
#buttonBox .button > a.button5.current {
  background-position: -360px -36px;
}
@media screen and (max-width: 660px) {
  #buttonBox .button > a {
    width: 120px;
    height: 48px;
    background-size: 600px 96px;
  }
  #buttonBox .button > a.button1 {
    background-position: 0 0px;
  }
  #buttonBox .button > a.button1.current {
    background-position: 0 -48px;
  }
  #buttonBox .button > a.button2 {
    background-position: -120px 0;
  }
  #buttonBox .button > a.button2.current {
    background-position: -120px -48px;
  }
  #buttonBox .button > a.button3 {
    background-position: -240px 0;
  }
  #buttonBox .button > a.button3.current {
    background-position: -240px -48px;
  }
  #buttonBox .button > a.button4 {
    background-position: -360px 0;
  }
  #buttonBox .button > a.button4.current {
    background-position: -360px -48px;
  }
  #buttonBox .button > a.button5 {
    background-position: -480px 0;
  }
  #buttonBox .button > a.button5.current {
    background-position: -480px -48px;
  }
}
#buttonBox .button > a:hover.button1 {
  background-position: 0 -36px;
}
#buttonBox .button > a:hover.button2 {
  background-position: -90px -36px;
}
#buttonBox .button > a:hover.button3 {
  background-position: -180px -36px;
}
#buttonBox .button > a:hover.button4 {
  background-position: -270px -36px;
}
#buttonBox .button > a:hover.button5 {
  background-position: -360px -36px;
}
@media screen and (max-width: 660px) {
  #buttonBox .button > a:hover.button1 {
    background-position: 0 -48px;
  }
  #buttonBox .button > a:hover.button2 {
    background-position: -120px -48px;
  }
  #buttonBox .button > a:hover.button3 {
    background-position: -240px -48px;
  }
  #buttonBox .button > a:hover.button4 {
    background-position: -360px -48px;
  }
  #buttonBox .button > a:hover.button5 {
    background-position: -480px -48px;
  }
}

#topImageBox {
  background-color: #e41f20;
  width: 100%;
  min-width: 950px;
  height: 270px;
}
@media screen and (max-width: 660px) {
  #topImageBox {
    min-width: 640px;
    height: auto;
  }
}
#topImageBox #topImage {
  background-image: url('./img/bb1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 886px;
  height: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  #topImageBox #topImage {
    width: 600px;
    height: 183px;
  }
}

#newsContainer {
  box-sizing: border-box;
  width: 950px;
  padding: 0 31px;
  margin: 12px auto 22px;
}
@media screen and (max-width: 660px) {
  #newsContainer {
    padding: 0 20px;
    width: 640px;
  }
}

#newsBox {
  width: 886px;
  height: 112px;
  border: solid 1px #c8c5c5;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.4;
}
#newsBox .title {
  background-image: url(./img/news_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 196px;
  height: 27px;
}
@media screen and (max-width: 660px) {
  #newsBox {
    font-size: 1.6rem;
    width: 598px;
    height: 212px;
  }
  #newsBox .title {
    width: 250px;
    height: 35px;
  }
}
#newsBox #newsTextBox {
  box-sizing: border-box;
  padding: 5px 0 5px 20px;
  width: 886px;
  height: 85px;
  overflow-x: auto;
}
@media screen and (max-width: 660px) {
  #newsBox #newsTextBox {
    width: 598px;
    height: 177px;
  }
}
#newsBox #newsTextBox .newsArticle {
  padding: 2px 0;
}
#newsBox #newsTextBox .newsArticle span.indentNews1 {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
#newsBox #newsTextBox .newsArticle span.indentNews2 {
  display: inline-block;
  width: 735px;
  vertical-align: top;
}
@media screen and (max-width: 660px) {
  #newsBox #newsTextBox .newsArticle {
    padding: 6px 0;
  }
  #newsBox #newsTextBox .newsArticle span.indentNews2 {
    display: inline-block;
    width: 550px;
    vertical-align: top;
  }
}

#bannerBox {
  box-sizing: border-box;
  padding: 0 13px;
  width: 950px;
  height: 102px;
  margin: 0 auto;
  *zoom: 1;
}
#bannerBox:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#bannerBox .banner {
  list-style-type: none;
  float: left;
  width: 270px;
  height: 100px;
  border: solid 1px #c8c5c5;
  margin: 0 18px 18px;
}
#bannerBox .banner img {
  vertical-align: baseline;
}
#bannerBox > li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 660px) {
  #bannerBox {
    width: 640px;
  }
  #bannerBox > li:nth-of-type(3n) {
    margin-right: 18px;
  }
  #bannerBox > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

#contentsBox {
  width: 950px;
  box-sizing: border-box;
  padding: 0 100px;
  margin: 0 auto;
}
#contentsBox.top {
  height: 210px;
}
@media screen and (max-width: 660px) {
  #contentsBox {
    padding: 0;
    width: 640px;
  }
}

#footerBox {
  border: solid 1px #c2bebe;
  border-left: none;
  border-right: none;
  width: 100%;
  min-width: 950px;
  background-color: #dddddd;
  margin-bottom: 12px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 660px) {
  #footerBox {
    min-width: 640px;
  }
}
#footerBox #menuButtonBox {
  width: 622px;
  height: 28px;
  margin: 18px auto;
  font-size: 1.3rem;
  line-height: 1.2;
  *zoom: 1;
}
#footerBox #menuButtonBox:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 660px) {
  #footerBox #menuButtonBox {
    width: 640px;
    font-size: 1.6rem;
  }
}
#footerBox #menuButtonBox .button {
  float: left;
  height: 28px;
  margin: 0 35px;
}
@media screen and (max-width: 660px) {
  #footerBox #menuButtonBox .button {
    margin: 0;
    height: 40px;
    width: 158px;
  }
}
#footerBox #menuButtonBox .button > a {
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  display: table-cell;
  height: 28px;
}
#footerBox #menuButtonBox .button > a:visited {
  color: #000;
}
#footerBox #menuButtonBox .button > a:focus {
  color: #000;
}
#footerBox #menuButtonBox .button > a:hover {
  color: #666;
}
#footerBox #menuButtonBox .button > a:active {
  color: #000;
}
@media screen and (max-width: 660px) {
  #footerBox #menuButtonBox .button > a {
    height: 40px;
    width: 158px;
  }
}
#footerBox #menuButtonBox .partition {
  background-color: #000;
  height: 28px;
  width: 1px;
  float: left;
}
@media screen and (max-width: 660px) {
  #footerBox #menuButtonBox .partition {
    height: 40px;
  }
}
#footerBox #menuButtonBox > li:last-of-type {
  margin-right: 0;
}
#footerBox .name {
  padding: 12px 0 8px;
  font-size: 1.3rem;
}
#footerBox .address {
  font-size: 1.1rem;
}
#footerBox #loginButtonBox {
  width: 860px;
  height: 28px;
  margin: 12px auto;
  text-align: right;
}
#footerBox #loginButtonBox #loginButton {
  width: 149px;
  height: 28px;
  display: inline-block;
}
#footerBox #loginButtonBox #loginButton2 {
  width: 149px;
  height: 28px;
  display: inline-block;
}
#footerBox #loginButtonBox #loginButton > a {
  background-image: url(./img/login_button.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 149px;
  height: 28px;
}
#footerBox #loginButtonBox #loginButton2 > a {
  background-image: url(./img/login_button2.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 149px;
  height: 28px;
}
#footerBox .copy {
  font-size: 1.2rem;
  padding-bottom: 15px;
}
@media screen and (max-width: 660px) {
  #footerBox .name {
    font-size: 1.6rem;
  }
  #footerBox .address {
    font-size: 1.4rem;
  }
  #footerBox .copy {
    font-size: 1.6rem;
  }
  #footerBox #loginButtonBox {
    width: 600px;
    height: 31px;
    margin: 22px auto;
    text-align: right;
  }
  #footerBox #loginButtonBox #loginButton {
    width: 160px;
    height: 31px;
    display: inline-block;
  }
  #footerBox #loginButtonBox #loginButton > a {
    width: 160px;
    height: 31px;
  }
  #footerBox #loginButtonBox #loginButton2 {
    width: 160px;
    height: 31px;
    display: inline-block;
  }
  #footerBox #loginButtonBox #loginButton2 > a {
    width: 160px;
    height: 31px;
  }
}

/*contents*/
.conttentsLine {
  background-color: #e41f20;
  margin: 8px 0 20px;
  height: 12px;
  border: none;
  min-width: 950px;
}
@media screen and (max-width: 660px) {
  .conttentsLine {
    min-width: 640px;
  }
}

.contentsTitle {
  color: #000;
  font-size: 1.2rem;
  height: 28px;
  background-color: #ccc;
  box-sizing: border-box;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .contentsTitle {
    display: block;
    font-size: 1.6rem;
    width: 610px;
    margin: 0 auto;
  }
}

.contentsText {
  padding: 18px 0 35px;
  font-size: 1.1rem;
  line-height: 1.6;
  width: 700px;
  padding-left: 50px;
}
@media screen and (max-width: 660px) {
  .contentsText {
    font-size: 1.6rem;
    box-sizing: border-box;
    width: 590px;
    padding-left: 0;
    margin: 0 auto;
  }
}

/*about*/
span.indentAbout1 {
  display: inline-block;
  width: 65px;
  vertical-align: top;
}
@media screen and (max-width: 660px) {
  span.indentAbout1 {
    width: 85px;
  }
}

span.indentAbout2 {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}

span.indentAbout3 {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 660px) {
  span.indentAbout3 {
    width: 580px;
    padding-bottom: 12px;
  }
}

.kanji {
  padding: 10px 0;
}

.aboutImage {
  background-image: url("./img/about_image1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 512px;
  height: 58px;
  margin: 18px 0 35px 50px;
}
@media screen and (max-width: 660px) {
  .aboutImage {
    width: 590px;
    height: 68px;
    margin: 18px 25px 35px;
  }
}

/*member*/
.memberBlock01 {
  margin-top: 20px;
}
span.memberRight {
  position: absolute;
  right: 0;
  top: 5px;
}
.memberHeading3 {
  margin: 10px 0 10px;
}
@media screen and (max-width: 660px) {
  span.memberRight {
    right: -20px;
  }
}

.menberContents {
  position: relative;
}


/* notice */
.sectionNotice .noticeList01 {
  margin-top: 16px;
  margin-bottom: 16px;
}