@charset "utf-8";
/* ---------------------------------------------------------
    DrillSpin（TOP用CSS）
    URL: http://www.drillspin.com/
    Copyright T.C.FACTORY All Rights Reserved.
------------------------------------------------------------ */
/*DBトップ背景用*/
.dbTopBg{
}

#topContents{
    float: left;
    line-height: 1.5;
    width: 580px;
	margin: 16px 0 30px 0;
}

#topMenu {
	float:left;
	width:185px;
	line-height:1.6;
	padding-right:5px;
}
#topMain {
	float:right;
	width:462px;
}

#topMain .listSection {
	margin: 0 20px 20px 20px;
}

/*トップ汎用*/

.bgDoubleDotted{
	background:url(../../images/db/top/bg_double_dotted.png) repeat-x bottom;
	padding-bottom:30px;
}

.topMoreBtn{
	text-align:right;
}
.topMoreBtn a{
line-height:2;
	background:url(../../images/db/editmode/dir01.png) 0 50% no-repeat;
	padding:0 0 0 10px;
}

.dbTopBnr{
	margin: 0 0 10px;
}

.dbTopBnr img{
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}

.dbTopBnr img:hover{
    opacity: 0.6;  
    filter: alpha(opacity=60); 
}

/* ---------------------------------------------------------
 左カラム
------------------------------------------------------------ */

.topListArea {
	margin:0 0 20px 0;
	font-size:14px;
}
.topListArea h3 {
	position:relative;
}
.topListArea h3 span {
	border-left: 4px solid #8EC31F;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.topListArea .topTagList li{
	background:url(../../images/db/editmode/dir01.png) 0 0.5em no-repeat;
	padding:0 0 0 15px;
	margin-bottom:8px;
}

.topListArea .pickupList li {
	border-bottom:1px solid #efefef;
	padding-bottom: 10px;
	margin:0 0 15px 0;
	color:#666;
	overflow: hidden;
}

.topListArea .pickupList li .pickupImg {
	float:left;
	max-width:60px;
}
.topListArea .pickupList li .material {
	margin:0 0 0 70px;
	overflow:hidden;
	position:relative;
	line-height: 1.4;
}


/* ---------------------------------------------------------
 メインカラム 検索部分
------------------------------------------------------------ */

.topMainSearch {
	background:url(../../images/db/top/bg_searchcloud.png) no-repeat center center;
	height:205px;
	position: relative;
	clear:both;
	padding:50px 0 0 95px;
}



.topMainSearch:after {
}



.topMainSearch h2 {
	background:url(../../images/db/top/h_cloud_rel.png) no-repeat;
	display:block;
	text-indent:-9999px;
	width:238px;
	height:28px;
	margin:0 0 3px 0;
}
.topMainSearch .searchArea {
	margin:0 0 5px 0;
}
.topMainSearch .searchArea .searchAreaCap {
	text-align:left;
	display:block;
	font-weight:bold;
}
.topMainSearch .searchArea .searchText {
	position:relative;
	width:230px;
	min-height:25px;
	padding:2px 10px 2px 10px;
	margin:0;
	border:2px solid #eaeaea;
	border-radius: 15px;/* CSS3草案 */
	-webkit-border-radius: 15px;/* Safari,Chrome */
	-moz-border-radius: 15px;/* Firefox */
	-moz-box-shadow:inset 0px 1px 3px #999;/* firefox */
	-webkit-box-shadow:inset  0px 1px 3px #999;/* Safari,Chrome */
	box-shadow:inset 0px 1px 3px #999;/* Opera */
	behavior: url(/css/css3pie/PIE.htc);
}
.topMainSearch .searchArea .searchText:focus{
background:#DCF6A2;
}


.topMainSearch .searchArea .searchBtn {
	width:54px;
	height:27px;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	background:url(../../images/db/top/btn_search_bln.png) no-repeat;
}
.topMainSearch .searchArea .searchBtn:hover {
	background-position: bottom;
}
.topMainSearch .hotKeyword {
	width:320px;
}
.topMainSearch .hotKeyword ul {
	overflow:hidden;
	margin:0 auto;
}
.topMainSearch .hotKeyword ul li {
	float:left;
	border-right:1px solid #999;
}
.topMainSearch .hotKeyword ul li:last-child {
	border-right:none;
}
.topMainSearch .hotKeyword ul li a {
	padding:5px;
	font-weight:bold;
}

/* ---------------------------------------------------------
 メインカラム相関図部分
------------------------------------------------------------ */

.relationGraph {
margin:0 15px 30px 15px;
}
.relationGraph h3 {
	font-size:18px;
	font-weight:bold;
}

.relationGraphMain {
	overflow:hidden;
	padding:9px;
	border:2px solid #959595;
}
.relationGraphMain .photo{
	float: left;
	width: 96px;
}
.relationGraphMain img {
	max-width: 96px;
	vertical-align: top;
}
.relationGraphMain .artist {
	margin: 0 0 5px 105px;
	word-wrap: break-word;
}
.relationGraphMain .artist a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.relationGraphMain .bka{
	margin: 0 0 0 105px;
	font-size:12px;
}

.relationGraphList li {
	background:url(../../images/db/top/bg_relation_graph01.png) no-repeat left top;
	padding:8px 0px 8px 20px;
	margin:0 0 0 15px;
}
.relationGraphList li:last-child {
	background:url(../../images/db/top/bg_relation_graph02.png) no-repeat left top;
}
.relationGraphList li .inner {
	background:#f3f3f3;
	padding:8px;
	overflow:hidden;
}
.relationGraphList li .inner .photo {
	float: left;
	width: 96px;
}
.relationGraphList li .inner .photo img {
	max-width: 96px;
	vertical-align: top;
}
.relationGraphList li .inner .artist {
	margin: 0 0 8px 105px;
	word-wrap: break-word;
}
.relationGraphList li .inner .artist img {
	margin: 0 5px 0 0;
	vertical-align: top;
}
.relationGraphList li .inner .artist a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.relationGraphList li .inner .artist .job {
	display: block;
	font-size: 10px;
}
.relationGraphList li .inner .dsc {
	font-size:12px;
	margin: 0 0 0 105px;
	word-wrap: break-word;
}


/* ---------------------------------------------------------
 おもしろ検索キーワード
------------------------------------------------------------ */
.editSub .funnyKeyword {
	margin: 0 0 20px;
	background:url(../../images/db/top/bg_double_dotted.png) repeat-x bottom;
	padding-bottom:40px;
}

.editSub .funnyKeyword a{
	position:relative;
	background:#8fc41e;
	color:#FFF;
	font-size:14px;
	display:block;
	float:left;
	padding:4px 5px 0 5px;
	margin:0 5px 5px 0;
	border:1px solid #cbc9ca;
	text-decoration:none;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Chrome */
	-moz-border-radius: 5px;/* Firefox */
	behavior: url(/css/css3pie/PIE.htc);
}
.editSub .funnyKeyword a:hover {
	background:#f5f3f4;
	color:#8fc41e;
}


/* ---------------------------------------------------------
 DrillSpinデータベースとは？ Add by abe 20141003
------------------------------------------------------------ */
.whatIsDb{
}
.whatIsDb p{
font-size:15px;
margin-bottom:2em;
}
.whatIsDb h1{
font-size:30px;
font-weight: bold;
margin-bottom:0.5em;
}
.whatIsDb h2{
font-size:20px;
font-weight: bold;
margin-bottom:0.5em;
}
.whatIsDb h3{
}
.whatIsDb .ytSpace{
margin-bottom:2em;
}


/*What's DrillSpin / Banner*/
.contentsMainHead{
margin: 0 0 24px 0;
}

.contentsMainHead:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.contentsMainHead .whatsDs{
float: left;
}

.contentsMainHead .whatsDs:hover{
cursor: pointer;
}

.contentsMainHead .bannerArea{
float: right;
}

/*コンテンツ一覧*/

#topSiteMenu{
width: 590px;
clear:both;
}

.topSiteMenuTtl{
padding: 0 0 8px 0;
margin: 0 0 24px 0;
font-weight: bold;
font-size: 16px;
color:#706f6f;
background:url(../../images/top/bg_contlist.png) no-repeat bottom;
}

.topSiteMenuInner{
}

.topSiteMenuList{
width: 33%;
float: left;
}

.tsm{
margin: 0 0 0.8em 0;
}}