@charset "UTF-8";
/*　文字コード　*/
body {
  color: #402000;
  line-height: 1.6;
}

a {
  color: #0000ff;
}
a:hover {
  color: #ff0000;
}

/*---------------------------------------------------------
	wrap
---------------------------------------------------------*/
#wrap {
  overflow: hidden;
  margin: 0 auto;
  min-width: 943px;
  width: 100%;
  background-color: #ffffff;
  background-image: url(../img/beginner/bg_wrap.jpg);
  background-attachment: fixed;
  background-position: center 0px;
  background-repeat: no-repeat;
}

/*---------------------------------------------------------
	header
---------------------------------------------------------*/
#header {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 943px;
  height: 341px;
  background-image: url(../img/beginner/bg_header.png);
}
#header > h1 {
  text-align: center;
  margin: 45px auto;
}
#header .logoDqtv {
  position: absolute;
  top: 50px;
  right: 30px;
  bottom: auto;
  left: auto;
  z-index: 20;
}
#header .backHome {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 43px;
  left: 24px;
  z-index: 20;
}

/*---------------------------------------------------------
	container
---------------------------------------------------------*/
#container {
  width: 940px;
  margin: 0 auto;
}

/*---------------------------------------------------------
	subnav
---------------------------------------------------------*/
#subnav {
  position: relative;
  float: left;
  padding: 8px 0 0;
  width: 235px;
  background-image: url(../img/beginner/bg_subnav_head.jpg);
  background-repeat: no-repeat;
}
#subnav > ul {
  background-image: url(../img/beginner/bg_subnav.jpg);
  background-repeat: repeat-y;
  text-align: center;
}
#subnav > ul li img {
  vertical-align: top;
}
#subnav:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -9px;
  left: 0;
  z-index: 20;
  display: block;
  width: 235px;
  height: 9px;
  content: '';
  background-image: url(../img/beginner/bg_subnav_bottom.jpg);
  background-repeat: no-repeat;
}

.fixed {
  position: fixed !important;
  top: 15px;
}

/*---------------------------------------------------------
	main
---------------------------------------------------------*/
#main {
  float: right;
  padding: 24px 0 0;
  width: 680px;
  background-image: url(../img/beginner/bg_main_head.jpg);
  background-repeat: no-repeat;
}
#main .contents {
  overflow: hidden;
  padding: 0 18px;
  min-height: 1000px;
  background-image: url(../img/beginner/bg_main.jpg);
  background-repeat: repeat-y;
}

/*---------------------------------------------------------
	sectionIntro
---------------------------------------------------------*/
.sectionIntro {
  position: relative;
  margin: 10px auto 30px;
  width: 610px;
  background-image: url(../img/beginner/bg_section_p1.jpg);
  background-repeat: repeat-y;
  color: #f5f2df;
}
.sectionIntro h2 {
  padding: 18px 20px 0px;
  font-size: 18px;
}
.sectionIntro p {
  padding: 0px 20px 18px;
}
.sectionIntro:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 20;
  display: block;
  width: 610px;
  height: 4px;
  content: '';
  background-image: url(../img/beginner/bg_section_p1_head.jpg);
  background-repeat: no-repeat;
}
.sectionIntro:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  width: 610px;
  height: 4px;
  content: '';
  background-image: url(../img/beginner/bg_section_p1_bottom.jpg);
  background-repeat: no-repeat;
}
.sectionIntro .caution {
  color: #ffca4b;
  font-size: 12px;
}

/*---------------------------------------------------------
	section
---------------------------------------------------------*/
.section > h2 {
  position: relative;
  margin: 0 0 -20px;
  z-index: 100;
}
.section .box {
  overflow: hidden;
  margin: 0 auto 12px;
  width: 594px;
}
.section .box .box__head img{
  vertical-align: bottom;
}
.section .box:after {
  display: block;
  width: 594px;
  height: 7px;
  background-image: url(../img/beginner/bg_box_bottom.png);
  content: "";
}
.section .box .inner {
  background-image: url(../img/beginner/bg_box.png);
  background-repeat: repeat-y;
}
.section .box .inner .photo {
  float: left;
  margin: 5px 0 0 14px;
}
.section .box .inner .details {
  float: left;
  margin: 12px 0 0 4px;
  font-size: 13px;
}
.section .box .inner .details ul {
  margin: 10px 0 0;
  background-image: url(../img/beginner/bg_border.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.section .box .inner .details ul li {
  padding: 5px 0;
  background-image: url(../img/beginner/bg_border.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.section .box .inner .details ul li span {
  display: block;
  background-image: url(../img/beginner/bg_icon.png);
  background-repeat: no-repeat;
  background-position: 10px 3px;
  padding: 0 0 0px 36px;
}
.section .box .inner .details ul li span a {
  color: #402000;
}
.section .box .inner .details ul li span a:hover {
  color: #ff9900;
}
.section .box .inner > p {
  clear: both;
  padding: 5px 20px 10px;
  font-size: 13px;
}

/*---------------------------------------------------------
	section
---------------------------------------------------------*/
.btn_hiroba_beginner {
  margin: 30px 0 30px;
  text-align: center;
}

.niwango_copyright {
  text-align: center;
  margin: 0 0 30px;
}

