@charset "utf-8";

/*/////////////////////////////////////////////////////////////
dododay

Copyright (C) KAYAC Inc. All Rights Reserved.
------------------------------------------------------------
[donews.css] Only donews category style
	0. Import Common CSS
	1. ものづくりニュース共通
	99. Clearfix

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Import Common CSS
------------------------------------------------------------ */

@import url("/css/common/base.css");
@import url("/css/common/layout.css");
@import url("/css/common/module.css");

/* ------------------------------------------------------------
	1. ものづくりニュース共通
------------------------------------------------------------ */

/* ページャー
------------------------------------------------- */
div#contMain div.blockNavPager {
	margin-top: 0;
}

/* ブログ記事本文内
------------------------------------------------- */
div.entryBody p.photo {
	float: left;
	margin: 0 20px 10px 0;
}

div.entryBody table {
	width: 100%;
}

div.entryBody table th {
	padding: 3px 10px;
	border: 1px solid #ccc;
	background: #eee;
	color: #666;
	font-weight: bold;
	text-align: center;
}

div.entryBody table td {
	padding: 3px 10px;
	border: 1px solid #ccc;
}

/* ------------------------------------------------------------
	2. ものづくりニュース
------------------------------------------------------------ */

/* 法人・団体の皆様によるニュース投稿
------------------------------------------------- */
div#blockGuideLine h4 {
	margin-bottom: 1em;
}

div#blockGuideLine div.unitCont h5 {
	margin-bottom: 0.5em;
	font-weight: normal;
}

/* ------------------------------------------------------------
	2. Sub Column
------------------------------------------------------------ */

div.contSubNews {
	margin-bottom: 25px;
	padding: 0 5px;
}

div.contSubNews h2 {
	margin: 0 -5px 10px;
	padding: 5px;
	background: #fcf8e6;
}

/* カテゴリ */
div#newsCategory ul li {
	margin-bottom: 0.4em;
}

/* ニュース投稿 */
div#newsPost.contSubNews {
	padding: 0;
}

div#newsPost p.post a {
	display: block;
	padding-left: 40px;
	background: url(/img/common/spr_ico_common.png) no-repeat 0 -600px;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.hoge:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.hoge {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .hoge {
    height: 1%;
}

.hoge {
    display: block;
}
/* End hide from IE-mac */



