@charset "UTF-8";

/* CSS Document */

@media print, screen and (min-width:980px) {

.tab-content {
    width: 1100px;
    margin: 0px auto;
	margin-top: 10px;
    padding: 0;
}

.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  font-family: 'IM Fell DW Pica SC', serif;
  background-color: #202020;
  width: 180px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #202020;
}

.tab-content input[type="radio"]:checked + label {
  background: #fff url(../img/diagonal_line_gray.png) repeat;
  color: #000;
  border-bottom: 1px solid #fff;
}

.tab-content .tab-box {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #7A877A;
  margin-top: -1px;
}

.tab-content > .tab-box > div {
  display: none;
}

/**/

.tab-content2 {
    width: 1200px;
    margin: 30px auto;
	margin-bottom: 0;
    padding: 0;
}

.tab-content2 input[type="radio"] {
  display: none;
}

.tab-content2 label {
  background-color: #7A877A;
  width: 130px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #7A877A;
}

.tab-content2 input[type="radio"]:checked + label {
  background: #fff;
  color: #484848;
  border-bottom: 1px solid #fff;
}

.tab-content2 .tab-box {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #7A877A;
  margin-top: -1px;
}

.tab-content2 > .tab-box > div {
  display: none;
}

/**/

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

#tab4:checked ~ .tab-box > #tabView4 {
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

}

@media only screen and (min-width:0px) and (max-width:979px) {

.tab-content {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  font-family: 'IM Fell DW Pica SC', serif;
  background-color: #202020;
  color: #fff;
  display: inline-block;
  padding: 5px 14px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #202020;
}

.tab-content input[type="radio"]:checked + label {
  background: #fff url(../img/diagonal_line_gray.png) repeat;
  color: #000;
  border-bottom: 1px solid #fff;
}

.tab-content .tab-box {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid #7A877A;
  margin-top: -1px;
}

.tab-content > .tab-box > div {
  display: none;
}

/**/

.tab-content2 {
    width: 100%;
    margin: 30px auto;
	margin-bottom: 0;
    padding: 0;
}

.tab-content2 input[type="radio"] {
  display: none;
}

.tab-content2 label {
  background-color: #7A877A;
  color: #fff;
  display: inline-block;
  padding: 5px 14px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #7A877A;
}

.tab-content2 input[type="radio"]:checked + label {
  background: #fff;
  color: #343A33;
  border-bottom: 1px solid #fff;
}

.tab-content2 .tab-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #7A877A;
  margin-top: -1px;
}

.tab-content2 > .tab-box > div {
  display: none;
}

/**/

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

#tab4:checked ~ .tab-box > #tabView4 {
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}


}