@charset "utf-8";


/* import
 ---------------------------------------------------------------------- */
@import url("/css/_reset.css");
@import url("/css/_base.css");
@import url("/css/_header.css");
@import url("/css/_footer.css");
@import url("/css/_module.css");
@import url("/css/wpp.css");

/* id grids
 ---------------------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  display: block;
  overflow: hidden;
}

#content {
  margin: 0;
  width: 500px;
  padding: 0 15px;
}

#content h1 {
  padding: 10px 0 10px 20px;
  margin: 0 0 60px 0;
}

#content h2 {
  padding: 10px 0;
}

#content p {
  line-height: 1.7em;
  margin: 0 0 20px 0;
}

#content .view-all {
  text-align: right;
  margin: 10px 0;
}

#content .view-all img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#content .news-list li {
  margin: 0 0 20px 0;
}

#content .news-list time {
  display: block;
  margin: 0 0 20px 0;
}

#content .news-list img {
  float: left;
  margin: 0 20px 20px 0;
}


/* id design
 ---------------------------------------------------------------------- */

#content .view-all {
  font-size: 124%;
}

#content .news-list li:first-child {
  border-top: 1px dotted #aaa;
  padding-top: 20px;
}

#content .news-list li {
  border-bottom: 1px dotted #aaa;
}

#content .news-list time {
  color: #666;
  font-size: 93%;
}


/* class grids
 ---------------------------------------------------------------------- */

.topPageLeft {
  float: left;
}

.topPageLeft-first {
  margin-right: 40px !important;
}

.reviewWrapTop {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.reviewWrap {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
}

.reviewWrapTop h4 {
  padding: 20px 0 5px !important;
}

.reviewWrap p {
  font-size: 12px;
  line-height: 1.4em !important;
  margin: 0 0 5px 0 !important;
}

.reviewWrap p.name {
  font-size: 14px;
}


/* class design
 ---------------------------------------------------------------------- */

section.infoArea {
  background-image: url('/img/area-blue-bg.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1px;
  display: block;
}

section.infoArea dt {
  padding-top: 5px;
  padding-bottom: 5px;
}

section.infoArea dd {
  border-bottom: 1px dotted #04b5d7;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

section.infoArea dd:last-child {
  border: none;
}

hgroup.infoArea h2 {
  line-height: 27px;
  padding: 0 !important;
  margin: 0 !important;
}

hgroup.infoArea h3 {
  line-height: 27px;
  padding: 4px 0 0 !important;
  margin: 0 !important;
}

section.aboutArea img {
  float: right;
  margin-left: 30px;
}

section.paperArea {
  background-color: #fcf8e4;
  padding: 15px;
  margin: -1em 0 0 !important;
}

section.paperArea p {
  font-size: 108%;
}

section.paperArea h2 {
  color: #04b5d7;
}

section.paperArea h2.no-link {
  color: #2c2c2c;
}

section.paperArea ul li {
  margin: 0 0 0 5px;
  padding: 0 0 10px 20px;
  background-image: url('/img/list-blue.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: medium;
  width: 40%;
  float: left;
  display: block;
}

section.paperArea ul.more li {
  background-image: url('/img/list-orange-more.png') !important;
  background-repeat: no-repeat;
  background-position: left top;
}

section.paperArea .socialCnt ul li.like:not(:target) {
 margin-top: -2px\9;
}

section.paperArea ul.orange li {
  margin: 0 5px 10px 0;
  padding: 0 0 0 20px;
  background-image: url('/img/list-arrow-m.png') !important;
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: medium;
  display: block;
}

.books p, .books p a {
  font-size: 12px;
  line-height: 100%;
  margin: 5px 0 !important;
}

.books p a {
  text-decoration: underline;
}

section.searchBox h2 {
  margin: 60px 0 5px;
  padding: 0 0 0 30px !important;
  line-height: 30px;
  background-image: url('/img/list-arrow.png');
  background-repeat: no-repeat;
  background-position: left top;
  color: #000;
}

section.searchBox h2.first {
  margin: 30px 0 10px !important;
}

section.searchBox ul li {
  margin: 0 0 0 5px;
  padding: 0 0 10px 20px;
  background-image: url('/img/list-orange.png');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: medium;
  width: 28%;
  float: left;
  display: block;
}

.top-page-search {
  margin-top: 10px;
}


.top-page-search .formboxs {
  width: 340px;
}

.socialCnt ul li.line {
  width: 90px !important;
}


/* tag grids
 ---------------------------------------------------------------------- */


/* tag design
 ---------------------------------------------------------------------- */




/* @media
 ---------------------------------------------------------------------- */

@media (max-width: 850px) {
#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 530px !important;
  display: block;
  overflow: hidden;
}
.topPageLeft-first {
  margin-right: 0px !important;
}
}