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;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
a:link {
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
a:visited {
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
a:active {
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
body{
  background: #d0bd9d;
}
::-webkit-scrollbar{
  width: 12px;
  height: 8px;
}
::-webkit-scrollbar-track{
  border-radius: 4px;
  border: none;
}
::-webkit-scrollbar-thumb{
  border-radius: 6px;
  background: #744445;
}
.pcNone{
  display: none;
}
.headerContainer{
  width: 100%;
  height: 100px;
  background: #5b3536;
  display: flex;
  align-items: center;
}
.headerContainer div{
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 900px;
}
.mainContainer{
  margin: 0 auto;
  padding: 10px 0;
  width: 900px;
  display: flex;
  flex-direction: row;
}
.mainContainerLeft{
  padding: 10px;
  width: 600px;
  border-radius: 5px;
  background: #E3D8C5;
}
.contentsTitleLeft{
  margin: 0 auto 20px;
  padding: 5px 10px;
  width: 95%;
  box-sizing: border-box;
  border: 2px solid #d0bd9d;
  border-radius: 5px;
  background:  #5b3536;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contentsText{
  margin: 0 auto 20px;
  width: 80%;
}
.contentsImg{
  margin: 0 auto 10px;
  width: 80%;
}
.contentsImg img{
  width: 100%;
}
.mainContainerRight{
  margin: 0 0 0 10px;
  padding: 10px;
  width: 290px;
  border-radius: 5px;
  background: #E3D8C5;
  position: relative;
}
.contentsTitleRight{
  margin: 0 0 10px;
  padding: 5px 0;
  width: 100%;
  border: 2px solid #d0bd9d;
  border-radius: 5px;
  background: #5b3536;
  display: flex;
  justify-content: center;
  align-items: center;
}
.twitter{
  height: 450px;
  position: sticky;
  top: 10px;
}
.topmodoru{
  margin: 0 auto;
  padding: 10px 0;
  width: 80%;
  background: #5b3536;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerContainer{
  width: 100%;
  height: 100px;
  background: #5b3536;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px){
  .spNone{
    display: none;
  }
  .pcNone{
    display: block;
  }
  .headerContainer{
    width: 100%;
    height: 100px;
    background: #5b3536;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .headerContainer div{
    padding: 0 20px;
    box-sizing: border-box;
    width: 70%;
  }
  .headerContainer div:nth-child(2){
    padding: 0 20px;
    box-sizing: border-box;
    width: 20%;
    display: flex;
    justify-content: flex-end;
  }
  .mainContainer{
    margin: 0 auto;
    width: 95%;
  }
  .mainContainerLeft{
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    width: 100%x;
    border-radius: 5px;
    background: #E3D8C5;
  }
  .contentsText{
    margin: 0 auto 20px;
    width: 95%;
  }
  .contentsImg{
    margin: 0 auto 10px;
    width: 95%;
  }
}