﻿@charset "utf-8";
@import "common.css";


/*----------リンク色----------*/

a:link {text-decoration:none;color:#004a95;}
a:visited {text-decoration:none;color:#004a95;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}


/*----------レイアウト----------*/

body {text-align:center;}

#wrapper {
	width:962px;
	margin:0 auto;
	text-align:left;
	background:url(../images/bg_wrapper.jpg) no-repeat;
	padding-bottom:20px;
}

h1 {
	text-align:right;
	padding:5px 5px 0 0;
}


/*----------ヘッダ----------*/

#header {
	height:137px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#logo {
	height:107px;
}

#logo h2 {
	padding:35px 0 0 10px;
}

#logo h2 a {
	display:block;
	width:480px;
	height:50px;
	text-indent:-9999px;
}

#logo p {display:none;}

ul#navi  {
	padding-left:16px;
}

ul#navi li {
	float:left;
	line-height:30px;
}

ul#navi li a {
	color:#3c4759;
	font-weight:bold;
}

ul#navi li a:link {text-decoration:none;color:#3c4759;}
ul#navi li a:visited {text-decoration:none;color:#3c4759;}
ul#navi li a:hover {text-decoration:none;background:#ece9d8;}
ul#navi li a:active {text-decoration:none;background:#ece9d8;}


/*----------コンテンツ部----------*/

#cnt {
	background:url(../images/bg_cnt.jpg) repeat-y;
	padding:0 6px;
	clear:both;
}

#cnt_L{
	width:170px;
	float:left;
}

#cnt_CR {
	width:770px;
	float:right;
}

#cnt_C{
	padding:10px 0 20px 0;
	width:560px;
	float:left;
}

#cnt_R{
	width:200px;
	float:right;
}


/*----------フッタ----------*/

ul#footer  {
	height:36px;
	padding-left:16px;
	background:url(../images/bg_footer.jpg) no-repeat;
}

ul#footer li {
	float:left;
	line-height:30px;
}

ul#footer li a:link {text-decoration:none;color:#3c4759;}
ul#footer li a:visited {text-decoration:none;color:#3c4759;}
ul#footer li a:hover {text-decoration:underline;}
ul#footer li a:active {text-decoration:underline;}


/*----------クレジット----------*/

#credit {
	padding:0 6px;
}

#credit #copy {
	width:470px;
	float:left;
}

#credit address {
	display:block;
	width:32em;
	float:right;
}



/*----------トップページ・共通デザイン----------*/


/*共通*/

#cnt_L h2,#cnt_R h2 {
	font-weight:bold;
	color:#004A95;
	padding-left:10px;
	line-height:30px;
}
#cnt_L h2 {
	background:url(../images/bg_L_h2.jpg) no-repeat;
}

#cnt_R h2 {
	background:url(../images/bg_R_h2.jpg) no-repeat;
}

.block_side {
	padding:20px 10px;
}

.block_side li {
	line-height:2em;
}

.block_side h3 {
	font-weight:bold;
	line-height:1.5em;
	background:#3c4759;
	color:#fff;
	border-left:3px double #fff;
	padding-left:5px;
	
}

.block_side img {
	display:block;
}

.block_center {
	margin-top:30px;
}

.block_center h2 {
		height:30px;
		background:url(../images/ttl_common.jpg) no-repeat;
		font-weight:bold;
		font-size:114%;
		color:#fff;
		line-height:30px;
		padding-left:10px;
}

/*ニュース*/
.release {
	background:url(../images/icon_news.gif) no-repeat left center;
	padding-left:38px;
}
.media {
	background:url(../images/icon_news.gif) no-repeat left center;
	padding-left:38px;
}

/*ワーキングレポート用*/

.block_center h2 a{
		font-weight:bold;
		font-size:inherit;
		color:#fff;
		line-height:30px;
}

.block_center h2 a:link {text-decoration:none;color:#fff;}
.block_center h2 a:visited {text-decoration:none;color:#fff;}
.block_center h2 a:hover {text-decoration:underline;color:#FFFFCC;}
.block_center h2 a:active {text-decoration:underline;color:#FFFFCC;}

/*ワーキングレポート用*/

.block_top {margin-top:0;}

.block_wr h2 {background:url(../images/ttl_wr.jpg) no-repeat;text-indent:-9999px;}
.block_policy h2 {background:url(../images/ttl_policy.jpg) no-repeat;text-indent:-9999px;}
.block_quality h2 {background:url(../images/ttl_quality.jpg) no-repeat;text-indent:-9999px;}
.block_work h2 {background:url(../images/ttl_work.jpg) no-repeat;text-indent:-9999px;}
.block_price h2 {background:url(../images/ttl_price.jpg) no-repeat;text-indent:-9999px;}

.block_center p {
	padding:20px 0 0 20px;
	line-height:1.5em;
}

.block_center span.font01 {
	font-weight:bold;
	color:#CC9933;
}

.block_m10 {margin-top:10px;}

p.word_req01 {text-align:right; padding:10px 0 0 0;}

p.word_req01 a{
	font-weight:bold;
	font-size:114%;
}


/*見出しタグ*/

h3.base_h3 {
	border-left:3px solid #004a95;
	color:#004a95;
	font-weight:bold;
	font-size:114%;
	padding-left:7px;
	margin:20px 0 10px 0;
	line-height:1em;
}


h4.base_h4 {
	font-weight:bold;
	color:#3C4759;
	margin-left:10px;
}

/*ワーキングレポートブロック*/

.block_wr h2 {
	text-indent:0;
	text-align:right;
	padding-right:10px;
}

.block_wr h2 a {
	color:#fff;
	line-height:30px;
	height:30px;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
}

.block_wr h2 a:hover {color:#FFFFCC;}

.block_wr h2 a img{
	vertical-align:middle;
}

div.rss-box {
	margin-top:20px;
}

li.rss-item {
	margin-bottom:10px;
}


/*ポリシーブロック*/

.block_policy h3 {
	text-indent:-9999px;
	height:25px;
	margin:20px 0 0 20px;
}

.block_policy h3.policy01 {background:url(../images/word_policy01.jpg) no-repeat;}

.block_policy h3.policy02 {background:url(../images/word_policy02.jpg) no-repeat;}


/*実績ブロック*/

.block_jisseki p {
	padding:10px 0 20px 0;
}

/*検索ブロック*/



.block_search input.search_input {
	width:110px;
}

.block_search input.search_submit {
}



/*会社概要ブロック*/

.block_company p {
	margin-bottom:10px;
}

p.box_gaiyo {margin:0;}

p.box_gaiyo a {
	display:block;
	background:url(../images/mark01.jpg) no-repeat left center;
	padding-left:13px;
	margin-top:5px;
}

/*運営コンテンツ*/

a.sitebnr {
	display:block;
	margin-top:10px;
}

/*ツイッター*/

.twtr-hd h3{
	display:none !important;
}


.twtr-hd h4 a{
	font-size:115%;
}


/*----------会社情報----------*/

h3.ttl_com01,h3.ttl_com02,h3.ttl_com03,h3.ttl_com04 {
	height:37px;
	text-indent:-9999px;
	margin-top:20px;
}

h3.ttl_com01 {background:url(../images/ttl_com01.jpg) no-repeat;}

h3.ttl_com02 {background:url(../images/ttl_com02.jpg) no-repeat;}

h3.ttl_com03 {background:url(../images/ttl_com03.jpg) no-repeat;}

h3.ttl_com04 {background:url(../images/ttl_com04.jpg) no-repeat;}


.company_table {
	margin-top:20px;
}

.company_table th  {
	background:#f6f6f6;
	width:8em;
}

.company_table th h4 {
	font-weight:bold;
	color:3c4759;
}

.com_h4 {
	margin-top:20px;
	font-weight:bold;
	padding:2px 2px 2px 20px;
	font-size:114%;
	background:#ece9d8;
	color:#666633;
	border:1px solid #ccc;
}

p.com_p {
	padding:10px 20px 20px 20px;
}

ul.com_word {margin-left:20px;}

ul.com_word li {
	height:34px;
	text-indent:-9999px;
	margin-bottom:25px;
}

ul.com_word li.word_com01 {background:url(../images/word_com01.jpg) no-repeat;}

ul.com_word li.word_com02 {background:url(../images/word_com02.jpg) no-repeat;}

ul.com_word li.word_com03 {background:url(../images/word_com03.jpg) no-repeat;}

ul.com_word li.word_com04 {background:url(../images/word_com04.jpg) no-repeat;}

ul.com_word li.word_com05 {background:url(../images/word_com05.jpg) no-repeat;}

/*----------アクセスマップ----------*/

.block_access address {
	display:block;
	margin:10px 0 0 10px;
}

.block_access address strong{font-size:114%;}

.block_access h4.base_h4 {color:#004a95;}

.block_access p {
	margin-bottom:20px;
	padding:5px 0 0 10px;
}



/*----------制作実績----------*/

.works_table {
	width:520px;
	margin:20px 0 0 20px;
}

.works_table h3 a {
	font-weight:bold;
}

.works_table td {
	border:none;
}

.works_table td img {
	border:1px solid #ccc;
}

h3.works_h3 {
	border-left:3px double #666633;
	color:#666633;
	font-weight:bold;
	font-size:114%;
	padding-left:7px;
	margin:20px 0 10px 0;
	line-height:1em;
}


h4.works_h4 {
	margin-top:10px;
	font-weight:bold;
}



/*----------リンク----------*/

.block_link p {padding:10px 0 0 10px;}


/*----------サイトマップ----------*/

.block_sitemap p {padding-left:10px;}

.block_sitemap .sitemap_dir {
	background:url(../images/mark01.jpg) no-repeat left center;
	padding-left:15px;
}

.block_sitemap .sitemap_page{
	padding-left:15px;
}

.block_sitemap .sitemap_page_p {
	padding-top:5px;
}

.word_sitemap01 {
	font-size:92%;
	color:#454545;
	margin-left:5px;
}

/*----------採用情報----------*/


.recruit_table {
	margin-top:10px;
}

.recruit_table th  {
	background:#f6f6f6;
	width:8em;
}

.recruit_table th h4 {
	font-weight:bold;
	color:3c4759;
}

.word_rec01 {color:#CC9933;font-size:114%;}



/*----------メディア掲載----------*/


.block_media p {
	padding:10px 0;
}

.block_media td.year {
	font-weight:bold;
	background:#D9F2FF;
	font-size:114%;
	padding:2px 5px;
}

/*----------プレスリリース----------*/


.block_release p {
	padding:0;
	margin-bottom:15px;
}

.block_release h3{
	font-weight:bold;
	font-size:114%;
	color:#666633;
	border-bottom:3px double #666633;
	margin:10px 0 0 0;
}

.press_date{
	text-align:right;
	margin-bottom:10px;
	font-style:italic;
}

.release_table th,
.release_table td{
	border:none;
	border-bottom:1px dotted #aaa;
	padding:10px 5px;
}

.press_contact{
	padding:10px;
	border:1px solid #666;
	background:#f9f9f9;
	margin:15px 0 10px 0;
}


/*----------コンテンツ----------*/

/*サンドアニメ*/

h2.ttl_sand {
	text-indent:-9999px;
	height:80px;
	background:url(../images/ttl_sandanime.jpg) no-repeat;
}

#flv {margin:10px 0 0 20px;}

p.word_sand01 {
	padding-top:0;
	font-weight:bold;
	font-size:114%;
}

/*バック商品*/

.block_pack p {padding:0 10px;}


/*----------お問い合わせ（資料請求）----------*/

.contact_table th,
.contact_table td{
	border:1px solid #aaa;
}

.contact_table input,
.contact_table textarea {
	border:1px solid #aaa;
}

.contact_table th  {
	background:#f6f6f6;
	width:10em;
}

.contact_table th {
	font-weight:bold;
	color:3c4759;
}

.contact_table th span {
	color:#FF0000;
	margin-left:5px;
}

.contact_submit {margin-top:10px;}

div.mfp_err {
	color:#CC0000 !important;
	background:#f3f3f3;
}

span.mail_caution{
	font-size:85%;
	display:block;
	margin:3px 0;
	color:#666600;
}

.contact_table label{
	text-decoration:none !important;
	display:inline !important;
}

/*----------見積もりフォーム----------*/


.mitsumori_txt{
	font-weight:bold;
	font-size:122%;
	color:#666633;
}
.mitsumori{
	width:100%;
	border-collapse:collapse;
}

.mitsumori th{
	text-align:left;
	border:1px solid #aaa;
	background:#f3f3f3;
	padding:5px;
	width:10em;
	font-weight:bold;
}

.mitsumori td{
	border:1px solid #aaa;
	padding:5px;
}

.exam{font-size:11px; color:#666666;}

.caution{color:#CC0000;}

.hissu{font-size:11px; color:#CC0000; font-weight:normal;}


.on{ background:#fff;}
.off{background:#f3f3f3;}

/*----------ワーキングレポート----------*/

.asset-body {
	margin-bottom:20px;
	padding:10px;
}

.asset-body p{
	padding:10px 0 0 0 ;
}

.asset-meta {
	text-align:right;
	padding:3px 10px 0 0;
}

.content-nav {
	text-align:center;
}

h2.ttl_wrmain {
	height:50px;
	margin-bottom:15px;
	padding:0;
	background:none;
}

h2.ttl_wrmain a {
	display:block;
	background:url(../images/ttl_wrmain.jpg) no-repeat;
	height:50px;
	text-indent:-9999px;
}

h2.ttl_wrsub {
	font-weight:bold;
	font-size:114%;
	border:1px solid #004a95;
	border-left:3px double #004a95;
	border-bottom:1px solid #004a95;
	line-height:1.5em;
	height:1.5em;
	background:none;
	color:#333;
}

h3.ttl_montharchive {
	font-weight:bold;
	margin-bottom:10px;
	border-left:3px solid #004a95;
	color:#004a95;
	line-height:1em;
	padding-left:7px;
}


.archive-monthly .asset-body li {
	margin-bottom:10px;
}

.archive-monthly .asset-body li a {
	background:url(../images/mark01.jpg) no-repeat left center;
	padding-left:15px;
}



/*エラーページ*/


#err_wrapper{
	width:500px;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
}

.error_page h1 {
	text-align:left;
	font-size:114%;
	font-weight:bold;
}

.error_page h2 {
	text-align:left;
	font-size:159%;
	font-weight:bold;
	color:#006699;
	margin-bottom:5px;
}

.error_page p {
	margin-bottom:10px;
}

.error_page p.home {
	text-align:right;
}
.error_page p.home a {
	font-weight:bold;
}