@charset "UTF-8";

/*  COMMON  */
/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body.name * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	/*outline:0;*/
}
body {
	line-height:0.8;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
a:focus {
/*outline: 1px dotted #fff;*/
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
	color: #000;
}

img{ border:0px; }

br{ letter-spacing:0em; }

a {
	color: #000;
	text-decoration: underline;
}

a:link,
a:visited { text-decoration: underline; }

a:hover {
	text-decoration: none;
}

.clearfix:after {
	/*visibility: hidden;*/
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

header img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#main img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

img.w100 { width: 100%; }
#main img.wh100 {
	width: 100%;
	height: 100%;
}
.txtHide {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.txtHide, x:-moz-any-link  { text-indent: -9999px; }

.textimg { vertical-align: bottom; }

.hide {
	display: none;
}

.show {
	display: block;
}

.txtHide {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

.no_link{
	pointer-events:none;
}
/*=====================
basic style
=====================*/
.no_premium {color: #77d3ff;}
.premium {color: #ff2280;}
.red { color: #ff0000; }
.red_pack { color: #f00; font-weight: bold;}
.red2 { color: #f00; }
.blue { color: #0022d0; }
.cyan { color: #0ff; }
.magenta { color: #f0f; }
.green { color: #009329; }
.yellow { color: #ffe400; }
.white { color: #fff; }
.pink { color: #f400ac; }
.purple { color: #9c038c; }
.orange { color: #ff7800; }
.brown { color: #971a1a; }

.bold,
.premium, .noPremium { font-weight:bold; }
.fzP1 { font-size: 1.1em;}
.fzP2 { font-size: 1.3em;}


/*=====================
common parts
=====================*/
.footerImgWrap {
	padding: 0;
	margin: 0;
	font-size: 0;
	vertical-align: bottom;
}
.price,
.price_original {
	font-weight: bold;
}
.PriceDown {
	color: #f00;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_20 {
	margin-bottom: 20px;
}

/*=====================
excヘッダー
=====================*/
.excite #h_wrapper {
	background: #fff;
}

.excite #h_wrapper #exheader_line {
	border-bottom: none;
}
/*=====================
yahooプライスタグ
=====================*/
#yahooPriceTags {
  display: none;
}
/*=====================
main structure
=====================*/
html{
	-webkit-text-size-adjust: 100%;
	background: url(../images/common/bg_all.jpg) repeat center top;

}
head { font-size: 0; }
body{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", Sans-serif;
	line-height:0.8;
	line-break:strict;
	color: #fff;
	/*min-width: 990px;*/
	background: url(../images/common/bg_repeat.jpg) repeat-y center top;
}
body.name {
	min-width: 0;
}
body.nobg { background-image: none; }

#wrapper {
	font-size: 62.5%;
	/*width: 990px;*/
	/*background: url(../images/common/bg_repeat_inner.png)  top center repeat-y;*/
	max-height: 99999px;/*アンドロイド用*/
	line-height: 1.5;
}

#wrapper.exc {
	font-size: 10px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", Sans-serif;
	letter-spacing: 0em;
	color: #fff;
}

#content {
	/*background: url(../images/common/main_image.jpg) center top no-repeat;*/
}

/*.nif #content {
	background: url(../images/common/main_image_nif.jpg) center top no-repeat;
}*/

header {
	background: url(../images/common/main_image.jpg) center top no-repeat;
  height: 420px;
  margin: 0px 0 -60px 0;
  position: relative;
  z-index: 9999;
}
/*=====================
header
=====================*/
/*#titleheaderWrap {}*/
#titleheader {
	margin: 0 auto;
	padding-bottom: 7px;
	display: block;

}
h1 {
	overflow: hidden;
  text-indent: -9999px;
  width: 990px;
  height: 290px;
  margin: 0 auto;

}

h1 a {
	height: 100%;
	display: block;
}

/*=====================
nav
=====================*/
nav {
	height: 50px;
  width: 550px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: -108px;
}

nav ul {
	width: 550px;
  margin: 0 auto;
  padding: 2px 0 0 0px;
}

nav li {
	padding: 0px 0 0 0px;
  width: 270px;
  float: left;
  margin: 0 0 0px 0px;
}



nav .nav_menu {
	margin-right: 0;
}

nav .nav_special {

}


nav li a {
	background: url(../images/common/sprite_nav.png) left top no-repeat;
  display: block;
  width: 270px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 50px;
}

/*nav li a:hover {
	opacity: 0.8;
}*/

nav .nav_top {
  margin-right: 10px;
}

nav .nav_top a {
	background-position: 0px 0px;
}

/*nav .nav_top a:hover {
	background-position: 0px -70px;
}*/

.nav_senja {

}
nav li.nav_senja a {
	background-position: -280px 0px;
}

/*nav li.nav_senja a:hover {
	 background-position: -1037px -70px;
}*/

.nav_senjutsu {
	margin: 0px 0px 0 0px;
}
nav li.nav_senjutsu a {

	background-position: -202px 0px;
}

/*nav li.nav_senjutsu a:hover {

	background-position: -1297px -70px;
}*/

nav li.nav_special a {
  background-position: -854px 0px;
}

/*nav li.nav_special a:hover {
  background-position: -854px -99px;
}*/

nav li a:hover {
	opacity: 0.8;
}


/*==================
main
====================*/
#main {
	width: 878px;
  margin: 0px auto 0;
  clear: both;
  position: relative;
  z-index: 99999;

}


/*==================
breadcrumb
====================*/
#breadcrumb {
	margin: 32px 70px 19px 27px;
  /*position: absolute;*/
}

#breadcrumb ul {
	font-size: 1.8em;
  margin-bottom: 10px;
  width: 864px;
}

#breadcrumb li {
	width: auto;
	float: left;
}

#breadcrumb li a {
	color: #ffff5c;
	letter-spacing: 0;
}

#breadcrumb li:after {
	content: "▶"

}

#breadcrumb li:last-child:after {
	content: none;
}

#breadcrumb .top {
	padding: 0px 3px 0 3px;
}

#breadcrumb .current {
color: #fff;
}

#breadcrumb .top a {
	color: #ffff5c;
}

/*==================
menutitle
====================*/
.menu_title {
	width: 746px;
  height: 188px;
  background: url(../images/common/bg_menu.png) left top no-repeat;
  margin: 0px auto 0px;
  position: relative;
  z-index: 9999;
  clear: both;
}

.menu_title ul.menu {

}

.menu_title .free {
	width: 90px;
	position: absolute;
	top: 16px;
	left: 6px;
	display: none;
}
.glimpse-1 .menu_title .free { display: block; }
.free-1 .menu_title .free { display: none; }

.menu_title .menu_icon {
	width: 128px;
  float: left;
  margin: 29px 0px 0 40px;
}
.menu_title .title {
	width: 539px;
  float: left;
  color: #000000;
  margin: 55px 0 0 0;
  letter-spacing: 0;
  line-height: 1.3;
  font-size: 3em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.menu_title .title h2 {
	  /*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
		/*font-size: 3em;*/
	font-size: 30px;/*拡大されないようpx指定*/
}

/*恋愛
.menu_title li.cat-9 + .title h2,
.menu_title li.cat-10 + .title h2,
.menu_title li.cat-11 + .title h2,
.menu_title li.cat-12 + .title h2,
.menu_title li.cat-13 + .title h2,
.menu_title li.cat-14 + .title h2,
.menu_title li.cat-15 + .title h2,
.menu_title li.cat-16 + .title h2,
.menu_title li.cat-17 + .title h2,
.menu_title .cat-9 + h2,
.menu_title .cat-10 + h2,
.menu_title .cat-11 + h2,
.menu_title .cat-12 + h2,
.menu_title .cat-13 + h2,
.menu_title .cat-14 + h2,
.menu_title .cat-15 + h2,
.menu_title .cat-16 + h2,
.menu_title .cat-17 + h2 {
	color: #f2003f;
}*/


/*結婚
.menu_title li.cat-5 + .title h2,
.menu_title li.cat-6 + .title h2,
.menu_title li.cat-7 + .title h2,
.menu_title li.cat-8 + .title h2,
.menu_title .cat-5 + h2,
.menu_title .cat-6 + h2,
.menu_title .cat-7 + h2,
.menu_title .cat-8 + h2
 {
	color: #540094;
}*/

/*人生
.menu_title li.cat-1 + .title h2,
.menu_title li.cat-2 + .title h2,
.menu_title li.cat-3 + .title h2,
.menu_title li.cat-4 + .title h2,
.menu_title .cat-1 + h2,
.menu_title .cat-2 + h2,
.menu_title .cat-3 + h2,
.menu_title .cat-4 + h2 {
	color: #0048c0;
}*/

/*.menu_title li.cat-18 + .title h2,
.menu_title .cat-18 + h2 {
	color: #000;
}

.menu_title li.cat-19 + .title h2,
.menu_title .cat-19 + h2 {
	color: #004426;
}*/

/*=====================
おすすめ
=====================*/

/*=====================
無料
=====================*/

/*=====================
文言付き
=====================*/


/*=====================
有料特典
=====================*/
#intro {
	width: 800px;
  margin: 0 auto;
}

#intro ul {

}

#intro li {

}

#intro li.link_wrap {
position: relative;
}

#intro li.link_wrap div {

}

#intro li.link_wrap .link_intro {
	position: absolute;
  top: 354px;
  left: 285px;
  font-size: 18px;
  width: 490px;
  border: 2px solid #edbd2c;
  padding: 10px 10px;
}

#intro li.link_wrap .link_intro span {
color: #ffff00;
}

#intro li.link_wrap .link_intro a {
color: #ffff00;
}

#intro li.link_wrap .link_intro a:hover {

}

/*=====================
特別鑑定
=====================*/

/*===================
footer
=====================*/
.contFoot {
	display: none;
}

a.l1{
	color: #f0d656;
	text-decoration:underline;
	font-weight:bold;
}
a:visited.l1{
	color: #f0d656;
	text-decoration:underline;
}
a:hover.l1{
	color:#baf7a7;
	text-decoration:underline;
	font-weight:bold;
}

/*=====================
無料
=====================*/
#free {
	width: 878px;
  margin: 0 auto 10px;
}

#free .cap_free {
	width: 878px;
  margin: 0 auto;
}

#free .title_free {
	width: 878px;
  margin: 0 auto;
}

#free ul {
	background-image: url(../images/top/bg_free_top.jpg), url(../images/top/bg_free_btm.jpg), url(../images/top/bg_free_mid.jpg);
  background-position: center top, center bottom, center bottom;
  background-repeat: no-repeat, no-repeat, repeat-y;
  padding: 0 0 67px 0;
  margin: 0px auto 0px;
}

#free ul {

}

#free li {
	margin: 0 0 0px 0;
  width: 410px;
  float: left;
}

#free li:first-child {
	background: url(../images/top/line_free.png) center right no-repeat;
  min-height: 220px;
  padding: 0 10px 0 20px;
}

#free li:last-child {
	margin-bottom: 0px;
}

#free a {

}

#free .icon {
	float: left;
  margin: 0px 5px 0 0px;
}

#free li:first-child .icon {

}

.title {

}

#free .title {
	width: 260px;
  margin: 15px 0 0 0;
  float: left;
  font-size: 2.6em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#free li:first-child .title {

}

.price {

}

#free .price {
	color: #5d00c5;
  font-size: 2.5em;
  padding: 0px 70px 10px 0;
  text-align: right;
  font-size: 2em;
  margin: 0px 0 0 0;
  clear: both;
  padding: 0px 18px 15px 0;
}



#free .cap_free_btm {
	width: 278px;
  margin: 0 auto -26px;
}





#free li a {
	display: block;
  color: #2b5d02;
}

#free li a:hover {
  display: block;
  color: #509e10;
}

/*=====================
あの人の本音を完全暴露
=====================*/
#honne {
	width: 742px;
  margin: 0 auto;
}

#honne .title_honne {
	width: 742px;
  margin: 0 auto;
}

#honne ul {
	width: 742px;
  margin: -32px auto 0;
  background-image: url(../images/top/bg_honne_top.jpg), url(../images/top/bg_honne_btm.jpg), url(../images/top/bg_honne_mid.jpg);
  background-position: center top, center bottom, center bottom;
  background-repeat: no-repeat,no-repeat,repeat-y;
  padding: 0px 0 76px 0;
}

#honne li {
	background: url(../images/top/line_top.png) center bottom no-repeat;
  padding: 0 0 0px 0;
  margin: 0 0 13px 0;
}

#honne li:last-child {
	margin: 0 0 0 0;
	  background: none;
}

#honne .label {
	width: 576px;
  margin: 0 auto 20px;
}

#honne .icon {
	width: 90px;
  float: left;
  margin: 0 10px 10px 79px;
}

#honne .title {
	width: 474px;
  float: left;
  font-size: 2em;
  font-weight: bold;
  text-decoration: underline;
  margin: 10px 0 0 0px;
}

#honne .title a {
	color: #d70000;
}

#honne .title a:hover {
	color: #ff3a3a;
}

#honne .lead {
	clear: both;
  font-size: 1.5em;
  padding: 0 82px;
  color: #000;
}

#honne .price {
	text-align: right;
  font-size: 1.7em;
  margin: 0 70px 0 0;
  clear: both;
  padding: 0 0 21px 0;
  color: #330078;
  font-weight: bold;
}

/*=====================
エラーページ
=====================*/
.errorheader {
	text-align: center;
	font-size: 2em;
	margin-top: 20px;
	color: #ff0;
	padding: 50px 0;
}
#ErrBox {
	margin: 15px auto;
  width: 500px;
  padding-bottom: 100px;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
}
#ErrBox.discount { padding-top: 30px; }
#ErrBox a { color: #ff0; }
/*=====================
タイトル色共通
=====================*/
/*恋愛*/
.cat-2 .title a,
.cat-3 .title a,
.cat-4 .title a,
.cat-5 .title a,
.cat-6 .title a,
.cat-7 .title a,
.cat-8 .title a,
.cat-9 .title a,
.cat-10 .title a,
.cat-2 .title,
.cat-3 .title,
.cat-4 .title,
.cat-5 .title,
.cat-6 .title,
.cat-7 .title,
.cat-8 .title,
.cat-9 .title,
.cat-10 .title {
	color: #bf0031;
}

/*恋愛ホバー*/
.cat-2 .title a:hover,
.cat-3 .title a:hover,
.cat-4 .title a:hover,
.cat-5 .title a:hover,
.cat-6 .title a:hover,
.cat-7 .title a:hover,
.cat-8 .title a:hover,
.cat-9 .title a:hover,
.cat-10 .title a:hover {
	color: #ff21a9;
}

/*結婚*/
.cat-11 .title a,
.cat-12 .title a,
.cat-13 .title a,
.cat-14 .title a,
.cat-15 .title a,
.cat-11 .title,
.cat-12 .title,
.cat-13 .title,
.cat-14 .title,
.cat-15 .title {
	color: #71009b;
}

/*結婚ホバー*/
.cat-11 .title a:hover,
.cat-12 .title a:hover,
.cat-13 .title a:hover,
.cat-14 .title a:hover,
.cat-15 .title a:hover {
	color: #d800ff;
	text-decoration: none;
}

/*人生*/
.cat-16 .title a,
.cat-17 .title a,
.cat-18 .title a,
.cat-19 .title a,
.cat-20 .title a,
.cat-16 .title,
.cat-17 .title,
.cat-18 .title,
.cat-19 .title,
.cat-20 .title {
	color: #00398f;
}

/*人生ホバー*/
.cat-16 .title a:hover,
.cat-17 .title a:hover,
.cat-18 .title a:hover,
.cat-19 .title a:hover,
.cat-20 .title a:hover {
	color: #3d76cc;
}

/*無料*/
.cat-1 .title {
	color: #00736c;
}

.title a:hover {
	text-decoration: none;
}

/*----------------結婚--------------------*/
/*.cat-1 .title,
.cat-2 .title,
.cat-3 .title
 {
	color: #7a005f;
}

.cat-1 .title a,
.cat-2 .title a,
.cat-3 .title a
 {
	color: #7a005f;
}*/

/*----------------人生--------------------*/
/*.cat-4 .title,
.cat-5 .title,
.cat-6 .title,
.cat-7 .title,
.cat-18 .title
 {
	color: #003363;
}*/

/*.cat-4 .title a,
.cat-5 .title a,
.cat-6 .title a,
.cat-7 .title a,
.cat-18 .title a
 {
	color: #003363;
}*/

/*----------------愛--------------------*/
/*.cat-8 .title,
.cat-9 .title,
.cat-10 .title,
.cat-11 .title,
.cat-12 .title,
.cat-13 .title,
.cat-14 .title,
.cat-15 .title,
.cat-16 .title,
.cat-17 .title
 {
	color: #a92800;
}

.cat-8 .title a,
.cat-9 .title a,
.cat-10 .title a,
.cat-11 .title a,
.cat-12 .title a,
.cat-13 .title a,
.cat-14 .title a,
.cat-15 .title a,
.cat-16 .title a,
.cat-17 .title a
 {
	color: #a92800;
}*/



/*=====================
display control
=====================*/
.disp0,
.disp-0 {
	display: none!important;
}
.disp1,
.disp-1 {
	display: block!important;
}
.disp-not-1,
.disp_n_1 {
	display: none!important;
}
.disp-not-0,
.disp_n_0 {
	display: block;
}
span.disp-not-0,
span.disp_n_0 {
	display: inline;
}
.disp_or0-0 {
	display: none;
}
.disp_or0-1,
.disp_or1-0,
.disp_or1-1 {
	display: block;
}
.disp_xor0-0,
.disp_xor1-1 { display: none; }
.disp_xor1-0,
.disp_xor0-1 {display: block;  }
