﻿/*リセット*/

*{
	margin: 0;
	padding: 0;
}

/*FIREFOXでセンターがずれるのを防ぐ*/
html {
	overflow-y:scroll;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: #efefef;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

#container{
	width: 814px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/bg_body.jpg) repeat-y;/*container全体に背景を適用*/
}

/*透過PNGの設定*/
* html #container {
    behavior: url(iepngfix.htc):
}

/*img, div, input { behavior: url("../css/iepngfix.htc") }*/

/*↓↓↓↓↓↓headerの設定↓↓↓↓↓↓*/
#header{
	width: 814px;
	background: #efefef;
	position: relative;
	padding-top: 5px;
}

h1{
	width: 85px;
	height: 75px;
	background: url(../images/sousaku_logo.jpg) no-repeat;
	text-indent: -5000px;
	float: left;
}

h1 a{
	width: 85px;
	height: 75px;
	display: block;
	overflow: hidden;
}

#language{
	width: 100px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 30px;
}

#sub_navi{
	width: 729px;
	float: right;
	background: #efefef;
	margin-top: 55px;
}

#sub_navi ul{
	width: 509px;
	float: right;
}

#sub_navi ul li{
	float: left;
	width: auto;
	list-style: none;
	padding-left: 20px;
}

#sub_navi ul li a#sub_top{
	display: block;
	width: 44px;
	height: 13px;
	background: url(../images/top_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}


#sub_navi ul li a#sub_faq{
	display: block;
	width: 39px;
	height: 13px;
	background: url(../images/faq_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#sub_navi ul li a#sub_privacy{
	display: block;
	width: 142px;
	height: 13px;
	background: url(../images/privacy_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#sub_navi ul li a#sub_sitemap{
	display: block;
	width: 90px;
	height: 13px;
	background: url(../images/sitemap_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

#sub_navi ul li a#sub_contact{
	display: block;
	width: 94px;
	height: 13px;
	background: url(../images/contact_btn01.jpg) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

/*プライバシーポリシーの設定*/
#privacy{
	clear: both;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
	border-left: 5px #ccc solid;
	font-size: 12px;
	font-weight: normal;
}

/*FAQの設定*/
.faq_dl{
	width: 490px;
}

.faq_dt{
	background: url(../images/q.jpg) no-repeat;
	padding-left: 30px;
	height: 20px;
	margin-bottom: 5px;
}

.faq_dd{
	background: url(../images/a.jpg) no-repeat;
	padding-left: 30px;
	margin-bottom: 25px;
}

/*サイトマップ設定*/
.sitemap_h3{
	border-left: 5px #386294 solid;
	border-bottom: 1px #CCCCCC dashed;
	font-size: 12px;
	padding-left: 5px;
	width: 470px;
	margin-bottom: 20px;
	font-weight: normal;
}

.sitemap_h3a{
	border-left: 5px #386294 solid;
	font-size: 12px;
	padding-left: 5px;
	width: 450px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

.sitemap_a{
	display: block;
	height: auto;
	width: 100%;
	overflow:hidden;
	padding: 5px;
}

.sitemap_h3 a:hover{
	background: #efefef;
}

.sitemap_h3a a:hover{
	background: #efefef;
}
/*体験会情報の設定*/
#experience_head{
	clear: both;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 10px;
	border-left: 5px #366194 solid;
	border-bottom: 1px #366194 solid;
	font-size: 14px;
	color: #366194;	
}

.ex_mini{
	border-bottom: 1px #386294 solid;
	font-size: 12px; 
	font-weight: normal; 
	margin: 15px 0 5px 0; 
	border-left: 5px #386294 solid; 
	padding-left: 5px;
}

/*CONTACTの設定*/
#contact_table{
	width: 490px;
	padding: 10px;
}

#contact_table th{
	font-weight: normal;
	background: f0f8ff;
	width: 150px;
	text-align: right;
	
}

table.mailform th span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FF0000;
}

/*↑↑↑↑↑↑headerの設定↑↑↑↑↑↑*/


/*グローバルナビ*/
#g_navi{
	width: 814px;
	height: 63px;
	background: url(../images/header_bg.jpg) no-repeat;
	padding-top: 10px;
	clear:both;
}

#g_navi ul{
	width: 802px;
	margin: 0 10px;
}

#g_navi li{
	float: left;
	width: 132px;
	margin-right: 1px;
	list-style: none;
}

#g_navi li.no_margin{margin: 0;}

#g_navi li a{
	display:block;
    width:132px;
    height:46px;
    text-indent:-5000px;
    overflow:hidden;
}

a#company{
    background-image: url(../images/company_btn02.jpg);
}

a#sousaku{
    background-image: url(../images/sousaku_btn02.jpg);
}

a#experience{
    background-image: url(../images/try_btn02.jpg);
}

a#term{
    background-image: url(../images/fullc_flow_btn02.jpg);
}

a#solution{
    background-image: url(../images/solution_btn02.jpg);
}

a#development{
    background-image: url(../images/fullc_deverop_btn02.jpg);
}

a#allcontents{
    background-image: url(../images/contents_btn02.jpg);
}

#g_navi li a:hover{
    background-position: 0px -46px;
}

/*コンテンツの設定*/
/*コンテンツを包む*/
#wrap{
	clear: both;
	width: 800px;
	margin: 0 7px;
	background: url(../images/wrap_bg.jpg) repeat-y;
	/*overflow: auto;*/
}

/*左のナビゲーション*/
#left{
	float: left;
	width: 216px;
	padding-bottom: 30px;
}

#left ul{
	list-style: none;
	width: 200px;
	margin-left: 16px;
}

#left li{
	width: 200px;
	height: 22px;
	margin-top: 15px;
}

#left li a{
	display:block;
    width:200px;
    height:22px;
    text-indent:-5000px;
    overflow:hidden;
}

/*左ナビで高さがある場合に優先される*/
.left_important{
	height:36px !important;
}

/*会社案内ページ用*/
a#sub_company{
    background-image: url(../images/side_overview_btn.jpg);
}

a#sub_message{
    background-image: url(../images/side_message_btn.jpg);
}

a#sub_recuruit{
    background-image: url(../images/side_recuruit_btn.jpg);
}

a#sub_results{
    background-image: url(../images/side_results_btn.jpg);
}

a#sub_staff{
    background-image: url(../images/side_staff_btn.jpg);
}

#left li a:hover{
    background-position: 0px -22px;
}


#left li.hover_important a:hover{
    background-position: 0px -36px !important;
}


/*創作とは用ナビ設定*/
#sub_original{
	background-image: url(../images/sousaku01_btn.jpg);
}

#sub_seminor{
	background-image: url(../images/sousaku02_btn.jpg);
}

a#sub_history{
    background-image: url(../images/side_history_btn.jpg);
}

a#sub_whatsbuisiness{
    background-image: url(../images/side_whatsbuisiness_btn.jpg);
}

a#sub_experience{
    background-image: url(../images/side_experience_btn.jpg);
}

/*コンテンツ一覧用ナビ設定*/
#contents_navi01{
	background-image: url(../images/contents_navi01.jpg);
}

#contents_navi02{
	background-image: url(../images/contents_navi02.jpg);
}

#contents_navi03{
	background-image: url(../images/contents_navi03.jpg);
}


#contents_navi04{
	background-image: url(../images/contents_navi04.jpg);
}

#contents_navi05{
	background-image: url(../images/contents_navi05.jpg);
}

/*右コンテンツ*/
#contents{
	float: right;
	width: 584px;
	padding-bottom: 30px;
}

/*右コンテンツ用510pxのBOX*/
#contents_wrap{
	width: 510px;
	margin: 0 37px;
}

/*右コンテンツ用490pxのBOX*/
#contents_in{
	width: 490px;
	margin: 0 10px;
}

/*右コンテンツ用470pxのBOX*/
#contents_in_in{
	width: 470px;
	margin: 0 10px;
}

/*コンテンツ一覧の設定*/
/*隠すボックス設定*/
#show1{
	display:none;
}

#show2{
	display:none;
}

#show3{
	display:none;
}

#show4{
	display:none;
}

ol{
	margin-bottom: 10px;
	margin-left: 40px;
}

/*ゲーム内容BOX*/

.head20{
	margin-top: 20px;
	margin-bottom: 15px;
}

.game_box{
	width: 488px;
	border: 1px solid #ccc;
	font-size: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}

.game{
	margin-bottom: 10px;
}

.cl1{
	width: 282px;
	float: left;
	padding-left: 8px;
}

.cl1 ol{
	margin: 10px 0 10px 20px;
}

.cr1{
	width: 178px;
	float: right;
	padding-right: 8px;
}

.contents_w{
	padding: 0 8px 0 8px;
	margin-top: 20px;
}

.cl2{
	width: 220px;
	float: left;
	background: #EAF1D9;
	padding: 5px;
}

.cr2{
	width: 220px;
	float: right;
	background: #EAF1D9;
	padding: 5px;
}

h6{
	font-size: 12px;
	color: #608925;
}

.btn_box{
	margin-top: 20px;
	padding: 10px 5px 10px 5px;
	background: #efefef;
	font-size: 10px;
}

/*会社概要のtable*/
#overview{
	width: 490px;
	margin: 20px 10px 40px 10px;
}

#overview th,td{
	padding: 5px;
}

#overview th{
	width: 100px;
	text-align: right;
	font-weight: normal;
	background: #efefef;
}

#overview td{
	background: #F6F6F6;
}

#map {
	width: 490px;
	height: 400px;
	margin: 0 10px;
}

/*開発事例のtable部分*/
#develop_table{
	width: 470px;
	margin: 10px 10px 10px 10px;
}

#develop_table th,td{
	padding: 5px;
}

#develop_table th{
	width: 100px;
	text-align: right;
	font-weight: normal;
	background: #E3FBEC;
}

#develop_table td{
	background: #F6F6F6;
}

/*開発事例h3設定*/
.develp_h3{
	border-bottom: 1px #386294 solid;
	font-size: 12px; 
	font-weight: normal; 
	border-left: 5px #386294 solid; 
	padding-left: 5px;
	margin-top: 20px;
}


/*体験会table部分*/
/*会社概要のtable*/
#ex{
	width: 450px;
	margin: 20px 0;
}

#ex th,td{
	padding: 5px;
}

#ex th{
	width: 100px;
	text-align: right;
	font-weight: normal;
	background: #efefef;
}

#ex td{
	background: #F6F6F6;
}

/*創作とはの設定*/
#buisiness_h3{
	margin-top: 20px;
}

#buisiness_dl{
	width: 490px;
	margin-top: 10px;
}

#buisiness_dl dt{
	color: #386294;
	font-weight: bold;
}

#buisiness_dl dd{
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.blue_box{
	width: 490px;
	padding: 10px;
	margin-bottom: 30px;
	background: url(../images/sousaku_blue_bg.jpg) repeat-x;
}

.blue_box li{
	list-style: none;
	background: url(../images/graph1.png) no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}

/*課題解決支援の設定*/
/*h3*/
.solution_h3{
	margin: 20px 0 10px 0;
}

/*左のナビ*/
a#sub_newrecuruit{
    background-image: url(../images/side_new_recuruit_btn.jpg);
}

a#sub_jinzai{
    background-image: url(../images/side_jinzai_btn.jpg);
}

a#sub_vision{
    background-image: url(../images/side_vision_btn.jpg);
}

a#sub_conpra{
    background-image: url(../images/side_conpra_btn.jpg);
}

a#sub_faq{
    background-image: url(../images/faq.jpg);
}


/*受注開発の流れの設定*/
#term_h3{
	margin-bottom: 20px;
}

#term_dl{
	width: 490px;
	margin-bottom: 10px;
}

.term_dt{
	width: 130px;
	float: left;
}

.term_dd{
	width: 350px;
	float: right;
}

/*上から40PXマージン*/
.ue40{
	margin-top: 40px;
}

/*spanを使ってテキストを縦真ん中*/
/*.mid{
	position: relative;
	top: 50%;
	margin-top: -65px;
}*/

/*テキストをグリーンに*/
.green{
	color: #04a805;
}


/*----------------汎用設定写真を入れるBOX----------------------*/
#ph_box510{
	width: 510px;
	margin-bottom: 20px;
}

/*PROFILE部分*/
/*h3設定*/
.staff_h3{
	width: 460px; 
	margin: 20px 10px 5px 10px; 
	border-bottom: #366194 1px solid; 
	border-left: #366194 5px solid;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 14px;
	color: #386294;
	font-weight: normal;
}

/*dlの設定*/
.profile{
	width: 470px;
	margin: 0 10px;
}

.profile dt{
	width: 140px;
	float: left;
}

.profile dd{
	width: 320px;
	float: right;
}

/*採用情報dl設定*/
#recuruit_dl{
	width: width: 470px;
	margin: 0 10px;
}

#recuruit_dl dt{
	padding: 5px;
	border-left: 5px #ccc solid;
	margin-bottom: 5px;
}

#recuruit_dl dd{
	width: 450px;
	margin-left: 20px;
	margin-bottom: 15px;
}

/*----------------動画事例dl設定--------------------*/
.movie_dl{
	width: 470px;
	margin: 10px 10px 0 10px;
}

.movie_dl dt{
	width: 200px;
	float: left;
}

.movie_dl dd{
	width: 260px;
	float:right;
}

/*↓↓↓↓↓↓footerの設定↓↓↓↓↓↓*/
#sns_footer{
	width: 800px;
	height: 36px;
	margin: 0 auto;
	background: #0078b7 url(../images/tonbo.jpg) no-repeat;
	clear: both;
	position: relative;
}

#sns_footer ul{
	width: 160px;
	position: absolute;
	top: 6px;
	right: 0;
}

#sns_footer ul li{
	/*float: left;
	width: auto;*/
	list-style: none;
	
}

#facebook{
	float: left;
	width: 70px;
	margin-right: 5px;
}

#twitter{
	float: left;
	width: 56px;
	margin-right: 5px;
}

#hatena{
	float: left;
	width: 19px;
}

#footer{
	width: 800px;
	clear: both;
	background: url(../images/footer_bg.jpg) repeat-x #243e5f;
	margin: 0 auto;
	padding-top: 10px;
}

#f_navi1{
	width: auto;
	float: left;
	padding-left: 35px;
}

#f_navi{
	width: auto;
	float: left;
	padding-left: 20px;
}

#f_navi li{
	font-size: 10px;
	color: #fff;
	list-style: none;
	margin-bottom: 5px;
}

#f_navi1 li{
	font-size: 10px;
	color: #fff;
	list-style: none;
	margin-bottom: 5px;
}

#f_navi li a:link{
	color: #fff;
	text-decoration: none;
}

#f_navi li a:visited{
	color: #fff;
	text-decoration: none;
}

#f_navi li a:hover{
	color: #fff;
	text-decoration: underline;
}

#f_navi1 li a:link{
	color: #fff;
	text-decoration: none;
}

#f_navi1 li a:visited{
	color: #fff;
	text-decoration: none;
}

#f_navi1 li a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer_bottom{
	width: 814px;
	height: 41px;
	background: url(../images/footer_bottom.jpg) no-repeat;
}

#footer_bottom p{
	float: right;
	width: auto;
	clear: both;
	color: #fff;
	font-size: 10px;
	margin-right: 13px;
	margin-top: 5px;
}
/*↑↑↑↑↑↑footerの設定↑↑↑↑↑↑*/

/*blockquoteの設定*/
blockquote{
	margin-left: 10px;
}

/*ulを右に10PXインデント*/
.indent{
	margin-left: 10px;
	list-style: none;
}

.indent2{
	margin-left: 10px;
	list-style: none;
}

.indent2 li{
	margin-bottom: 5px;
}

/*ulを右に20PXインデント*/
.indent20{
	margin-left:35px;
	list-style: square;
}

/*ページTOPへの設定*/
.totop{
	text-align: right;
	margin-top: 10px;
	clear: both;
}

/*フォントサイズを10pxに*/
.small{font-size: 10px;}

/*fontを赤に*/
.red{
	color: red;
}

/*CLEARFIX*/
.cl{clear: both;}

/*float対策*/
.clfix:after{
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.clfix{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .clfix{height: 1%;}
.clfix{display: block;}
/*--ここまでMAC IEは非適用 */

