@charset "utf-8";
/*===========================================*/
/*==基本設定==*/
/*===========================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,th,var {
	font-style:normal;
	font-weight:normal;
}
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;
}

html{ overflow-y: scroll;} /*スクロールバーの有無によるズレ対策*/
html,body{
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: 16px;
line-height: 2;
color: #111;
background: url(../img/bg_body.jpg) repeat-x 0 0 #FFF;
}
body{	}
*html,body{ font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;} /*IE6*/
input,textarea,select{
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
input,select { vertical-align: middle;}
*html input,*html textarea{ font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;} /*IE6*/
img{ vertical-align: top; border: none;}
a{ color: #1E7FE0; }
a:hover{ text-decoration: none;}



/*===========================================*/
/*==全体設定==*/
/*===========================================*/

#wrap {	background: url(../img/bg_heder.jpg) no-repeat center 46px;}
#body_top #wrap {	background: url(../img/bg_heder_top.jpg) no-repeat center 46px;}

header { height: 85px;}
#body_top header { height: 46px;}
header h1 { padding-top: 13px; text-align: center;}

#gnavi {
 width: 100%;
 height: 100px;
 margin: 0 auto;
 padding-top: 10px;
 float: none;
 clear: both;
 background: url(../img/bg_gnavi.png) repeat-x 0 bottom;
 overflow: hidden;
 position: fixed;
 top: 0;
 z-index: 999;
}
#gnavi div {
 width: 960px;
 margin: 0 auto;
}
#gnavi ul {
 width: 660px;
 list-style: none;
 float: left;
 font-size: 14px;
 padding-top: 15px;
}
#gnavi li {
display: inline-block;  
 *display: inline;  
 *zoom: 1;
 padding: 0 15px 0 0;
}
#gnavi ul a {
	padding-left: 10px;
	background: url(../img/arrow_white.png) no-repeat 0 center;
	color: #FFF;
	text-decoration: none;
}
#gnavi ul a:hover {text-decoration: underline;}
* html #gnavi { display: none;}
#gnavi p {
	width: 282px;
	float: right;
	padding-top: 5px;
}


#contents {
	width: 958px;
	border-top: 1px solid #1E7FE0;
	border-left: 1px solid #1E7FE0;
	border-right: 1px solid #1E7FE0;
	background: #FFF;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: left;
}
#body_top #contents {
	border-top: none;
}


#pagettl {
	margin-bottom: 20px;
}
.text { padding: 0 50px 50px;}
.text p { margin-bottom: 2em;}

.ttl { margin: 0 auto 30px;}

.set {
	text-align: center;
	margin: 0 auto 50px;
}
.set p { margin-bottom: 20px;}
.set .set_btn { margin: 30px 0 0;}

#pagelink_01 {
	width: 860px;
	height: 40px;
	position: relative;
	margin: 0 auto 40px;
}
#pagelink_01 a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
#pagelink_01 #prev {
	position: absolute;
	left: 0;
}
#pagelink_01 #next {
	position: absolute;
	right: 0;
}

#pagelink_02 {
	width: 852px;
	margin: 0 auto 40px;
	padding: 20px 0;
	border: 4px solid #CCC;
}
#pagelink_02 ul {
	margin: 0 20px 0 120px;
	font-size: 18px;
}
#pagelink_02 ul li {
	width: 50%;
	float: left;
}
#pagelink_02 ul li a {
	padding-left: 14px;
	background: url(../img/arrow_blue.png) no-repeat 0 center;
}

#attention {
	width: 778px;
	margin: 0 auto;
	padding: 20px 40px;
	border: 1px solid #2383E3;
	font-size: 14px;
}

footer {
	background: url(../img/bg_footer.jpg) repeat-x 0 0 #EEE;
	padding-bottom: 20px;
}
footer nav {
	text-align: center;
	height: 98px;
	font-size: 14px;
}
footer nav ul {
	padding-top: 25px;
}
footer nav ul li {
display: inline-block;  
 *display: inline;  
 *zoom: 1;
 padding: 0 10px;
}
footer nav a {
	padding-left: 12px;
	background: url(../img/arrow_white.png) no-repeat 0 center;
	color: #FFF;
}

footer #copyright {
	width: 960px;
	margin: 0 auto;
}
footer #left { float: left;}
footer #right {
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 10px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

* html #page-top { display: none;}



/*===========================================*/
/*==ページごとの設定==*/
/*===========================================*/


/*===========================================*/
/*==TOP==*/
/*===========================================*/

.cheacklist {
	margin-bottom: 2em;
}
.cheacklist li {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../img/select_icon.jpg) no-repeat 0 4px;
	line-height: 1.6;
	margin-bottom: 12px;
}


#top_header {
	width: 960px;
	margin: 0 auto;
	background: url(../img/bg_heder_top.jpg) no-repeat center 0;
}

#top_header_text {
	width: 960px;
	height: 685px;
	margin: 0 auto;
}
#top_header_text img {
	margin-top: 65px;
}

#top_voice_ttl {
	width: 740px;
	height: 189px;
	margin: 0 auto;
}
#top_voice_box {
	width: 740px;
	border-bottom: 4px solid #CCC;
	border-left: 4px solid #CCC;
	border-right: 4px solid #CCC;
	background: url(../img/bg_voice.jpg) repeat 0 0;
	margin: 0 auto 50px;
	padding: 0 56px 20px 56px;
}
#top_voice_box h2 {
	text-align: right;
	margin-bottom: 20px;
}

#top_select {
	background: url(../img/select_bg.jpg) no-repeat right 0;
	padding: 0 360px 0 0;
	margin-right: -50px;
}

#top_select .text_01 {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 0 5px;
	margin-right: 10px;
	background: #CC0000;
}
#top_select .text_02 {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 0 5px;
	margin-left: 10px;
	background: #1E7FE0;
}

#top_difference_consul {
	width: 740px;
	height: 546px;
	margin: 0 auto 2em;
	padding: 35px 60px 0;
	background: url(../img/difference_bg_01.jpg) no-repeat 0 0;
	font-weight: bold;
	line-height: 1.8;
}
#top_difference_score {
	background: url(../img/difference_bg_02.jpg) no-repeat 0 0;
	padding: 50px 0 20px 490px;
	margin-left: -50px;
}

#top_reality {
	background: url(../img/reality_bg.jpg) no-repeat right 0;
	padding: 20px 470px 0 0;
	margin-right: -50px;
}

#top_movie {
	height: 593px;
	background: url(../img/movie_bg.jpg) no-repeat center 0;
	padding: 40px 0 0 0;
	margin:0 -50px;
}


/*===========================================*/
/*==P2==*/
/*===========================================*/

#p02_box_01 {
	background: url(../img/02/bg_01.jpg) no-repeat 0 0;
	padding: 20px 0 0 436px;
	margin-left: -50px;
}
#p02_box_02 {
	background: url(../img/02/bg_02.jpg) no-repeat right 0;
	padding: 20px 480px 0 0;
	margin-right: -50px;
}
#p02_box_03 {
	background: url(../img/02/bg_03.jpg) no-repeat 0 0;
	padding: 20px 0 0 460px;
	margin-left: -50px;
}


/*===========================================*/
/*==P3==*/
/*===========================================*/

#p03_stage {
	padding: 30px 20px 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
#p03_stage dd {
	min-height: 80px;
	padding: 20px 0 20px 150px;
	background: url(../img/03/stage_bg.jpg) no-repeat 23px 20px;
}
#p03_stage dd:last-child {
	background: url(../img/03/stage_bg_last.jpg) no-repeat 23px 20px;
}

#p03_profile {
	margin-bottom: 2em;
	padding: 0 0 30px;
	border-bottom: 1px dotted #999;
}
#p03_profile #photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}
#p03_profile #ttl {
	margin-bottom: 1em;
	padding-top: 10px;
}
#p03_profile #text {
	margin-bottom: 0;
	line-height: 1.8;
}


/*===========================================*/
/*==P4==*/
/*===========================================*/

#p04_special {
	width: 854px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/04/special_bg.jpg) repeat-y 0 0;
}
#p04_special:before {
	display: block;
	width: 854px;
	height: 13px;
	content: url(../img/04/special_bg_before.jpg);
	margin-bottom: 20px;
	font-size:1px;
}
#p04_special:after {
	display: block;
	width: 854px;
	height: 15px;
	content: url(../img/04/special_bg_after.jpg);
	font-size:1px;
}
#p04_special dt {
	padding: 10px 50px;
}
#p04_special dd {
	padding: 10px 50px;
}
#p04_special dd .photo {
	float: right;
	margin-left: 20px;
}


/*===========================================*/
/*==P5==*/
/*===========================================*/

#p05_list {
	width: 850px;
	margin: 0 auto 50px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	line-height: 1.8;
}
#p05_list th,
#p05_list td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#p05_list th {
	text-align: center;
}
#p05_list tr:nth-child(1) th {
	background: #F0F0E1;
}
#p05_list tr:nth-child(2) th {
	width: 130px;
	background: #FFFFCF;
	color: #FF6D00;
}
#p05_list tr:nth-child(3) th {
	width: 130px;
	background: #DFF8FF;
	color: #1171D0;
}
#p05_list .price {
	width: 210px;
	text-align: center;
}

.p05_pay {
	border: 1px solid #CCC;
	padding: 30px;
	margin-bottom: 2em;
}
.p05_pay p {
	margin-bottom: 0;
}
.p05_pay h3 {
	color: #D00;
	margin-bottom: 10px;
	font-weight: bold;
}
.p05_pay #card {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #999;
	font-weight: bold;
}
.p05_pay #card img {
	margin-top: 5px;
}


/*===========================================*/
/*==P6==*/
/*===========================================*/

#p06_copy {
	background: url(../img/06/copy_bg.jpg) no-repeat 0 220px;
	padding: 0 50px 0 50px;
	margin:0 -50px;
}
#p06_support {
	width: 854px;
	margin: 380px auto 0;
	padding: 0;
	background: url(../img/06/support_bg.png) repeat-y 0 10px;
}
#p06_support:before {
	display: block;
	width: 854px;
	height: 10px;
	content: url(../img/06/support_bg_before.png);
	font-size: 0;
	margin-bottom: 30px;
}
#p06_support:after {
	display: block;
	width: 854px;
	height: 10px;
	content: url(../img/06/support_bg_after.png);
	font-size: 0;
}
#p06_support dt {
	padding: 10px 50px;
}
#p06_support dd {
	padding: 10px 50px 30px;
}
#p06_support dd .photo {
	margin-top: 1em;
}


/*===========================================*/
/*==P7==*/
/*===========================================*/

#p07_voice_01 {
	width: 740px;
	border: 4px solid #CCC;
	background: url(../img/bg_voice.jpg) repeat 0 0;
	margin: 0 auto 50px;
	padding: 40px 51px 0 51px;
} 
#p07_voice_01 dt {
	padding: 10px 0;
}
#p07_voice_01 dd {
	padding: 10px 0;
}

.p07_box_voice0{ 
margin: 0px auto;
padding: 0;
width: 810px;
}

.p07_box_voice1 {
margin: 0px;
padding: 0px;
width: 810px;
height:15px;
background: url(../img/07/box_voice1_bg.jpg) 50% 0% no-repeat;
text-align:left;
float:left;
vertical-align: bottom;
}

.p07_box_voice2 {
margin: 0px 0px 15px 0px;
padding: 20px 35px 25px 35px;
width: 740px;
background: url(../img/07/box_voice2_bg.jpg) 50% 100% no-repeat;
text-align:left;
float:left;
line-height: 150%;
font-size:12px;
vertical-align:top;
}




/*===========================================*/
/*==メールマガジン==*/
/*===========================================*/

#magazine_form_01 {
	width: 780px;
	height: 205px;
	margin: 0 auto 50px;
	padding: 35px 0 0;
	background: url(../img/10/form_01_bg.jpg) no-repeat 0 0;
}
#magazine_form_01 input[type="text"] {
	width: 584px;
	height: 34px;
	padding: 5px;
	border: 3px solid #D6D6D6;
	margin:0 0 20px 140px;
	font-size: 18px;
}

#magazine_form_02 {
	width: 860px;
	height: 218px;
	margin: 0 auto 50px;
	padding: 100px 0 0;
	background: url(../img/10/form_02_bg.jpg) no-repeat 0 0;
}
#magazine_form_02 input[type="text"] {
	width: 584px;
	height: 34px;
	padding: 5px;
	border: 3px solid #D6D6D6;
	margin:0 0 20px 180px;
	font-size: 18px;
}

#magazine_graph {
	background: url(../img/10/graph_bg.jpg) no-repeat right 0;
	padding: 10px 380px 0 0;
	margin-right: -50px;
}
#magazine_lifting {
	background: url(../img/10/lifting_bg.jpg) no-repeat 0 0;
	padding: 10px 0 0 440px;
	margin-left: -50px;
}



/*===========================================*/
/*==会社概要==*/
/*===========================================*/

#company {
	width: 700px;
	margin: 40px auto 60px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	color: #333;
}
#company th {
	width: 150px;
	background: #EEE;
	padding: 15px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#company td {
	background: #FFF;
	padding: 15px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}



/*===========================================*/
/*==お申し込みフォーム==*/
/*===========================================*/

#form_box {
	width: 860px;
	margin: 0 auto;
	overflow: hidden;
}

#form_item {
	padding: 20px 0;
	text-align: center;
	border: 2px solid #CCC;
	background: #FFC;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
}

#form_main {
	width: 640px;
	float: left;
	line-height: 1.5;
	margin-bottom: 30px;
}
#form_main h2 {
	margin-bottom: 15px;
}
#form_main h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
#form_main h3:before {
	content:"◆";
	color: #1E7FE0;
}
#form_main table {
	font-size: 14px;
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 25px;
}
#form_main table th {
	width: 120px;
	background: #FFC;
	padding: 12px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#form_main table td {
	padding: 12px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#form_box .red12 {color: #E00; font-size: 12px;}
#form_box .red14 {color: #E00; font-size: 16px;}
#form_box .f12px {font-size: 12px;}

#form_box .input_s { width: 70px;}
#form_box .input_m { width: 180px;}
#form_box .input_l { width: 300px;}

#form_main .pay_ttl { font-size: 18px; font-weight: bold; color: #E00;}
#form_main .pay_box {
	font-size: 16px;
	padding: 10px 35px;
	border: 2px solid #CCC;
}
#form_main .pay_box p {
	padding: 15px 0;
}
#form_main .pay_box_top {
	border-bottom: 1px dotted #999;
}


#form_side {
	width: 200px;
	float: right;
}
#form_side #form_attention {
	padding: 15px;
	border: 1px solid #CCC;
	background: #EFEFEF;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#form_side #form_attention h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	color: #E00;
}
#form_side #form_attention p {
	margin-bottom: 1em;
}

#form_btn_confirm:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
