@charset "UTF-8";
/*=====================
共通
=====================*/
#main {
    width: 898px!important;
}
.icon {
	width: 100px;
}
.title {
	font-size: 2.5em;
	font-weight: bold;
}
.title a {
	text-decoration: underline;
	letter-spacing: 0;
}
.lead {
	clear: both;
	color: #000;
    position: relative;
    padding: 50px 130px 10px;
}
.price {
	text-align: right;
	font-size: 1.6em;
	margin: 0px 0 0 0;
	clear: both;
	padding: 0px 160px 0px 0;
	color: #391c00;
}
.nif #media_wrap {
	display: none;
}
/*==================
占者、占術
====================*/
#senja_wrap {
	margin-bottom: 100px;
}

#senja_wrap h3 {
	position: relative;
}
#senja_wrap h3 span {
	position: absolute;
	bottom: 10px;
	right: 115px;
	text-shadow: 0 0 5px #090808, 0 0 5px #090808, 0 0 5px #090808;
	font-size: 0.9em;
}

.lead_wrap {
	background-image: url(../images/info/bg_mid.jpg);
	position: relative;
	font-size: 1.7em;
	color: #000;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0px 0 57px 0;
}
.lead_wrap:before {
    content: '';
    width: 100%;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(../images/info/bg_top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.lead_wrap:after {
    content: '';
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    background-image: url(../images/info/bg_btm.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#senjutsu_wrap {
    width: 899px!important;
}
#senjutsu_wrap .lead_wrap {
	background-image: url(../images/info/bg_mid2.jpg);
	position: relative;
	font-size: 1.7em;
	color: #000;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    width: 100%;
    margin: 0 0 0px 0;
    padding: 0px 0 57px 0;
}
#senjutsu_wrap .lead_wrap:before {
    content: '';
    width: 100%;
    height: 110px;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(../images/info/bg_top2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#senjutsu_wrap .lead_wrap:after {
    content: '';
    width: 100%;
    height: 134px;
    position: absolute;
    left: 0;
    background-image: url(../images/info/bg_btm2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.lead_wrap h4 {
	font-weight: bold;
	color: #3e0190;
    padding: 0px 150px 10px;
}
.lead_wrap ul {
    padding: 0px 140px 10px;
}
#intro {
	margin: 70px auto 0px;
	width: 100%;
}

/*===================
=========name========
===================*/
#wrapper.name {
	width: 450px;
	min-width: 0px;
	margin: 0 auto;
	padding: 20px 50px;
	background-color: #000;
	color: #FFF;
	text-align: left;
	border-top: none;
	background: none;
}
#NameTit {
	width: auto;
	height: auto;
	padding-top: 0;
	text-indent: 0;
	padding-bottom: 20px;
	font-size: 1.6em;
	color: #fc0;
	text-align: center;
	background-image: none;
}
#wrapper.name .alert-list {
	font-size: 1.3em;
}
#wrapper.name li {
	padding: 5px 0;
	float: none;
	list-style-type: disc;
	background: url("../images/common/spacer.gif");
}
#wrapper.name li p.txt {
	color: #FFF;
	background: url("../images/common/spacer.gif");
}
#wrapper.name ul.ngtext {
	padding: 0 20px;
}
#wrapper.name ul.ngtext li {
	padding: 0;
	list-style-type: circle;
}
#wrapper.name p {
	padding: 30px 0 10px 0;
	font-weight: bold;
	color: #FC0;
	font-size: 1.4em;
}
#wrapper.name dl {
	width: 449px;
	height: 148px;
	font-size: 14px;
	text-align: center;
	border-right: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
}
#wrapper.name dt {
	width: 76px;
	height: 20px;
	padding: 8px 0;
	background-color: #039;
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
	float: left;
}
#wrapper.name dt.Kanji {
	background-color: #666;
}
#wrapper.name dd {
	width: 30px;
	height: 20px;
	padding: 8px 0;
	color: #000;
	background-color: #9CF;
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
	float: left;
}
#wrapper.name dd.Kanji {
	background-color: #CCC;
}
#FooterBox.name {
	width: auto;
}
.historyheader {
	text-align: center;
	font-size: 2.8em;
	margin-top: -40px;
	padding: 30px 0 15px;
    color: #fff;
}

.errorheader {
	text-align: center;
	font-size: 2em;
	margin-top: 20px;
	color: #ff0;
	padding: 50px 0;
	position: relative;
	z-index: 9999;
}
#ErrBox {
	margin: 15px auto;
	width: 360px;
	padding-bottom: 100px;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
}
#ErrBox.discount {
	padding-top: 30px;
}
#ErrBox a {
	color: #ff0;
}
#ErrBox a:hover {
	color: #cbff00;
	text-decoration: none;
}
