// JavaScript Document

// open window //

function PwinOpen(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features+',left=0,top=0').focus();
}

// acordion //

$(document).ready(function(){
$(".toggle").css({cursor:'pointer'})
$("#acordion_txt").css("display","none");
$(".toggle").click(function () {
if ($("#acordion_txt").is(":hidden")) {
$("#acordion_txt").slideDown("slow");
} else {
$("#acordion_txt").slideUp("slow");
}
});
});

//tooltip//

$(document).ready(function() {

		$("#rokkou").qtip({
   content: 'あなたが生まれた時に与えられた大自然のエネルギーは？<br>毎週木曜更新の「今週の運育て」も大好評！',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#hanamiya").qtip({
   content: 'あなたの花宮はどのお花？<br>大人気「今月の運勢」に、毎日更新の「今日と明日のあなた」も見逃せません。',
	  position: { corner: { target: 'topRight', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#aisho").qtip({
   content: '六甲同士の組み合わせで、基本的な相性、恋や結婚の相性までわかります。',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#tengoku").qtip({
   content: 'カワイイ１０人の守護神たちが、あなたの性格や金運について語ってくれます！',
	  position: { corner: { target: 'topRight', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#mama").qtip({
   content: '子育てに隠されたあなたと親の関係、陥りやすい子育てのワナを明らかに。',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#houseki").qtip({
   content: '直感で選んでください。美しい宝石たちがあなたの深層運命を明かしてくれます。',
	  position: { corner: { target: 'topRight', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#meikeizu").qtip({
   content: '命景図とは、あなたの心が帰っていくふるさとのこと。さて、あなたのふるさとは？',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
      // karada
		$("#karada_01").qtip({
   content: 'ココロもカラダもしっかり開運<br>西洋医学編',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 210,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#karada_02").qtip({
   content: 'ココロもカラダもしっかり開運<br>東洋医学編',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 210,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#karada_03").qtip({
   content: 'あなたの運勢をさらにアップさせるレシピを紹介。',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 210,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#karada_04").qtip({
   content: '皆さんの日常にお役に立てるツボを紹介します。',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 210,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#kekkon").qtip({
	content: 'あなたの運命が求める結婚は？',
	position: { corner: { target: 'topRight', tooltip: 'bottomMiddle'} },
	style: {
	width: 210,
	padding: 5,
	background: '#fd95ad',
	color: 'white',
	textAlign: 'left',
	border: {
	width: 7,
	radius: 5,
	color: '#fd95ad'
	},
	tip: 'bottomLeft',
	name: 'dark' // Inherit the rest of the attributes from the preset dark style
}
});

		// comic
		$("#comic_01").qtip({
   content: 'もんじゅくんが、人生の疑問を解きあかします',
	  position: { corner: { target: 'topright', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#comic_02").qtip({
   content: '天然キャラの巫女、クリがイイ味出してます！',
	  position: { corner: { target: 'topright', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#comic_03").qtip({
   content: '天中殺は恐くない！　目からウロコの真実！？',
	  position: { corner: { target: 'topright', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#comic_04").qtip({
   content: 'これを読めば占いの秘密が分かる！　これは必見♪',
	  position: { corner: { target: 'topright', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		// test
		$("#test_01").qtip({
   content: '今の状態を心理テストでcheck。六甲別のツボ',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#test_02").qtip({
   content: 'あなたの仕事に対する本音がわかる心理テスト',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#test_03").qtip({
   content: '隠れた恋の好みをチェック！<br>意外なことも？',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#test_04").qtip({
   content: '行動パターンから、深層心理を読み解きます！',
	  position: { corner: { target: 'topright', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#test_05").qtip({
   content: '金運タイプ別に、金運アップの方法を解説',
	  position: { corner: { target: 'topright', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#test_06").qtip({
   content: '隠された願望が、楽しい福笑いであらわに！',
	  position: { corner: { target: 'topright', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomLeft',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		// unmei
		$("#unmei_01").qtip({
   content: '今まで誰も教えてくれなかった運命の法則とは？',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#unmei_02").qtip({
   content: 'これを読めば占いの秘密が分かる！　これは必見♪',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#unmei_03").qtip({
   content: '天中殺は恐くない！　目からウロコの真実！？',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#unmei_04").qtip({
   content: '占いとの上手につきあいかた。開運法がわかります。',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
			// bbs
		$("#comu_01").qtip({
   content: '会員同士のやりとりが楽しい♪',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 210,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#comu_02").qtip({
   content: '悩んだらここに書いてみませんか？',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});
		$("#comu_03").qtip({
   content: '気軽におしゃべり♪　シンラ☆チャット',
	  position: { corner: { target: 'topLeft', tooltip: 'bottomMiddle'} }, 
	  style: { 
      width: 200,
      padding: 5,
      background: '#fd95ad',
      color: 'white',
      textAlign: 'left',
      border: {
         width: 7,
         radius: 5,
         color: '#fd95ad'
      },
      tip: 'bottomRight',
      name: 'dark' // Inherit the rest of the attributes from the preset dark style
   }
});



});	
