@charset "UTF-8";
/*
* html{ font-size: 87.5%; }
* div#content { clear: both; max-width: 960px; min-width: 480px; }
* div#contentの子要素を記載
*/


/* -------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------- */

/* タブコンテンツ (service)
---------------------------------------------------- */
#content div#summury ul {
	margin-bottom: 0px;
}
#summury ul li {
	float: left;
	width: 10em;
	border-top: 1px solid #4F4E4A;
	border-left: 1px solid #4F4E4A;
}
#summury ul li.tabMostRight {
	border-right: 1px solid #4F4E4A;
}
#summury ul li a {
	display: block;
	width: 10em;
	padding: 0.25em 0;
	color: #555;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
}
#summury ul li a.selected {
	color: white;
	background: #4F4E4A;
}
#content div.tabBox {
	padding: 1em 1.5em;
	margin: 0 3em 1.5em 3em;
	border: 1px solid #4F4E4A;
	background: #EEEADA url(images/common/background/back.png);
	line-height: 1.5;
}
#content div.tabBox h3 {
	margin: 2em 0 1.5em 0;
}
#content div.tabBox p, #content div.tabBox ol, #contentdiv.tabBox ul, #content div.tabBox dl {
	margin: 0 0 1em 0;
}
ul#sitemaps li { /* for sitemaps */
    margin: 6px 0 3px;
    padding-left: 14px;
    background: url(images/common/listmark/listmark1.gif) no-repeat 0 5px;
    list-style: none;
}

/* スライドショー(service) : Jon Raasch (jonraasch.com)
---------------------------------------------------- */
div#slideshow {
	position: relative;
	height: 100px;
	overflow: hidden;
}

#slideshow div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	height: 100px;
}

#slideshow div.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow div.last-active {
	z-index: 9;
}

#slideshow div img {
	height: 100px;
	display: block;
	border: 0;
}

/* 制作実績
---------------------------------------------------- */
/* リンク */
span#btn_wp, span#btn_no {
		padding: 2px;
		line-height: 2;
		cursor : pointer;
}
span.selected {
		font-weight: bold;
		background: #e0dac2;
}

/* 本体 */
#content div#results_container {
		position: relative;
		/*overflow: auto;*/
}
#content div#results_container h3 {
		margin: 0 3em 1.5em;
}
div.result { 
		margin: 2em 3em 3em 3em;
}
.result div.captureBox {
		float: left;
		margin-right: 
		width: 480px;
		hieght: 300px;
}
.result .captureBox img.capture {
		border: 2px solid #e0dac2;
}

.result  div.creditBox {
		width: 370px;
		float: right;
}
.result div.creditBox p {
		margin: 0 5px;
}
.result div.moreInfo {
		clear: both;
}
.result div.moreInfo p {
		margin: 21px 0 !important;
		padding: 0 !important;
}
		
