﻿@charset "utf-8";
/* =======================================================
	CSS構成	: 全ページ共通レイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	01 : #header
	02 : #content
	03 : #why
	04 : #what
	05 : #how
	06 : #commodity
	07 : #footer
	08 : .self-discovery_check
	09 : #layer / #modal
	-----------------------------------------------------
	■基本骨格
	#header
	#content
	#footer
======================================================= */




/* -------------------------------------------------------------
	01 : #header
------------------------------------------------------------- */
#header {width:960px; margin:0 auto; position:relative;}
#movie h1 { text-align:center; margin-bottom:30px; margin-left:-20px; }
#movie h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6C3722;
	border-bottom-color: #6C3722;
	text-align:center;
	margin-bottom:50px;
}

#logo{
	position:absolute;
	top:0;
	right:0;
}
/*													end:#header
------------------------------------------------------------- */


/* -------------------------------------------------------------
	02 : #content
------------------------------------------------------------- */
.lead{
	padding-bottom:40px;
}

.lead_Left{
	float:left;
	padding-top:10px;
	width:490px;
	}
		
#content {
	background: #fff;
	width: 840px;
	margin:0 auto;
	padding:60px;
	margin-bottom:40px;
	}
	
#content section{
	clear:both;
}

#movie h3{text-align:left; padding:40px 0 5px 0; border-bottom:solid 5px #D9D6C2; font-size:22px; margin-bottom:35px;}
 
#movie h4{
	color:#6C3419;
	text-align:center;
	padding-bottom:20px;
	font-size:17px;
	}
	
.Left_video{
	float:left;
}

.Right_video{
	float:right;
}
	
.chui{
	float: right;
	width: 341px;
	text-indent: -1em;
	line-height:2em;
	margin-top:100px;
	font-size:14px;
}

.center{
	text-align:center;
}

.box_waku{
	background-color:#fdeeed;
	width:750px;
	margin:40px auto 0 auto;
	border-radius: 20px;
}
.box01{
	width:400px;
	float:left;
	margin:20px 0 0 60px;
}

.box02{
	width:205px;
	float:right;
	margin:70px 60px 60px 0px;
}

.txt07{
	color:#595757;
	font-size:18px;
	margin:20px 0 ;
}

.txt08{
	font-size:15px;
	color:#666666;
	line-height:2.2em;
	}
	
.txt09{
	color:#666666;
	font-size:11px;
	margin-bottom:6px;
}

.txt010{
	font-size:15px;
	color:#666666;
}
	

.box_waku02{
	width:700px;
	margin:0 auto;
	position:relative;
}

.box03{
	float:left;
	margin-top:40px;
	margin-bottom:50px;
}

.box04{
	text-align:center;
	margin-top:45px;
	margin-bottom:50px;

}


.btn03{
	float:right;
	margin:0px 0 30px 0 ;
	padding-right:20px;
}


/*													end:#gnav
------------------------------------------------------------- */





/* -------------------------------------------------------------
	03 : #
------------------------------------------------------------- */


/*													end:#
------------------------------------------------------------- */







/* -------------------------------------------------------------
	07 : #footer
------------------------------------------------------------- */
#footer {
	border-top: 1px solid #CCC;
	background: url(../img/f_bg.gif) center top repeat-x;
	padding-bottom: 100px;

}
#footer .clearfix {
	width: 960px;
	margin: 0 auto;
	overflow:hidden; /* 回り込み解除指定 */
	zoom:1; /* 回り込み解除指定 IE7 */
	padding-top: 24px;

}
#footer .clearfix .Left { width: 600px; }
#footer .clearfix .Left a {
	float: left;
	margin-right: 12px;
}
#footer .clearfix .Left p {
	line-height: 1.4em;
	color: #000;
	padding-top: 1px;

}
#footer .clearfix .Right {
	width: 350px;
	text-align: right;
}
#footer .clearfix .Right a {
	font-size: 13px;
	text-decoration: none;
	line-height: 1.5em;
	background: url(../img/icon01.png) 0 center no-repeat;
	padding: 4px 0px 4px 14px;
}
#footer .clearfix .Right a:hover { text-decoration: none; }
#footer .clearfix .Right small {
	font-size: 11px;
	display: block;
	padding-top: 3px;
	color: #000;
}


/*													end:#footer
------------------------------------------------------------- */


.mb60{
	margin-bottom:60px;
}
