@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color: #333333;
  background-color: #000033;
  background-image: url(/man/i-top/images/main_bg.jpg);
  background-repeat: repeat-y;
  background-position: center center;
}
#WRAP {
  width: 900px;
  color: #202020;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-image: url(/man/i-top/images/main_bg.jpg);
  background-repeat: repeat-y;
  background-position: center center;
}
div {
  margin: 0;
  padding: 0;
  text-align: left;
}
.lh0 {
  line-height: 0;
}
.bg1-u {
  background-image: url(/man/i-top/images/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 90px;
}
.h1-1 {
  width: 780px;
  margin-right: auto;
  margin-left: auto;
}
.div-box1 {
  margin-right: 90px;
  margin-left: 90px;
}
p, pre {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 14px;
  line-height: 150%;
  margin: 2px 5px 8px 5px;
  padding: 5px;
}
.case-box {
  background-color: #FFFFFF;
  padding: 20px;
}
.case-box0 {
  margin-right: 100px;
  margin-left: 100px;
  border: 1px solid #CCCCCC;
}
.case-box2 {
  background-color: #FFFFFF;
  border: 2px solid #FFCC33;
  padding: 20px;
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ttl5-box {
  padding: 10px;
  margin-right: 20px;
  margin-left: 20px;
  border: 5px solid #0066FF;
}
ol, ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, /* for IE (Keyboard) */ a:focus { /* for Netscape (Keyboard) */
  color: #CC0000;
  text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
  color: #CC0000;
}
.blue {
  color: #0066CC;
}
.grn {
  color: #008000;
}
.ora {
  color: #FF9900;
}
.gry {
  color: #999999;
}
.wht {
  color: #FFFFFF;
}
.bg-yell {
  background-color: #FFFFF4;
  border: 2px solid #996600;
  padding: 10px;
  margin-top: 10px;
  margin-right: 100px;
  margin-bottom: 10px;
  margin-left: 100px;
}
.bg-wht {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 20px;
  padding: 20px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0px;
}
#TOP {
  position: relative;
  height: 650px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background-color: #000033;
  background-image: url(/man/i-top/images/main_catch.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
h2 {
  margin: 0px;
}
.h2-1 {
  margin: 0px;
  padding: 0px;
}
#LOGO {
  position: absolute;
  left: 0px;
  top: 0px;
}
#MENU-HOME {
  width: 800px;
  float: left;
  background: url(/man/images/main_img.jpg) no-repeat;
}
#MENU {
  width: 760px;
  height: 30px;
  float: left;
}
.menu {
  float: left;
  margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
  width: 800px;
  float: left;
  background: url(/man/images/bg_main.jpg) repeat-y;
  padding-top: 10px;
}
#MAIN-PAD {
  margin: 0;
  padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {}
.pan {
  font-size: 11px;
  color: #666666;
  background-color: #F2F2F2;
}
.pagetop {
  text-align: right;
  font-size: 11px;
  margin-top: 40px;
  background: url(/man/images/ico_pagetop01.gif) no-repeat right center;
}
.top {
	margin: 0;
	padding: 0 0 1em 0;
}
.side {
  background: url(/man/images/side-f.jpg) no-repeat center bottom;
  margin: 0 0 10px 0;
  padding: 8px 8px 10px 8px;
}
.side p {
  font-size: 12px;
  margin: 0;
  padding: 0 10px 8px 4px;
}
.side ul {
  font-size: 12px;
  margin: 0;
  padding: 0 0 4px 0;
}
.cat01 li {
  margin: 0;
  padding: 3px 0 3px 0;
}
.cat01 li a {
  color: #0066CC;
  text-decoration: none;
  display: block;
  padding: 1px 0 3px 20px;
  background: url(/man/images/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover, .cat01 li a:active, /* for IE (Keyboard) */ .cat01 li a:focus { /* for Netscape (Keyboard) */
  color: #0066CC;
  background-color: #FFEEEE;
  margin: 0;
  background-position: 4px center;
}
.cat01 .sub a {
  font-size: 11px;
  padding: 0 0 1px 28px;
  background: url(/man/images/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
  margin: 0;
  padding: 20px 0 10px 0;
  background: url(/man/images/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#FOOTER {
  margin: 0;
  padding: 10px 0 10px 0;
  color: #FFFFFF;
  background-color: #000000;
}
#FOOTER p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#FOOTER a {
  color: #FFFFFF;
  text-decoration: none;
}
#FOOTER a:hover, #FOOTER a:active, /* for IE (Keyboard) */ #FOOTER a:focus { /* for Netscape (Keyboard) */
  color: #FFFFFF;
  text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
  clear: both;
}
/* ____ テキスト設定 ____ */
em {
  font-style: normal;
  font-weight: bold;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.f11 {
  font-size: 11px;
  line-height: 130%;
}
.f12 {
  font-size: 12px;
  line-height: 140%;
}
.f14 {
  font-size: 14px;
  line-height: 140%;
}
.f16 {
  font-size: 16px;
  line-height: 140%;
}
.f18 {
  font-size: 18px;
  line-height: 140%;
}
.f24 {
  font-size: 24px;
  line-height: 140%;
}
.txt-r {
  text-align: right;
}
.center {
  text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
  margin: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}
.ml20 {
  margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
  border: 0;
}
.flo-l {
  float: left;
  margin-right: 6px;
}
.flo-r {
  float: right;
  margin-left: 6px;
}
.img-m {
  vertical-align: middle;
}
.profile-box {
  margin-top: 20px;
  margin-right: 70px;
  margin-bottom: 20px;
  margin-left: 70px;
}
.profile-box1 {
  border: 2px dotted #999999;
  text-align: center;
  margin-top: 20px;
  margin-right: 90px;
  margin-bottom: 20px;
  margin-left: 90px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.mail-form {
  margin-right: 120px;
  margin-left: 120px;
  padding-bottom: 100px;
}
.mail-form760 {
  width: 698px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  margin-left: 100px;
  background-image: url(/man/i-top/images/maga_bg.jpg);
  background-repeat: no-repeat;
  border: 1px solid #CCCCCC;
  padding-top: 140px;
}
.maga-form3 {
  font-size: 12px;
  float: left;
  border: 1px solid #CCCCCC;
  height: 460px;
  width: 310px;
  margin: 10px;
}
.maga-form4 {
  width: 310px;
  font-size: 12px;
  float: left;
  border: 1px solid #CCCCCC;
  height: 460px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.h2-seikou {
  margin: 0px;
  padding: 0px;
}
.bg-point {
  margin-right: 90px;
  margin-left: 90px;
  border: 2px dotted #999999;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.div-box1-u {
  background-image: url(/man/i-top/images/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-right: 90px;
  padding-left: 90px;
  padding-bottom: 90px;
}
#MOKUJI {
  margin-right: 90px;
  margin-left: 90px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#MOKUJI p {
  padding: 10px;
}
#MOKUJI h3 {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #2E2F6B;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #000033;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 10px;
}
#MOKUJI h4 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #CC0000;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}
#COPYRIGHT {
  margin-top: 30px;
}
.tt2-bg {
  background-image: url(/man/i-top/images/ttl2-bg.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
.ttl7-2-box {
  padding: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
.ttl5-bg {
  background-image: url(/man/i-top/images/ttl5-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
.ttl6-bg {
  background-image: url(/man/i-top/images/ttl6-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
.ttl0-bg {
  background-image: url(/man/i-top/images/ttl0-3.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 40px;
}
.ttl7-2-1 {
  background-image: url(/man/i-top/images/tuyomi1.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 130px;
  padding-left: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ttl7-2-2 {
  background-image: url(/man/i-top/images/tuyomi2.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 130px;
  padding-left: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ttl7-2-3 {
  background-image: url(/man/i-top/images/tuyomi3.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 130px;
  padding-left: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ttl7-2-4 {
  background-image: url(/man/i-top/images/tuyomi4.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 130px;
  padding-left: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ttl7-2-5 {
  background-image: url(/man/i-top/images/tuyomi5.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 130px;
  padding-left: 50px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.kansou-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-right: 20px;
  margin: 0px;
  background-image: url(/man/i-top/images/kansou-h2-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.kansou-box0 {
  padding: 0px;
  width: 740px;
  margin-bottom: 80px;
  background-color: #000000;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 40px;
}
.kansou-pad {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin: 0px;
}
.kansou-box1 {
  width: 360px;
  float: left;
  height: 220px;
  background-image: url(/man/i-top/images/kansou-f.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
  background-color: #000000;
}
.kansou-box2 {
  width: 360px;
  float: right;
  height: 220px;
  background-image: url(/man/i-top/images/kansou-f.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: #000000;
}
.kansou-box3 {
  margin-right: 10px;
  margin-left: 10px;
  background-image: url(/man/i-top/images/kansou-3-f.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.div-box1-u-kansou {
  background-image: url(/man/i-top/images/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 80px;
  padding-top: 40px;
}
.kansou-ttl2 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 15px;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-right: 20px;
  margin: 0px;
  background-image: url(/man/i-top/images/kansou-h2-3-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.kansou-pad2 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  margin: 0px;
}
#QA {
  margin: 0px;
  padding: 0px;
  width: 740px;
  background-color: #FFFFFF;
}
.qa-ttl {
  background-image: url(/man/i-top/images/qa-ttl.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding-top: 28px;
  padding-right: 15px;
  padding-bottom: 35px;
  padding-left: 30px;
}
.qa-box1 {
  background-image: url(/man/i-top/images/qa-f.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 20px;
  width: 700px;
  margin-right: 20px;
  margin-left: 20px;
}
.qa-pad {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 50px;
  background-image: url(/man/i-top/images/qa-pad-bg.jpg);
  background-position: 13px 7px;
  background-repeat: no-repeat;
}
/*　メルマガ（独自配信）フォーム　スタイル　*/
.mail-form760 {
  width: 698px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  margin-left: 100px;
  background-image: url(/man/i-top/images/maga_bg2.gif);
  background-repeat: no-repeat;
  border: 1px solid #CCCCCC;
  padding-top: 180px;
}
.maga_table {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-size: 13px;
}
.maga_table tr td {
  text-align: left;
  margin: 1px;
  padding: 1px;
}
.pay2_text-div {
  padding-right: 50px;
  padding-left: 105px;
}
.main-table table {
	margin: 10px auto 10px auto;
	padding: 0;
  font-size: 14px;
}
.main-table tr,.main-table th,.main-table td {
	padding: 8px;
  line-height: 1.6;
}
.main-table th {
	color: #FFFFFF;
	background-color: #666666;
}
.main-table td {
	text-align: left;
}
/*特典魔法のコトバpdf*/
#TOKUTEN h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  color: #FFFFFF;
  background-color: #5959FF;
}
#TOKUTEN h3 {
  color: #3300FF;
  border-left-style: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  font-size: 15px;
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 7px;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #FFF;
  border-bottom-width: 1px;
  border-bottom-color: #6868FF;
}
#TOKUTEN h4 {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-weight: bold;
  color: #202020;
  font-size: 14px;
  padding: 5px;
}
.tokuten-padd {
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
}
.tokuten-padd2 {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.tokuten-padd2 p {
  line-height: 25px;
}
.tokuten-box2 {
  margin-right: 35px;
  margin-left: 35px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url(/tokuten/images/tokuten_bg2.gif);
  background-repeat: no-repeat;
  background-position: center top;
}
#TOKUTEN {
  background-image: url(/tokuten/images/toku_bg_foter.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 70px;
  margin-left: 70px;
}
.text-div {
  margin-right: 15px;
  margin-left: 15px;
}
.bg-gry3 {
  border: 2px solid #CCCCFF;
  padding: 10px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
/*　ショッピングインフォ　*/
.pay-div {
  width: 750px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  margin: 0 auto;
}
.pay-div p {
  font-size: 15px;
  padding: 2px;
  margin: 2px;
}
.pay-right-div {
  float: right;
  width: 360px;
}
.pay-left-div {
  float: left;
  width: 360px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
  padding-right: 15px;
}
.shop-info {
  background-color: rgba(0, 0, 0, 1.00);
  border-top: 3px solid rgba(104, 104, 104, 1.00);
  height: 38px;
}
.shop-info p {
  color: rgba(255, 255, 255, 1.00);
  border-left: 3px solid rgba(255, 255, 255, 1.00);
  margin-left: 20px;
  font-size: 15px;
  font-weight: bold;
  margin-to: 2px;
}
.shop-info-child {
  background-color: rgba(0, 0, 0, 1.00);
  border-top: 3px solid rgba(104, 104, 104, 1.00);
  height: 31px;
}
.shop-info-child p {
  color: rgba(255, 255, 255, 1.00);
  border-left: 3px solid rgba(255, 255, 255, 1.00);
  margin-left: 20px;
  font-size: 15px;
  font-weight: bold;
  margin-to: 2px;
}
.text-box-div660-left {
  width: 660px;
  margin: 0 auto;
}