@charset "utf-8";
/*
Theme Name: Winc Aichi
Theme URI: http://www.winc-aichi.jp/
Description: Winc AIchi テーマ
Version: 1.0
*/

/** contents ****************************************/

#contents h2 {
	margin-bottom    : 0;
	height           : 50px;
	font-weight      : normal;
	font-size        : 18px;
	line-height      : 37px;
	padding          : 0 0 0 10px;
}

#contents h2.post {
	margin-bottom    : 20px;
}

#contents h2.event {
	background       : url("images/h2_event_bg.gif") no-repeat;
}

#contents h2.topics {
	background       : url("images/h2_topics_bg.gif") no-repeat;
}

#contents table {
	margin-bottom    : 30px;
}

#contents table.info th {
	font-weight      : normal;
	background       : url("/common/img/dot_line.gif") repeat-x bottom;
	text-align       : left;
	vertical-align   : top;
	padding          : 9px 12px 9px 3px;
	white-space      : nowrap;
}

#contents table.info td {
	width            : 100%;
	text-align       : left;
	vertical-align   : top;
	background       : url("/common/img/dot_line.gif") repeat-x bottom;
	padding          : 9px 0 9px 0;
}

#contents table.info td a {
	padding-left     : 7px;
	display          : block;
	background       : url("/common/img/icn_list_link.gif") no-repeat 0px 5px;
	color            : #555555;
}

#contents table.info td a:hover {
	color            : #e60012;
}

.navigation .next {
	float            : right;
	width            : 300px;
}

.navigation a {
	color            : #555555;
	text-decoration  : none;
}

.navigation a:hover {
	color            : #e60012;
}

.navigation .back {
	float            : left;
	width            : 300px;
}

.navigation .next a {
	float            : right;
	display          : block;
	padding-right    : 13px;
	background       : url("images/icn_next.gif") no-repeat right center;
}

.navigation .back a {
	float            : left;
	display          : block;
	padding-left     : 13px;
	background       : url("images/icn_back.gif") no-repeat left center;
}

.navigation .next a:hover {
	background-image : url("images/icn_next_ro.gif");
}

.navigation .back a:hover {
	background-image : url("images/icn_back_ro.gif");
}

#contents h4 {
	font-size        : 16px;
}

#contents h4 span {
	font-size        : 12px;
	font-weight      : normal;
	display          : block;
	padding-bottom   : 3px;
}
/*/*/






/* clear ****************************************/

.navigation:after,
.navigation .next:after,
.navigation .back:after
{content:" "; height:0px; clear:both; visibility:hidden; display:block;}

.navigation,
.navigation .next,
.navigation .back
{display :inline-block;}

/**/
* html .navigation,
* html .navigation .next,
* html .navigation .back
{height:1%;}

.navigation,
.navigation .next,
.navigation .back
{display:block;}
/*/*/