@charset "UTF-8";
@import "base.css";



/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Elements                    */
/*                 03  Container                   */
/*                 04  Header                      */
/*                 05  Navigation                  */
/*                 06  Contents                    */
/*                 07  Footer                      */
/*                 08  Index                       */
/*                 09  News                        */
/*                 10  About Us                    */
/*                 11  Service                     */
/*                 12  Portfolio                   */
/*                 13  Recruit                     */
/*                                                 */
/*=======================TOC-END===================*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Elements -----------*/

a {
	outline: none;
	color: #f15a24;
}

em {
	font-style: normal;
	font-weight: bold;
}


/*---------- 03  Container -----------*/

body { background: #fff url(../images/main_grid.gif) 142px 0 repeat; }

#wrapper { background: url(../images/body_bg.png) top left repeat-x; }


#main {
	clear: both;
	padding: 73px 0 0 0;
	background: url(../images/spectrum_line.png) 0 212px repeat-x;
	font-size: 100%;
	line-height: 1.6;
	text-align: left;
	color: #4d4d4d;
}

.content {
	width: 960px;
	margin: 0 auto;
}

#main .content {
	background: url(../images/main_bg.png) 0 0 repeat-y;
	position: relative;
}




/*---------- 04  Header -----------*/

header {
	width: 100%;
	height: 73px;
	background: url(../images/header_bg.png) top repeat-x;
	position: fixed;
	left: 0;
	margin: 0;
	z-index: 99;
}

header section { padding: 11px 0 0 0; }

header #logo {
	width: 160px;
	height: 60px;
	margin: 0;
	padding: 0;
	float: left;
}

header #copy {
	width: 176px;
	height: 60px;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
}



/*---------- 05  Navigation -----------*/


/* header */

header nav {
	width: 448px;
	float: right;
}

header nav ul,
header nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav ul {
	width: 440px;
	height: 36px;
	padding: 3px 4px 5px 4px;
	background: url(../images/header_nav.png) 0 0 no-repeat;
}
header nav ul li {
	text-indent: -9999px;
	height: 36px;
	float: left;
}
header nav ul li a {
	display: block;
	height: 36px;
}
header nav ul li#n01 a {
	width: 73px;
	background: url(../images/header_nav.png) -4px -3px no-repeat;
}
header nav ul li#n02 a {
	width: 100px;
	background: url(../images/header_nav.png) -77px -3px no-repeat;
}
header nav ul li#n03 a {
	width: 87px;
	background: url(../images/header_nav.png) -177px -3px no-repeat;
}
header nav ul li#n04 a {
	width: 92px;
	background: url(../images/header_nav.png) -264px -3px no-repeat;
}
header nav ul li#n05 a {
  width: 88px;
  background: url(../images/header_nav.png) -356px -3px no-repeat;
}

header nav ul li#n01 a:hover { background: url(../images/header_nav.png) -4px -47px no-repeat; }
header nav ul li#n02 a:hover { background: url(../images/header_nav.png) -77px -47px no-repeat; }
header nav ul li#n03 a:hover { background: url(../images/header_nav.png) -177px -47px no-repeat; }
header nav ul li#n04 a:hover { background: url(../images/header_nav.png) -264px -47px no-repeat; }
header nav ul li#n05 a:hover { background: url(../images/header_nav.png) -356px -47px no-repeat; }



/* page control */

article nav.control ul {
	width: 82px;
	height: 15px;
	float: right;
	background: url(../images/page_control.png) 0 -30px no-repeat;
}
article nav.control ul li {
	text-indent: -9999px;
	list-style: none;
	width: 41px;
	height: 15px;
	float: left;
}
article nav.control ul li a {
	display: block;
	height: 15px;
}
article nav.control ul li.prev a { background: url(../images/page_control.png) 0 0 no-repeat; }
article nav.control ul li.next a { background: url(../images/page_control.png) -41px 0 no-repeat; }
article nav.control ul li.prev a:hover { background: url(../images/page_control.png) 0 -15px no-repeat; }
article nav.control ul li.next a:hover { background: url(../images/page_control.png) -41px -15px no-repeat; }



/* sidebar */

aside {
	width: 220px;
	margin-right: 10px;
	padding: 23px 15px 60px 15px;
	float: right;
}

aside section p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
}

aside p.title {
	background: url(../images/aside_title.png) bottom left no-repeat;
	line-height: 1.0;
	padding: 20px 0 6px 0;
	margin-left: -2px;
	color: #736357;
	font-size: 20px;
	font-family: 'Over the Rainbow', arial, serif;
	-moz-transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
}

aside nav { margin: 10px 0 40px 0; }
aside nav ul,
aside nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}


aside #alternate p { margin: 20px 0 20px 0; }

aside #alternate dl { margin-top: 30px; }

aside #alternate dt {
	color: #736357;
	font-size: 16px;
	font-family: 'Over the Rainbow', arial, serif;
}
aside #alternate dd {
	margin-left: 10px;
}


/* to-top */

article #to-top {
	width: 40px;
	position: fixed;
	bottom: 154px;
	margin: 0 0 0 650px;
	padding: 0;
	background: #4d4d4d;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

article #to-top p {
	width: 20px;
	height: 16px;
	line-height: 1.0;
	margin: 12px auto;
}



/*---------- 06  Contents -----------*/

article {
	width: 700px;
	float: left;
	padding: 2px 0 30px 0;
}

article .content-body { padding: 0 50px 30px 30px; }

article h2 {
	margin: 10px 0 30px 0;
	padding: 0;
	font-size: 150%;
}
article h3 {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 123%;
	font-weight: bold;
}

article section { padding: 30px 0 0 0; }


article section p,
article section dl {
	margin-left: 20px;
}

article dl { line-height: 2.0; }


article section ul { margin-left: 15px; }
article section ol { margin-left: 40px; }

article section ul li {
	list-style: none;
	margin-bottom: 1em;
	padding-left: 8px;
	background: url(../images/bullet.png) 0 7px no-repeat;	
}

article section ul.check { margin-left: 20px; }

article .check li {
	line-height: 22px;
	margin-bottom: 0;
	padding-left: 22px;
	list-style: none;
	background: url(../images/check_list.png) 0 0 no-repeat;
}


article blockquote {
	background: #f2eee6 url(../images/blockquote_bg.png) top right no-repeat;
	background-color: rgba(242, 238, 230, 0.6);
	color: #75776c;
	padding: 24px 30px 10px 20px;
	margin-left: 20px;
	margin-right: 20px;
}

article section blockquote p { margin-left: 0; }

blockquote dt { font-weight: bold; }

.published { text-align: right; }
.right { text-align: right; }

.super {
	vertical-align: super;
	font-size: 85%;
	color: #F15A24;
}

.notes {
	color: #777;
}
.notes span,
span.notes {
	color: #F15A24;
}



/*---------- 07  Footer -----------*/


footer {
	background: #000 url(../images/footer_bg.png) top left repeat-x;
	color: #fff;
	border-top: 2px solid #999;
	text-align: center;
	padding: 10px 0;
	clear: both;
	line-height: 1.0;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover { text-decoration: underline; }

footer nav {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

footer nav ul {
	padding: 10px 0 5px 20px;
	margin: 0;
}
footer nav ul li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

footer nav dl {
	padding: 10px 0 10px 20px;
	margin: 0;
}

footer dl dt,
footer dl dd {
	display: inline;
	line-height: 16px;
}

footer dl dt {
	color: #808080;
	font-size: 123%;
	font-family: 'Waiting for the Sunrise', arial, serif;
}

footer dl dd.sp {
	background: url(../images/ico_sp.png) 0 0 no-repeat;
	padding-left: 20px;
}
footer dl dd.katsuo {
	background: url(../images/ico_katsuo.png) 0 0 no-repeat;
	padding-left: 20px;
}

footer nav p {
	width: 180px;
	margin: 0 0 0 20px;
	float: left;
}
footer nav #___plusone_0 {
	margin: 0 20px 0 10px;
}


footer nav .addthis_toolbox {
	position:absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	width: 108px;
	padding: 3px 3px 3px 137px;
	background: #4d4d4d url(../images/addthis_bg.png) 16px 10px no-repeat;
	border: 1px solid #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}


footer address {
	display: block;
	clear: both;
	width: 960px;
	margin: auto;
	padding: 10px 0 10px 0;
	font-family: 'Quattrocento Sans', arial, serif;
}



/*---------- 08  Index -----------*/

body.index {
	background: #000;
}


.index ul li {
	list-style: none;
	margin: 0;
}

.index header {
	width: 100%;
	height: 203px;
	background: url(../images/index_header_bg.png) top repeat-x;
	position: static;
	z-index: auto;
}

.index header section {
	padding: 47px 0 0 0;
	margin: 0;
	text-align: center;
}

.index header #logo {
	width: 114px;
	height: 104px;
	margin: 0 auto;
	padding: 0;
	float: none;
}

.index header #copy {
	width: 148px;
	height: 24px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	float: none;
}

.index div#lead {
	width: 100%;
	height: 163px;
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.png) top left repeat-x;
}

.index article#service {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	float: none;
}

.index #service section {
	width: 96px;
	margin: 12px 0 0 0;
	padding: 0 12px 0 6px;
	_padding: 0 3px 0 0;
	float: left;
	display: inline;
}
.index #service section p {
	width: 96px;
	line-height: 1.0;
	margin-bottom: 6px;
}
.index #service section p.caption {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Quattrocento Sans', helvetica, arial, serif;
	color: #000;
}

.index #main {
	padding: 3px 0 0 0;
	background: url(../images/spectrum_line.png) 0 0 repeat-x;
}

.index #main div {
	background: #fff url(../images/main_grid.gif) 0 0 repeat;
	padding: 0 0 20px 0;
}

.index #main .content {
	background: none;
	position: static;
}

.index #main #navigation {
	width: 940px;
	margin: 0 auto;
}

.index #news {
	width: 400px;
	background-color: rgba(69, 69, 69, 0.7);
	height: 30px;
	line-height: 24px;
	padding: 6px 20px 0 20px;
	margin: 22px 4px 16px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	box-shadow: 0px 1px 2px #999999;
	float: left;
	_background-color: #454545;
	background-color/*\**/: #454545\9;
}

.index #news ul,
.index #news ul li {
	margin: 0;
	padding: 0;
}
.index #news ul li .date {
	color:#FCAC38;
	font-weight: bold;
}
.index #news a {
	color: #fff;
	text-decoration: none;
}

.index #news a:hover {
	text-decoration: underline;
}


.index #main nav {
	width: 448px;
	padding: 20px 10px 0 0;
	float: right;
}

.index #main nav ul,
.index #main nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.index #main nav ul {
	width: 440px;
	height: 36px;
	padding: 3px 4px 5px 4px;
	background: url(../images/header_nav.png) 0 0 no-repeat;
}
.index #main nav ul li {
	text-indent: -9999px;
	height: 36px;
	float: left;
}
.index #main nav ul li a {
	display: block;
	height: 36px;
}
.index #main nav ul li#n01 a {
	width: 73px;
	background: url(../images/header_nav.png) -4px -3px no-repeat;
}
.index #main nav ul li#n02 a {
	width: 100px;
	background: url(../images/header_nav.png) -77px -3px no-repeat;
}
.index #main nav ul li#n03 a {
	width: 87px;
	background: url(../images/header_nav.png) -177px -3px no-repeat;
}
.index #main nav ul li#n04 a {
	width: 92px;
	background: url(../images/header_nav.png) -264px -3px no-repeat;
}
.index #main nav ul li#n05 a {
  width: 88px;
  background: url(../images/header_nav.png) -356px -3px no-repeat;
}

.index #main nav ul li#n01 a:hover { background: url(../images/header_nav.png) -4px -47px no-repeat; }
.index #main nav ul li#n02 a:hover { background: url(../images/header_nav.png) -77px -47px no-repeat; }
.index #main nav ul li#n03 a:hover { background: url(../images/header_nav.png) -177px -47px no-repeat; }
.index #main nav ul li#n04 a:hover { background: url(../images/header_nav.png) -264px -47px no-repeat; }
.index #main nav ul li#n05 a:hover { background: url(../images/header_nav.png) -356px -47px no-repeat; }


.index aside {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	float: none;
}
.index aside ul,
.index aside ul li {
	margin: 0;
	padding: 0;
}
.index aside ul li {
	width: 240px;
	float: left;
	text-align: center;
}



/*---------- 09  News -----------*/

.news article h2 {
	color: #4d4d4d;
	border-bottom: 2px solid #ccc;
	padding-top: 12px;
	height: 26px;
	background: url(../images/news_title_bg.png) right bottom no-repeat;
}

.news article .published {
	width: 60px;
	text-align: center;
	float: left;
	margin: 0;
	background: #aabc38;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	color: #fff;
	font-family: 'Quattrocento Sans', arial, serif;
	font-size: 18px;
	font-weight: bold;
}
.news article .published span { display: block; }
.news article .published span.date {
	background: #f2eee6;
	color: #736357;
	font-weight: normal;
	font-size: 16px;
}
.news article .news-content { margin-left: 70px; }

.news.archive article section li {
	background-image: none;
	padding-left: 0;
}

.news.archive article section .date {
	background: #aabc38;
	color: #fff;
	margin-right: 10px;
	padding: 2px 3px;
}



/*---------- 10  About us -----------*/

dl#company dt {
	width: 6em;
	float: left;
}
dl#company dd { margin-left: 6em; }

dl.outline {
	line-height: 1.4;
}

dl.outline dt {
	width: 12em;
	float: left;
}
dl.outline dd {
	margin: 0 0 1em 12em;
}
dl#company dd dl,
dl.outline dd dl {
	margin: 0 0 1em 0;
}
dl#company dd dt,
dl.outline dd dt {
	float: none;
	width: auto;
	font-weight: bold;
}
dl#company dd dd,
dl.outline dd dd {
	margin-left: 1em;
	font-style: italic;
	margin-bottom: 0.5em;
}


dl#iso dt {
	width: 8em;
	float: left;
}
dl#iso dd { margin-left: 8em; }

.lead {
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555555 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555555 0%,#333333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555555 0%,#333333 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #555555 0%,#333333 100%); /* W3C */
	padding: 15px 25px;
	margin-bottom: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
}

article section .lead p {
	margin: 0;
	text-shadow: 0px -1px 0px #000;
	filter: dropshadow(color=#000, offx=0, offy=-1); 
}


#map_canvas {
	width: 316px;
	height: 300px;
	border: 1px solid #999;
	float: left;
	display: inline;
}
#pano {
	width: 300px;
	height:300px;
	border: 1px solid #999;
	float: right;
}



/*---------- 12  Portfolio -----------*/

article section.works {
	padding-top: 0;
	clear: both;
}

.all article section.works {
	width: 610px;
	_width: 600px;
}

.portfolio.all article section.works {
	padding: 5px;
	margin-bottom: 10px;
	background: url(../images/works_list_bg.png) top right no-repeat;
	border: 1px solid #fff;
}

.portfolio.all article section.works:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.portfolio.all article section.works { display: inline-block; }
/* Hides from IE-mac \*/
* html .portfolio.all article section.works { height: 1%; }
.portfolio.all article section.works { display: block; }
/* End hide from IE-mac */

.portfolio.all article section.works.bl-hover {
	background: #fff url(../images/works_list_bg_o.png) top right no-repeat;
	border: 1px solid #f4cccc;
}

.portfolio.all article section.works a {
	color: #4d4d4d;
	text-decoration: none;
}

.portfolio.all article section.works.bl-hover h3 a {
	color: #f15a24;
	text-decoration: underline;
}

article section.works .summary {
	width: 456px;
	padding: 3px 0 10px 20px;
	float: right;
}

article section.works .catch {
	width: 122px;
	margin-left: 0;
	margin-bottom: 0;
	float: left;
}
article section.works .catch img { border: 1px solid #ccc; }

article section.works .catch .caption {
	font-size: 8px;
	margin:0;
	padding: 0;
	text-align: right;
}


.portfolio.all article section.works.bl-hover .catch {
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
}

article section.works .summary h3 {
	font-size: 108%;
	line-height: 1.4;
	margin-bottom: 6px;
}

article section.works .summary .client { margin-left: 0; }
article section.works .summary .client span { background: #ffd872; }

.portfolio.detail article .info {
	width: 305px;
	float: right;
}

.portfolio.detail article .info .closed { text-align: center; }
.portfolio.detail article .info .closed strong { text-decoration: underline; }


.portfolio.detail article .images {
	width: 300px;
	float: left;
	background: #3b3833;
	margin-top: 22px;
}

.portfolio.detail article .images p {
	margin: 0;
	padding: 9px;
	line-height: 1.0;
	background: #3b3833;
	text-align: center;
	border-bottom: 2px solid #000;
}
.portfolio.detail article .images p img { border: 1px solid #777; }
.portfolio.detail article .images p.caption {
	text-align: right;
	font-size: 10px;
	color: #ccc;
}

.portfolio.detail article p,
.portfolio.detail article ul,
.portfolio.detail article dl,
.portfolio.detail article dd {
	margin-left: 0;
}
.portfolio.detail ul.tags { margin: 0; }
.portfolio.detail ul.tags li {
	list-style: none;
	display: inline;
	background: #39B54A;
	padding: 2px 8px;
	margin: 0 2px 0 0;
	color: #fff;
	font-weight: normal;
	font-size: 93%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0 #649B9E;
	-moz-box-shadow: 0px 1px 0 #649B9E;
	-o-box-shadow: 0px 1px 0 #649B9E;
	-khtml-box-shadow: 0px 1px 0 #649B9E;
	box-shadow: 0px 1px 0 #649B9E;
}

.portfolio.detail ul.item { margin: 0 0 0.5em 15px; }
.portfolio.detail ul.item li {
	margin-bottom: 0;
	line-height: 1.8;
}

.portfolio.detail article dl { margin-top: 0; }

.portfolio.detail article .info h3,
.portfolio.detail article dt {
	color: #bbb;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Over the Rainbow', arial, serif;
	-moz-transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
}
.portfolio.detail article dd { line-height: 1.6; }

.period {
	text-align: right;
	font-weight: bold;
	font-size: 108%;
	font-family: 'Quattrocento Sans', arial, serif;
	border-bottom: 1px solid #ddd;
	color: #736357;
	margin-top: 0
}

.portfolio.detail .content-body {
	position: relative;
}

p.prize {
	margin: .5em 0 0 0;
	padding: 2px 0;
	text-align: center;
	font-size: 93%;
	background: #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0 #bbb;
	-moz-box-shadow: 0px 1px 0 #bbb;
	-o-box-shadow: 0px 1px 0 #bbb;
	-khtml-box-shadow: 0px 1px 0 #bbb;
	box-shadow: 0px 1px 0 #bbb;
}

.portfolio.detail article .prize-01 {
	background: url(../images/prize_ribbon_01.png) top right no-repeat;
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 3;
}



/*---------- 13  Recruit -----------*/

.recruit .hiring {
	width: 580px;
	background: #E0E0E0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d7d7d7');
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d7d7d7)); 
	background: -moz-linear-gradient(top,  #f3f3f3,  #d7d7d7); 
	padding: 8px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	-o-border-radius: 6px; 
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.recruit .hiring table {
	width: 580px;
	margin: 0;
}

.recruit table th {
	width: 100px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	border-left: 1px solid #ccc;
	background: #F48E10;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7A50F', endColorstr='#EC6D0B');
	background: -webkit-gradient(linear, left top, left bottom, from(#E7A50F), to(#EC6D0B)); 
	background: -moz-linear-gradient(top,  #E7A50F,  #EC6D0B); 
	color: #673333;
	text-shadow: 0px 1px 0px #E9C14D;
	-webkit-box-shadow: inset 0px 1px 0 #CB5D0B;
	-moz-box-shadow: inset 0px 1px 0 #CB5D0B;
	-o-box-shadow: inset 0px 1px 0 #CB5D0B;
	-khtml-box-shadow: inset 0px 1px 0 #CB5D0B;
	box-shadow: inset 0px 1px 0 #CB5D0B;
}
.recruit table td {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-khtml-box-shadow: inset 0px 1px 0px #b2b3b5;
	-webkit-box-shadow: inset 0px 1px 0px #b2b3b5;
	-moz-box-shadow: inset 0px 1px 0px #ddd;
	-o-box-shadow: inset 0px 1px 0px #b2b3b5;
	box-shadow: inset 0px 1px 0px #b2b3b5;
}

.recruit table tr { background: #fff; }

.recruit table tr:nth-child(odd) { background: #f9f9f9; }
.recruit table tr:nth-child(even) { background: #fff; }

.recruit article .hiring ul { margin-left: 10px; }

.recruit article .hiring ul li {
	list-style: none;
	display: inline;
	margin-right: 6px;
	background-image: none;
}

.recruit article .button {
	color: #fff;
	text-decoration: none;
	padding: 3px 8px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #555555 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#555555)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#555555 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#555555 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7d7e7d 0%,#555555 100%); /* W3C */
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	-o-border-radius: 4px; 
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.recruit.blog .screenshot {
	width: 480px;
	margin: 0 auto 20px auto;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 1.0;
}
.recruit.blog blockquote dl {
	text-align: right;
	margin-right: -10px;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}

.recruit.blog blockquote dt cite {
	background: #e2ded6;
}
.recruit.blog blockquote dd {
	margin-right: 1em;
}
.recruit.blog blockquote a {
	background: #f15a24;
	color: #fff;
	text-decoration: none;
}



