@charset "utf-8";

/* ----------------------------------------------- */
/* トップページ、記事で共通使用しているもの        */
/* ----------------------------------------------- */

/*
********************************************
▼floatをクリアするためのCSS▼
********************************************
 */
 
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
----------------------
header
------------------------
*/
#media-name{
	float:left;
	width:229px;
	margin-top:5px;
}
/*
#media-name h1{
	background: url("http://wedge.ismedia.jp/common/images/v1/wedge/wedge-logo.gif") no-repeat;
	display: block;
	width:229px;
	height:59px;
}
#media-name h1 span{
	display:none;
}*/

#header-info{
	float:left;
	width:300px;
	height:67px;
	margin:0px 0px 0px 107px;
	font-size:12px;
	line-height:20px;
}
#header-info img{
	float:left;
	border:0;
	width:35px;
}
#header-info ul{
	width:255px;
	float:right;
}
#header-info ul li{
	border-bottom:dotted 1px #666;
	height:20px;
	display:block;
}
#header-info ul li a {
	text-decoration:none;
	display:block;
	color:#000;
	height:20px;
}
#header-info ul li a:hover{
	background: url("http://wedge.ismedia.jp/common/images/v1/header-info-link.gif") no-repeat;
}
#header-search{
	float:right;
	margin:0px;
	padding-top:10px;
}
#header-search p{
	font-size:12px;
	margin-top:10px;
	background: url("http://wedge.ismedia.jp/common/images/v1/wedge/icon-y.gif") no-repeat 0 0;
	padding-left:15px;
	clear:left;
}
.inputtext{
	/*デフォルトで*/
	border:0;
	/*IE*/
	background: transparent url("http://wedge.ismedia.jp/common/images/v1/wedge/search-inputtext.gif") no-repeat fixed 0 0;
	/*body*/
	font-family: 'Meiryo', 'メイリオ','平成明朝','Lucida Grande', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	height:19px;
	width:171px;
	font-size:12px;
	color:#888;
	padding:4px 4px 0 25px;
	margin-right:10px;
	float:left;
}
* > .inputtext{
	/*IE以外*/
	background: transparent url("http://wedge.ismedia.jp/common/images/v1/wedge/search-inputtext.gif") no-repeat;
}
* html .inputtext{
	width:200px;
	height:23px;
	margin:0;
}
.search-details{
	float:left;
	width:70px;
	margin:0 4px;
}
.searchbtn{
	border: 0;
	background: url(http://wedge.ismedia.jp/common/images/v1/wedge/search-btn.gif) no-repeat 0 0;
	width: 41px;
	height: 23px;
	cursor: pointer;
}

/*
----------------------
footer
------------------------
*/
.company-name a{
	float:right;
	/*display:block;
	width:147px;
	height:20px;
	background: url("http://wedge.ismedia.jp/common/images/v1/book/company-name.gif") no-repeat;*/
}
/*.company-name a span{
	display:none;
}*/
#footer .footer-holder{
	float:left;
	font-size:10px;
	text-align:left;
}
.footer-holder ul{
	margin-bottom:5px;
}
.footer-holder ul li{
	display:inline;
	border-right:solid 1px #666;
	font-size:12px;
	padding:0 5px;
	margin:0;
}
.company-name{
	text-align:left;
}