@charset "utf-8";
/* CSS Document */
/*___________ 基本設定 ___________ */
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, Helvetica, "sans-serif";
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #003300;
  background-color: #F1F9EE;
  background-image: url(../img/bg_middle.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}
#WRAP {
  width: 800px;
  color: #333333;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-y;
}
#WRAP2 {
  width: 800px;
  color: #333333;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
  width: 800px;
  padding-top: 0px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
  text-align: left;
}
h2 {
  margin: 0;
  padding: 0;
}
p, pre {
  /*font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
  font-size: 16px;
  line-height: 150%;
  padding: 5px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 8px;
  margin-left: 15px;
}
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;
}
.red2 {
  color: #FF0000;
}
.blue {
  color: #0033CC;
}
.grn {
  color: #003300;
}
.ora {
  color: #FF9900;
}
.gry {
  color: #999999;
}
.wht {
  color: #FFFFFF;
}
.Sun {
	color: #FF0000;
}
.Sat {
	color: #0000FF;
}
.bg-yellow {
	background-color: #FFFF00;
}
.bg-yell {
  background-color: #FFFFF4;
  border: 1px solid #CCCC00;
  margin: 10px;
  padding: 10px;
}
.bg-yell2 {
  background-color: #FFFF00;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。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%;
}
.lh28 {
  line-height: 28px;
}
.txt-r {
	text-align: right;
}
.center, .txt_c {
	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;
}
.mr20 {
	margin-right: 20px;
}
/* ____ 画像設定 ____ */
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
/* -------------------------------------- ヘッダー header */
#TOP {
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 3px;
  background-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #003300;
  text-align: center;
}
.header {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 3px;
	text-align: right;
	float: right;
}
#LOGO {
	left: 0px;
	top: 0px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.g-nav {
  margin: 3px auto;
}
.g-nav ul.flexbox {
  display: flex;
  justify-content: center;
}
.g-nav ul.flexbox li a {
  display: block;
  height: 0;
  padding-top: 41px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
}
.g-nav ul.flexbox li.nav-top a {
  width: 127px;
  background-image: url("../img/nav/f_menu0.jpg");
}
.g-nav ul.flexbox li.nav-ord a {
  width: 147px;
  background-image: url("../img/nav/f_menu1.jpg");
}
.g-nav ul.flexbox li.nav-prof a {
  width: 213px;
  background-image: url("../img/nav/f_menu2.jpg");
}
.g-nav ul.flexbox li.nav-qa a {
  width: 158px;
  background-image: url("../img/nav/f_menu3.jpg");
}
.g-nav ul.flexbox li.nav-cont a {
  width: 155px;
  background-image: url("../img/nav/f_menu4.jpg");
}
.g-nav ul.flexbox li.nav-top a:hover {
  background-image: url("../img/nav/f_menu0_o.jpg");
}
.g-nav ul.flexbox li.nav-ord a:hover {
  background-image: url("../img/nav/f_menu1_o.jpg");
}
.g-nav ul.flexbox li.nav-prof a:hover {
  background-image: url("../img/nav/f_menu2_o.jpg");
}
.g-nav ul.flexbox li.nav-qa a:hover {
  background-image: url("../img/nav/f_menu3_o.jpg");
}
.g-nav ul.flexbox li.nav-cont a:hover {
  background-image: url("../img/nav/f_menu4_o.jpg");
}
.pan {
  margin-top: 0;
	padding-top: 10px;
	font-size: 11px;
	color: #666666;
}
.sub_h2 {
  background-color: #333300;
  line-height: 22px;
  font-size: 15px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  color: #FFFFFF;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 10px;
}
/* -------------------------------------- 試聴動画 .movie */
.movie_bg {
	background-image: url(../img/movie_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 25px;
	margin-right: 140px;
	margin-left: 140px;
	margin-top: 10px;
}
.text-div {
	padding-right: 20px;
	padding-left: 20px;
}
.text-div2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url(../img/text.jpg);
  background-repeat: no-repeat;
}
/* -------------------------------------- 小西さん紹介 */
.writer-div {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 30px;
	margin-left: 30px;
	border: 2px solid #CCCCCC;
	margin-top: 5px;
}
.writer_img-div {
	float: left;
	padding-left: 10px;
}
.writer_text-div {
	float: right;
	padding-left: 0px;
	width: 530px;
}
/* -------------------------------------- 推薦者 */
.konishi_friends-div {
  padding: 2px;
  border: 1px solid #CCCCCC;
  margin-top: 5px;
}
.friends-div1 p {
  font-size: 12px;
  padding: 0px;
  line-height: 16px;
}
.friends-div1 {
  float: left;
  width: 140px;
}
.friends_ttl {
  font-size: 13px;
  color: #FFFFFF;
  background-color: #999999;
  margin: 5px;
  padding-top: 3px;
  padding-left: 20px;
  font-weight: bold;
}
/* -------------------------------------- プロフィール */
.profile-div {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
.profile-table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9FE;
	border-left-color: #E9E9FE;
}
.profile-table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E9E9FE;
	border-bottom-color: #E9E9FE;
	font-weight: normal;
	padding: 5px;
	font-size: 13px;
	width: 60px;
	text-align: center;
}
.profile-table td {
	width: 610px;
	font-size: 13px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E9E9FE;
	border-bottom-color: #E9E9FE;
	line-height: 16px;
}
/* -------------------------------------- 著書・メディア */
.book-div1 {
  float: left;
  width: 135px;
}
.book-div1 p {
  font-size: 12px;
  padding: 0px;
  line-height: 16px;
}
.media_ttl {
  background-color: #F0F9FF;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #003366;
  padding-left: 20px;
  font-size: 13px;
  color: #003366;
  font-weight: bold;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #003366;
}
.madia-div {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 5px;
}
.madia-div p {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #006699;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.media-div2 {
  border: 1px solid #CCCCCC;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
}
.madia {
  width: 217px;
  float: left;
}
.madia p {
  font-size: 12px;
  padding: 2px;
  line-height: 16px;
}
/* -------------------------------------- タイトル */
.text_bg01 {
	background-image: url(../img/text_bg1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg02 {
	background-image: url(../img/text_bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg03 {
	background-image: url(../img/text_bg3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg04 {
	background-image: url(../img/text_bg4.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg05 {
	background-image: url(../img/text_bg5.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_bg06 {
	background-image: url(../img/text_bg6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text_bg07 {
	background-image: url(../img/text_bg7.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text_bg08 {
	background-image: url(../img/dvd_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text_bg09 {
	background-image: url(../img/text_bg9.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* -------------------------------------- 遭難について */
.sounan-div {
	background-image: url(../img/caution_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}
/* -------------------------------------- 120％楽しむ方法 */
.text-point {
	margin-right: 45px;
	margin-left: 45px;
	width: 690px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-position: bottom;
	border: 1px double #669933;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.clear_dott {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	clear: both;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	padding-bottom: 5px;
}
.point-p {
	padding-left: 25px;
	padding-right: 50px;
	line-height: 130%;
}
/* -------------------------------------- 目次 */
.mokuji-box {
	width: 700px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(../img/mokuji_bg2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mokuji-padd {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 0px;
}
.mokuji_ttl {
	background-color: #74880B;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.mokuji-text-box01 {
	background-image: url(../img/mokuji/mokuji_bg01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
}
.mokuji-text-box02 {
	background-image: url(../img/mokuji/mokuji_bg02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
.mokuji-text-box03 {
	float: left;
	width: 270px;
	background-image: url(../img/mokuji_text_bg02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 175px;
}
.mokuji-text-box04 {
	float: right;
	width: 390px;
	padding-bottom: 10px;
	background-image: url(../img/mokuji_text_bg03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* -------------------------------------- レター感想 */
.voice-div {
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: url(../img/kansou/kansou_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.voice_inner-div {
	background-image: url(../img/kansou/kansou_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 30px;
}
.voice_text-div {
	border: 9px solid #E8E8E8;
	padding: 7px;
}
.voice_text-div th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 150px;
	font-size: 13px;
	text-align: center;
}
.voice_text-div td {
	padding: 10px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 490px;
}
.voice_text-div table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.voice_subtext-div {
	float: right;
	width: 545px;
}
.voice_subtext-div2 {
	float: right;
	width: 540px;
}
.voice_subtext-div2 p {
	padding-right: 0px;
	padding-left: 0px;
}
/* -------------------------------------- よくある質問 */	
.qa-div {
	padding-right: 25px;
	padding-left: 25px;
}
.qa_text-div {
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: 9px 1px;
	margin: 0px;
	padding-left: 45px;
	padding-right: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/* -------------------------------------- e-shopsカート .ord_eshops */	
input[type="submit"] {		
	background-color: transparent;	
	border: none;	
	cursor: pointer;	
	outline: none;	
	padding: 0;	
	appearance: none;	
}		
.ord_eshops {		
	margin: 0;	
	padding: 0;
  font-size: 1em;
	text-align: center;	
}	
.ord_eshops .btntop {
  width: 360px;
  margin: 0 auto;
}
.ord_eshops .btntop img {
  width: 100%;
  height: auto;
}
/* 購入ボタン */		
.ord_btn .buybtn, 
.ord_eshops .buybtn {		
	display: block;	
	width: 700px;	
	height: 0;	
	margin: 0 auto 1em;	
	padding-top: 100px;	
	background-image: url("../img/btn.png");
	background-repeat: no-repeat;	
	background-size: 700px auto;	
	background-position: left top;
  overflow: hidden;
	/*transition: .5s;*/
}		
.ord_btn .buybtn:hover,		
.ord_btn .buybtn:active, 
.ord_eshops .buybtn:hover,		
.ord_eshops .buybtn:active {
	background-image: url("../img/btn_o.png");
}
.ord_eshops .pay-type {
  font-size: .9em;
}
.ord_eshops .pay-type img {		
	width: 750px;
  height: auto;
}
/* -------------------------------------- ヤマト運輸ネコポス対応 .yamato-post */
div:has(.otodoke) + p img {
  width: 650px;
  height: auto;
  mix-blend-mode: multiply;
}
.yamato-post p {
  margin-bottom: 0;
  text-align: center;
}
.yamato-post p.post-txt {
  width: 650px;
  margin: 0 auto 1em;
  text-align: center;
  font-size: .9em;
}
/* -------------------------------------- トップへ戻る .pagetop */
.page_top {
	float: right;
	padding: 5px;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3em;
  font-size: 13px;
  line-height: 1.4;
}
#shopinfo .asp_info {
  padding: 0 20px;
  background-image: url("/img/pay/infotop.jpg");
  background-repeat: no-repeat;
  background-position: right 40px top;
  background-size: 326px 113px;
  mix-blend-mode: multiply;
}
#shopinfo .asp_info ol li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: .9em;
}
#shopinfo address {
  font-style: normal;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
#shopinfo p {
  margin: 0 0 .5em;
  padding: 0;
  font-size: 13px;
}
#shopinfo p:has(img) {
  margin: 0;
}
#shopinfo .flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 330px;
  padding-right: 19px;
  border-right: 1px dotted #CCCCCC;
}
#shopinfo .shopinfo_r {
  width: 330px;
  padding-left: 20px;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  background-color: #000;
  background-image: url("/img/pay/shop_ttl_bg_bl.gif")
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 16px;
  font-weight: bold;
  border-bottom:1px solid #000;
}
#shopinfo ul {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 140px;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .caution {
  background-color: #FFFFF4;
  border: 1px solid #CCCC00;
  padding: 1em;
}
#shopinfo .conv-ex {
  padding: .5em;
  background-color: #F0F0F0;
}
#shopinfo .conv-ex ol {
  margin-bottom: 0;
}
#shopinfo .conv-ex ol li {
  padding-left: 2.5em;
  font-size: .9em;
  text-indent: -3em;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.footer_buy_btn {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}
.footer_rogo-div {
	padding-top: 10px;
	padding-right: 10px;
  text-align: left;
}
.footerlink {}
#FOOTER {
	color: #FFFFFF;
	background-color: #333300;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
}
#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;
}
/*.pan-div {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 5px;
	font-size: 12px;
}*/

