@charset "utf-8";

/*//////////////ボディ_body//////////////*/

body{
	background-image: url(../images/common/paper_01.jpg);	
	background-repeat: repeat;
	margin: 0px;
	color: #666;
	}

#wrapper{
	margin: 0 auto;
	width: 100%;
}

.clear_both{
	clear: both;
}

a:link{
	text-decoration: none; color: #666;
}
a:hover{
	text-decoration: underline; color: #CCCCCC;
}
a:visited{
	text-decoration: none; color: #666;
}


/*//////////////ヘッダー_header//////////////*/

#header_wrapper{
	background-image: url(../images/common/h_bg.gif);
	background-repeat: repeat-x;
	height: 80px;
}

#header{
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
}

.header_catch{
	width: 520px;
	height: 40px;
	margin: 28px auto 0px;
	float: left;
}

.header_catch_img{
	width: 170px;
	height: 40px;
	float: left;
}

.header_catch_text{
	width: 335px;
	height: 12px;
	margin: 0px 0px 0px 5px;
	position: relative;
	top: 22%;
	font-size: 12px;
	line-height: 14px;
	float: left;
}

.header_navi{
	margin: 40px auto 0px;
	font-size: 12px;
	float: right;
}

.header_navi_1 a{
    display: block;
    height: 20px;
    width: 100px;
	background: url(../images/common/h_top.png);
	background-repeat: no-repeat;
}

.header_navi_1 a:hover{
    background-position: 0 bottom;
}

.header_navi_2 a{
    display: block;
	height: 20px;
    width: 80px;
	background: url(..//images/common/h_overview.png);
	background-repeat: no-repeat;
}

.header_navi_2 a:hover{
    background-position: 0 bottom;
}


.header_navi_3 a{
    display: block;
    height: 20px;
    width: 80px;
	background: url(../images/common/h_recruit.png);
	background-repeat: no-repeat;
}

.header_navi_3 a:hover{
    background-position: 0 bottom;
}

.header_navi_4 a{
    display: block;
    height: 20px;
    width: 100px;
	background: url(../images/common/h_contact.png);
	background-repeat: no-repeat;
}

.header_navi_4 a:hover{
    background-position: 0 bottom;
}

/*//////////////メニューバー_menubar//////////////*/

#menubar_wrapper{
	background-image: url(../images/common/mnbar_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 50px;
	margin: 0px auto;
}

.menubar{
	width: 1020px;
	height: 50px;
	margin: 0px auto;
}


li {
  display: inline-block;
}

.mnbar_philosophy a{
    height: 50px;
    width: 204px;
	background: url(../images/common/mnbar_philosophy.png) no-repeat 0 0;
	float:left;
}

.mnbar_philosophy a:hover{
    background-position: 0 bottom;
}

.mnbar_service a{
    display: block;
    height: 50px;
    width: 204px;
	background: url(../images/common/mnbar_service.png) no-repeat 0 0;
	float:left;
}

.mnbar_service a:hover{
    background-position: 0 bottom;
}

.mnbar_media a{
    display: block;
    height: 50px;
    width: 204px;
	background: url(../images/common/mnbar_media.png) no-repeat 0 0;
	float:left;
}

.mnbar_media a:hover{
    background-position: 0 bottom;
}

.mnbnr_forguest a{
    display: block;
	width: 204px;
	height: 50px;
	background:url(../images/common/mnbnr_forguest.png) no-repeat 0 0;
		float:left;
}

.mnbnr_forguest a:hover{
    background-position: 0 bottom;
}

.mnbar_foundation a{
    display: block;
    height: 50px;
    width: 204px;
	background: url(../images/common/mnbar_foundation.png) no-repeat 0 0;
	float:left;
}

.mnbar_foundation a:hover{
    background-position: 0 bottom;
}

/*//////////////フッター_fotter//////////////*/

#footer_wrapper{
	background-image: url(../images/common/f_bg.gif);
	background-repeat: repeat-x;
	height: 200px;
}

#footer{
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
}

#footer a:link { text-decoration: none; color:#999999; }
#footer a:hover { text-decoration: underline; color:#ffffff!important; }
#footer a:visited { text-decoration: none; color:#999999; }


.footer_navi{
	margin: 10px auto 0px;
	font-size: 12px;
	float: left;
}

.footer_navi_1 a{
    display: block;
	height: 20px;
    width: 100px;
	background: url(../images/common/f_top.png);
	background-repeat: no-repeat;
}

.footer_navi_1 a:hover{
    background-position: 0 bottom;
}

.footer_navi_2 a{
    display: block;
    height: 20px;
    width: 80px;
	background: url(../images/common/f_overview.png);
	background-repeat: no-repeat;
}

.footer_navi_2 a:hover{
    background-position: 0 bottom;
}

.footer_navi_3 a{
    display: block;
    height: 20px;
    width: 80px;
	background: url(../images/common/f_recruit.png);
	background-repeat: no-repeat;
}

.footer_navi_3 a:hover{
    background-position: 0 bottom;
}

.footer_navi_4 a{
    display: block;
    height: 20px;
    width: 100px;
	background: url(../images/common/f_contact.png);
	background-repeat: no-repeat;
}

.footer_navi_4 a:hover{
    background-position: 0 bottom;
}

.fotter_name{
	width: 70px;
	height: 20px;
	margin: 0px 0px 0px 10px;
	float: left;
}

.fotter_txt1{
	width: 500px;
	height: 100px;
	margin: 0px 70px 0px 0px;
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}

.fotter_txt2{
	width: 120px;
	float: left;
	font-size: 12.5px;
	line-height: 20px;
	color: #FFFFFF;
}

.fotter_txt3{
	width: 150px;
	float: right;
	font-size: 12.5px;
	line-height: 20px;
}

.fotter_txt4{
	width: 170px;
	float: right;
	font-size: 12.5px;
	line-height: 20px;
}

.footer_txt_a{
	width: 1020px;
	margin: 20px auto 0px;
}

.fotter_txt_b{
	width: 1020px;
	margin: 15px auto 0px;
	font-size: 10px;
	letter-spacing: 0.5em;
	text-align: center;
	color: #FFFFFF;
}

/*///////タイトル_共通///////*/

.contents_title1{
	margin: 20px 0px;
	float: left;
}

.contents_title2{
	margin: 0px 0px 20px;
	float: left;
}

/*///////テーブル_共通///////*/

#table1_wrapper{
}

#table1 table{
	width: 1020px;
	margin :40px auto 50px;
	padding: 10px;
	text-align: left;
	line-height: 1.5em;
	font-size: 12.5px;
}

#table1 table th{
	background-color: #D3D3D3;
	border: 1px solid #D3D3D3;
	padding: 6px;
	width: 100px;
}

#table1 table td{
	background-color: #FFF;
	border: 1px solid #ccc;
	color: #333;
	padding: 6px;
}

/*//////////////トップページ_index.html//////////////*/

/* index-共通 */

.idx_topimg {
	width: 100%;
	height: 470px;
	background-image: url(../images/index/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;	
}

#idx_wrapper{
	width: 1020px;
	margin: 50px auto;
	text-align: left;
}

.idx_space{
	width: 100%;
	height: 20px;
	clear: both;
}

/* index-pickup */
#pickup {
	padding:20px 30px ;
	width:960px;
	height:208px;
	margin-bottom:20px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	}
.pickupTitle{
	height:100px;
	width:102px;
	margin-top:20px;
	padding-top:0px;
	float: left;
	vertical-align: middle;
}
.pickupTitle img{
 border-top: 1px solid #cccccc;
 border-bottom:1px solid #cccccc; 
  vertical-align: middle; /* 画像を垂直に */
  text-align: center; /* 画像を中央に */
  	}
	
.pickupTitleBottomimg{
	margin-top:15px;
	margin-left:14px;
  vertical-align: middle; /* 画像を垂直に */
  text-align: center; /* 画像を中央に */
  	}
	
.pickupBnr {
	float:right;
	margin-top: 55px;
	}

.pickupBnr2 {
	float:left;
margin-left:27px
	}

/* index-topic */

#idx_topics_wrapper{
	width: 628px;
	height: 350px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: left;
}

.idx_topics{
	padding: 30px;
}

dl.newsbox{
	width:565px;
    height: 230px;
    overflow: auto;
	margin-top: 0 !important;
}

dl.newsbox dt{
    float: left;
    width: 120px;
	margin: 0 0 0 10px;
	font-size: 13px;
	color: #52538D;
}
dl.newsbox dd{
    margin: 0 10px 10px 0;
    padding: 0 0 10px 120px;
    border-bottom: 1px dotted #aaa;
	font-size: 13px;
	line-height: 20px;
}

dl.newsbox dd a{
	font-size: 13px;
	text-decoration: underline;
}

/* index-forguest */

#idx_forguest_wrapper{
	width: 376px;
	height: 350px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: right;
}

.idx_forguest{
	padding: 30px 30px 0px;
}

.idx_forguest2{
	padding: 0px 30px 30px;
}

.idx_forguest_img{
	margin: 0px auto 10px;
	text-align: center;
}

.idx_forguest_txt{
	margin: 0px auto;
	font-size: 13px;
	line-height: 19px;
}

.idx_forguest_img{
	background-image: url(../images/index/forguest_img.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 376px;
	height: 140px;
	margin: 0px auto 10px;
}

/* index-forguest_btn */

.idx_forguest_btn a{
    display: block;
    height: 22px;
    width: 314px;
	margin: 13px auto;
	background: url(../images/index/forguest_btn.png);
	background-repeat: no-repeat;
}

.idx_forguest_btn a:hover{
    background-position: 0 bottom;
}

/* index-media */

#idx_media_wrapper{
	width: 1020px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
}

.idx_media{
	padding: 30px;
	font-size: 13px;
	line-height: 20px;
}

.idx_media_l{
	width: 260px;
	height: 240px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.idx_media_r{
	width: 680px;
	height: 240px;
	float: left;
}

.idx_media_box{
	position: absolute;
    top: 30%;
}

.idx_media_title{
	font-size: 14px;
	font-weight: bold;
}

.idx_media_img{
	width: 250px;
	float: left;
}

.idx_media_txt1{
	margin: 0px auto 25px;
}

.idx_media_txt2{
	width: 420px;
	margin: 10px 0px 0px 10px;
	float: left;
}

/* index-media_btn */

.idx_media_btn a{
    display: block;
    height: 22px;
    width: 260px;
	background: url(../images/index/media_btn.png);
	background-repeat: no-repeat;
}

.idx_media_btn a:hover{
    background-position: 0 bottom;
}

/* index-service */

#idx_service_wrapper{
	width: 376px;
	height: 350px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: left;
}

.idx_service{
	padding: 30px 30px 0px;
}

.idx_service2{
	padding: 0px 30px 30px;
}

.idx_service_img{
	background-image: url(../images/index/service_img.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 376px;
	height: 140px;
	margin: 0px auto 10px;
}

.idx_service_txt{
	margin: 0px auto;
	font-size: 13px;
	line-height: 19px;
}

/* idx-service_btn */

.idx_service_btn a{
    display: block;
    height: 22px;
    width: 303px;
	margin: 13px auto;
	background: url(../images/index/service_btn.png);
	background-repeat: no-repeat;
}

.idx_service_btn a:hover{
    background-position: 0 bottom;
}

.bxslider {
	text-align:center;
}

/* index-banner */

#idx_bnr_wrapper{
	width: 628px;
	height: 350px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: right;
}

.idx_bnr{
	padding: 30px;
}

/*//////////////採用情報_recruit.html//////////////*/

.recruit_topimg {
	width: 100%;
	height: 220px;
	background-image: url(../images/recruit/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;	
}

#rec_wrapper{
	width: 1020px;
	margin: 50px auto;
	text-align: left;
}


/* メインコンテンツ */

#rec_main_wrapper{
	width: 1000px;
	margin: 0 auto 20px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
}

.rec_main{
	padding: 30px;
	font-size: 14px;
	line-height: 23px;
}

/* 仕事内容 */

#rec_c_wrapper{
	width: 1020px;
	height: 100%;
	margin: 0px auto 50px;
}

.rec_c{
}

.rec_job_title{
	width: 1020px;
	margin: 0px 0px 10px;
}

.rec_job_txt{
	width: 720px;
	margin: 0px auto 30px;
	float: left;
	font-size: 13px;
	line-height: 24px;
}

.rec_job_img{
	width: 226px;
	margin: 0px auto 30px;
	float:right;
}

/* エントリーボタン */

.rec_entry_btn{
	text-align: center;
}

.rec_entry_btn a{
    display: block;
    height: 22px;
    width: 314px;
	margin: 0px auto 50px;
	background: url(../images/recruit/rec_entry_btn.png);
	background-repeat: no-repeat;
}

.rec_entry_btn a:hover{
    background-position: 0 bottom;
}

/*//////////////感謝祭_thxday.html//////////////*/

#thxday_wrapper{
	width: 100%;
	margin: 50px auto;
	text-align: left;
}

.thxday{
	width: 1020px;
	margin: 0px auto;
}

.thxday_topimg{
	width: 100%;
	height: 220px;
	background-image: url(../images/thxday/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;	
}

.thxday_title_a{
	width: 400px;
	margin: 0px 0px 20px;
	float: left;
}

.thxday_title_b{
	width: 560px;
	margin: 20px 0px;
	float: left;
}


/* ムービー */

.thxday_movie{
	width:560px;
	float:left;
	margin: 0px 0 20px;
}

.thxday_movie_text{
	margin: 10px 0px;
	font-size: 13px;
}

/* 手紙 */

.thxday_letter{
	width: 430px;
	float: right;
	margin: 0px 0 20px;
}

.thxday_letter_l{
	width: 210px;
	height: 400px;
	float: left;
}

.thxday_letter_r{
	width: 210px;
	height: 400px;
	float: right;
}

.thxday_letter1_title{
	margin: 0px 0px 5px;
}

.thxday_letter1_img{
	width: 210px;
	height: 140px;
	margin: 0px 0px 10px;
	float: left;
}

.thxday_letter2_title{
	margin: 0px 0px 5px;
}

.thxday_letter2_img{
	float: right;
}

img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

img.grow:hover {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.5,1.5);
}

/* 会社名 */


#thxday_company_wrapper{
	width: 100%;
}

.thxday_company{
	width: 1020px;
	margin:20px 0px;
}

.fotter_tel_text{
	margin: 0 0 0 10px;
	width: 150px;
	height: 20px;
	float:left;
}

.thxday_company1{
	width: 247.5px;
	height: 280px;
	margin: 0px 0px 20px 0px;
	float: left;
	font-size: 14px;
	line-height: 21px;
}

.thxday_company2{
	width: 247.5px;
	height: 280px;
	margin: 0px 0px 20px 5px;
	float: left;
	font-size: 14px;
	line-height: 21px;
}


.thxday_company3{
	width: 247.5px;
	height: 280px;
	margin: 0px 0px 20px 5px;
	float: left;
	font-size: 14px;
	line-height: 21px;
}

.thxday_company4{
	width: 247.5px;
	height: 280px;
	margin: 0px 0px 20px;
	float: right;
	font-size: 14px;
	line-height: 21px;
}



/* テーブル */

.thxday_company_wrapper{
}

.thxday_table{
	width: 1020px;
	border-bottom: solid #999 1px;
	border-top: solid #999 1px;
	text-align: left;
}

.thxday_table table , td, th {
	padding:15px 15px;
	letter-spacing:0.1em;
}
.thxday_table td, th {
	width:108px;
	border:solid #888 1px;
	font-size:14px !important;
}

.thxday_table td {
	color:#160000;
	background-color:#FFFFFF;
}

.thxday_table th {
	color:#FFFFFF;
	background-color: #160000;
}

/*//////////////会社概要 company_o//////////////*/

#company_o_wrapper{
	width: 100%;
}

.company_o{
	width: 1020px;
	margin: 50px auto;
}

.company_o_topimg{
	width: 100%;
	height: 220px;
	background: url(../images/company_o/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

/* 1,2段目のタイトル */

.company_o_title{
	margin: 0px auto 15px;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
}

.company_o_text{
	font-size: 15px;
	line-height: 28px;
}

/* 1段目 */

#company_o_1l_wrapper{
	width: 320px;
	margin: 0px 26px 20px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */

	position: relative;
	float: left;
}

.company_o_1l{
	padding: 30px;
}

#company_o_1r_wrapper{
	width: 320px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: right;
}

.company_o_1r{
	padding:30px;
}

/* 2段目 */

#company_o_2l_wrapper{
	width: 320px;
	margin: 0px 26px 20px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: left;
}

.company_o_2l{
	padding: 30px;
}

#company_o_2r_wrapper{
	width: 320px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: right;
}

.company_o_2r{
	padding:30px;
}

/* 3段目 */

#company_o_3_wrapper{
	width: 1020px;
	margin: 20px auto 20px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
}

.company_o_3{
	padding: 30px;
}

.company_o_lec_name{
	font-size: 24px; 
	width : 200px;
	float: left;
	line-height: 30px;
}

.company_o_lec_txt{
	width: 700px;
	float:left;
	font-size: 13px;
	line-height: 26px;
}


/*//////////////企業理念_philosophy.html//////////////*/


#philosophy_wrapper{
	width: 100%;
	margin: 0px auto 0px;
	text-align: left;
}

#philosophy{
	width: 1020px;
	margin: 20px auto 0px;
	text-align: center;
}

.philosophy_topimg{
	width: 100%;
	height: 220px;
	background: url(../images/philosophy/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

.philosophy_test{
	width: 100%;
	height: 2366px;
	margin: 10px auto 50px;
	background: url(../images/test/philosophy.png);
	background-position: center top; 
	background-repeat: no-repeat;
}

/*//////////////設立の思い_foundation.html//////////////*/


#foundation_wrapper{
	width: 100%;
	margin: 0px auto;
}

.foundation{
	width: 100%;
	margin: 0px auto;
}

.foundation_topimg{
	width: 100%;
	height: 220px;
	background: url(../images/foundation/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

#foundationbnr_wrapper{
	width: 1020px;
	height: 40px;
	margin: 0px auto;
}

.foundationbnr{
	margin: 50px 0px 20px;
	float: left;
}

/* 貢献する */
.foundation1{
	width: 100%;
	height: 900px;
	background: url(../images/foundation/foundation1_bg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

.foundation1_txt{
	width: 600px;
	padding: 450px 0px 0px;
	margin: 0px auto;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	position: static;
}

.foundation1_title{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin: 0px auto 10px;
}

/* ３つのトライアングルできてますか？ */

.foundation2{
	width: 100%;
	margin: 100px auto;
	font-size: 15px;
	line-height: 28px;
}

.foundation2_ceo{
	width: 1020px;
	height: 400px;
	margin: 0px auto;
}

.foundation2_ceo_l{
	float: left;
	width: 630px;
}

.foundation2_ceo_title{
	width: 548px;
	height: 72px;
}

.foundation2_ceo_txt{
	width: 600px;
	margin: 10px 0px 0px 30px;
}

.foundation2_ceo_img{
	float: left;
	margin: 72px auto 0px;
}

.foundation2_staff{
	width: 1020px;
	height: 400px;
	margin: 0px auto;
}

.foundation2_staff_l{
	float: left;
	width: 630px;
}

.foundation2_staff_title{
	width: 548px;
	height: 72px;
}

.foundation2_staff_txt{
	width: 600px;
	margin: 10px 0px 0px 30px;
}

.foundation2_staff_img{
	float: left;
	margin: 72px auto 0px;
}

.foundation2_guest{
	width: 1020px;
	height: 400px;
	margin: 0px auto;
}

.foundation2_guest_l{
	float: left;
	width: 630px;
}

.foundation2_guest_title{
	width: 548px;
	height: 72px;
}

.foundation2_guest_txt{
	width: 600px;
	margin: 10px 0px 0px 30px;
}

.foundation2_guest_img{
	float: left;
	margin: 72px auto 0px;
}

/* 感謝のトライアングルありますか？ */

.foundation3{
	width: 100%;
	height: 834px;
	background:url(../images/foundation/foundation3_bg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

.foundation3_img{
	width: 100%;
	height: 237px;
	background:url(../images/foundation/foundation3_img.png);
	background-position: center top; 
	background-repeat: no-repeat;
}

/* 感謝のトライアングル研修 */

.foundation4{
	width: 100%;
	height: 584px;
	background:url(../images/foundation/foundation4_bg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
	position: relative;
}

.foundation4_txt{
	margin: 0px auto 10px;
	position: static;
	padding: 200px 300px 0px 0px;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	width: 600px;
}

/* 仕事に対して… */

.foundation5{
	background-image: url(../images/foundation/foundation5_bg.gif);
	background-repeat: repeat-x;
	height: 262px;
}


.foundation5_img{
	width: 100%;
	height: 351px;
	background:url(../images/foundation/foundation5_img.png);
	background-position: center top; 
	background-repeat: no-repeat;
}

/* もう、売上だけ見て… */

.foundation6{
	background-image: url(../images/foundation/foundation6_bg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
	height: 1039px;
}

.foundation6_title{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin: 0px auto 20px;
}

.foundation6_txt{
	width: 600px;
	padding: 400px 0px 0px;
	margin: 0px auto;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	position: static;
}

/* すべての研修の土台 */

#foundation_7-8_bg{
	background: #FFFFFF;
	width: 100%;
	height: 2000px;
}

.foundation7{
	width: 960px;
	margin: 0px auto;
}

.foundation7_title{
	width: 960px;
	height: 60px;
	margin: 0px 0px 30px;
}

.foundation7_txt{
	width: 500px;
	margin: 0px 5px 30px 10px;
	float: left;
	font-size: 14px;
	line-height: 28px;
}

.foundation7_img{
	float: left;
}

/* 最後に */

.foundation8{
	width: 100%;
	height: 1478px;
	background:url(../images/foundation/foundation8_bg.png);
	background-position: center top;
	background-repeat: no-repeat;

}

.foundation8_title{
	width: 960px;
	height: 60px;
	margin: 120px auto 20px;
	
}

.foundation8_txt{
	width: 960px;
	font-size: 14px;
	line-height: 25px;
	margin: 0px auto;
}

.foundaton_name{
	margin: 30px 30px 0px 0px;
	float: right;
}

/*//////////////メディア実績_media.html//////////////*/

.media_topimg{
	width: 100%;
	height: 220px;
	background: url(../images/media/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

#media_wrapper{
	width: 100%;
	margin: 20px auto 0px;
}

.media{
	width: 1020px;
	margin: 50px auto;
	text-align:left;
}

/* コンテンツ */

#media_box_wrapper1{
	width: 497px;
	margin: 0px 20px 0px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: left;
}

#media_box_wrapper2{
	width: 497px;
	margin: 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	position: relative;
	float: right;
}

.media_box{
	padding: 30px;
}

.media_box p{
	font-size: 13px;
	line-height: 25px;
}

/* 内容 */

.media_textbox{
	width: 450px;
	margin: auto auto 10px;
	font-size: 13px;
	line-height: 25px;
}

.media_text_l{
	width: 100px;
	display: table-cell;
	float: left;
	margin: auto;
}

.media_text_r{
	display: table-cell;
	float: left;
	margin: 0px 0px 0px 5px;
}

.media_textimg{
	width: 100px;
}

/* スライダー */

#media_slider_bg{
	width: 1020px;
	height: 697px;
	background-image: url(../images/media/media_photo_bg.gif);
	background-repeat: no-repeat;
	margin: 0px auto 20px;
}

.media_slider_photos{
	width: 1020px;
	position: relative;
	top: 60px;
}

/*//////////////サービス概要_service_o.html//////////////*/

.service_o_topimg{
	width: 100%;
	height: 220px;
	background: url(../images/service_o/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

#service_o_wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.service_o{
	width: 100%;
	margin: 0px auto;
	text-align: center;
}


.service_o_main{
	width: 1005px;
	text-align: center;
	margin: 50px auto;
}

.service_o_sub{
	width: 100%;
	height: 1357px;
	background: url(../images/service_o/service_o.png);
	background-position: center top; 
	background-repeat: no-repeat;
}

/*//////////////サービス内容_service_c.html//////////////*/

.service_c_topimg{
	width: 100%;
	height: 220px;
	background: url(../images/service_c/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

#service_c_wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.service_c{
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.service_c_main{
	width: 100%;
	text-align: center;
	margin: 50px auto 50px;
}

.service_c_sub{
	width: 100%;
	height: 907px;
	background: url(../images/service_c/service_c.png);
	background-position: center top; 
	background-repeat: no-repeat;
}


/*//////////////お客様へ_forguest.html//////////////*/

.forguest_topimg{
	width: 100%;
	height: 220px;
	background: url(../images/forguest/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

#forguest_wrapper{
	width: 100%;
	height: 741px;
	margin: 50px auto;
	background: url(../images/forguest/forguest_bg.png);
	background-position: center top; 
	background-repeat: no-repeat;
}

/* コンテンツ */

.forguest{
	width: 650px;
	height: 724px;
	margin: 20px auto;
	padding: 50px inherit 20px;
}

.forguestbnr{
	margin: 0px auto 40px;
}

.forguest_txt{
	margin: 0px auto;
	font-size: 14px;
	line-height: 28px;

}

.forguest_name{
	margin: 20px 0px 0px;
	float: right;

}

/*//////////////お問い合わせ・お申し込み_contact.html//////////////*/

.contact_topimg{
	width: 100%;
	height: 220px;
	background: url(../images/contact/topimg.gif);
	background-position: center top; 
	background-repeat: no-repeat;
}

#contact_wrapper{
	width: 733px;
	margin: 100px auto 50px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px; /* CSS3草案 */ 
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 10px; /* Firefox用 */
	padding: 50px;
	position: relative;
}

.contact{
}

.contact_clip{
	width: 173px;
	height:100px;
	margin: 0px auto;
	position: absolute;
	top: -5%;
	left: 0;
	right: 0;
}

.contact_txt{
	margin: 20px 0px 0px;
	font-size: 14px;
	line-height: 25px;
}

.contact_bnr{
	margin: 30px 0px 10px;
	float: left;
}

/*//////////////サンクスページ_contact.html//////////////*/

.thanks_bg{
	width: 738px;
	height: 354px;
	margin: 50px auto;
	background: url(../images/thanks/thanks_bg.png);
	background-position: center top; 
	background-repeat: no-repeat;
	position: relative;
}

.thanks_txt{
	width: 500px;
	padding: 90px 80px 80px;
	font-size: 14px;
	line-height: 25px;
	
}
