@charset "utf-8";


/*
 *		reset
 */


/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
	color:#000;
	background:#FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:bold
}
ol, ul {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
	font-variant:normal
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
        vertical-align: text-bottom;
    
}
input, textarea, select {
*font-size:100%
}
legend {
	color:#000
}
#yui3-css-stamp.cssreset {
	display:none
}

/*
 *		resetここまで
 */

/* IE7でpadding指定 */
*:first-child+html body {
	padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}


/*
 *	countdown timer
 */


.timer{
	text-align:center;
	margin:0 auto;
	padding:15px 0;
	font-size:1.8em;
	color:#fff;
	font-weight:700;
	line-height:40px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #CC0000), color-stop(0.00, #ff0000));
	background: -webkit-linear-gradient(top, #ff0000 0%, #CC0000 100%);
	background: -moz-linear-gradient(top, #ff0000 0%, #CC0000 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #CC0000 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #CC0000 100%);
	background: linear-gradient(top, #ff0000 0%, #CC0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffff0000', endColorstr='#ffCC0000');
}



/*
 *			hover window
 */

 
#top {
	position:fixed;
	top:0;
	width:100%;
	height:10px;
	}
#bottom {
	position:fixed;
	bottom:0;
	width:100%;
	height:10px;
	}	
#left {
	position:fixed;
	top:0;
	width:10px;
	height:100%;
	}
#hover {
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.8);
	}
	
#hover_con {
	position:absolute;
	width:720px;
	height:600px;
	background:url(images/bg_hover.jpg) no-repeat;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	}



/*
 *		フォーム
 */

.submit {
	margin:0px -110px 10px;
	padding-top:393px;
	width:960px;
	height:207px;
	color:#000;
	font-size:24px;
	background:url(images/bg_form.png) center top no-repeat;
}
.submit .btns {
	margin-left:140px;
	margin-top:-100px;
	width:660px;
	}
.submit .meado {
	display:block;
	margin: 0 auto;
}
.submit .btn {
	margin:10px 0 0px;
	width:660px;
	cursor: pointer;
}
.deco {/* フォームの入力欄装飾用 */
	padding:10px 6px 4px;
	width:626px;
	height:44px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	text-align:center;
	color:#444;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.8);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.8);
}

#hover .submit {
	margin:0 auto;
	padding:0;
	width:720px;
	height:600px;
	background:none;
	color:#000;
	font-size:24px;
}

#hover .submit .btns {
	margin:415px auto 0;
	width:660px;
	}

#hover .submit .btn {
	margin-top:7px;
	}



/*
 *		フォームここまで
 */








body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:100%;
	line-height:1.8;
	background:url(images/eight_horns.png);
}
#header {
	height:1000px;
	background:url() center bottom no-repeat;
	}
h1 {
	height:1000px;
	background:url(images/header.png) center top no-repeat;
	text-indent:-9999px;

	}
h2 {
	margin:50px -80px;
	width:900px;
	font-size:larger;
	}
h3 {

	font-size:larger;
	font-weight:bold;
	padding: 10px 20px;
	background-color:#FFF;
 	border: 1px solid #eee;
 	border-right: 2px solid #eee;
 	border-bottom: 2px solid #eee;
}

img {
	display:block;
	margin:0 auto;
}

.large {
	font-size:larger;
	}

.xlarge {
	font-size:x-large;
	}

.xxlarge {
	font-size:xx-large;
	}
.small {
	font-size:smaller;
	}
.xsmall {
	font-size:x-small;
	}
.xxsmall {
	font-size:xx-small;
	}	

.red {
	color:red;
	font-weight:bold;
}
.highlight {
	background-color:#FFFF00;
}
.redhigh {
	color:red;
	font-weight:bold;
	background-color:#FFFF00;
	}
.u { text-decoration: underline;}
strong {
	font-weight:bold;
	}
#wrapper {
	margin:0 auto;
	background:url(images/shadow.png) center top repeat-y;
}
#contents {
	margin:0 auto;
	padding: 0 80px;
	width:740px;
	background:#fff;
	color:#000;
}
#contents2 {
	margin:0 auto;
	padding: 0 80px;
	width:740px;
	background:#fff;
	color:#000;
}
#footer {
	margin:50px -80px 0;
	padding:0 80px;
	width:100%;
	line-height:80px;
	background:#000;
	color:#fff;
	text-align: center;
}


ul {
	margin:30px auto;
	margin-left:1em;
	}

ul2 {
	margin:50px auto;
	margin-left:1em;
	}
	
ul li {
	margin: 10px auto;
	padding-left: 42px;
	background:url(images/check.png) left center no-repeat;
	font-size:larger;
	font-weight:bold;
	}
ul li2 {
	margin: 10px auto;
	padding-left: 50px;
	background:url(images/check2.png) left center no-repeat;
	
	}
ul li3 {
	margin: 10px auto;
	padding-left: 20px;
	background:url(images/check3.png) left center no-repeat;
	
	}	
ul li.last {
	padding-bottom:15px;
	background-position: top left;
	}
	
#pp {
	border: 1px solid rgb(204, 204, 204);
	overflow: auto;
	height: 80px;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	width: 710px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	line-height: normal;
}

#pp p {
    font-size: 10px;
}
#cd{
margin:0;
padding:5px 0 3px 0;
text-align:center;
background-color:#000;
}
.scr {
  overflow: scroll;   
  width: 750px;
  height: 70px;
  background-color: #fff;
  font-size: .75em;
  text-align:left;
  padding:10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
}	


.bold{
	font-weight: bolder ;
}

.largebold{
	font-weight: bolder;
	font-size: 22px;
}

.redbold{
	font-weight: bolder;
	color:#F00;
}

.redlargebold{
	font-weight: bolder;
	color:#F00;
	font-size: 22px;
	
}

.big{
	font-weight: bolder;
	color: #000;
	font-size: 31px;
}
.red_bold{
	color: #cd191b;
	font-weight:bold;
}

.bold{
	font-weight: bold;
}

.back_yellow{
	color: #cd191b;
	background:#F8F7CC;
	font-weight:bold;
}
.b_yellow{

	background:#F8F7CC;
	font-weight:bold;
}
.contents {
	margin:0 auto 0px;
	padding:0px;
       	width:740px;
	background:#fff;
	border:double 3px #d1d0cc;
	}
.contents2 {
	margin:0 auto 0px;
	padding:20px;
       	width:700px;
	background:#fff;
	border:double 3px #d1d0cc;
	}
.contents3 {
	margin:0 auto 0px;
	padding:20px;
       	width:700px;
	background:#fff;
	border:double 3px #d1d0cc;
	}
.contents3 p {
	font-weight:bold;
	padding:20px;
}		

.letter {
 background-image: url();
 padding: 1em;
 border: 1px solid #eee;
 border-right: 2px solid #eee;
 border-bottom: 2px solid #eee;
}
.letter p {
line-height: 35px;
background: url(images/ten.jpg) repeat left bottom;
}
.voicebox {
  position: relative;
  font-size: 90%;
  padding: 10px 10px;
  border: none;
  margin: 10px;
  margin-bottom: 1em;
  background: #fff9f9;
  background: -moz-linear-gradient(top, #fff9f9 0%, #fff2e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff9f9), color-stop(100%,#fff2e5));
  background: -webkit-linear-gradient(top, #fff9f9 0%,#fff2e5 100%);
  background: -o-linear-gradient(top, #fff9f9 0%,#fff2e5 100%);
  background: -ms-linear-gradient(top, #fff9f9 0%,#fff2e5 100%);
  background: linear-gradient(to bottom, #fff9f9 0%,#fff2e5 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.5);
}
.auther{
	font-weight:bold;
  text-align:right;
}
.comment{

	font-size:larger;
	font-weight:bold;
	padding: 10px 20px;
	background-color:#FFF;
 	border: 1px solid #eee;
 	border-right: 2px solid #eee;
 	border-bottom: 2px solid #eee;
	}
.device{
margin:30px 0 30px 0;
padding:30px 0 5px 0;
text-align:center;
background-image:url();
color:#FFFFFF;
}


.detail{
width:720px;
margin:0 auto;
padding:0;
}
.title{
margin:0 0 5px 0;
padding:10px 0 7px 0;
font-size:14px;
color:#000;
background-image:url(http://1min-rich.com/pra/img/title.jpg);
text-align:center;
font-weight:bold;
}

table.table01 {
width:100%;
border-collapse:separate;
color:#ffffff;
}
table.table01 td{
font-size:12px;
line-height:180%;
text-align:left;
padding:10px 10px 10px 10px;
background-image:url(http://1min-rich.com/pra/img/back.png);
	border: 1px solid #fff;
 	border-right: 2px solid #fff;
 	border-bottom: 2px solid #fff;
}
table.table01 th{
font-size:12px;
line-height:180%;
text-align:left;
padding:10px 10px 10px 10px;
background-image:url(http://1min-rich.com/pra/img/back.png);
	border: 1px solid #fff;
 	border-right: 2px solid #fff;
 	border-bottom: 2px solid #fff;
}

.txtmode1 {ime-mode: active;}　/* 全角モード */
.txtmode2 {ime-mode: inactive;}　/* 半角モード */

#number{ 
ime-mode:disabled;
}
.device{
margin:30px 0 30px 0;
padding:30px 0 5px 0;
text-align:center;
background-image:url(g);
color:#FFFFFF;
}

.right {
	float:right;
	border: 5px solid #f8f8f8;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	margin: 0 -10px 0 20px;
	}
.movie{
margin:0 0 0 0;
padding:0;
text-align:center;
}
#device{
margin:30px 0 30px 0;
padding:30px 0 5px 0;
text-align:center;
background:#ffffff url();
color:#eeeeee;
}

#timer {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.capter2 {
	margin:0 auto 10px;
	padding:30px;
       	width:640px;
	background:#fff;
	border:double 3px #d1d0cc;
	}
	
.capter2 h2 {
	width:600px;
	height:100%;
	line-height:30px;
        background-color:#313131;
	text-align:center;
	color:#fff;
	font-size:19px;
        border:5px solid #e60012;
        padding:19px;
        margin:0 auto ;
        font-weight: bold;
	background-image:url(images/movie-1.png) ;
	background-repeat:no-repeat;
	}

.capter2 p {
	clear:left;
	padding:5px;
        line-height:1.5;
	font-size:19px;
        width:550px;
       font-weight: bold;
        color:#e6e6fa;
}
.capter1 {
	margin:0 auto 10px;
	padding:30px;
       	width:640px;
	background:#fff;
	border:double 3px #d1d0cc;
	}
	
.capter1 h2 {
	width:600px;
	height:100%;
	line-height:30px;
        background-color:#313131;
	text-align:center;
	color:#fff;
	font-size:19px;
        border:5px solid #fff100;
        padding:19px;
        margin:0 auto ;
        font-weight: bold;
	background-image:url(images/movie-1.png) ;
	background-repeat:no-repeat;
	}

.capter1 p {
	clear:left;
	padding:5px;
        line-height:1.5;
	font-size:19px;
        width:550px;
       font-weight: bold;
        color:#e6e6fa;
}

.capter3 {
	margin:0 auto 10px;
	padding:30px;
       	width:540px;
	background:#fff;
	border:double 3px #d1d0cc;
	}
	
.capter3 h2 {
	width:600px;
	height:100%;
	line-height:30px;
        background-color:#313131;
	text-align:center;
	color:#fff;
	font-size:19px;
        border:5px solid #fff100;
        padding:19px;
        margin:0 auto ;
        font-weight: bold;
	background-image:url(images/movie-1.png) ;
	background-repeat:no-repeat;
	}

.capter3 p {
	clear:left;
	padding:5px;
        line-height:1.5;
	font-size:19px;
        width:550px;
       font-weight: bold;
        color:#e6e6fa;
}


/*------メールセミナー部 -------*/

.stepmail{
    background:url(images/bg-stepmail.jpg) center top no-repeat;
    padding: 1.3em;
    border: 4px solid #FFA900;

}
.stepmail h3{
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 0.5em;
}




