@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div#header {
	margin-bottom: 5px;
	width: 660px;
	height: 113px;
	background: url(../img/logo.jpg) no-repeat 0 0;
	position: relative;
}

/*各詳細ページ用ボタン*/

div#content div.content_box a {
	height: 12px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
}

div#content div.content_box h2.blue a {
	font-weight: bold;
}

div#content div.content_box a.hdd_crushing_charge {
	width: 229px;
	margin: 20px 10px 5px 219px;
	background: url(../img/details/hdd_crushing_charge.jpg) no-repeat 0 0;
}

div#content div.content_box a.hdd_crushing_charge:hover {
	background-position: 0 -12px;
}

div#content div.content_box a.media_crushing_charge {
	width: 196px;
	margin: 20px 10px 5px 252px;
	background: url(../img/details/media_crushing_charge.jpg) no-repeat 0 0;
}

div#content div.content_box a.media_crushing_charge:hover {
	background-position: 0 -12px;
}

/*コンテンツボックス*/
div#content div.content_box img {
	margin-right: 10px;
	float:right;
}

div#content div.content_box p {
	margin-left: 10px;
	margin-right: 220px;
	margin-bottom: 10px;
}

div#content div.content_box ul {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#content div.content_box ul li {
	margin-left: 10px;
	list-style-type: disc;
}

div#content div.content_box h3 {
	width: 150px;
	margin: 10px 0 10px 4px;
	border-left: 3px solid #2b3089;
	border-bottom: 1px solid #2b3089;
	text-indent: 5px;
	color: #2b3089;
}

div#content div.content_box h3.service {
	width: 450px;
	margin: 10px 0 10px 4px;
	border-left: 3px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	text-indent: 5px;
	color: #ff0000;
}

div#content div.content_box h3.service span {
	margin: 0 10px;
	color: #ff0000;
	display: block;
	font-weight: bold;
}

div#content div.content_box p.service {
	margin: 20px 10px 10px 10px;
	line-height: 2em;
}

div#content div.content_box p.service span.red {
	color:#FF0000;
}

div#content div.content_box p.service_red {
	margin: 20px 10px 0 10px;
	line-height: 2em;
	font-weight: bold;
	color:#FF0000;
	font-size: 18px;
}
div#content div.content_box p.service span.point {
	display: block;
	margin-left: 40px;
	font-weight: bold;
}

div#content div.content_box h4 {
	width: 450px;
	margin: 10px 0 10px 4px;
	text-indent: 5px;
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
}

div#content div.content_box h4.bk {
	width: 450px;
	margin: 10px 0 10px 4px;
	text-indent: 5px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

div#content div.content_box ol {
	margin-right: 10px;
}

div#content div.content_box ol li {
	margin-left: 10px;
	line-height: 2em;
}

div#content div.content_box ol li span {
	color: #0033FF;
	line-height: 2em;
}


div#content div.content_box a {
	height: 12px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
}

div#content div.content_box {
		display: inline-block;															/*contentにかかっているfloat解除（IE7用）*/
}

div#content div.content_box:after {														/*contentにかかっているfloat解除用CSS一式*/
	    content: ".";
	    display: block;
	    visibility: hidden;
	    height: 0.1px;
	    font-size: 0.1em;
	    line-height: 0;
	    clear: both;
	}																					/*contentにかかっているfloat解除用CSS一式ここまで*/



