@charset "UTF-8";

/*********************************************************************

	Links

*********************************************************************/
a:link   {color:#E56C00; text-decoration:underline;}
a:visited{color:#E56C00; text-decoration:underline;}
a:hover  {text-decoration:none;}
a:active {text-decoration:none;}


/*********************************************************************

	Common

*********************************************************************/
/*テキストドラッグ選択時カラー
----------------------------------------------*/
::-moz-selection { background: #EB8500; color: #fff; text-shadow: none; }
::selection { background: #EB8500; color: #fff; text-shadow: none; }

html{
	-webkit-text-size-adjust: none;
}

body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo,'メイリオ', sans-serif;
	height: 100%;
	color: #000;
	background: #fff;
	position: relative;
}


/***********************************************

共通の汎用クラス

***********************************************/
/*画像の回り込み
----------------------------------------------*/
.leftImage,
.rightImage,
.centerImage,
.bothImage{
	overflow: hidden;
	padding-bottom: 1em;
}

.leftImage figure,
.rightImage figure{
	overflow: hidden;
}

.leftImage figure{
	float: left;
	margin-right: 20px;
	padding-bottom: 1.2em;
}

.rightImage figure{
	float: right;
	margin-left: 20px;
	padding-bottom: 1.2em;
}

.centerImage figure{
	width: 100%;
	text-align: center;
	padding-bottom: 2em;
}

.leftImage figcaption,
.rightImage figcaption{
	width: 300px;
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

.centerImage figcaption{
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

.bothImage figure{
	width: 320px;
	padding-bottom: 2em;
}

.bothImage figcaption{
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #666;
}

.bothImage figure:nth-child(odd){
	float: left;
}

.bothImage figure:nth-child(even){
	float: right;
}

/*IE7・8対策*/
.ie7 .bothImage figure,
.ie8 .bothImage figure{
	float: right;
}

.ie7 .bothImage figure:first-child,
.ie8 .bothImage figure:first-child{
	float: left;
}


/***********************************************

ヘッディング

***********************************************/
/*ページ自身のh1
----------------------------------------------*/
.pageH1Wraper{
	padding: 0.2em 0;
	background: #eb8500;
}

.pageH1{
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 0.9em;
}


/*汎用ヘッディング heading
----------------------------------------------*/
.bgTitle01{
	font-weight: bold;
	font-size: 1.3em;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: url(../images/bk_oranage.png);
}

.catchTitle01{
	font-weight: bold;
	font-size: 4.2em;
	padding: 0 0 30px;
	color: #eb8500;
	text-align: center;
}

.catchTitle02{
	font-weight: bold;
	font-size: 2.5em;
	padding: 30px 0px 10px;
	color: #333;
	text-align: center;
}



/***********************************************

基本構造

***********************************************/
.contents01{
	width: 940px;
	margin: 0 auto;
	padding: 30px 30px 60px;
}

.mainVisual{
	text-align: center;
}

/*スクロールしたら出てくるナビ
----------------------------------------------*/
#fixedNavi{
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #FFA32B;
}

.innerFixedNavi{
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
	background: url(../images/free_dial.png) left center no-repeat;
}

#fixedNavi p{
	background: #EB8500;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}




/*Footer
----------------------------------------------*/
.pageFooter{
	width: 100%;
	min-width: 1000px;
	border-top: solid 5px #e56c00;
}

/*Copyright
----------------------------------------------*/
.copyright{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	text-align: center;
}

.copyright small{
	font-size: 80%;
}

/****************************************************************

トップへ戻るボタン backTop

****************************************************************/
#backTop{
	width: 43px;
	position: fixed;
	right: -100px;
	bottom: 15px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
}





/*****************************************

	ホーム home

*****************************************/
.bgText01{
	font-weight: bold;
	color: #fff;
	background: url(../images/bk_red.png);
}

.bgText01 p{
	font-size: 1.2em;
	width: 950px;
	padding: 25px;
	margin: 0 auto;
}

.arrowTitle01{
	position: relative;
	font-weight: bold;
	color: #fff;
	background: url(../images/bk_red.png);
}

.arrowTitle01:before{
	position: absolute;
	display: block;
	content: ' ';
	background: url(../images/contect_arrow.png) no-repeat;
	width: 70px;
	height: 41px;
	bottom: -41px;
	left: 50%;
	margin-left: -35px;
}

.arrowTitle01 h1{
	font-size: 2em;
	width: 950px;
	padding: 25px;
	margin: 0 auto;
	text-align: center;
}

.arrowTitle01 h1 span{
	display: block;
	font-size: 80%;
}

.point01{
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 76px 0 0;
	margin: 0 0 30px;
	background: url(../images/human_text01.png) right no-repeat;
}

.point02{
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 78px 0 0;
	margin: 0 0 30px;
	background: url(../images/human_text02.png) right no-repeat;
}

.point03{
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 107px 0 0;
	margin: 0 0 30px;
	background: url(../images/human_text03.png) right no-repeat;
}

.text01{
	font-size: 1.5em;
	font-weight: bold;
	padding: 90px 0 0;
	background: url(../images/nanbu_deha.png) left top no-repeat;
}


/*
講演・セミナー
--------------------------------------------*/
.text02{
	padding: 25px;
	color: #fff;
	background: #009ce0;
}

#section02 table{
	border: solid 1px #009ce0;
}

#section02 table th,
#section02 table td{
	padding: 15px 0;
	vertical-align: middle;
}

#section02 table th{
	width: 190px;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

#section02 table td{
	width: 280px;
	text-align: center;
}

.price01{
	font-size: 2em;
	font-weight: bold;
	color: #ff2400;
}

.price01 span{
	font-size: 60%;
}

/*
主な講演・セミナー実績
--------------------------------------------*/
.text03{
	width: 680px;
	padding: 25px 60px;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../images/bk_lightbule.png);
}

/*
視察研修
--------------------------------------------*/
.trainingTitle{
	overflow: hidden;
	height: 0;
	padding: 50px 0 0;
	margin: 30px 0;
}

.trainingTitle01{background: url(../images/training_title01.png) left top no-repeat;}
.trainingTitle02{background: url(../images/training_title02.png) left top no-repeat;}
.trainingTitle03{background: url(../images/training_title03.png) left top no-repeat;}

.featureList01{
	list-style: none;
	padding: 0;
}

.featureList01 li{
	display: inline-block;
	padding: 8px 5px 5px 15px;
	margin: 0 15px 15px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #ff7200;
	background: #fff45c;
}

.featureList02{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.separate01{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #a0a0a0;
}

/*
コンサルティング
--------------------------------------------*/
.consultingContent{
	margin: 0 0 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.consultingContent dt,
.consultingContent dd{
	float: left;
}



.section05TextWrap{
	overflow: hidden;
}
	.section05TextWrap ul li{
		list-style: none;
	}
/*
主なメディア出演実績
--------------------------------------------*/
#section06 .contents01{
	padding-bottom: 0;
}

#section06 table{
	width: 100%;
    height: 450px;
	font-size: 1.3em;
    overflow-y: scroll;
    display: block;
    margin: 50px 0;
}

#section06 th,
#section06 td{
	padding: 0 35px;
	font-weight: bold;
}

.arrowList01{
	list-style: none;
	margin: 0;
	padding: 0 0 30px;
}

.arrowList01 li{
	margin: 0 0 20px;
	padding: 0 0 0 35px;
	background: url(../images/media_arrow.png) left center no-repeat;
}

/*
お問い合わせ
--------------------------------------------*/
#section07 .contents01 > p{
	font-size: 1.2em;
}

/*メールフォーム*/
.formTable,
.formTable02{
	width: 100%;
	height: auto;
	margin: 0;
	line-height: 1.5;
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	border-spacing: 0;
}

.formTable th {
	width: 260px;
	padding: 20px;
	border: #cdcdcd solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	text-align: left;
	background: #cbdee7;
	vertical-align: middle;
}

.formTable th img{
	display: inline-block;
	padding: 3px 0 0 5px;
}

.formTable td{
	width: auto;
	padding: 20px 30px;
	border: 1px #cdcdcd solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	vertical-align: middle;
	line-height: 2;
}

.formTable02{
	margin: 0;
	border: #cdcdcd solid;
	border-width: 0 1px 0 1px;
}

.formTable02 th {
	padding: 20px;
	font-weight: bold;
	text-align: left;
	background: #cbdee7;
	vertical-align: middle;
}

.th01 {
	width: 60px;
	border: #cdcdcd solid;
	border-width: 0 0 0 1px;
}

.th02 {
	width: 160px;
}

.formTable02 td {
	width: auto;
	padding: 20px 30px;
	border: #cdcdcd solid;
	border-width: 1px 0 0 1px;
	background: #fff;
	vertical-align: middle;
	line-height: 2;
}

.address01 td{
	border-width: 0 0 0 1px;
}

.inputError{
	color: #f00;
}

textarea{
	width: 555px;
	height: 180px;
	padding: 10px;
	border-color: #a0a0a0;
	line-height: 1.3;
}

input[type="text"] {
	margin: 0 1px 0 0;
	padding: 1px;
	border: 1px solid #a0a0a0;
}

#kindSelect{width:100%;}
#companyName{width:100%;}
#name{width:100%;}
#kana{width:100%;}
#zip{width:135px;}
#address02,#address03{width:100%;}
#tel{width:150px;}
#mail,#mail2{width:100%;}


/*送信ボタン
----------------------------------------------*/
.submitArea{
	margin: 30px auto 0;
	text-align: center;
	overflow: hidden;
}

.submitArea form{
	width: 50%;
	float: left;
}

.submit{
	display: inline-block;
	width: 202px;
	height: 52px;
	margin: 1em;
	padding: 0;
	border: none;
	cursor: pointer;
}

.submit01{
	background: url(../images/confirm_buttom.png) no-repeat;
}

.submit02{
	background: url(../images/submit_buttom.png) no-repeat;
}

.submit03{
	background: url(../images/prev_buttom.png) no-repeat;
}



/****************************************************************

margin/padding

****************************************************************/
/*------------------------------------------------
top
------------------------------------------------*/
	.mt00 { margin-top:  0px !important; }    .pt00 { padding-top:  0px !important; }
	.mt05 { margin-top:  5px !important; }    .pt05 { padding-top:  5px !important; }
	.mt10 { margin-top: 10px !important; }    .pt10 { padding-top: 10px !important; }
	.mt15 { margin-top: 15px !important; }    .pt15 { padding-top: 15px !important; }
	.mt20 { margin-top: 20px !important; }    .pt20 { padding-top: 20px !important; }
	.mt25 { margin-top: 25px !important; }    .pt25 { padding-top: 25px !important; }
	.mt30 { margin-top: 30px !important; }    .pt30 { padding-top: 30px !important; }
	.mt35 { margin-top: 35px !important; }    .pt35 { padding-top: 35px !important; }
	.mt40 { margin-top: 40px !important; }    .pt40 { padding-top: 40px !important; }
	.mt45 { margin-top: 45px !important; }    .pt45 { padding-top: 45px !important; }
	.mt50 { margin-top: 50px !important; }    .pt50 { padding-top: 50px !important; }
	.mt55 { margin-top: 55px !important; }    .pt55 { padding-top: 55px !important; }
	.mt60 { margin-top: 60px !important; }    .pt60 { padding-top: 60px !important; }
	.mt65 { margin-top: 65px !important; }    .pt65 { padding-top: 65px !important; }
	.mt70 { margin-top: 70px !important; }    .pt70 { padding-top: 70px !important; }
	.mt75 { margin-top: 75px !important; }    .pt75 { padding-top: 75px !important; }
	.mt80 { margin-top: 80px !important; }    .pt80 { padding-top: 80px !important; }
	.mt85 { margin-top: 85px !important; }    .pt85 { padding-top: 85px !important; }
	.mt90 { margin-top: 90px !important; }    .pt90 { padding-top: 90px !important; }
	.mt95 { margin-top: 95px !important; }    .pt95 { padding-top: 95px !important; }
	.mt100{ margin-top:100px !important; }    .pt100{ padding-top:100px !important; }

/*------------------------------------------------
right
------------------------------------------------*/
	.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
	.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
	.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
	.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
	.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
	.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
	.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
	.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
	.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
	.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
	.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
	.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
	.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
	.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
	.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
	.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
	.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
	.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
	.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
	.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
	.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }

/*------------------------------------------------
bottom
------------------------------------------------*/
	.mb00 { margin-bottom:  0px !important; } .pb00 { padding-bottom:  0px !important; }
	.mb05 { margin-bottom:  5px !important; } .pb05 { padding-bottom:  5px !important; }
	.mb10 { margin-bottom: 10px !important; } .pb10 { padding-bottom: 10px !important; }
	.mb15 { margin-bottom: 15px !important; } .pb15 { padding-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; } .pb20 { padding-bottom: 20px !important; }
	.mb25 { margin-bottom: 25px !important; } .pb25 { padding-bottom: 25px !important; }
	.mb30 { margin-bottom: 30px !important; } .pb30 { padding-bottom: 30px !important; }
	.mb35 { margin-bottom: 35px !important; } .pb35 { padding-bottom: 35px !important; }
	.mb40 { margin-bottom: 40px !important; } .pb40 { padding-bottom: 40px !important; }
	.mb45 { margin-bottom: 45px !important; } .pb45 { padding-bottom: 45px !important; }
	.mb50 { margin-bottom: 50px !important; } .pb50 { padding-bottom: 50px !important; }
	.mb55 { margin-bottom: 55px !important; } .pb55 { padding-bottom: 55px !important; }
	.mb60 { margin-bottom: 60px !important; } .pb60 { padding-bottom: 60px !important; }
	.mb65 { margin-bottom: 65px !important; } .pb65 { padding-bottom: 65px !important; }
	.mb70 { margin-bottom: 70px !important; } .pb70 { padding-bottom: 70px !important; }
	.mb75 { margin-bottom: 75px !important; } .pb75 { padding-bottom: 75px !important; }
	.mb80 { margin-bottom: 80px !important; } .pb80 { padding-bottom: 80px !important; }
	.mb85 { margin-bottom: 85px !important; } .pb85 { padding-bottom: 85px !important; }
	.mb90 { margin-bottom: 90px !important; } .pb90 { padding-bottom: 90px !important; }
	.mb95 { margin-bottom: 95px !important; } .pb95 { padding-bottom: 95px !important; }
	.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }

/*------------------------------------------------
left
------------------------------------------------*/
	.ml00 { margin-left:  0px !important; }   .pl00 { padding-left:  0px !important; }
	.ml05 { margin-left:  5px !important; }   .pl05 { padding-left:  5px !important; }
	.ml10 { margin-left: 10px !important; }   .pl10 { padding-left: 10px !important; }
	.ml15 { margin-left: 15px !important; }   .pl15 { padding-left: 15px !important; }
	.ml20 { margin-left: 20px !important; }   .pl20 { padding-left: 20px !important; }
	.ml25 { margin-left: 25px !important; }   .pl25 { padding-left: 25px !important; }
	.ml30 { margin-left: 30px !important; }   .pl30 { padding-left: 30px !important; }
	.ml35 { margin-left: 35px !important; }   .pl35 { padding-left: 35px !important; }
	.ml40 { margin-left: 40px !important; }   .pl40 { padding-left: 40px !important; }
	.ml45 { margin-left: 45px !important; }   .pl45 { padding-left: 45px !important; }
	.ml50 { margin-left: 50px !important; }   .pl50 { padding-left: 50px !important; }
	.ml55 { margin-left: 55px !important; }   .pl55 { padding-left: 55px !important; }
	.ml60 { margin-left: 60px !important; }   .pl60 { padding-left: 60px !important; }
	.ml65 { margin-left: 65px !important; }   .pl65 { padding-left: 65px !important; }
	.ml70 { margin-left: 70px !important; }   .pl70 { padding-left: 70px !important; }
	.ml75 { margin-left: 75px !important; }   .pl75 { padding-left: 75px !important; }
	.ml80 { margin-left: 80px !important; }   .pl80 { padding-left: 80px !important; }
	.ml85 { margin-left: 85px !important; }   .pl85 { padding-left: 85px !important; }
	.ml90 { margin-left: 90px !important; }   .pl90 { padding-left: 90px !important; }
	.ml95 { margin-left: 95px !important; }   .pl95 { padding-left: 95px !important; }
	.ml100{ margin-left:100px !important; }   .pl100{ padding-left:100px !important; }

/*------------------------------------------------
all 全方位
------------------------------------------------*/
	.ma00{ margin: 0 !important; }   .pa00{ padding: 0 !important; }

/*------------------------------------------------
センター寄せ
------------------------------------------------*/
.mc{ margin: 0 auto;}

/*****************************************

	フォントカラー　color

*****************************************/
.red{ color:#f00 !important; }
.black{ color:#000 !important;}



/*****************************************

	フォントの太さ　font-weight

*****************************************/
.bold{font-weight:bold;}
strong,
.attention{
	display:inline;
	padding-left:0.3em;
	background:#f1bccf;
}

.ie6 strong,
.ie6 .attention{
	zoom:1;
}

/****************************************************************

float

****************************************************************/
	.fl { float: left; }	.fr { float: right; }	.clear { clear:both; }

/****************************************************************

text-align

****************************************************************/
.al { text-align: left !important; }
.ar { text-align: right !important; }
.ac { text-align: center !important; }

/****************************************************************

clearfix

****************************************************************/
.clearfix { zoom:1; }
.clearfix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
* html .clearfix{zoom:1;}
*:first-child+html .clearfix{zoom:1;}


/****************************************************************

ellipsis

****************************************************************/
/*文章の省略*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/****************************************************************

display

****************************************************************/
.none { display: none; }
.block {display:block;}
.inline {display:inline;}
.inline-block{display:inline-block;}

/****************************************************************

position

****************************************************************/
.relative{ position: relative !important;}
.absolute{ position: absolute !important;}
.fixed{ position: fixed !important;}
