@charset "euc-jp";

/*-----------------------------------
common setting
-----------------------------------*/

a:link {
	color: #febf00;
	text-decoration: underline;
}

a:active,a:hover {
	color: #febf00;
	text-decoration: none;
}

a:visited {
	color: #febf00;
	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;
	text-align: justify;
}

/* 大枠 */
.bj--outline {
	background: url(../img/header_bg.jpg) no-repeat 50% 0;
	min-width: 950px;
}

/* 大枠 _sub*/
.bj--outline_sub {
	background: url(../img/header_bg_sub.jpg) no-repeat 50% 0;
	min-width: 950px;
}

/* 中枠 */
.bj--wrapper {
	margin-right: auto;
	margin-left: auto;
	/*background: url(../img/bg.jpg) repeat-y center top;*/
	width: 950px;
}


/*-----------------------------------
/common setting
-----------------------------------*/

/*-----------------------------------
header
-----------------------------------*/

.bj--header0001 {
	width: 950px;
	height: 380px;
	background: url(../img/header.jpg);
}

.bj--header0001 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

/*-----------------------------------
/header
-----------------------------------*/

/*-----------------------------------
header_sub
-----------------------------------*/

.bj--header0001_sub {
	width: 950px;
	height: 280px;
	background: url(../img/header_sub.jpg);
}

.bj--header0001_sub a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

/*-----------------------------------
/header_sub
-----------------------------------*/

/*-----------------------------------
gnavi
-----------------------------------*/
.bj--top-area0001 {
	width: 950px;
	padding: 0;
}

.bj--gnavi0001 {
	width: 802px;
	margin: 13px 0 0 74px;
	padding: 0 0 15px 0px;
}

.bj--gnavi0001 li {
	display: inline;
	float: left;
	width: 200px;
	height: 50px;
	margin: -1px 0 0 0;
}

.bj--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;
}

.bj--gnavi0001_item01 a {
	background-position: 0 0;
}

.bj--gnavi0001_item02 a {
	background-position: -200px 0;
}

.bj--gnavi0001_item03 a {
	background-position: -400px 0;
}

.bj--gnavi0001_item04 a {
	background-position: -600px 0;
}

.bj--gnavi0001_item01 a:hover {
	background-position: 0 -50px;
}

.bj--gnavi0001_item02 a:hover {
	background-position: -200px -50px;
}

.bj--gnavi0001_item03 a:hover {
	background-position: -400px -50px;
}

.bj--gnavi0001_item04 a:hover {
	background-position: -600px -50px;
}

.bj--gnavi_current {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/gnavi_btn_sprite.png) no-repeat 0 bottom;
}

.bj--gnavi_current.bj--gnavi0001_item01 {
	background-position: 0 bottom;
}

.bj--gnavi_current.bj--gnavi0001_item02 {
	background-position: -200px bottom;
}

.bj--gnavi_current.bj--gnavi0001_item03 {
	background-position: -400px bottom;
}

.bj--gnavi_current.bj--gnavi0001_item04 {
	background-position: -600px bottom;
}

/*-----------------------------------
/gnavi
-----------------------------------*/
/*-----------------------------------
pankuzu
-----------------------------------*/

.bj--breadcrumb0001 {
	width: 810px;
	margin: 6px 0 5px 70px;
	text-align: left;
	height: 1.4em;
	line-height: 1.2;
	font-size: 110%;
	color: #fff;
}

.bj--breadcrumb0001 a:link {
	color: #febf00;
	text-decoration: underline;
}
.bj--breadcrumb0001 a:hover {
	color: #febf00;
	text-decoration: none;
}
.bj--breadcrumb0001 a:active {
	color: #6600CC;
	text-decoration: none;
}
.bj--breadcrumb0001 a:visited {
	color: #febf00;
}


/*-----------------------------------
/pankuzu
-----------------------------------*/

/*-----------------------------------
footer
-----------------------------------*/

.bj--footer0001 {
	clear: both;
	width: 950px;
	line-height: 1.4;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}

/*-----------------------------------
/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
-----------------------------------*/
/* スペシャル */

.bj--special0001 {
	width: 950px;
	margin: 30px auto 0px;
	background: url(../img/top_special_bottom01.jpg) no-repeat center bottom,
							url(../img/top_special_bg01.jpg) repeat-y center 50px;
	text-align: left;
	padding: 0 0 55px;
}

.bj--special0001 a:link {
	color: #660072;
	text-decoration: underline;
}

.bj--special0001 a:hover {
	color: #660072;
	text-decoration: none;
	position: relative;
	top: 1px;
}

.bj--special0001 a:active {
	color: #660072;
	text-decoration: none;
}

.bj--special0001 a:visited {
	color: #660072;
	text-decoration: none;
}

.bj--special0001_menu01 li {
	width: 760px;
	background: url(../img/top_special_menu_top01.jpg) no-repeat 0 top,
							url(../img/top_special_menu_bottom01.jpg) no-repeat 0 bottom,
							url(../img/top_special_menu_bg01.jpg) repeat-y 0 0;
	margin: 0px auto 10px;
	padding-bottom: 55px;
}

.bj--special0001_menu01-icon {
	float: left;
	width: 100px;
	margin: 45px 5px 5px 55px;
}

.bj--special0001_menu01-icon img {
	width: 110px;
	height: 110px;
}

.bj--special0001_menu01-title {
	float: left;
	width: 555px;
	margin: 0 0 0 15px;
	text-align: left;
	font-size: 220%;
	font-weight: bold;
	padding-top: 55px;
	line-height: 1.3;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bj--special0001_menu01-caption {
	clear: both;
	margin: 0 0 10px 55px;
	text-align: left;
	color: #333;
	line-height: 1.2;
	font-size: 120%;
	width: 680px;
}

.bj--special0001_menu01-price {
	width: 730px;
	margin: 0px 0px 0 0;
	text-align: right;
	color: #390c00;
	font-size: 120%;
	font-weight: bold;
}

/* /スペシャル */

/* スペシャル特殊版 */

.bj--special0001_menu02_item {
	width: 800px;
	margin: 0 auto;
}

.bj--special0001_menu02-item-box {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 90px;
}

.bj--special0001_menu02_item_i .bj--special0001_menu02-item-box {
	background: url(../img/top_special_menu02_bg01.jpg) no-repeat center top;
}

.bj--special0001_menu02_item_y .bj--special0001_menu02-item-box {
	background: url(../img/top_special_menu02_bg02.jpg) no-repeat center top;
}

.bj--special0001_menu02-item-box-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bj--special0001_menu02-btn {
	position: relative;
	display: block;
	width: 324px;
	height: 206px;
}

.bj--special0001_menu02-btn:nth-of-type(1),
.bj--special0001_menu02-btn:nth-of-type(3) {
	float: left;
}
.bj--special0001_menu02-btn:nth-of-type(2),
.bj--special0001_menu02-btn:nth-of-type(4) {
	float: right;
}

.bj--special0001_menu02-item-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0px 50px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
}

.bj--special0001_menu02-item-link a {
	color: #ffea00;
	font-size: 34px;
	font-size: 2rem;
}
.bj--special0001_menu02-item-link a:link { color: #ffea00; }
.bj--special0001_menu02-item-link a:visited { color: #ffea00; }
.bj--special0001_menu02-item-link a:hover { color: #ffb71b !important; }

/* /スペシャル特殊版 */




/* おすすめ */
.bj--osusume0001 {
	width: 950px;
	margin: 0px auto 0;
	background: url(../img/top_osusume_bottom01.jpg) no-repeat 0 bottom,
							url(../img/top_osusume_bg01.jpg) repeat-y top;
	padding: 0 0 70px;
}

.bj--osusume0001-menu01 li {
	width: 800px;
	background: url(../img/top_osusume_line.jpg) no-repeat center bottom;
	margin: 0 auto 15px;
}

.bj--osusume0001_ichioshi_img01 {
	width: 950px;
	margin: 0 auto 35px;
	background: url(../img/top_osusume_img01.jpg) no-repeat 0 bottom;
	min-height:300px;
}

.bj--osusume0001_ichioshi_text01 {
	width: 500px;
	margin-left:265px;
	color: #FFF;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.4;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 0.40px #000;
}

.bj--osusume0001_ichioshi_text01 span {
	color:#FF40FF;
}

.bj--osusume0001_ichioshi_img02 {
	width: 950px;
	margin: 0 auto -20px;
	background: url(../img/top_osusume_img02.jpg) no-repeat 0 top;
	min-height:300px;
}

.bj--osusume0001_ichioshi_text02 {
	width: 500px;
	margin-left:50px;
	color: #FFF;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.4;
	font-family: "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 0.40px #000;
}

.bj--osusume0001_ichioshi_text02 span {
	color:#FF40FF;
}

.bj--osusume0001_ichioshi_btn {
	width: 460px;
	height:116px;
	padding: 10px 0 0 10px;
}


/* ローカル環境用 */
/*
.bj--osusume0001-menu01 li:last-of-type {
	background: none;
}
 */
/* アップロード後環境用 */
.bj--osusume0001-menu01 div:last-of-type li {
    background: none;
}

.bj--osusume0001-menu01-icon {
	float: left;
	width: 120px;
	margin: 5px 0 5px 30px;
}

.bj--osusume0001-menu01-icon img {
	width: 100px;
	height: 100px;
}
.bj--osusume0001-menu01-title {
	float: left;
	width: 600px;
	margin: 0 0 0 10px;
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	padding-top: 15px;
	line-height: 1.4;
}

.bj--osusume0001-menu01_caption {
	clear: both;
	width: 700px;
	margin: 0 50px 5px;
	text-align: left;
	color: #fff;
	line-height: 1.4;
	font-size: 120%;
}

.bj--osusume0001-menu01-caption strong {
	color: #FF66CC;
}

.bj--osusume0001-menu01-price {
	width: 680px;
	margin: 5px 10px 40px 50px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2;
	font-size: 120%;	
}

.bj--osusume0001-menu02-price {
	width: 680px;
	margin: 105px 50px 40px 50px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2;
	font-size: 120%;	
	

}
.bj--osusume0001 .menu_price_discount {
	color: #3300FF;
	font-size: 120%;
}
.bj--osusume0001 a:link {
	color: #FFFF00;
	text-decoration: underline;
}
.bj--osusume0001 a:hover {
	color: #8BFF55;
	text-decoration: none;
	position: relative;
	top: 1px;
}
.bj--osusume0001 a:active {
	color: #FFFF00;
	text-decoration: none;
}
.bj--osusume0001 a:visited {
	color: #FFFF00;
	text-decoration: none;
}

/* /おすすめ */

/* 完全無料 */
.bj--allfree0001 {
	width: 950px;
	/*height: 1100px;*/
	margin: 15px auto -15px;
	text-align: center;
	background: url(../img/top_allfree_bottom01.jpg) no-repeat center bottom,url(../img/top_allfree_bg01.jpg) repeat-y center top;
	padding-bottom: 110px;
}

.bj--allfree0001_menu {
	margin-top: -20px;
}

/* /完全無料 */

/* くちこみ */

.kuchikomi_wrap {
	width: 950px;
	margin: 0px auto 30px;
	background: url(../img/top_kuchikomi_bg01.jpg) repeat center;
}

.kuchikomi_wrap .bottom_img {
	width: 950px;
	background: url(../img/top_kuchikomi_bottom01.jpg) no-repeat bottom;
	padding: 0 0 90px;
}

.kuchikomi_item {
	width: 800px;
	margin: 0px auto 0px;
}

.kuchikomi_item .kuchikomi_img{
	float: left;
	display: inline;
	margin: 10px 15px 10px 15px;
}
.kuchikomi_item .kuchikomi_img_right {
	float: right;
	display: inline;
	margin: 10px 15px 2px 15px;
}

.kuchikomi_item .kuchikomi_img_right{
	float: right;
	margin: 10px 10px 10px 0;
}
.kuchikomi_item .kuchikomi_img_center{
	clear: both;
	margin: 20px 10px 20px;
}
.kuchikomi_item .kuchikomi_left{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.kuchikomi_item .kuchikomi_text_right{
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.kuchikomi_item .kuchikomi_text_center{
	margin: 0;
}

.kuchikomi_item .kuchikomi_item_top{
	background: url(../img/top_kuchikomi_item_top.png) 170px 0 no-repeat;
	margin: 10px 0 0 0;
}
.kuchikomi_item .kuchikomi_item_top02{
	background: url(../img/top_kuchikomi_item_top02.png) 15px 0 no-repeat;
	margin: 15px 0 0 0;
}


.kuchikomi_item .kuchikomi_item_bottom{
	height:40px;
	background: url(../img/top_kuchikomi_item_bottom.png) 170px 0 no-repeat;
}

.kuchikomi_item .kuchikomi_item_bottom02{
	height:40px;
	background: url(../img/top_kuchikomi_item_bottom02.png) 15px 0 no-repeat;
}
.kuchikomi_item .cap .subtitle{
	color: #FF0000;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.5em;
}
.kuchikomi_item .cap{
	width: 500px;
	padding: 20px 0 0 10px;
	margin: 0 0 0 240px;
	font-size: 130%;
	line-height: 1.4em;
	text-align: left;
	color: #330000;
}
.kuchikomi_item .cap02 .subtitle{
	color: #FF0000;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.5em;
}
.kuchikomi_item .cap02{
	width: 500px;
	padding: 20px 0 0 10px;
	margin: 0 240px 0 45px;
	font-size: 130%;
	line-height: 1.4em;
	text-align: left;
	color: #330000;
}

.kuchikomi_item .cap_left{
	width: 680px;
	margin: 20px 0 0 25px;
	font-size: 130%;
	line-height: 1.5em;
	text-align: left;
	color: #333;
	float: left;
}
.kuchikomi_item .cap_right{
	width: 520px;
	margin: 3px 0 2px 240px;
	font-size: 130%;
	line-height: 1.2em;
	text-align: right;
	color: #300;
}

.kuchikomi_item .cap_right02{
	width: 520px;
	margin: 3px 0 2px 46px;
	font-size: 130%;
	line-height: 1.2em;
	text-align: right;
	color: #300;
}




.kuchikomi_item p span.bold{
	font-weight: bold;
}


.kuchikomi_menu_link{
	width: 520px;
	margin: 10px 0 0 240px;
}

.kuchikomi_menu_link .icon{
	float: left;
}

.kuchikomi_menu_link .icon img{
	width:80px;
	height:80px
}

.kuchikomi_btn{
	float: left;
	text-align: left;
	width: 420px;
	margin:0;
	padding: 10px 0 0 10px;
}




.kuchikomi_menu_link02{
	width: 520px;
	margin: 10px 0 0 40px;
}

.kuchikomi_menu_link02 .icon{
	float: left;
}

.kuchikomi_menu_link02 .icon img{
	width:80px;
	height:80px
}
.kuchikomi_btn02{
	float: left;
	text-align: left;
	width: 420px;
	margin: 0;
	padding: 10px 0 0 10px;
}


.kuchikomi_btn a{
	font-size: 1.8em;
	font-weight: bold;
}
.kuchikomi_btn a:link {
	color: #660072;
	text-decoration: underline;
}

.kuchikomi_btn a:hover {
	color: #660072;
	text-decoration: none;
}

.kuchikomi_btn a:active {
	color: #660072;
	text-decoration: none;
}

.kuchikomi_btn a:visited {
	color: #660072;
	text-decoration: none;
}


.kuchikomi_btn02 a{
	font-size: 1.8em;
	font-weight: bold;
}
.kuchikomi_btn02 a:link {
	color: #660072;
	text-decoration: underline;
}

.kuchikomi_btn02 a:hover {
	color: #660072;
	text-decoration: none;
}

.kuchikomi_btn02 a:active {
	color: #660072;
	text-decoration: none;
}

.kuchikomi_btn02 a:visited {
	color: #660072;
	text-decoration: none;
}




/* アコーディオン */
.taikendan {
	padding: 0;
}

.taikendan_wrap {
	background:url(../img_sp/top_kuchikomi_framebg01.png) repeat-y 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 0% 6.25% 10.416%;
	color:#000;
	width: 100%;
	position: relative;
	font-size: 0.9em;
}

.taikendan_border {
	width: 100%;
	margin:10% auto -10%;
	border-bottom: 1px #735c45 solid;
}

.taikendan_wrap .subtitle {
	color:#00F;
	font-weight: bold;
	font-size: 140%;
	line-height: 1.4em;
}

.taikendan_wrap .text_red {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}
.taikendan_wrap .text_blue {
	color: #30F;
	text-decoration: none;
	font-weight: bold;
}

.taikendan_wrap .age {
	display: block;
	text-align: right;
}

.taikendan_wrap a {
	display: block;
	clear: both;
	color:#F00;
	text-decoration: underline;
	font-size: 110%;
}

.taikendan_menu_wrap{
	clear: both;
	display: block;
	margin: 2% 0 2%;
}

.taikendan_menu_wrap .menu_title {
	color:#F00;
	font-size:1.1em;
	line-height:1.2em;
	font-weight: normal;
}

.taikendan_menu_wrap .menu_price {
	font-size:0.9em;
}

.taikendan_menu_wrap .menu_icon {
	width:20%;
}

.taikendan_menu_wrap hr {
	color:black;
}


/* /くちこみ */


/*-----------------------------------
fortunesample
-----------------------------------*/

.bj--fortunesample0001 {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-bottom: 50px;
	background: url(../img/about_sample_bottom.jpg) no-repeat 0 bottom,
 								url(../img/about_sample_bg01.jpg) repeat-y 0 0;
	position: relative;
}

.bj--fortunesample0001 .link {
	width:400px;
	height:110px;
	position: absolute;
	top: 3080px;
	left: 445px;
}

.bj--fortunesample0001 .btn {
	width:400px;
	height:110px;
	position: absolute;
	top: 3210px;
	left: 445px;
}

.bj--fortunesample_box01 {
	width: 950px;
	margin: 0 auto;
	font-size: 160%;
	line-height: 1.6;
	color: #000000;
	text-align: justify;
}

.bj--fortunesample_box01 .bj--about0001_box01-text01 {
	padding-top: 0px;
	padding-right: 160px;
	padding-left: 160px;
	padding-bottom: 20px;
}

.bj--fortunesample_box01 .bj--about0001_box01-text02 {
	padding: 15px 80px 40px 80px;
}

.bj--fortunesample_box01 .bj--about0001_box01-text02:last-child {
	padding-bottom:  0px;
}

.bj--fortunesample_box01_img01 {
	margin: 0 auto;
	height: auto;
}

.bj--fortunesample_box01_img02 {
	background: url(../img/about_sample_wrap01_img02.jpg) no-repeat 0 top;
	height: auto;
	min-height: 310px;
}

.bj--fortunesample_box01_img03-01 {
	background: url(../img/about_sample_wrap01_img03-01.jpg) no-repeat 0 top;
	height: auto;
	min-height: 310px;
}

.bj--fortunesample_box01_img03-02 {
	background: url(../img/about_sample_wrap01_img03-02.jpg) no-repeat 0 top;
	height: auto;
	min-height: 320px;
}

.bj--fortunesample_box01_img03-03 {
	background: url(../img/about_sample_wrap01_img03-03.jpg) no-repeat 0 top;
	height: auto;
	min-height: 320px;
}

.bj--fortunesample_box01_img03 {
	height: auto;
}

.bj--fortunesample_box01 span {color:#fff000; font-weight: bold;}
.bj--fortunesample_box01 .text_purple{color:#BE81F7;}
.bj--fortunesample_box01 .text_red{color:	#E96D6D;}
.bj--fortunesample_box01 .text_green{color:	#8ECA4F;}
.bj--fortunesample_box01 .text_blue{color:	#819FF7;}


.bj--about0001_box01-subtitle01 {
	text-align: center;
	display: block;
	font-family:"HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.4em;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 0.4px #000;
}

.bj--fortunesample0001-text01{
	padding-right: 105px;
	padding-left: 105px;
	padding-bottom: 5px;
	font-size: 140%;
	line-height: 1.6;
	color: #fff;
}
/*-----------------------------------
/fortunesample
-----------------------------------*/



/* アイコン */

.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: #FF0000;
}

.inpres_menu_caption .pack_caution {
	color: #ffe400;
	font-weight: bold;
}

/* /パックメニューアラート */

/* ページトップへ戻るボタン */

.bj--pagetop0001_btn01 {
	width: 800px;
	margin: 20px auto;
	text-align: right;
}

/* /ページトップへ戻るボタン */

/* トップへ戻るボタン */

.homelink0001_btn01 {
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

/* /トップへ戻るボタン */

/* 注意事項 */

.bj--caution0001 {
	width: 840px;
	margin: 40px auto;
}

/* ▽jsでの管理部分 */
.bj--caution0001 .caution_title {
	width: 700px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	border-bottom: 3px double #FFF;
}

.bj--caution0001 .caution_list {
	width: 700px;
	margin: 20px auto 0;
	text-align: left;
	color: #fff;
	font-size: 110%;
}

.bj--caution0001 .caution_list li {
	margin-bottom: 15px;
	border-bottom: 1px dotted #999999;
	padding: 0 10px 10px 10px;
}

.bj--caution0001 .caution_list p {
	padding: 0 0 0 10px;
}

.bj--caution0001 .caution_table {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #999999;
}

.bj--caution0001 .caution_table th {
	padding: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	vertical-align:middle;
}

.bj--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
-----------------------------------*/
