@charset "shift_jis";

/*-----------------------------------
common setting
-----------------------------------*/

a:link {
	color: #febf00;
	text-decoration: underline;
}

a:active,a:hover {
	color: #febf00;
	text-decoration: none;
}

a:visited {
	color: #d9a853;
	text-decoration: underline;
}


body {
	background: #000 url(../img/bg_body.jpg) repeat-y 50% 0;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.6;
	color: #300;
	font-family: Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* 大枠 */
.iu--outline {
	background: url(../img/header_bg.jpg) no-repeat 50% 0;
	min-width: 990px;
}

.iu--outline_sub {
	background: url(../img/header_bg_sub.jpg) no-repeat 50% 0;
	min-width: 990px;
}

/* 中枠 */
.iu--wrapper {
	margin-right: auto;
	margin-left: auto;
	/*background: url(../img/bg.jpg) repeat-y center top;*/
	width: 990px;
}

/*-----------------------------------
/common setting
-----------------------------------*/

/*-----------------------------------
header
-----------------------------------*/

.iu--header0001 {
	height: 460px;
	background: url(../img/header_bg.jpg) no-repeat 50% 0;
	text-align: center;
}

.iu--header0001 a {
	display: block;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	width: 990px;
	margin: 0 auto;
	background: url(../img/header.jpg);
}

/*-----------------------------------
/header
-----------------------------------*/
/*-----------------------------------
header_sub
-----------------------------------*/

.iu--header0001_sub {
	width: 990px;
	height: 280px;
	background: url(../img/header_sub.jpg);
}

.iu--header0001_sub a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

/*-----------------------------------
/header_sub
-----------------------------------*/
/*-----------------------------------
btn area
-----------------------------------*/
.iu--top-btnarea0001 {
	background: #000;
}
.iu--top-btnarea0001 ul {
	width: 990px;
	margin: 0 auto;
}
.iu--top-btnarea0001 ul li {
	width: 50%;
	float: left;
}
/*-----------------------------------
/btn area
-----------------------------------*/
/*-----------------------------------
gnavi
-----------------------------------*/
.iu--gnavi0001-box01 {
	background: url(../img/header_nav01_bg01.jpg) no-repeat center 0;
}
.iu--gnavi0001-wrap01 {
	width: 990px;
	height: 60px;
	background: url(../img/header_nav01_bg01.jpg) no-repeat center 0;
    margin: 0 auto;
	padding: 0;
}

.iu--gnavi0001 {
	width: 690px;
	margin: 0 0px 0 150px;
	padding: 5px 0 13px 0px;
}

.iu--gnavi0001 li {
	display: inline;
	float: left;
	width: 200px;
	height: 50px;
	margin: 0 15px;
}

.iu--gnavi0001 a {
	display: block;
	width: 200px;
	height: 0px;
	padding-top: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/gnavi_btn_sprite.png);
	background-repeat: no-repeat;
}

.iu--gnavi0001_item01 a {
	background-position: 0 0;
}

.iu--gnavi0001_item02 a {
	background-position: -200px 0;
}

.iu--gnavi0001_item03 a {
	background-position: -400px 0;
}

.iu--gnavi0001_item04 a {
	background-position: -600px 0;
}

.iu--gnavi0001_item01 a:hover {
	background-position: 0 -50px;
}

.iu--gnavi0001_item02 a:hover {
	background-position: -200px -50px;
}

.iu--gnavi0001_item03 a:hover {
	background-position: -400px -50px;
}

.iu--gnavi0001_item04 a:hover {
	background-position: -600px -50px;
}

.iu--gnavi_current {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/gnavi_btn_sprite.png) no-repeat 0 bottom;
}

.iu--gnavi_current.iu--gnavi0001_item01 {
	background-position: 0 bottom;
}

.iu--gnavi_current.iu--gnavi0001_item02 {
	background-position: -200px bottom;
}

.iu--gnavi_current.iu--gnavi0001_item03 {
	background-position: -400px bottom;
}

.iu--gnavi_current.iu--gnavi0001_item04 {
	background-position: -600px bottom;
}

/*-----------------------------------
/gnavi
-----------------------------------*/
/*-----------------------------------
pankuzu
-----------------------------------*/

.iu--breadcrumb0001 {
	width: 770px;
	margin: 25px 0 5px 110px;
	text-align: left;
	height: 1.4em;
	line-height: 1.2;
	font-size: 110%;
	color: #fff;
}

.iu--breadcrumb0001 a:link {
	color: #febf00;
	text-decoration: underline;
}
.iu--breadcrumb0001 a:hover {
	color: #febf00;
	text-decoration: none;
}
.iu--breadcrumb0001 a:active {
	color: #febf00;
	text-decoration: none;
}
.iu--breadcrumb0001 a:visited {
	color: #d9a853;
}


/*-----------------------------------
/pankuzu
-----------------------------------*/

/*-----------------------------------
footer
-----------------------------------*/

.iu--footer0001 {
	clear: both;
	width: 990px;
	line-height: 1.4;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	padding: 30px 0;
}

/*-----------------------------------
/footer
-----------------------------------*/

/*-----------------------------------
utility
-----------------------------------*/

.mb20 {
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.display_none {
	display: none;
}

.yellow {
	color: #ff9;
}

.red {
	color: #f03;
	font-size: 110%;
}

.orange {
	color: #f6f;
}

.bold {
	font-weight: bold;
}

.sizeup {
	font-size: 120%;
}

.strike {
	text-decoration: line-through;
}

/* clearfix */

/* for modern browser */
.clearfix {
	display: inline-block;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* /for modern browser */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* /clearfix */

/*-----------------------------------
/utility
-----------------------------------*/

/*-----------------------------------
/parts
-----------------------------------*/

/* アイコン */

.menu_icon {
	display: inline-block;
	width: 80px;
	height: 0;
	padding-top: 80px;
	line-height: 1.5;
	font-size: 0;
	overflow: hidden;
	background: url(../img/categoryBadge_A.png) no-repeat 0 0;
	margin: 16px 5px 4px 15px;
}

.icon_free1 {background-position: 0 0;}
.icon_free2 {background-position: 0 100%;}
.icon_nenun1 {background-position: 5% 0;}
.icon_nenun2 {background-position: 5% 100%;}
.icon_aisyo1 {background-position: 10% 0;}
.icon_aisyo2 {background-position: 10% 100%;}
.icon_kataomoi1 {background-position: 15% 0;}
.icon_kataomoi2 {background-position: 15% 100%;}
.icon_furin1 {background-position: 20% 0;}
.icon_furin2 {background-position: 20% 100%;}
.icon_fukuen1 {background-position: 25% 0;}
.icon_fukuen2 {background-position: 25% 100%;}
.icon_deai1 {background-position: 30% 0;}
.icon_deai2 {background-position: 30% 100%;}
.icon_kekkon1 {background-position: 35% 0;}
.icon_kekkon2 {background-position: 35% 100%;}
.icon_shigoto1 {background-position: 40% 0;}
.icon_shigoto2 {background-position: 40% 100%;}
.icon_jinsei1 {background-position: 45% 0;}
.icon_jinsei2 {background-position: 45% 100%;}
.icon_anohitok1 {background-position: 50% 0;}
.icon_anohitok2 {background-position: 50% 100%;}
.icon_anohitoh1 {background-position: 55% 0;}
.icon_anohitoh2 {background-position: 55% 100%;}
.icon_furinai1 {background-position: 60% 0;}
.icon_furinai2 {background-position: 60% 100%;}
.icon_fukkatsuai1 {background-position: 65% 0;}
.icon_fukkatsuai2 {background-position: 65% 100%;}
.icon_aisyosp1 {background-position: 70% 0;}
.icon_aisyosp2 {background-position: 70% 100%;}
.icon_kataomoisp1 {background-position: 75% 0;}
.icon_kataomoisp2 {background-position: 75% 100%;}
.icon_kataomoisp1 {background-position: 80% 0;}
.icon_kataomoisp2 {background-position: 80% 100%;}
.icon_kekkonsp1 {background-position: 85% 0;}
.icon_kekkonsp2 {background-position: 85% 100%;}
/*.icon_shigotosp1 {background-position: 90% 0;}
.icon_shigotosp2 {background-position: 90% 100%;}*/
.icon_jinseisp1 {background-position: 95% 0;}
.icon_jinseisp2 {background-position: 95% 100%;}

/* /アイコン */

/* パックメニューアラート */

.pack_caution {
	color: #d60d00;
}

.inpres_menu_caption .pack_caution {
	color: #ffe400;
	font-weight: bold;
}

/* /パックメニューアラート */

/* ページトップへ戻るボタン */

.iu--pagetop0001_btn01 {
	width: 800px;
	margin: 20px auto;
	text-align: right;
}

/* /ページトップへ戻るボタン */

/* トップへ戻るボタン */

.homelink0001_btn01 {
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

/* /トップへ戻るボタン */

/* 注意事項 */

.iu--caution0001 {
	width: 840px;
	margin: 40px auto;
}

/* ▽jsでの管理部分 */
.iu--caution0001 .caution_title {
	width: 700px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	border-bottom: 3px double #FFF;
}

.iu--caution0001 .caution_list {
	width: 700px;
	margin: 20px auto 0;
	text-align: left;
	color: #fff;
	font-size: 110%;
}

.iu--caution0001 .caution_list li {
	margin-bottom: 15px;
	border-bottom: 1px dotted #999999;
	padding: 0 10px 10px 10px;
}

.iu--caution0001 .caution_list p {
	padding: 0 0 0 10px;
}

.iu--caution0001 .caution_table {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #999999;
}

.iu--caution0001 .caution_table th {
	padding: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	vertical-align:middle;
}

.iu--caution0001 .caution_table td {
	padding: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	vertical-align:middle;
}
/* △jsでの管理部分 */

/* /注意事項 */

/* エラー */

.error_wrap {
	clear: both;
	width: 600px;
	margin: 100px auto;
	text-align: center;
	font-size: 110%;
	color: #fff;
}

.errortxt {
	font-size: 120%;
	color: #EC0002;
	font-weight: bold;
}

/* validate_error */
input.error, textarea.error, select.error {
	background-color: #F9DCDC;
}

label.error {
	color: #ff0000;
	margin-top: 5px;
	font-size: 110%;
}

/* /エラー */

/*-----------------------------------
/parts
-----------------------------------*/

/*-----------------------------------
/トップページ固定要素
-----------------------------------*/

/* NEW */

.iu--top-whatsnew0001 {
	width: 860px;
	margin: 0 auto 0;
	background: url(../img/top_new_bottom01.jpg) no-repeat center bottom,
							url(../img/top_new_bg01.jpg) repeat-y 0 50px;
	text-align: left;
	padding: 0 0 80px;
}

.iu--top-whatsnew0001 a:link {
	color: #660072;
	text-decoration: underline;
}

.iu--top-whatsnew0001 a:hover {
	color: #660072;
	text-decoration: none;
}

.iu--top-whatsnew0001 a:active {
	color: #7f00bf;
	text-decoration: none;
}

.iu--top-whatsnew0001 a:visited {
	color: #7f00bf;
	text-decoration: none;
}

.iu--top-whatsnew0001_menu01 li {
	width: 780px;
	margin: 0px auto 0px;
}

.iu--top-whatsnew0001_menu01-icon {
	float: left;
	width: 120px;
	margin: 0 0 5px 50px;
}

.iu--top-whatsnew0001_menu01-icon img {
	width: 110px;
	height: 110px;
}

.iu--top-whatsnew0001_menu01-title {
	float: left;
	width: 550px;
	margin: 0 0 0 5px;
	text-align: left;
	font-size: 250%;
	font-weight: bold;
	padding-top: 10px;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4em;
}

.iu--top-whatsnew0001_menu01-caption {
	clear: both;
	width: 660px;
	margin: 0 auto 5px;
	text-align: left;
	color: #333;
	line-height: 1.3;
	font-size: 120%;
}

.iu--top-whatsnew0001_menu01-release {
	color: #D60D00;
	font-weight: bold;
}
.iu--top-whatsnew0001_menu01-price {
	width: 720px;
	margin: 0px;
	text-align: right;
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

.iu--item_pack-information {
	width: 620px;
	margin: 10px 0 10px 58px;
	padding: 10px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	border: 1px solid #fff;
	background-color: #370A63;
}

.iu--item_pack-information p {
	color: #feb305;
	line-height: 1.8;
	font-size: 120%;
}

/* /NEW */

/*-----------------------------------
/parts
-----------------------------------*/

/* 一部無料説明テキスト */

.iu--yahoo-ypremium-info0001 {
	width: 800px;
	margin: 15px auto;
	color: #fff;
	font-size: 110%;
}

/* /一部無料説明テキスト */

/* top_text枠 */

.iu--feature0001 {
}

/* /top_text枠 */

/* 新着無料関連 */

.iu--top_allfree_new_text {
	width: 740px;
	margin: 20px auto 10px;
	padding: 10px 0;
	font-size: 1.6em;
	color:#FFF;
	border: 3px double #a2841d;
	background-color: #000;
}

.iu--top_allfree_new_text a{
	font-weight: bold;
}

.iu--top_allfree_new_text a:link {
	color: #febf00;
	text-decoration: underline;
}

.iu--top_allfree_new_text a:active {
	color: #febf00;
	text-decoration: none;
}

.iu--top_allfree_new_text a:hover {
	color: #febf00;
	text-decoration: none;
}

.iu--top_allfree_new_text a:visited {
	color: #d9a853;
	text-decoration: none;
}

/* /新着無料関連 */

/* カテゴリー 恋愛、不倫 */

/* category0001 */
.iu--top-category0001 {
	clear: both;
	width: 860px;
	margin: 0 auto;
	background: url(../img/cate01_bottom01.jpg) no-repeat center bottom,
							url(../img/cate01_bg01.jpg) repeat-y center 0;
	padding: 0 0 1px;
}

.iu--top-category0001 a:link {
	color: #cd009a;
	text-decoration: underline;
}

.iu--top-category0001 a:active {
	color: #cd009a;
	text-decoration: none;
}

.iu--top-category0001 a:hover {
	color: #cd009a;
	text-decoration: none;
}

.iu--top-category0001 a:visited {
	color: #925282;
	text-decoration: underline;
}

.iu--top-category_menu01 {
	width: 780px;
	margin: 0 auto 30px;
	text-align: left;
}

.iu--top-category_menu01 li {
	width: 780px;
	background: url(../img/cate_menu_frametop01.jpg) no-repeat 0 top,
							url(../img/cate_menu_framebottom01.jpg) no-repeat 0 bottom,
							url(../img/cate_menu_bg01.jpg) repeat-y 0 0;
	padding-bottom: 50px;
	margin-bottom: 10px;
}

.iu--top-category_menu01-icon {
	float: left;
	margin: 35px 2px 2px 60px;
}

.iu--top-category_menu01-icon img {
	width: 100px;
	height: 100px
}

.iu--top-category_menu01-title {
	width: 555px;
	float: left;
	display: inline;
	line-height: 1.3;
	margin-top: 48px;
	font-size: 220%;
	font-weight: bold;
	padding: 0 0 0 5px;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.iu--top-category_menu01-caption {
	clear: both;
	padding: 5px 70px 0;
	font-size: 120%;
}

.iu--top-category_menu01-price {
	padding: 0 70px;
	margin: 5px auto 0;
	text-align: right;
	font-weight: bold;
	color: #390c00;
	font-size: 110%;
}

/* /カテゴリー 恋愛、不倫 */

/* カテゴリー 出逢い、結婚 */

.iu--top-category0002 {
	clear: both;
	width: 860px;
	margin: 0 auto;
	background: url(../img/cate02_bottom01.jpg) no-repeat center bottom,
							url(../img/cate02_bg01.jpg) repeat-y center 0;
	padding: 0 0 1px;
}

.iu--top-category0002 a:link {
	color :#d90000;
	text-decoration: underline;
}

.iu--top-category0002 a:active {
	color :#d90000;
	text-decoration: none;
}

.iu--top-category0002 a:hover {
	color :#d90000;
	text-decoration: none;
}

.iu--top-category0002 a:visited {
	color :#7b4848;
	text-decoration: underline;
}

.iu--top-category_menu02 {
	width: 780px;
	margin: 0 auto 30px;
	text-align: left;
}

.iu--top-category_menu02 li {
	width: 780px;
	background: url(../img/cate_menu_frametop02.jpg) no-repeat 0 top,
							url(../img/cate_menu_framebottom02.jpg) no-repeat 0 bottom,
							url(../img/cate_menu_bg02.jpg) repeat-y 0 0;
	padding-bottom: 50px;
	margin-bottom: 10px;
}

.iu--top-category_menu02-icon {
	float: left;
	margin: 35px 2px 2px 60px;
}

.iu--top-category_menu02-icon img {
	width: 100px;
	height: 100px
}

.iu--top-category_menu02-title {
	width: 555px;
	float: left;
	display: inline;
	line-height: 1.3;
	margin-top: 48px;
	font-size: 220%;
	font-weight: bold;
	padding: 0 0 0 5px;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.iu--top-category_menu02-caption {
	clear: both;
	padding: 5px 70px 0;
	font-size: 120%;
}

.iu--top-category_menu02-price {
	padding: 0 70px;
	margin: 5px auto 0;
	text-align: right;
	font-weight: bold;
	color: #390c00;
	font-size: 110%;
}

/* /カテゴリー 出逢い、結婚 */

/* カテゴリー 仕事、人生 */

.iu--top-category0003 {
	clear: both;
	width: 860px;
	margin: 0 auto;
	background: url(../img/cate03_bottom01.jpg) no-repeat center bottom,
							url(../img/cate03_bg01.jpg) repeat-y center 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 45px;
}

.iu--top-category0003 a:link {
	color :#33c;
	text-decoration: underline;
}

.iu--top-category0003 a:active {
	color :#33c;
	text-decoration: none;
}

.iu--top-category0003 a:hover {
	color :#33c;
	text-decoration: none;
}

.iu--top-category0003 a:visited {
	color :#002e73;
	text-decoration: underline;
}

.iu--top-category_menu03 {
	width: 780px;
	margin: 0 auto 30px;
	text-align: left;
}

.iu--top-category_menu03 li {
	width: 780px;
	background: url(../img/cate_menu_frametop03.jpg) no-repeat 0 top,
							url(../img/cate_menu_framebottom03.jpg) no-repeat 0 bottom,
							url(../img/cate_menu_bg03.jpg) repeat-y 0 0;
	padding-bottom: 50px;
	margin-bottom: 10px;
}

.iu--top-category_menu03-icon {
	float: left;
	margin: 35px 2px 2px 60px;
}

.iu--top-category_menu03-icon img {
	width: 100px;
	height: 100px
}

.iu--top-category_menu03-title {
	width: 555px;
	float: left;
	display: inline;
	line-height: 1.3;
	margin-top: 48px;
	font-size: 220%;
	font-weight: bold;
	padding: 0 0 0 5px;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.iu--top-category_menu03-caption {
	clear: both;
	padding: 5px 70px 0;
	font-size: 120%;
}

.iu--top-category_menu03-price {
	padding: 0 70px;
	margin: 5px auto 0;
	text-align: right;
	font-weight: bold;
	color: #390c00;
	font-size: 110%;
}

/* /カテゴリー 仕事、人生 */

