@charset "UTF-8";
/*----------------------------------------------------------------------------------------*/
/*カート・商品詳細用 商品個別CSS*/
/*▼特商法表示*/
#tokusyo {
  margin: 30px 20px;
}
#tokusyo table {
  border-collapse: collapse;
  background-image: url(../../../img/dot.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#tokusyo td {
  background-position: left bottom;
  background-image: url(../../../img/dot.gif);
  background-repeat: repeat-x;
  font-size: 90%;
  line-height: 1.4em;
}
#tokusyo th {
  background-position: left bottom;
  background-image: url(../../../img/dot.gif);
  background-repeat: repeat-x;
  font-size: 90%;
  line-height: 1.4em;
  border-right: solid 4px #dfe8eb;
  padding: 7px 10px 7px 0px;
  width: 12em;
  text-align: left;
  color: #333;
}
#tokusyo td {
  padding: 7px 0 7px 10px;
}

/*▼商品内容の表示*/
.set-detail {
  margin-top: 10px;
}
.set-detail strong {
  display: inline-block;
  border-bottom: 1px dotted #333;
}
.set-detail ul {
  margin: 5px 0 0 20px;
}

/*▼予約*/
.yoyaku {
  border: 1px solid #900;
  padding: 8px;
  margin-top: 15px;
}
.yoyaku strong {
  color: #900;
}

/*▼追伸 */
.ps {
  margin: 30px auto 0 auto;
}
.ps .head {
  position: relative;
  z-index: 10;
  padding: 0 0 0 20px;
}
.ps .inner {
  position: relative;
  padding: 45px 25px 10px 25px;
  border: 1px solid #999;
  z-index: 0;
  margin: -33px 0 0 0;
}
.ps .inner p {
  margin: 0;
  padding: 0 0 1em 0;
}

/*▼マーケティングはシステムだ！*/
#gc20002 h3 {
  text-align: center;
  color: #036;
  margin: 10px 0 40px 0;
}
#gc20002 h3 strong {
  border-bottom: dotted 2px #036;
  padding-bottom: 2px;
}
#gc20002 .naiyou {
  text-align: center;
  margin: 40px 0 20px 0;
  background-image: url(../img/dot.gif);
  background-repeat: repeat-x;
  background-position: left center;
}
#gc20002 .naiyou-in {
  background-color: #fff;
  border: solid 1px #0d6789;
  padding: 15px 20px;
}
#gc20002 .naiyou-in ul {
  margin: 5px 0 0 20px;
  padding: 0;
}
#gc20002 .naiyou-in ul li {
  padding-bottom: 7px;
}
#gc20002 .photo {
  text-align: center;
  padding: 20px;
}
#gc20002 .att {
  border: solid 1px #c00;
  padding: 10px 12px;
  color: #c00;
  background-color: #fff;
}

/*▼朝礼音声シリーズ*/
#tyorei .subcatch {
  border: solid 1px #2796be;
  padding: 13px 20px;
  margin: 30px 0;
  background-color: #fff;
}
#tyorei h4.title {
  text-align: center;
  border-top: dotted 3px #2796be;
  border-bottom: dotted 3px #2796be;
  padding: 10px 0;
  background-repeat: repeat-x;
  background-position: center center;
  background-color: #eee;
  margin: 40px 0;
  color: #036;
}
#tyorei .naiyou {
  font-size: 130%;
  font-weight: bold;
  color: #333;
  padding: 5px;
  text-align: center;
  margin: 30px 0 10px 0;
  background-color: #F90;
}
#tyorei .naiyou-tbl {
  text-align: center;
}
#tyorei .naiyou-tbl table {
  width: 650px;
  border-collapse: collapse;
}
#tyorei .naiyou-tbl th, #tyorei .naiyou-tbl td {
  border: solid 1px #F90;
  padding: 2px 4px;
  line-height: 130%;
  font-size: 90%;
}
#tyorei .naiyou-tbl th {
  font-weight: normal;
  background-color: #ffdab5;
  border-bottom: solid 2px #F90;
}
#tyorei .naiyou-tbl td.date {
  vertical-align: top;
  text-align: left;
}
#tyorei .naiyou-tbl td.con {
  text-align: left;
}
#tyorei .naiyou-tbl td.bb {
  border-bottom: solid 2px #000000;
}
#tyorei .naiyou-tbl td.no {
  background-color: #006699;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
#tyorei .naiyou-tbl td.btn {
  width: 41px;
}
#tyorei .naiyou-in {
  border: solid 1px #F90;
  padding: 10px 15px;
  margin: 0 10px 40px 10px;
}
#tyorei .item {
  border: solid 1px #F90;
  padding: 10px 15px;
  margin: 0 0 40px 0;
}
#tyorei .item h5 {
  color: #C00;
  font-size: 100%;
  padding-bottom: 3px;
  border-bottom: dotted 1px #F90;
  margin: 0;
}
#tyorei .item ul {
  margin: 10px 0 0 20px;
}
#tyorei .att {
  border: dotted 1px #c00;
  padding: 5px 13px;
}
#tyorei .att strong {
  font-size: 120%;
  color: #c00;
  margin: 30px 0;
}

/*▼困った人たち対応セミナー　第1-4巻　DVD BOX*/
#gc20011 .list {
  border: solid 1px #036;
  padding: 10px 20px;
  margin: 30px;
  background-color: #fff;
}
#gc20011 .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gc20011 .list ul li {
  padding-left: 15px;
  margin: 0;
  background-image: url(../img/icon/blue6.gif);
  background-repeat: no-repeat;
  background-position: left 0.5em;
}
#gc20011 .item {
  margin: 5px 15px 20px 15px;
}

/*▼なんちゃって易経*/
#gc20017 .catch {
  border: solid 1px #FF9900;
  padding: 5 20px;
  margin: 20px 30px;
  text-align: left;
  background-color: #FFFFE8;
  font-weight: bold;
}
#gc20017 .att {
  border: dotted 1px #c00;
  padding: 5px 13px;
  margin-bottom: 40px;
}
#gc20017 .att strong {
  font-size: 120%;
  color: #c00;
  margin: 30px 0;
}

/*▼易経シリーズCD*/
#eki-cd h3.head {
  font-size: 22px;
  text-align: center;
}
#eki-cd p {
  margin: 0 10px 1.3em 10px;
}
#eki-cd .catch {
  border: 1px solid #0d6789;
  padding: 15px;
  margin: 25px 0;
  text-align: center;
  background-color: #FFF;
  background-image: url(../img/common/slash-gr.gif);
}
#eki-cd .catch h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #333;
    margin: 0;
    padding: 0;
}
#eki-cd .catch h3 .r1 {
    text-align: left;
}
#eki-cd .catch h3 .r1 strong {
    color: #0d6789;
}
#eki-cd .catch h3 div.r1 div {
    text-align: right;
}
#eki-cd .catch h3 .r2 {
    padding-top: 20px;
}
#eki-cd .subcatch {
  background-image: url(../img/dot.gif);
  background-repeat: repeat-x;
  background-position: left center;
  text-align: center;
  margin: 30px 0 20px 0;
}
#eki-cd .subcatch strong {
  color: #900;
  font-size: 115%;
  display: inline-block;
  background-color: #FFF;
  margin: 20px 0;
}
#eki-cd h4 {
  font-size: 1.2em;
  border-top: 1px dotted #0d6789;
  border-bottom: 1px dotted #0d6789;
  margin: 1.4em 0;
  padding: 10px;
}
#eki-cd h4 div.r1 div {
    text-align: right;
}
#eki-cd h4 .r2 {
    padding-top: 20px;
    text-align: center;
}
    /*#eki-cd h4 p {
  width: auto;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}
*/
#eki-cd .next {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #0d6789;
  font-size: 120%;
  font-weight: bold;
}
#eki-cd .next img {
  vertical-align: middle;
  margin: 0 1px;
}
#eki-cd .next strong {
  border-bottom: dotted 1px #000;
  margin-left: 10px;
}
#eki-cd .att {
  border: dotted 1px #c00;
  padding: 10px 13px;
  margin: 40px 0;
  color: #C00;
}
#eki-cd .att p {
  margin: 0 0 0.5em 0;
}
#eki-cd .att dl {
  border: none !important;
}
#eki-cd .att dt {
  width: 1.2em;
  float: left;
}
#eki-cd .att dd {
  padding-left: 1.2em;
}
#eki-cd .att_eki dl {
  border: dotted 1px #c00;
  padding: 10px 13px;
  margin: 40px 0;
  color: #C00;
}
#eki-cd .att_eki dt {
  width: 1.2em;
  float: left;
}
#eki-cd .att_eki dd {
  padding-left: 1.2em;
  margin: 0;
}
#eki-cd .tracks.all p.no {
  padding: 15px;
}
#eki-cd .tracks.all dl.noW {
  width: auto;
  margin: 20px 30px 20px;
  overflow: hidden;
  *zoom: 1;
  display: block;
}
#eki-cd .tracks.all dl.noW dt, #eki-cd .tracks.all dl.noW dd {
  display: block;
}
#eki-cd .tracks.all dl.noW dt {
  float: left;
  width: 6em;
}
#eki-cd .tracks.all dl.noW dt span {
  padding: 5px 10px;
}
#eki-cd .tracks.all dl.noW dd {
  padding: 5px 0 15px 6.5em;
}

/*▼ポップのセミナー*/
#pop h4.title {
  text-align: center;
  border-top: dotted 3px #900;
  border-bottom: dotted 3px #900;
  padding: 10px 0;
  background-repeat: repeat-x;
  background-position: center center;
  background-color: #F3F3F3;
  margin: 0px 0 30px;
  color: #c00;
}
#pop h4.title strong {
  border: none;
}
#pop .subtitle {
  margin: 30px 0 20px 0;
  border: solid 1px #900;
  padding: 7px 10px;
  text-align: center;
  color: #900;
  font-weight: bold;
  background-color: #FFF;
  background-image: url(../img/common/slash-gr.gif);
}
#pop .voice {
  border-bottom: dotted 1px #333;
  margin: 0 10px 0 10px;
  padding: 10px 0;
}
#pop .voice td.photo {
  width: 200px;
  vertical-align: top;
  font-size: 80%;
  line-height: 1.4em;
  padding: 0 15px 0 0;
}
#pop .voice td.txt {
  line-height: 1.4em;
  background-color: #ffffe1;
  font-size: 90%;
  padding: 10px;
}
#pop .naiyou td.photo {
  width: 240px;
  vertical-align: top;
  padding: 0 0 0 10px;
  font-size: 80%;
  line-height: 1.3em;
}
#pop .naiyou td.con table {
  width: 400px;
}
#pop .naiyou td.con table th {
  background: #666;
  text-align: center;
  color: #FFF;
}
#pop .naiyou td.con th, #pop .naiyou td.con td {
  padding: 3px 5px;
}

/*▼受注が増えるＰＯＰ見学会*/
#gc20015 .att {
  border: solid 1px #c00;
  padding: 5px 13px;
  margin-bottom: 40px;
  color: #C00;
  text-align: center;
  font-weight: bold;
}
#gc20015 h4.title {
  text-align: center;
  border-top: dotted 3px #900;
  border-bottom: dotted 3px #900;
  padding: 10px 0;
  background-repeat: repeat-x;
  background-position: center center;
  background-color: #F3F3F3;
  margin: 0px 0 30px;
  color: #c00;
}
#gc20015 .subtitle {
  margin: 30px 0 20px 0;
  border: solid 1px #900;
  padding: 7px 10px;
  text-align: center;
  color: #900;
  font-weight: bold;
  background-color: #FFF;
  background-image: url(../img/common/slash-gr.gif);
}
#gc20015 .naiyou {
  margin: 0 15px 30px;
}
#gc20015 .naiyou .in {
  margin: 0 10px 30px;
}
#gc20015 .naiyou h6 {
  border-top: dotted 1px #c00;
  border-bottom: dotted 1px #c00;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 100%;
}
#gc20015 .naiyou .in .text {
  background-color: #fff;
  border: solid 1px #666;
  padding: 10px 15px;
  width: 510px;
  margin: auto;
  clear: both;
}
#gc20015 .naiyou .in .text ul {
  width: 480px;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
#gc20015 .naiyou .in .text ul li.title {
  width: 480px;
  font-weight: bold;
  margin-bottom: 10px;
}
#gc20015 .naiyou .in .text ul li.no {
  width: 240px;
  float: left;
}

/*▼易上級ＤＶＤ*/
.ekijou-list {
  border: solid 2px #999;
  padding: 5px;
  font-size: 90%;
  margin-top: 10px;
}
.ekijou-list span {
  display: inline-block;
  padding-right: 10px;
}

/*▼漫画「バガボンド」を肴にビジネスを考える*/
/*▼ 戦略構築合宿セミナー*/
#gc20018 h4.title {
  text-align: center;
  border-top: dotted 3px #900;
  border-bottom: dotted 3px #900;
  padding: 10px 0;
  background-repeat: repeat-x;
  background-position: center center;
  background-color: #F3F3F3;
  margin: 0px 0 30px;
  color: #900;
  font-size: 115%;
}
#gc20018 .list {
  border: solid 1px #036;
  padding: 10px 20px;
  margin: 30px;
  background-color: #fff;
}
#gc20018 .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gc20018 .list ul li {
  padding-left: 15px;
  margin: 0;
  background-image: url(../img/icon/blue6.gif);
  background-repeat: no-repeat;
  background-position: left 0.5em;
}
#gc20018 .voice {
  margin: 50px 0 20px 0;
}
#gc20018 .voice .subtitle {
  margin: 30px 0 20px 0;
  border: solid 1px #900;
  padding: 7px 10px;
  text-align: center;
  color: #900;
  font-weight: bold;
  background-color: #FFF;
  background-image: url(../img/common/slash-gr.gif);
}
#gc20018 .voice .in {
  margin: 0 15px 10px 15px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #900;
}
#gc20018 .att {
  border: double 3px #c00;
  padding: 10px 13px;
}
#gc20018 .att strong {
  color: #900;
}

/*▼ＴＯＰ1％ＳＥＯセミナーDVD*/
#gc20013 h3 {
  text-align: center;
  color: #0E418D;
  margin-bottom: 30px;
}
#gc20013 .naiyou-in {
  background-color: #FFF;
  border: solid 2px #0E418D;
  padding: 15px 20px;
  margin: 0px 20px;
}
#gc20013 .naiyou-in ul {
  margin: 0 0 0 20px;
  padding: 0;
}

/*▼あうんの新年会議2010【ダウンロード】*/
#gc51001 .att {
  border: dotted 1px #c00;
  padding: 5px 13px;
  margin-bottom: 40px;
}
#gc51001 .att strong {
  font-size: 110%;
  color: #c00;
  border-bottom: dotted 1px #c00;
  display: inline-block;
}
#gc51001 .att2 {
  border: solid 1px #c00;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin: 30px 0;
  color: #c00;
  line-height: 1.5;
}
#gc51001 .att2.top {
  font-size: 105%;
  width: 200px;
  text-align: left;
  float: right;
  margin: 0 0 10px 15px;
  padding: 20px 15px;
  font-weight: normal;
}

/*▼あうん朝礼音声アーカイブCD　2010　Vol.1*/
#gc12012 .att {
  border-bottom: dotted 1px #c00;
  border-top: dotted 1px #c00;
  padding: 10px 5px;
  margin: 40px 10px;
  color: #900;
}
#gc12012 .att strong {
  font-size: 120%;
}
#gc12012 .mokuji .naiyou {
  width: 650px;
  margin: 35px auto 10px auto;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-color: #FF9934;
  font-size: 125%;
}
#gc12012 .mokuji table {
  border-collapse: collapse;
  width: 650px;
}
#gc12012 .mokuji td {
  padding: 3px;
  font-size: 14px;
  line-height: 140%;
  border: solid 1px #FF9934;
}
#gc12012 .mokuji th {
  padding: 3px;
  font-size: 14px;
  line-height: 140%;
  border: solid 1px #FF9934;
  background-color: #FFDAB5;
  color: #333333;
}
#gc12012 .mokuji .center {
  text-align: center;
}
#gc12012 .mokuji td.con {
    text-align: left;
}
#gc12012 .mokuji td:first-child {
    width: 12%;
}
#gc12012 .mokuji td:last-child {
    width: 12%;
    text-align: right;
    padding-right: 10px;
}

/*▼薬事法*/
#gc20012 .naiyou {
  margin: 20px 10px 30px 10px;
  padding: 15px 30px;
  border: 1px solid #036;
  background-color: #fff;
}
#gc20012 .naiyou ul {
  margin: 0 0 0 20px;
}
#gc20012 .box {
  margin: 20px 10px 30px 10px;
  padding: 15px 30px;
  border: 1px solid #036;
  background-color: #e8e8e8;
}
#gc20012 .box .photo {
  width: 120px;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

/*▼本音で新税制を滅多切り　税制言いたい放題！！*/
#shinzeisei p {
  margin: 0 10px 1.3em 10px;
}
#shinzeisei .catch {
  border: 1px solid #c00;
  padding: 15px;
  margin: 25px 0;
  text-align: center;
  background-color: #FFF;
  background-image: url(../img/common/slash-gr.gif);
}
#shinzeisei .catch h3 {
  font-size: 125%;
  line-height: 1.3em;
  color: #333;
  margin: 0;
  padding: 0;
}
#shinzeisei .catch h3 strong {
  color: #c00;
}
#shinzeisei .att {
  font-size: 110%;
  border: dotted 1px #c00;
  padding: 10px 13px;
  margin: 40px 0;
  color: #C00;
}
#shinzeisei .att dt {
  width: 1.2em;
  float: left;
}
#shinzeisei .att dd {
  padding-left: 1.2em;
  margin: 0;
}

#drucker-teiki {
  margin: 30px 10px;
}
#drucker-teiki strong {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 0;
  color: #036;
  font-size: 110%;
  z-index: 2;
  position: relative;
}
#drucker-teiki ul {
  border-top: solid 1px #036;
  border-bottom: solid 1px #036;
  margin: -15px 0 0px 0px;
  padding: 20px 0 10px 25px;
  z-index: 1;
  position: relative;
}

/*▼ダウンロード用*/
.att-dl {
  border: dotted 1px #F00;
  padding: 10px;
  margin: 40px 10px;
}
.att-dl strong {
  font-weight: bold;
  color: #F00;
}
.att-dl li {
  margin-left: 0px;
}

/* -----震災の意味を考える------------*/
#shinsai .in {
  padding: 20px 40px 0 40px;
}
#shinsai .in .main2 {
  float: right;
  position: relative;
  right: -10px;
}
#shinsai .ps {
  width: auto;
  padding: 0 15px;
  background-color: #ededed;
  margin: 35px auto;
}
#shinsai .ps .titleimg {
  position: relative;
  margin-top: -11px;
}
#shinsai .ps p {
  margin: 10px 10px 1em 10px;
}
#shinsai .tocart {
  width: 600px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 590px;
  margin: auto;
}
#shinsai .tocart .box {
  width: 290px;
}
#shinsai .tocart .box.l {
  float: left;
}
#shinsai .tocart .box.r {
  float: right;
}
#shinsai .tocart .box form {
  padding: 10px;
  text-align: right;
  background-color: #E3E3E3;
}

/* -----朝礼音声------------*/
#chorei .txt {
  margin: 30px 15px 3.5em;
}
#chorei .txt p {
  line-height: 1.7em !important;
}
#chorei #tracks {
  margin: 0px 0 50px 0;
}
#chorei #tracks table {
  border-collapse: collapse;
  width: 650px;
  margin: auto;
}
#chorei #tracks th, #chorei #tracks td {
  border: solid 1px #036;
  font-size: 90%;
}
#chorei #tracks th {
  line-height: 1.2em;
  padding: 2px;
  background-color: #EAF7FD;
}
#chorei #tracks td {
  padding: 2px 3px;
}
#chorei #tracks td.no {
  font-family: "Century Gothic", "ＭＳ Ｐゴシック", Osaka;
  text-align: center;
}
#chorei #tracks th.no {
  width: 4.5em !important;
}
#chorei #tracks td.time {
  font-family: "Century Gothic", "ＭＳ Ｐゴシック", Osaka;
  text-align: right !important;
  width: 2em;
}
#chorei h4 {
  font-size: 130%;
  border-bottom: dotted 1px #2796be;
  padding: 4px 0;
  margin-bottom: 15px;
}
#chorei h4 strong {
  border-left: solid 6px #2796be;
  padding: 2px 0 2px 10px;
  display: inline-block;
}
#chorei h4 a {
  font-size: 70%;
  display: inline-block;
  padding: 5px 12px 3px 10px;
  border: solid 1px #2796BE;
  background-color: #FFF;
  color: #2796BE;
  background-image: url(../img/icon2.gif);
  background-repeat: no-repeat;
  background-position: 1px center;
  vertical-align: middle;
  margin-left: 20px;
}
#chorei h5 {
  margin: 20px 5px 5px 5px;
  font-size: 110%;
  display: block;
  background-image: url(../img/h5-bg.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 9px;
}
#chorei h5 strong {
  display: inline-block;
  padding: 3px 10px 3px 5px;
  border-bottom: 4px solid #9ed0e2;
  color: #137296;
}
#chorei .att {
  text-align: center;
  font-size: 1.2em;
  margin: 3em 0;
}
#chorei .att strong {
  padding-bottom: 5px;
  border-bottom: double 3px #c00;
  display: inline-block;
}

/* -----倒産するとどうなるのか？------------*/
#tousan .in {
  padding-top: 0;
  padding-bottom: 40px;
}
#tousan .con {
  margin-bottom: 30px;
  padding: 15px 20px;
  border: solid 1px #8d632d;
}
#tousan .con ul {
  margin: 0 0 0 25px;
  color: #60bbc1;
  font-size: 130%;
}
#tousan .con ul li strong {
  color: #000;
  font-size: 75%;
  font-weight: normal;
}
#tousan .att {
  margin: 20px 60px 0;
  border: solid 1px #900;
  padding: 10px 15px;
  background-color: #FFF;
  color: #c00;
}

/* -----投資セミナーDVD------------*/
#toushi .in {
  padding: 20px 25px;
}
#toushi .con {
  border: 1px solid #55245B;
  padding: 10px 15px;
  margin-bottom: 30px;
  text-align: left;
}
#toushi .con ul {
  margin: 0 0 0 25px;
  padding: 0;
  width: auto;
}
#toushi .att {
  margin: 20px 60px 0;
  border: solid 1px #900;
  padding: 10px 15px;
  background-color: #FFF;
  color: #c00;
}
#toushi .tocart {
  width: 580px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
#toushi .tocart .box {
  width: 280px;
  background-color: #ebebeb;
}
#toushi .tocart .box.l {
  float: left;
}
#toushi .tocart .box.r {
  float: right;
}
#toushi .tocart .box form {
  padding: 10px;
  text-align: right;
}

/* -----社会保険に加入するとどうなるのか？------------*/
#syaho .con {
  margin-bottom: 30px;
  padding: 15px 20px;
  border: solid 1px #6e491b;
}
#syaho .con ul {
  margin: -10px 0 0 25px;
  color: #499ac9;
  font-size: 130%;
}
#syaho .con ul li strong {
  color: #000;
  font-size: 75%;
  font-weight: normal;
}
#syaho .att_syaho {
  margin: 60px 10px 0;
  border: 3px double #900;
  padding: 10px 15px;
  background-color: #FFF;
  color: #900;
  text-align: left;
}
#syaho .att_syaho dl {
  margin: 0;
  padding: 0;
}
#syaho .att_syaho dt {
  width: 1.5em;
  float: left;
}
#syaho .att_syaho dd {
  padding: 0 0 0 1.5em;
  margin: 0;
}
#syaho h5 {
  font-size: 110%;
  display: block;
  background-image: url(../img/h5-bg.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 9px;
  margin: 0px 0 10px 0;
}
#syaho h5 strong {
  display: inline-block;
  padding: 3px 10px 3px 5px;
  border-bottom: 4px solid #9ed0e2;
  color: #137296;
}

/* -----改正消費税攻略セミナー------------*/
#taxdvd .con {
  margin-bottom: 30px;
  padding: 15px 20px;
  border: solid 1px #333;
}
#taxdvd .con ul {
  margin: 0 0 0 25px;
  color: #bf3a00;
  font-size: 130%;
}
#taxdvd .con ul li strong {
  color: #000;
  font-size: 75%;
  font-weight: normal;
}
#taxdvd .att {
  margin: 20px 60px 0;
  border: solid 1px #900;
  padding: 10px 15px;
  background-color: #FFF;
  color: #c00;
}
#taxdvd .tocart {
  width: 580px;
  margin: auto;
  padding-bottom: 40px;
}

/* -----ドラッカー関連------------*/
#drucker {
  line-height: 1.6em;
}
#drucker p {
  margin: 0 20px 1.4em;
}
#drucker .links ul {
  margin: 5px 0px 20px;
  list-style: none;
}
#drucker .links ul li {
  padding: 0 0 5px 20px;
  background-image: url(../img/icon/blue6.gif);
  background-repeat: no-repeat;
  background-position: left;
}

/* -----ドラッカー定期キャンペーン------------*/
#dru_teiki #pageTitle {
  padding: 30px 0;
  text-align: center;
}
#dru_teiki #about {
  padding: 15px 20px;
  background-color: #F2F2F2;
  margin-bottom: 40px;
}
#dru_teiki #about h6 {
  margin: 0 0 1.2em;
  font-size: 1.1em;
}
#dru_teiki #about .comment {
  background-image: url(../img/bg/w-g_gd.gif);
  border: solid 1px #ccc;
  padding: 15px 20px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#dru_teiki #about .comment h6 {
  position: relative;
  z-index: 10;
}
#dru_teiki #about .comment h6 strong {
  display: inline-block;
  padding-right: 5px;
  background-color: #fff;
}
#dru_teiki #about .comment .in {
  padding: 20px 10px 0;
  margin: -30px 0 0 0;
  border-top: solid 1px #cc0211;
  position: relative;
  z-index: 0;
}

/* -----節税白書 ------------*/
#setuzei-hakusyo {
  line-height: 1.8em !important;
  padding: 0px 20px 10px;
}
#setuzei-hakusyo h4 {
  background-image: url(../img/dot/bk_dot.gif);
  background-repeat: repeat-x;
  background-position: left center;
  color: #069;
}
#setuzei-hakusyo h4 strong {
  display: inline-block;
  padding-right: 5px;
  background-color: #fff;
}
#setuzei-hakusyo #series {
  width: 630px;
  margin: 30px auto;
}
#setuzei-hakusyo #series table {
  width: 630px;
  border-collapse: collapse;
  font-size: 1.1em;
  border: solid 2px #cae4e9;
  margin-bottom: 10px;
}
#setuzei-hakusyo #series th {
  padding: 8px 0em 8px 0;
  width: 8em;
  text-align: center;
}
#setuzei-hakusyo #series th.long {
  width: auto !important;
}
#setuzei-hakusyo #series th strong {
  display: inline-block;
  padding: 3px 1em;
  font-weight: normal;
  background-color: #BFE0E6;
  width: 6em;
  white-space: nowrap;
}
#setuzei-hakusyo #series td {
  padding: 5px 10px 5px 1em;
}
#setuzei-hakusyo #series th, #setuzei-hakusyo #series td {
  border-top: solid 1px #cae4e9;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #fff;
  background-image: url(../img/bg/btn_gd.gif);
}
#setuzei-hakusyo dl.ast {
  line-height: 1.5em;
}

/* ----『保険で節税をしてはいけない！』セミナー------------*/
#j-hoken_setsuzei {
  margin: auto;
  text-align: left;
  padding: 10px 0px;
  line-height: 1.7;
}
#j-hoken_setsuzei p {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0px 0px 15px 0px;
}
#j-hoken_setsuzei p strong.bo {
  border-bottom: solid 1px #000;
}
#j-hoken_setsuzei .headtxt {
  padding: 30px 15px 1em 25px;
}
#j-hoken_setsuzei .naiyou_list {
  margin: 2.5em 1.5em;
  padding: 20px 20px;
  border: solid 1px #f8e569;
  background-color: #fdf6cd;
}
#j-hoken_setsuzei .naiyou_list.top {
  border: dotted 2px #999;
  background-color: #fff;
  margin-top: 0;
}
#j-hoken_setsuzei .naiyou_list.top p {
  font-size: 1.1em;
  margin-bottom: 1.2em;
}
#j-hoken_setsuzei .naiyou_list.top p.ls {
  margin-bottom: 0;
}
#j-hoken_setsuzei .naiyou_list li {
  padding: 0 0 7px 20px;
  list-style: none;
  font-size: 1.1em;
  background-image: url(/img/icon/icon-check.gif);
  background-repeat: no-repeat;
  background-position: 0px 0.6em;
}
#j-hoken_setsuzei .naiyou_list li.ls {
  padding-bottom: 0;
}
#j-hoken_setsuzei .naiyou_list p {
  margin: 0;
  padding: 0;
}
#j-hoken_setsuzei .talk {
  border-top: dotted 2px #999;
  border-bottom: dotted 2px #999;
  margin: 2em 0;
  line-height: 1.9;
  padding: 0.8em 10px;
}
#j-hoken_setsuzei .talk .ruby {
  position: relative;
  margin: 0 0 0 -2em;
  display: inline-block;
  width: 2em;
  top: -0.8em;
}
#j-hoken_setsuzei .catch {
  margin: 30px 0 10px 0;
}
#j-hoken_setsuzei .catch dt {
  width: 62px;
  position: relative;
  z-index: 10;
  float: left;
}
#j-hoken_setsuzei .catch dd {
  position: relative;
  z-index: 1;
  border: solid 1px #333;
  padding: 15px 15px 15px 30px;
  margin: 0 0px 0 60px;
  font-size: 1.05em;
  left: -30px;
}
#j-hoken_setsuzei .tocart {
  text-align: center;
}
#j-hoken_setsuzei .tocart .att {
  font-size: 1.05em;
  color: #900;
  font-weight: bold;
}

/* -----マンスリーCDセレクション ------------*/
#motnlyCDselection .title em {
  display: inline-block;
  font-style: normal;
  padding: 5px 5px;
  font-size: 19px;
  margin-left: 7px;
  font-weight: bold;
}
#motnlyCDselection .title strong {
  color: #304276;
  padding: 20px 0 20px 10px;
  font-size: 24px;
  display: block;
  text-align: left;
    line-height: 1.5;
}
#motnlyCDselection .title strong div {
    text-align: right;
}
#motnlyCDselection .title .selection {
  padding: 7px 15px 5px;
  font-size: 16px;
  display: inline-block;
  background-color: #304276;
  color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.4;
}
#motnlyCDselection .title .sp {
  display: block;
  color: #c00;
  font-size: 22px;
  text-align: center;
  margin: 10px 0 30px;
  font-weight: bold;
}
#motnlyCDselection .txt {
  font-size: 17px;
  line-height: 1.8;
  padding: 0 10px 20px;
}
#motnlyCDselection .track {
  overflow: hidden;
  *zoom: 1;
  background-image: url(../img/bg/boxT-foot.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#motnlyCDselection .track .box {
  width: 320px;
  float: left;
  background-image: url(../img/bg/boxT-head.gif);
  background-repeat: no-repeat;
}
#motnlyCDselection .track .box.ls {
  margin-left: 40px;
}
#motnlyCDselection .track .box .disc {
  margin: 10px 15px;
  border-bottom: solid 1px #063445;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Century Gothic", Impact, Verdana;
  font-size: 20px;
}
#motnlyCDselection .track .box ol {
  padding: 15px 13px 15px 3em;
  margin: 0;
  font-size: 15px;
  list-style: decimal;
}
#motnlyCDselection .track .box ol li {
  margin-bottom: 2px;
}
#motnlyCDselection .track.single {
  background: none;
}
#motnlyCDselection .track.single ol {
  background-image: url(../img/bg/boxT-foot.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#motnlyCDselection .att {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
#motnlyCDselection.all .title strong {
  font-size: 30px;
}
#motnlyCDselection.all .txt {
  text-align: center;
}
#motnlyCDselection.all .discList {
  border: solid 1px #304276;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 20px 20px 10px;
}
#motnlyCDselection.all .discList h6 {
  margin: 0 0 15px 10px;
  background-color: #304276;
  color: #fff;
  font-weight: normal;
  padding: 12px;
  text-align: center;
  font-size: 20px;
  position: relative;
}
#motnlyCDselection.all .discList h6:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(48, 66, 118, 0);
  border-top-color: #304276;
  border-width: 10px;
  margin-left: -10px;
}
#motnlyCDselection.all .discList ol {
  padding: 15px 13px 15px 2.4em;
  margin: 0;
  font-size: 16px;
  list-style: decimal;
}
#motnlyCDselection.all .discList ol li {
  margin-bottom: 5px;
}
#motnlyCDselection.all .discList ol li strong {
  color: #304276;
  font-size: 15px;
  display: inline-block;
  width: 8em;
}
#motnlyCDselection.all .discList ol li:last-child {
  margin-bottom: 0;
}

/* -----アーカイブCD（会議系） ------------*/
#archiveCD {
  font-size: 1.1em;
  line-height: 1.8;
}
#archiveCD .title {
  padding-bottom: 5px;
}
#archiveCD .title h3 {
  text-align: center;
  font-size: 1.35em;
  font-weight: normal;
  padding: 30px 0 25px;
  margin-bottom: 30px;
  position: relative;
}
#archiveCD .title h3 strong {
  font-size: 1.75em;
  display: inline-block;
  margin-left: 10px;
}
#archiveCD .title h3:after, #archiveCD .title h3:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#archiveCD .title h3:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#archiveCD .title h3:before {
  border-width: 11px;
  margin-left: -11px;
}
#archiveCD .in {
  padding: 0 15px;
}
#archiveCD .in p {
  padding: 0.2em 0 1em;
}
#archiveCD .list {
  margin-top: 30px;
  padding: 15px 20px;
}
#archiveCD .list p {
  padding: 7px 10px;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 4px;
}
#archiveCD .list p:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 7px;
  margin-left: -7px;
}
#archiveCD .list ol {
  margin: 15px;
  padding: 0;
}
#archiveCD .list ol li {
  margin-bottom: 3px;
  list-style-position: inside;
}
#archiveCD .list ol li:last-child {
  margin-bottom: 0;
  border: none;
}
#archiveCD .list ul {
  margin: 15px;
  padding: 0;
}
#archiveCD .list ul li {
  margin-bottom: 3px;
  list-style-position: inside;
}
#archiveCD .list ul li:last-child {
  margin-bottom: 0;
  border: none;
}
#archiveCD .spec {
  margin: 40px 0 0 0;
}
#archiveCD .spec p {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
#archiveCD .spec ul li {
  color: #900;
  font-size: 1.05em;
}
#archiveCD .spec ul li strong {
  font-size: 1.1em;
}
#archiveCD.nenmatsu2016 .title h3 {
  border-bottom: solid 1px #768901;
}
#archiveCD.nenmatsu2016 .title h3 strong {
  color: #768901;
}
#archiveCD.nenmatsu2016 .title h3:before {
  border-color: rgba(118, 137, 1, 0);
  border-top-color: #768901;
}
#archiveCD.nenmatsu2016 .list {
  border: solid 1px #768901;
}
#archiveCD.nenmatsu2016 .list p {
  background-color: #e4e9a5;
}
#archiveCD.nenmatsu2016 .list ol li {
  border-bottom: dotted 1px #768901;
}
#archiveCD.shinnen2017 .title h3 {
  border-bottom: solid 1px #966594;
}
#archiveCD.shinnen2017 .title h3 strong {
  color: #743c6d;
}
#archiveCD.shinnen2017 .title h3:before {
  border-color: rgba(150, 101, 148, 0);
  border-top-color: #966594;
}
#archiveCD.shinnen2017 .title h3 em {
  display: block;
  padding: 3px;
  margin: 5px 20px 0 20px;
  color: #fff;
  background-color: #9a639a;
}
#archiveCD.shinnen2017 .list {
  border: solid 1px #966594;
}
#archiveCD.shinnen2017 .list p {
  background-color: #e7dde7;
}
#archiveCD.shinnen2017 .list ol li {
  border-bottom: dotted 1px #966594;
}
#archiveCD.shinnen2017 .spec.dl p {
  color: #743c6d;
}
#archiveCD.shinnen2017 .spec.dl ul li {
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
}
#archiveCD.shinnen2017 .spec.dl ul li:last-child {
  color: #743c6d;
  list-style: none;
  text-align: center;
  margin-top: 1.7em;
}

/*▼トラック表示*/
.tracks .disc {
  border: solid 1px #0d6789;
  margin: 10px 10px 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tracks .disc p.no {
  background: none;
  text-align: center;
  font-weight: Regular;
  padding: 8px 8px 10px;
  font-size: 20px;
  background-color: #e8e8e8;
  color: #0e418d;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  margin: 0 0 15px !important;
  line-height: 1.6;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 3px;
}
.tracks .disc p.no:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 232, 232, 0);
  border-top-color: #e8e8e8;
  border-width: 5px;
  margin-left: -5px;
}
.tracks .disc p.no strong {
  color: #0e418d;
  background: none;
  border: none;
  font-weight: Regular;
  margin-left: 6px;
}
.tracks .disc ol {
  padding: 0 10px 15px 40px;
  margin: 0;
}
.tracks .disc ol li {
  padding: 5px 0;
  line-height: 1.4;
}
.tracks dl {
  display: table;
  width: 100%;
}
.tracks dl dt, .tracks dl dd {
  vertical-align: top;
  display: table-cell;
  width: 50%;
}
.tracks dl dt {
  white-space: nowrap;
}
.tracks dl dt span {
  display: inline-block;
  line-height: 1.3;
  font-size: 0.9em;
  background: #f1f1f1;
  padding: 2px 5px;
  vertical-align: middle;
}
.tracks dl.noW {
  text-align: left;
}
.tracks dl.noW dt {
  width: auto;
}
.tracks dl.noW dd {
  width: auto;
  padding: 0 0 10px 20px;
}
.tracks dl.no dt {
  width: 2em;
}
.tracks dl.no dd {
  width: auto;
  padding: 0 10px;
}
.tracks dl.no2 dt {
  width: 5em;
}
.tracks dl.no2 dd {
  width: auto;
  padding: 0 20px;
}
.tracks .wrap {
  padding: 1% 2% 2%;
  overflow: hidden;
  *zoom: 1;
}


