@charset "utf-8";

/* CSS Document */

/* ----------------------------------------
 * index　↓
---------------------------------------- */


/* --------------------
 * Center_Frame(index)
-------------------- */

div#Center_Frame {
	margin-left:155px;
	padding-top:20px;
	width:485px;
	text-align:left;
	float:left;
}
	
div#Center_Frame h2 {
	margin-bottom:20px;
}
	
div#Center_Frame h3{
	margin-bottom:10px;
	padding-left:3px;
	padding-bottom:5px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	border-bottom:1px solid #aaa;
}
div#Center_Frame h4 {
	margin-bottom:10px;
}

div#Center_Frame .imgLeft {
	margin:0 10px 10px 0;
	float:left;
}
div#Center_Frame .imgRight {
	margin:0 0 10px 10px;
	float:right;
}



div#Center_Frame table.whatsnew {
	margin-top:-10px;
	margin-bottom:30px;
}
div#Center_Frame table.whatsnew TD {
	vertical-align:top;
}
div#Center_Frame table.whatsnew TD.day {
	padding-right:10px;
	font-weight:bold;
}


div#Center_Frame div.recentwork {
	width:481px;
	margin-bottom:30px;
	font-size:11px;
	color:#666666;
	background-color:#FFF;
	border:#999999 solid 1px;
	text-align:center;
}


div#Center_Frame div.recentwork p.link {
	margin-top:2px;
	line-height:1.2em;
	text-align:left;
}

div#Center_Frame div.recentwork div.body {
	margin:10px auto 0 auto;
	width:468px;
	text-align:right;
}


div#Center_Frame div.recentwork div.body table.pickup td {
	font-size:10px;
	text-align:center;
	vertical-align:top;
	line-height:12px;
	
}


div#Center_Frame div.recentwork div.body img {
	margin:6px ;
	border:1px solid #999;
}
	

/* --------------------
 * right_Frame(index)
-------------------- */

div#right_frame {
	margin-top:20px;
	margin-right:20px;
	padding:5px 0;
	width:135px;
	float:right;
	background-image:url(../images/rbox_bg.gif);
	background-repeat:repeat-y;
}
	
div#right_frame img {
	margin:5px auto 5px;
}
	





/* ----------------------------------------
 * 共通
---------------------------------------- */

div#pages_Frame {
	padding-top:20px;
	padding-left:157px;
	width:630px;
}
	
div#pages_Frame h2 {	
	margin-bottom:20px;
	text-align:left;
}

div#pages_Frame h2 {
	padding-left:92px;
	height:22px;
	background-repeat:no-repeat;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}
div#pages_Frame h2#worksTitle {
	background-image:url(../common/title_works.gif);
}
div#pages_Frame h2#aboutTitle {
	background-image:url(../common/title_about.gif);
}
div#pages_Frame h2#contactTitle {
	padding-left:110px;
	background-image:url(../common/title_contact.gif);
}
div#pages_Frame h2#privacyTitle {
	padding-left:103px;
	background-image:url(../common/title_privacy.gif);
}

div#releasePage h2#releaseTitle {
	padding-left:76px;
	height:22px;
	background-repeat:no-repeat;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	background-image:url(../common/title_news.gif);
}


div#pages_Frame div#body {
	margin:0 auto;
	padding-top:20px;
	width:570px;
	text-align:left;
}



/* --------------------
 *ウィンドウアイコン
-------------------- */

.windowIcon {
	margin-top:3px;
	padding-left:15px;
	background-image:url(../common/icon_window.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	line-height:1.1em;
}

	
	
/* ----------------------------------------
 * works　↓
---------------------------------------- */

/* --------------------
 * タブ
-------------------- */

table.worksTab {
	width:100%;
	border-collapse:collapse;
	border:0px;
}
table.worksTab td {
	padding:0px;
	white-space:nowrap;
	border-bottom:1px solid #000;
}
table.worksTab td.space {
	width:100%;
}
table.worksTab a,
table.worksTab span {
	width:140px;
	position:relative;
	top:1px;
	display:inline-block;
	margin-right:3px;
	padding:7px 30px;
	background-color:#f0f0f0;
	text-align:center;
	border:1px solid #000;
	text-decoration:none;
}

table.worksTab span {
	background-color:#fff;
	border-bottom:1px solid #fff;
	font-weight:bold;
}
table.worksTab a:hover {
	text-decoration:underline;
}


/* --------------------
 * ページ移動
-------------------- */

p.worksCaseList {
	padding:5px;
	background-color:#e0e0e0;
	line-height:1.1em;
}
p.worksCaseList strong,
p.worksCaseList a {
	padding:2px 10px;
	display:inline-block;
}
p.worksCaseList strong {
	background-color:#999;
	color:#fff;
}
p.worksCaseList a:hover {
	background-color:#999;
	color:#fff;
	text-decoration:none;
}


/* --------------------
 * メニュー一覧
-------------------- */

div.worksList div.separatorLine {
	height:50px;
	background-image:url(../common/separator_line.gif);
	background-repeat:repeat-x;
	background-position:center;
}


div.worksList div.worksEx {
	width:360px;
	float:right;
}
div.worksList div.movieEx {
	width:260px;
	float: left;
}
div.worksList div.worksEx h3 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-bottom:5px;
	background-image:url(../common/dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.worksList div.worksEx p {
	margin:15px 0 30px 0;
}


div.worksList div.btnBox span.detailBtn {
	text-align:center;
	margin:0 auto;
	padding:1px;
	border:1px solid #999;
	display:block;
}
div.worksList div.btnBox span.detailBtn a {
	display:block;
	width:150px;
	background-color:#000;
	color:#fff;
	
}
div.worksList div.btnBox span.sampleBtn a {
	background-color:#666;
}
div.worksList div.btnBox span.detailBtn a span {
	padding-left:15px;
	background-image:url(../common/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
div.worksList div.btnBox span.detailBtn a span.sample {
	background-image:url(../common/icon_sample.gif);
}

div.worksList div.btnBox span.detailBtn a:hover {
	background-color:#f4f4f4;
	color:#000;
	text-decoration:none;
}
div.worksList div.btnBox span.detailBtn a:hover span {
	text-decoration:underline;
}
div.worksList div.btnBox span.detailBtn a:hover span {
	background-image:url(../common/icon_arrow_on.gif);
}
div.worksList div.btnBox span.detailBtn a:hover span.sample {
	background-image:url(../common/icon_sample_on.gif);
}


div.worksList div.btnBox a.estimateBtn {
	padding-right:18px;
	background-image:url(../common/icon_estimate_l.gif);
	background-repeat:no-repeat;
	background-position:right;
}



/* --------------------
 * 制作実績
---------------------- */

div.worksCase div.separatorLine {
	height:30px;
	background-image:url(../common/separator_line.gif);
	background-repeat:repeat-x;
	background-position:center;
}


div.worksCase h3 {
	margin-top:10px;
	margin-bottom:30px;
	padding:1px;
	border:1px solid #000;
}
div.worksCase h3 span {
	display:block;
	padding:5px 10px;
	border-left:3px solid #000;
	font-size:14px;
	font-weight:bold;
}


div.worksCase div.works_all img {
	border:1px solid #a7a7a7;
}

/* ------table------- */


div.worksCase div.works_a {
	width:420px;
	float:right;
}


div.worksCase div.works_a img {
	border:none;
}


div.worksCase div.works_a span.days {
	margin-right:5px;
	background-color:#999;
	color:#FFFFFF;
	padding:1px 5px;
}
div.worksCase div.works_a p.tittle img {
	float:right;
	margin:2px 3px 0 0;
}

div.worksCase div.works_a p.tittle {
	margin-top:15px;
	margin-bottom:5px;
	padding-bottom:3px;
	font-weight:bold;
	background-image:url(../common/dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

div.worksCase div.works_a p.tittle a {
	display:block;
	text-decoration:none;
	color:#555;
}

div.worksCase div.works_a p.tittle a:hover {
	background-color:#FFFFCC;
	color:#ea8b00;
}





/* --------------------
 * 制作実績詳細
-------------------- */

div.worksDetail div.caseBox {
	margin-bottom:20px;
	padding:20px 0;
	border:1px solid #666;
}
div.worksDetail div.caseBox div.caseBody {
	margin:auto;
	width:530px;
}

div.worksDetail div.caseBox div.title span.day {
	color:#36C;
	padding-right:15px;
}
div.worksDetail div.caseBox div.title strong {
	font-size:14px;
	color:#000;
}
div.worksDetail div.caseBox div.title div.dotLineGray {
	height:10px;
}

div.worksDetail div.caseBox div.caseImg {
	margin-top:20px;
}
div.worksDetail div.caseBox div.caseImg img {
	border:1px solid #999;
}
div.worksDetail div.caseBox div.caseImg img.noBorder {
	border:none;
}

div.worksDetail div.caseBox p.worksContents {
	margin-top:5px;
	margin-bottom:10px;
	font-size:10px;
}
div.worksDetail div.caseBox p.ex {
	padding:10px 15px;
	background-color:#f0f0f0;
}

/* ------戻るボタン------- */

div.worksDetail span.w_back {
	width:150px;
	text-align:center;
	margin:0 auto;
	padding:1px;
	border:1px solid #999;
	display:block;
	background-color:#f4f4f4;
	
}


div.worksDetail span.w_back a {
	display:block;
	padding:0px 6px;
	color:#777;
	
}

div.worksDetail span.w_back a:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}



/* --------------------
 * 参考価格
-------------------- */

div.worksPrice h3 {
	margin-bottom:10px;
	padding-bottom:10px;
	background-image:url(../common/separator_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:14px;
	font-weight:bold;
}

div.worksPrice table.priceTable {
	float:right;
	width:560px;
}
div.worksPrice table.priceTable th,
div.worksPrice table.priceTable td {
	padding:3px;
}
div.worksPrice table.priceTable th {
	width:30em;
}


div.worksPrice div.priceEx {
	margin-top:20px;
	padding:10px;
	width:540px;
	font-size:10px;
	float:right;
	background-color:#f0f0f0;
}
div.worksPrice div.priceEx table {
	margin-top:15px;
	width:100%;
}
div.worksPrice div.priceEx table td {
	text-align:right;
}
div.worksPrice div.priceEx table td.line {
	width:30px;
}

div.worksPrice div.priceEx div.separatorLine {
	height:15px;
	background-image:url(../common/separator_line.gif);
	background-repeat:repeat-x;
	background-position:center;
}

div.worksPrice div.priceEx strong,
div.worksPrice div.priceEx p.right {
	font-size:12px;
}


/* ----------------------------------------
 * about　↓
---------------------------------------- */

div.about p,
div.approach p {
	margin-bottom:20px;
}

/* --------------------
 * NASHについて　↓
-------------------- */

div.about div.companyData {
	width:48%;
}

div.about div.companyData h3 {
	margin-top:50px;
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight:bold;
	background-image:url(../common/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.about div.companyData h3 span {
	padding-left:7px;
	height:1.5em;
	border-left:3px solid #000;
	display:block;
}

div.about div.companyData table {
	width:100%;
}
div.about div.companyData table th,
div.about div.companyData table td {
	padding-bottom:10px;
	vertical-align:top;
}
div.about div.companyData table th {
	width:5em;
	font-weight:bold;
}
div.about div.companyData table td ul {
	list-style-position:outside;
	list-style-type:circle;
	margin-left:15px;
}
div.about div.companyData table td ul li {
	padding-bottom:7px;
	line-height:1.5em;
}

div.about div.address {
	margin-top:30px;
	width:250px;
	float:right;
	line-height:1.5em;
}
div.about div.address h3 {
	margin-bottom:10px;
	font-weight:bold;
}


div.about div.clients p {
	margin-bottom:20px;
	padding-bottom:10px;
	background-image:url(../common/dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
}
div.about div.clients ul {
	margin-left:20px;
	list-style-type:circle;
	list-style-position:outside;
}



/* --------------------
 * 仕事への取り組み　↓
-------------------- */

div.approach {
	padding-top:0px !important;
}

div.approach div.separatorLine {
	height:80px;
	background-image:url(../common/separator_line.gif);
	background-repeat:repeat-x;
	background-position:center;
}


/* --------------------
 * 仕事の流れ　↓
-------------------- */

div.flow h3 {
	margin-bottom:10px;
	padding-left:28px;
	padding-top:5px;
	height:18px;
	line-height:1.1em;
	border:1px solid #000;
	background-color:#e6e6e6;
	background-repeat:no-repeat;
	background-position:1px 1px;
	color:#000;
	font-weight:bold;

}
div.flow h3.f01 {
	background-image: url(../about/images/flow01.gif);	
}
div.flow h3.f02 {
	background-image: url(../about/images/flow02.gif);
}

div.flow h3.f03 {
	background-image: url(../about/images/flow03.gif);
}

div.flow h3.f04 {
	background-image: url(../about/images/flow04.gif);
}

div.flow h3.f05 {
	background-image: url(../about/images/flow05.gif);
}

div.flow h3.f06 {
	background-image: url(../about/images/flow06.gif);
}

div.flow h3.f07 {
	background-image: url(../about/images/flow07.gif);
}

div.flow dl.aboutflow div.f_a {
	display:block;
	padding-left:80px;
	margin:0 0 10px 0;
}



div.flow div.flowContents {
	margin-bottom:30px;
}
div.flow div.flowContents div.text {
	width:410px;
	float:right;
}
div.flow div.flowContents div.text p.arrow {
	margin-top:20px;
	text-align:center;
}


/* --------------------
 * スタッフ紹介　↓
-------------------- */

div.staff div.pro {
	width:400px;
	float:right;
}

div.staff div.photo {
	width:150px;
	float:left;
}

div.staff div.separatorLine {
	height:80px;
	background-image:url(../common/separator_line.gif);
	background-repeat:repeat-x;
	background-position:center;
}



/* --------------------
 * 採用情報　↓
-------------------- */

div.recruit h3 {
	margin-top:30px;
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight:bold;
	background-image:url(../common/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.recruit h3 span {
	padding-left:7px;
	height:1.5em;
	border-left:3px solid #000;
	display:block;
}

div.recruit p.illust {
	width:198px;
	float:left;
	line-height:1.5em;
}

div.recruit table {
	width:335px;
	float:right;
}
div.recruit table th,
div.recruit table td {
	padding-bottom:5px;
	vertical-align:top;
}
div.recruit table th {
	width:5em;
	font-weight:bold;
}



div.recruit ul {
	margin-top:15px;
	margin-left:35px;
}

div.recruit ul li {
	margin-top:5px;
	list-style:disc;
}

div.recruit p {
	margin-left:15px;
}

div.recruit p.recruitEx {
	margin-top:15px;
	padding:15px;
	background-color:#f0f0f0;
}



/* --------------------
 * アクセス　↓
-------------------- */

div.access iframe {
	border:1px solid #666;
}

div.access p {
	font-size:12px;
	padding-top:8px;
}



/* ----------------------------------------
 * contact　↓
---------------------------------------- */

/* --------------------
 * contact（入力フォーム）
-------------------- */

div.contact h3 {
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:15px;
	font-weight:bold;
	background-image:url(../common/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000;
}

.contact_table {
	width:100%;
}
.contact_table th {
	width:120px;
	font-weight:bold;
	vertical-align:top;
}

.contact_table td {
	vertical-align:top;
}

.contact_table td input {
	margin-right:3px;
}

	
.contact_table span.hissu {
	font-size:10px;
}
	
	
	
	
	
/* ----------------------------------------
 * contact（送信内容確認）
------------------------------------------ */


.contact_soushin {
	width:550px;
	text-align:left;
}
	
.contact_soushin th{
	text-align:left;
	font-weight:bold;
	background-color:#efefef;
}
	
.naiyou {
	margin-top:5px;
}
	
.contact_lr {
	width:550px;
	margin:10px auto;
}

.contact_attention {
	margin:30px auto;
	width:50%;
}
	
.contact_attention td {
	font-size:10px;
	line-height:150%;
	vertical-align:top;
}
	


/* ----------------------------------------
 * privacy
------------------------------------------ */

div.privacy h3 {
	margin-bottom:10px;
	font-weight:bold;
}
	
div.privacy h3 span {
	font-size:14px;
	padding-left:7px;
	height:1.5em;
	border-left:3px solid #000;
	display:block;
	
}

div.privacy span.txt_b {
	display:block;
	font-weight:bold;
	font-size:14px;
	background-image:url(../common/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:20px auto 10px;
}



div.privacy .company {
	margin-top:50px;
}


div.privacy .day {
	text-align:right;
	margin-top:15px;
}



/* ----------------------------------------
 * release
------------------------------------------ */

div#releasePage {
	padding:30px;
	text-align:left;
}
div#releasePage div#body {
	padding:50px;
}

div#releasePage h3 {
	margin-top:15px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
div#releasePage h4 {
	margin-bottom:30px;
	font-weight:bold;
	text-align:center;
}

div#releasePage p {
	margin-bottom:15px;
}

div#releasePage hr {
	margin:30px 0;
}


div#releasePage div.btn {
	padding-top:15px;
	text-align:center;
	background:url(../common/dot_gray.gif) repeat-x top;
}
