/* 
Theme Name:ガーデンラボ
Themw URI:http://gardenlab.jp/
Description:ガーデンラボ専用テーマ
Author:Kaori Ishikawa
*/



/* デフォルトスタイルのリセット
----------------------------------------------------------- */
@import url("css/reset.css");




/* -----------------------------------------------------------
 CSS Contents
 
 1: Base
 2: Header
 3: Contents
 4: Main
 5: Sub
 6: Footer
 7: Other
 
 20: Top Page

 99: clearFix
----------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
	1: Base
---------------------------------------------------------------------------------- */
body {
	background: url(img/body_bg.jpg) repeat-x;
	text-align: center;
	font: 12px/1.5 Verdana, Arial, sans-serif;
	color: #333333;
}

/* IE4～06,Mac4～5対策 */
* html body {
	font-size: 75%;
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

/* IE7対策 */
*:first-child+html body {
    font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}


/* Link
----------------------------------------------------------- */
a:link {
	color: #333;
}

a:visited {
	color: #666;
}

a:hover {
	color: #333;
	text-decoration: none;
}



/* 基本設定
----------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: 1.5em;
}

code {
	color: #396BB0;
	text-transform: none;
	font-size: 1em;
}

blockquote {
	margin: 10px 20px;
	padding: 10px;
	border: 1px solid #B0B0B0;
}

#wrapper {
	padding: 0px;
	width: 820px;
	margin: 0px auto;
	background: url(img/contents_bg.jpg) repeat-y;
	height: 100%;
	display: block;
}

#page {
	text-align: left;
	background: url(img/page_bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px 10px;
}


/* Navigation Skip
----------------------------------------------------------- */
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}

/* 汎用class
----------------------------------------------------------- */
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.aligncenter {
	text-align: center;
	margin: 0 auto 10px;
}

.imgMiddle {
	vertical-align: middle;
	margin: 0px 3px;
}

.imgTitle {
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 17px 0px;
}

#service .imgTitle,
#news .imgTitle,
#worksList .imgTitle {
	margin: 0px;
}


.textAlignLeft {
	text-align: left;
}

.textAlignRight {
	text-align: right;
}

.center {
	text-align: center;
}

.bannerWrap {
	font-size: 0px;
	line-height: 0px;
}

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

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.more {
	clear: both;
	text-align: right;
	margin-bottom: 15px;
}

.btn {
	clear: both;
	text-align: center;
	margin: 0px 0px 35px;
}

.boxWrap {
	margin-bottom: 15px;
}

.line {
	background: url(/img/common/line.gif) repeat-x;
	margin: 20px 0px;
	padding: 0px;
	clear: both;
	height: 3px;
}

p.titleButton {
	position:relative;
	text-align:right;
	margin:0;
}

p.titleButton span {
	position:absolute;
	display:block;
	top:-31px;
	right:9px;
}

/* フォントサイズ */
.f10 {
	font-size: 84%;
}

.f15 {
	font-size: 125%;
}

.f20 {
	font-size: 167%;
}


/* フォントカラー */
.color_orange {
	color: #FF6600;
}

.color_red {
	color: #990000;
}

.color_brown {
	color: #8D815A;
}

.color_green {
	color: #A1B388;
}

.color_blue {
	color: #336699;
}



/* 注釈 */
.attention {
	text-indent: -1em;
	padding-left: 1em;
}


/* 新着目印 */
span.new {
	color: #CC3333;
	font-weight: normal;
	padding-left: 5px;
}

span.new a {
	color: #CC3333;
	text-decoration: none;
}


/* 見出し */
.title01 {
	margin-bottom: 1em;
	font-size: 167%;
	color: #FF6600;
}

.title02 {
	background: url(img/h3_bg.gif) repeat-x 0px bottom;
	color: #333;
	font-size: 125%;
	margin-bottom: 1em;
	padding: 0.3em 0px 0.4em 10px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.title03 {
	background: #B3A888 url(img/h4_bg.gif) repeat-x bottom;
	margin-bottom: 1em;
	color: #FFF;
	padding: 0.2em 0px 0.4em 10px;
}

.title01 a {
	color: #FF6600;
	text-decoration: none;
}

.title02 a {
	text-decoration: none;
}

.title03 a {
	color: #FFF;
	text-decoration: none;
}


/* テーブル設定 */
table.dateTable {
	margin: 0px auto 2em;
	border-bottom: 1px solid #8D815A;
}

table.dateTable td {
	padding: 5px 10px;
	border-top: 1px solid #8D815A;
	text-transform: none;
}

table.dateTable th {
	background: #F8F7F3;
	padding: 5px 20px;
	border-top: 1px solid #8D815A;
	white-space: nowrap;
}




/* ----------------------------------------------------------------------------------
	2: Header
---------------------------------------------------------------------------------- */
#header {
	padding: 10px 0px 0px;
	background: url(img/header_bg.gif) no-repeat;
	margin: 0px;
	width: 800px;
	/*zoom: 100%;*/
}

#header p.description {
	margin: 0px;
	padding: 0px;
}

#header h1 {
	line-height: 0px;
	width: 320px;
	margin: 0px 0px 5px;
	font-size: 0px;
}

#header .floatRight {
	width: 250px;
	padding-right: 10px;
}

#header .floatLeft {
	width: 530px;
	padding-left: 10px;
}

#header p.guideNavi {
	text-align: right;
	margin: 0px 0px 5px;
	line-height: 1;
}

#header .contactBtn {
	text-align: right;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 0px;
	line-height: 0;
}

#header #gNavi {
	width: 800px;
	clear: both;
	background: url(img/gnavi_bg.jpg) no-repeat;
}

#header #gNavi li {
	float: left;
	font-size: 0px;
	line-height: 0px;
	display: inline;/* IE6対策 */
}

#header #gNavi a {
	display: block;
	height: 40px;
}

#header #gNavi .gNavi01 a {
	width: 100px;
}

#header #gNavi .gNavi02 a {
	width: 146px;
}

#header #gNavi .gNavi03 a {
	width: 169px;
}

#header #gNavi .gNavi04 a {
	width: 103px;
}

#header #gNavi .gNavi05 a {
	width: 181px;
}

#header #gNavi .gNavi06 a {
	width: 101px;
}

#header #gNavi a:hover {
	background: none;
}

#header #gNavi li a:hover img,
#header #gNavi li a.active img {
	width: 0;
	height: 0;
}



/* ----------------------------------------------------------------------------------
	3: Contents
---------------------------------------------------------------------------------- */
#contentsContainer {
	clear: both;
	padding: 0px;
	zoom: 100%;
	margin: 0px;
}

#contentsHeader {
	margin-bottom: 20px;
}

#contentsBottom {
	float: left;
	width: 590px;
	display: inline;
	margin-left: 10px;
	padding-top: 30px;
}

.topicpath {
	margin-bottom: 3em;
	font-size: 84%;
}

.pageTop {
	clear: both;
	text-align: right;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 10px 0px 0px;
}



/* ----------------------------------------------------------------------------------
	4: Main
---------------------------------------------------------------------------------- */
#main {
	float: left;
	width: 590px;
	padding-left: 10px;
	display: inline;/* IE6対策 */
}

#main .styleNone,
#entry .entry_body .styleNone {
	background: url(none);
	padding: 0px;
	border: none;
	font-size: 1em;
}

#main h4 {
	margin-bottom: 1em;
	padding: 0px 0px 0px 8px;
	border-left: 3px solid #8E825B;
}

#main h5 {
	color: #8E825B;
	margin-bottom: 1em;
}

#main p.note {
	margin-right: 10px;
	margin-left: 15px;
}

#main .exLink {
	background: url(img/icon_exlink.gif) no-repeat right 0.23em;
	margin-right: 5px;
	padding-right: 13px;
}





/* ----------------------------------------------------------------------------------
	5: Sub
---------------------------------------------------------------------------------- */
#sub {
	float: right;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#sub .box {
	background: url(img/bg_s.gif) no-repeat 0px bottom;
	padding: 0px 0px 10px;
	margin: 0px 0px 15px;
}

#sub .box h3,
#sub .box h4 {
	margin: 0px;
}

#sub .sideNavi ul {
	padding: 0px;
	margin: 0px 1px;
}

#sub .sideNavi li a {
	background: url(img/icon_li02.gif) no-repeat 5px 8px;
	display: block;
	padding: 7px 10px 7px 20px;
	margin: 0px;
	font-size: 84%;
	line-height: 1.3em;
	width: 148px;
	border-bottom: 1px dashed #CCCCCC;
}

#sub .sideNavi li.lastChild a,
#sub .sideNavi li:last-child a {
	border-bottom: 0px;
}

#sub .sideNavi li a:hover {
	background-color: #FFF0C2;
}

#sub .sideNavi h4 a {
	background: url(img/h4_bg.gif) repeat-x;
	height: 23px;
	width: 168px;
	margin: 1px;
	color: #FFF;
	padding: 2px 0px 0px 10px;
	display: block;
	text-decoration: none;
}

#sub .gsl p {
	font-size: 10px;
	line-height: 1.5em;
	margin-left: 5px;
}


/*  ブログへのリンク　*/
#sub .rssLink {
	background: url(img/rss_s.gif) no-repeat right 2px;
	text-align: right;
	padding: 0px 18px 0px 0px;
	margin: 0px 5px 0px 10px;
	display: block;
}



/*  jsRSS++　DOMソースのスタイル　*/
#sub .rssBox {
	padding: 0px;
	margin: 0px 1px;
}

#sub .rssItems {
	padding: 0px 0px 5px;
}

#sub .rssItem a,#sub .sideNavi li a {
	background: url(img/icon_li02.gif) no-repeat 5px 8px;
	display: block;
	padding: 7px 10px 7px 20px;
	margin: 0px;
	font-size: 84%;
	line-height: 1.3em;
	border-bottom: 1px dashed #CCCCCC;
	text-decoration: none;
}

#sub .rssItem a:hover,#sub .sideNavi li a:hover {
	background-color: #FFF0C2;
}


/* メニュー
----------------------------------------------------------- */
.subLink {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.subLink li {
	background: url(img/icon_li02.gif) no-repeat 5px 0.8em;
	padding: 7px 10px 7px 20px;
	border-bottom: 1px dashed #CCCCCC;
}

.subLink li.lastChild,
.subLink li:last-child {
	border-bottom: 0px;
}




/* 下層メニュー
----------------------------------------------------------- */
.subLink li ul {
	padding-bottom: 5px;
	padding-top: 0px;
}

.subLink li ul li {
	background: url(img/icon_li02.gif) no-repeat 0px 0.5em;
	border-bottom: 0px;
	padding: 3px 0px 3px 13px;
}

.subLink img {
	vertical-align: middle;
	margin: 0px 3px;
}


/* サイト内検索
----------------------------------------------------------- */
#search form {
	text-align: center;
}






/* ----------------------------------------------------------------------------------
	6: Footer
---------------------------------------------------------------------------------- */
#footer {
	background: url(img/footer_bg.gif) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 10px;
}

#footerNavi {
	padding: 10px 10px 0px;
}

#copy {
	padding: 15px 10px;
	margin: 0px;
}



/* ----------------------------------------------------------------------------------
	7: Other
---------------------------------------------------------------------------------- */

/* エントリー
----------------------------------------------------------- */

#entry {
	width:590px;
	margin-bottom:20px;
}

#entry .entryWrap {
	margin-bottom: 50px;
}

#entry .description {
	margin-bottom: 20px;
}

#entry .entry_body {
	padding: 0px 10px 10px 10px;
}

#entry .entry_body h2 {
	font-size: 125%;
	background: #B3A888 url(img/h3_bg.gif) repeat-x bottom;
	margin-bottom: 1em;
	color: #333;
	padding: 3px 0px 3px 10px;
}

#entry .entry_body h3 {
	font-size: 125%;
	background: #B3A888 url(img/h4_bg.gif) repeat-x bottom;
	margin-bottom: 1em;
	color: #FFF;
	padding: 3px 0px 3px 10px;
}

#entry .entry_body h3 a {
	color: #FFF;
	text-decoration: none;
}

#entry .entry_body h3 a:hover {
	color: #333;
}

#entry .entry_body p {
	line-height: 2;
}

#entry .entry_body div.entry_date {
	margin-top:15px;
	margin-bottom:15px;
	font-weight:bold;
	font-size: 92%;
}
	
#entry .entry_body ul,
#newsBox ul {
	margin: 0px 0px 1em 2em;
}

#entry .entry_body ul li,
#newsBox ul li {
	background: url(img/icon_li01.gif) no-repeat 0px 0.30em;
	padding-left: 13px;
	margin-bottom: 0.5em;
}

#entry .entry_body ul li ul li,
#newsBox ul li ul li {
	background: url(img/icon_li02.gif) no-repeat 0px 0.30em;
	padding-left: 13px;
	margin-bottom: 0.5em;
}

#entry .entry_body ol,
#newsBox ol {
	margin: 0px 10px 3em 32px;
}

#entry .entry_body ol li,
#newsBox ol li {
	background: url(none);
	list-style: decimal;
	padding: 0px;
	margin-bottom: 0.5em;
}

#entry .entry_body ol li ul li,
#newsBox ol li ul li {
	background: url(img/icon_li02.gif) no-repeat 0px 0.30em;
	margin-bottom: 3px;
	padding-left: 13px;
	margin-bottom: 0.5em;
	list-style: none;
}

#entry .entry_body div.entry_more {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

#entry div.entry_state {
	clear: both;
	text-align:right;
	padding:5px 10px;
	border-top: 1px solid #999999;
	font-size: 84%;
}

#entry .entry_body img.wp-smiley {
	padding: 0px;
	border: none;
	vertical-align: middle;
	margin: 0px 0.5em 0px 0px;
}

#entry .entry_body .tagArea {
	clear: both;
	padding: 20px 0px 10px;
}

#entry .entry_body .tagArea p.tags {
	background: url(img/icon_tag.gif) no-repeat 0 0.3em;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#entry .entry_body .floatLeft {
	float: left;
	width: 300px;
}

#entry .entry_body .floatRight {
	float: right;
	width: 300px;
}

#entry .entry_body .floatLeft160 {
	float: left;
	width: 160px;
	padding: 0px 20px;
}

#entry .entry_body .floatRight380 {
	float: right;
	width: 380px;
}


/* 関連する記事
----------------------------------------------------------- */
#relatedPosts {
	margin-bottom: 45px;
}

#relatedPosts ul {
	padding: 0px 10px 0px 13px;
}

#relatedPosts li {
	background: url(img/icon_li01.gif) no-repeat 0px 0.30em;
	margin-bottom: 3px;
	padding-left: 13px;
	margin-bottom: 0.5em;
}



/* エントリー一覧（検索結果など）
----------------------------------------------------------- */
.entryList {
	padding: 20px 10px 50px 13px;
}

.entryList li a {
	background: url(img/icon_li01.gif) no-repeat 10px 1.35em;
	font-size: 125%;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 15px 0px 15px 25px;
	border-bottom: 1px solid #B3A888;
	display: block;
	text-decoration: none;
}

.entryList li.firstChild a,
.entryList li:first-child a {
	border-top: 1px solid #B3A888;
}

.entryList li.odd {
	background-color: #F8F7F3;
}

.entryList li a:hover {
	background-color: #FFF0C2;
}




/* 各サービスのトップページ
----------------------------------------------------------- */
#entry .serviceBox {
	background: url(img/bg_l.gif) no-repeat 0px bottom;
	margin-bottom: 30px;
	padding: 0px 0px 10px;
}

#entry .serviceBox .wrap {
	margin: 0px 10px 0px 13px;
	zoom: 100%;/* IE7対策 */
}

#entry .serviceBox .more {
	margin: 0px -9px 0px 0px;
	text-align: right;
}



/* 企画・制作案件カテゴリー
----------------------------------------------------------- */
#worksArchive {
	padding-top: 15px;
	margin: 0px 10px;
}

#worksArchive dt {
	font-weight: bold;
	background: url(img/icon_li01.gif) no-repeat 10px 5px;
	margin-bottom: 1em;
	padding-left: 25px;
	position: relative;
}

#worksArchive dt img {
	position: absolute;
	left: 10px;
	top: 25px;
	background: #E7E7E7;
	padding: 5px;
}

* html #worksArchive dt img {
	left: -10px;
}

#worksArchive dt a:hover img {
	background: #FFF0C2;
}

#worksArchive dt img.new,
#worksArchive dt a:hover img.new {
	background: 0;
}

#worksArchive dd {
	padding-left: 130px;
	padding-right: 10px;
	height: 100px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}

.webText {
	float: right;
	width: 340px;
	padding-top: 30px;
}

.webImage {
	float: left;
	width: 210px;
	padding-top: 30px;
}

.webImage img {
	background: #E7E7E7;
	padding: 5px;
}

.webImage a:hover img {
	background: #FFF0C2;
}



/* 企画・制作案件一覧
----------------------------------------------------------- */
#worksList {
	clear: both;
	background: url(img/bg_l.gif) no-repeat 0px bottom;
	width: 590px;
	margin-bottom: 20px;
	padding-bottom: 1px;
}

#worksList ul {
	margin: 0px;
	padding-left: 2px;
}

#worksList ul li {
	float:left;
	font-size:0;
	line-height:0;
	padding: 20px 0px 20px 6px;
}

#worksList ul li a,
#subWorksList ul li a {
	display:block;
	width:110px;
	height:85px;
	position: relative;
}

#worksList ul li img,
#subWorksList ul li img {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #E7E7E7;
	padding: 5px;
}

#worksList ul li a:hover img,
#subWorksList ul li a:hover img {
	background: #FFF0C2;
}

#worksList ul li img.new,
#worksList ul li a:hover img.new,
#subWorksList ul li img.new,
#subWorksList ul li a:hover img.new {
	background: 0;
}

#worksList .more {
	margin: 0px 1px 10px 0px;
	text-align: right;
}

/*サイド用一覧*/
#subWorksList ul {
	padding: 10px 0px 5px 35px;
}

#subWorksList ul li {
	font-size:0;
	line-height:0;
	padding: 5px 0px;
}






/* リンク集
----------------------------------------------------------- */
#entry .entry_body .linkList ul {
	margin: 0px 0px 50px;
}

#entry .entry_body .linkList li {
	background: url(none);
	border-bottom: 1px solid #B3A888;
	padding: 15px;
	margin: 0px;
}

#entry .entry_body .linkList li.firstChild,
#entry .entry_body .linkList li:first-child {
	border-top: 1px solid #B3A888;
}

#entry .entry_body .linkList li a {
	font-weight: bold;
}

#entry .entry_body .linkList li.odd {
	background: #F8F7F3;
	display: block;
}









/* ページを分割した時のナビゲーション
----------------------------------------------------------- */
.pageNavi {
	text-align: center;
	padding: 20px 0px;
	font-weight: bold;
	clear: both;
	color: #242424;
}

.pageNavi span {
	border: 1px solid #242424;
	padding: 2px 3px;
	font-weight: normal;
	margin: 0px 3px 0px 0px;
	background: #FFFFFF;
	color: #242424;
}

.pageNavi a {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #242424;
	padding: 2px 5px;
	margin: 0px 3px;
	background: #FFFFFF;
	color: #242424;
}

.pageNavi a:hover {
	background: #6C8F21;
	color: #F2F2F2;
	border: 1px solid #6C8F21;
}




/* サイトマップページ
----------------------------------------------------------- */
.ddsg-wrapper {
	padding: 17px 0px;
}

#entry .entry_body .ddsg-wrapper ul {
	margin: 0px 10px 1em 20px;
}

.ddsg-wrapper li {
	padding-bottom: 0.8em;
	border-bottom: 1px solid #B1A985;
}

.ddsg-wrapper li ul li {
	border-bottom: none;
	padding-bottom: 0px;
}

.ddsg-xml-link {
	padding-left: 25px;
}




/* ウィジェット
----------------------------------------------------------- */
.widget {
	padding: 0px;
	margin-bottom: 20px;
}




/* WP2.6からの画像まわりの設定
----------------------------------------------------------- */
.wp-caption {
}

.wp-caption-text {
	text-align: left;
	font-size: 84%;
}





/* ----------------------------------------------------------------------------------
	20: Top Page
---------------------------------------------------------------------------------- */
.indexBody #main {
	float: left;
	width: 600px;
}


/* サービス一覧
----------------------------------------------------------- */
#service {
	margin-bottom: 20px;
}

#service .item {
	float: left;
	width: 290px;
	height: 180px;
	padding: 0px 10px 0px 0px;
	margin-bottom: 15px;
}

#service .cat01 {
	background: url(img/top/ca01_bg.jpg) no-repeat 0px bottom;
}

#service .cat02 {
	background: url(img/top/ca02_bg.jpg) no-repeat 0px bottom;
}

#service .cat03 {
	background: url(img/top/ca03_bg.jpg) no-repeat 0px bottom;
}

#service .cat04 {
	background: url(img/top/ca04_bg.jpg) no-repeat 0px bottom;
}

#service .item ul {
	padding: 10px 10px 0px 20px;
}

#service .item li {
	background: url(img/icon_li01.gif) no-repeat 0px 0.30em;
	padding-left: 13px;
	margin-bottom: 0.5em;
}


/* お知らせ
----------------------------------------------------------- */
.indexBody #news {
	background: url(img/bg_l.gif) no-repeat 0px bottom;
	width: 590px;
	margin-bottom: 20px;
	padding-bottom: 1px;
}

#news {
	background: url(none);
	width: 590px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

#news dl {
	padding: 20px 10px 0px;
	height: 120px;
	overflow: auto;
	margin-right: 1px;
}

#news dt {
	clear: both;
	margin-bottom: 10px;
	float: left;
	padding-left: 10px;
}

#news dd {
	margin-bottom: 15px;
	background: url(img/line.gif) repeat-x 0px bottom;
	padding: 0px 10px 15px 120px;
}

.indexBody #news dd.lastChild,
.indexBody #news dd:last-child {
	background: none;
	margin-bottom: 0px;
}


/* リクルート
----------------------------------------------------------- */
.frame_blue {
	background:url(http://gardenlab.jp/wordpress/wp-content/uploads/frame_blue.gif) no-repeat top left;
	width:570px;
	padding:10px 0 0 0;
	margin:0 auto 20px;
}

.frame_blue .box {
	background:#FFFFFF;
	border-left:5px solid #BFD1E8;
	border-right:5px solid #BFD1E8;
	padding:15px 20px 0px;
}

.frame_blue .bottom {
	background:url(http://gardenlab.jp/wordpress/wp-content/uploads/frame_blue.gif) no-repeat bottom left;
	padding:0 0 10px 0;
}

/* ----------------------------------------------------------------------------------
	99: clearFix
---------------------------------------------------------------------------------- */
.wrap:after,
.boxWrap:after,
#gNavi:after,
#contentsContainer:after,
div.worksWrap:after,
.worksWrap ul:after,
.bannerWrap:after,
div.entry_body:after,
#service:after,
#news dl:after,
#entry .serviceBox:after,
#webArchiveList ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* IE4～06,Mac4～5対策 */
* html .wrap,
* html .boxWrap,
* html #gNavi,
* html #contentsContainer,
* html div.worksWrap,
* html .worksWrap ul,
* html .bannerWrap,
* html div.entry_body,
* html #service,
* html #news dl,
* html #entry .serviceBox,
* html #webArchiveList ul {
	display: inline-block;
}

/* IE7対策 */
*:first-child+html .wrap,
*:first-child+html .boxWrap,
*:first-child+html #gNavi,
*:first-child+html #contentsContainer,
*:first-child+html div.worksWrap,
*:first-child+html .worksWrap ul,
*:first-child+html .bannerWrap,
*:first-child+html div.entry_body,
*:first-child+html #service,
*:first-child+html #news dl,
*:first-child+html #entry .serviceBox,
*:first-child+html #webArchiveList ul {
	display: inline-block;
}


/* classとしてのclearfix
-------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
.clearfix {
display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
