﻿@charset "utf-8";

/*------------------------------------------------------------------------------
株式会社熊谷次 - CSS Modules Import
Date: 2009-01-26
Copyright (C) 2009 KUMAGAIJI.CO.,LTD. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Content - Main

---------------------------------------- */

div#Main div.Entry ul.EntryInfo {
	margin-bottom: 0.1em;
}

div#Main div.Entry ul.EntryInfo li {
	display: inline;
	margin-right: 12px;
}

div#Main div.Entry ul.EntryInfo li.Date {
	font-size: 93%;
	color: #d31659;
}

div#Main div.Entry ul.EntryInfo li.Category {
	padding: 0 0.7em;
	color: #fff;
}

div#Main div.Entry ul.EntryInfo li.Kumagaiji {
	background-color: #f2837e;
}

div#Main div.Entry ul.EntryInfo li.Mcollection {
	background-color: #929dcd;
}

div#Main div.Entry h2 {
	margin-bottom: 25px;
	padding: 0;
	line-height: 1.4;
	background-color: transparent;
	font-weight:700;
	font-size: 138.5%;
}

div#Main div.Entry div.EntryBody {
	margin-bottom: 40px;
	padding-bottom: 20px;
	background: url(../img/common/border_dotted_01.png) left bottom repeat-x;
}

div#Main div.Entry div.EntryBody p,
div#Main div.Entry div.EntryBody ul,
div#Main div.Entry div.EntryBody ol,
div#Main div.Entry div.EntryBody blockquote {
	margin-bottom: 25px;
	line-height: 1.5;
}

div#Main div.Entry div.EntryBody .SideLeft {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 25px;
}

div#Main div.Entry div.EntryBody .SideRight {
	float: right;
	display: inline;
	margin-left: 20px;
	margin-bottom: 25px;
}

* html div#Main div.Entry div.EntryBody .SideRight {
	margin-bottom: 5px;
}

*:first-child+html div#Main div.Entry div.EntryBody .SideRight {
	margin-bottom: 5px;
}

div#Main ul.PageNav {
}

div#Main ul.PageNav li.Newer {
	float: left;
	width: 45%;
}

div#Main ul.PageNav li.Newer a,
div#Main ul.PageNav li.Newer span{
	padding-left: 15px; 
	background: url(../img/common/icon_arrow_02.png) left center no-repeat;
}

div#Main ul.PageNav li.Older {
	float: right;
	width: 48%;
	text-align: right;
}

div#Main ul.PageNav li.Older a,
div#Main ul.PageNav li.Older span {
	padding-right: 15px;
	background: url(../img/common/icon_arrow_01.png) right center no-repeat;
}

h3.KmjTit,
h3.MclTit {
	clear: both;
	margin: 30px 0;
	padding-left: 10px;
	font-size: 100%;
	line-height: 100%;
}

h3.KmjTit {
	border-left: 5px solid #f2837e;
}

h3.MclTit {
	border-left: 5px solid #929dcd;
}

p.PageIntroL,
p.PageIntroR {
	float: left;
	width: 340px;
}
p.PageIntroL {
	padding-right: 30px;
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#Main div.Entry div.EntryBody:after,
div#Main ul.PageNav:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

div#Main div.Entry div.EntryBody,
div#Main ul.PageNav {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Main div.Entry div.EntryBody,
* html div#Main ul.PageNav {
	height: 1%;
}

div#Main div.Entry div.EntryBody,
div#Main ul.PageNav {
	display: block;
}
