@charset "UTF-8";
.long .btnType01,
#contents .long .otherList,
.detailModule.long .thumsModule .thumbsWrap,
.detailModule.long .thumsModule #thumbs {
  background: #5F7492;
}
.long.blue .btnType01,
#contents .long.blue .otherList,
.detailModule.long.blue .thumsModule .thumbsWrap,
.detailModule.long.blue .thumsModule #thumbs {
  background: #737aa9;
}
.long.dark-brown .btnType01,
#contents .long.dark-brown .otherList,
.detailModule.long.dark-brown .thumsModule .thumbsWrap,
.detailModule.long.dark-brown .thumsModule #thumbs {
  background: #6E6155;
}
.long.light-brown .btnType01,
#contents .long.light-brown .otherList,
.detailModule.long.light-brown .thumsModule .thumbsWrap,
.detailModule.long.light-brown .thumsModule #thumbs {
  background: #DBA76E;
}

/* listModule
-------------------------------------------- */
.listModule.long ul li p {
  color: #5F7492;
}
.listModule.long.blue ul li p {
  color: #737aa9;
}
.listModule.long.dark-brown ul li p {
  color: #6E6155;
}
.listModule.long.light-brown ul li p {
  color: #DBA76E;
}
.long .titType01 {
  color: #5F7492;
  background-color: #fff;
  border: 2px solid #5F7492;
}
.long.blue .titType01 {
  color: #737aa9;
  background-color: #fff;
  border: 2px solid #737aa9;
}
.long.dark-brown .titType01 {
  color: #6E6155;
  background-color: #fff;
  border: 2px solid #6E6155;
}
.long.light-brown .titType01 {
  color: #DBA76E;
  background-color: #fff;
  border: 2px solid #DBA76E;
}

/* detailModule
-------------------------------------------- */
/* txtWrap */
.detailModule.long .txtWrap h1 {
  color: #5F7492;
}
.detailModule.long.blue .txtWrap h1 {
  color: #737aa9;
}
.detailModule.long.dark-brown .txtWrap h1 {
  color: #6E6155;
}
.detailModule.long.light-brown .txtWrap h1 {
  color: #DBA76E;
}
