@charset "utf-8";

/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
body {
	color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}
h1 {
	font-weight: normal;
	font-size: small;
}
h2,
h3,
h4,
h5,
h6 {
	font-size: medium;
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
div.entryBody,
div.entryMore {
	font-size: small;
}
.clear {
	clear: both;
}
br.clear {
	letter-spacing: 0;
	line-height: 1;
}
.center {
	text-align: center;
}


/* ==================== クリアフィックス ==================== */
div#main:after,
div#categoryTop:after,
div#brogPartsAssets ul:after,
div#contents div.entryBody:after,
div#contents div.entryMore:after,
div#contents .contentNavi:after,
div#contents div.mainContents:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html div#main,
* html div#categoryTop,
* html div#brogPartsAssets ul,
* html div#contents div.entryBody,
* html div#contents div.entryMore,
* html div#contents .contentNavi,
* html div#contents div.mainContents {
	display: inline-block;
}
/* no ie mac \*/
* html div#main,
* html div#categoryTop,
* html div#brogPartsAssets ul,
* html div#contents div.entryBody,
* html div#contents div.entryMore,
* html div#contents .contentNavi,
* html div#contents div.mainContents {
	height: 1%;
}
div#main,
div#categoryTop,
div#brogPartsAssets ul,
div#contents div.entryBody,
div#contents div.entryMore,
div#contents .contentNavi,
div#contents div.mainContents {
	display: block;
	zoom: 1;
}
/* */



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
div#container {
}

/* ========== ヘッダー ========== */
div#header {
	background-color: #fff;
}
div#siteTitle {
	border-top: 1px solid #659cd0;
	background: #1e78bf url("../images/siteTitle_bg.gif") bottom repeat-x;
}
div#siteTitle h1 {
	text-align: right;
	color: #fff;
	width: 870px;
	margin: 0 auto -5px;
	padding: 2px 15px 7px;
	background: #1e78bf url("../images/siteTitle_bg.gif") bottom repeat-x;
}
div#headerTitle {
	width: 880px;
	margin: 0 auto;
	padding: 0 10px 15px;
}
div#headerAreaSub {
	float: right;
	text-align: right;
}
div#headerAreaLogo {
	padding: 12px 0 0;
}
p#headerAddress {
	color: #666;
	font-size: 10pt;
}
div#headerSearch {
}
div#googleSearch {
	margin: 15px 0 5px;
	padding: 5px 5px 0 0;
	width: 290px;
	background: url("../images/header_gsearch_bg.gif") left top no-repeat;
}
div#googleSearch form {
	padding: 0 5px 5px 0;
	background: url("../images/header_gsearch_footer_bg.gif") left bottom no-repeat;
}
div#headerSearch input {}
div#headerSearch input.text {
	width: 180px;
}
div#headerSearch input.submit {
	width: 45px;
}


/* ========== メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 ========== */

/* メインメニュー + キャッチ画像 + メイン をラップ */
div#mainBg {
	background-color: #fff;
}

/* ========== キャッチ画像・メインメニュー下 シャドウ ========== */
/* セカンドエリア + コンテンツ をラップ */
div#main {
	width: 880px;
	margin: 0 auto;
	padding: 15px 10px;
}


/* ========== 2カラム 設定 ========== */
/* { 2カラム, secondArea 右 
div#secondArea {
	float: right;
}
div#contents {
	float: left;
}
*/

/* 2カラム, secondArea 右 } */

/* { 2カラム secondArea 左 */
div#secondArea {
	float: left;
}
div#contents {
	float: right;
}
/* 2カラム secondArea 左 } */



/* ========== メインメニュー ========== */
div#mainMenu {
	clear: both;
	min-width: 880px;
	padding: 0 10px;
	background: url("../images/mainMenu_bg.gif") center center no-repeat;
}
div#mainMenu ul {
	margin: 0 auto;
	padding: 0;
}
/*
 * "/cmn/css/main_menu.css" に移動
 * （※【メインメニュー】ブログのインデックスアーカイブで生成。）
 */



/* ========== キャッチ画像 ========== */
div#catchArea {
	text-align: center;
	margin: 10px 0 0;
}



/* ==================== コンテンツ ==================== */
div#contents {
	width: 638px;
}


/* ---------- 見出し ---------- */
div#contents h2,
div#contents h3,
div#contents h4,
div#contents H5,
div#contents H6,
div#contents p,
div#contents td,
div#contents th,
div#contents li,
div#contents dt,
div#contents dd,
div#contents div.entryBody,
div#contents div.entryMore {
	line-height: 1.5;
}
div#contents p,
div#contents ul,
div#contents ol,
div#contents dl,
div#contents table {
	margin-bottom: 15px;
}
div#contents h1,
div#contents h2,
div#contents h3,
div#contents h4,
div#contents h5,
div#contents h6 {
	clear: both;
	margin-bottom: 10px;
}
div#contents h3 {
	font-weight: normal;
	color: #005aa1;
	padding: 3px 0 2px 15px;
	margin-top: 10px;
	background: url("../images/h3_bg.gif") left bottom no-repeat;
}
div#contents h4 {
	font-weight: normal;
	color: #e94f04;
	padding: 3px 0 2px 15px;
	background: url("../images/h4_bg.gif") left bottom no-repeat;
}

/* ---------- ページ送り ---------- */
div#contents .contentNavi {
	width: 100%;
}
div#contents .contentNavi a,
div#contents .contentNavi strong {
	display: block;
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 130%;
	margin: 0 5px 0 0;
	padding: 5px 8px;
	border: 2px solid #efefef;
	/* color */
	color: #1C55FF;
	border-color: #efefef;
	background-color: #f5f5f5;
}
div#contents .contentNavi strong,
div#contents .contentNavi a:hover {
	color: #101113;
	border-color: #90c6e0;
	background-color: #d8ecf6;
}

/* ---------- ボディー ---------- */
div#contents div.mainContents {
	padding: 10px 0;
	margin-bottom: 10px;
}
div#contents div.mainTitle {
	padding: 0 0 1px;
	background: url("../images/mainTitle_bg.gif") left bottom no-repeat;
}
div#contents h2 {
	color: #000;
	margin-bottom: 0;
	padding: 7px 0 7px 32px;
	background: url("../images/h2_bg.gif") left top no-repeat;
}
div#contents h2.rss {
	background-image: url("../images/h2_rss_bg.gif");
}
div#contents h2.rss a {
	display: block;
	text-decoration: none;
}
div#contents a.rss {
	display: block;
	text-decoration: none;
	width: 100%;
}
div#contents a.rss:hover {
	text-decoration: none;
}

div#contents div.entryBody,
div#contents div.entryMore {
	overflow: hidden;
	padding: 1px;
}

/* ---------- コモン ---------- */
div#contents th,
div#contents td {
	padding: 5px;
	border: 1px solid #005aa1;
}
div#contents th,
div#contents thead td,
div#contents tfoot td {
	background-color: #eaf5ff;
}
div#contents thead th,
div#contents tfoot th {
	color: #fff;
	background-color: #1e78bf;
}

div#contents textarea {
	width: 300px;
	height: 8em;
}
div#contents p.pankuzu {}

div#contents .fontXLarge {font-size: large;}
div#contents .fontLarge {font-size: medium;}
div#contents .fontSmall {font-size: x-small;}
div#contents .fontMedium {font-size: small;}
div#contents .fontXSmall {font-size: xx-small;}
div#contents input.text {
	width: 300px;
}
div#contents .caution {
	color: #e00;
}
div#contents p.price {
	font-size: medium;
	text-align: right;
	font-weight: bold;
	color: #e00;
}
div#contents div.hr01 {
	margin: 0 0 15px;
	height: 1px;
	background-image: url("../images/hr_bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
}
div#contents div.comment div.hr01 {
	margin-top: -1em;
}
div#contents p.nextPrevious {
	text-align: center;
	clear: both;
}
div#contents p.linkBlock,
div#contents p.anchorTop {
	text-align: right;
	padding-bottom: 15px;
	background: url("../images/hr_bg.gif") left bottom repeat-x;
}
div#contents td.buttonArea {
	border: none;
}


/* ==================== セカンドエリア ==================== */
div#secondArea {
	width: 218px;
}
div#secondArea div.sideBlock {
	margin: 0 0 20px;
	background-color: #f1f1f1;
	border: 1px solid #e1e1e1;
}
div#secondArea div.sideTitle {
}
div#secondArea div.sideContents {
}


/* ---------- 見出し ---------- */
div#secondArea h2,
div#secondArea h3,
div#secondArea h4,
div#secondArea h5,
div#secondArea h6,
div#secondArea td,
div#secondArea th,
div#secondArea li,
div#secondArea dt,
div#secondArea dd,
div#secondArea p {
	font-size: small;
}
div#secondArea th,
div#secondArea td,
div#secondArea li,
div#secondArea dt,
div#secondArea dd,
div#secondArea p {
	line-height: 150%;
}


/* ---------- サブメニュー ---------- */
/* ----- タイトル ----- */
div#subMenu div.title,
div#freeSpace div.title,
div#banners div.title,
div#qrcode div.title {
	overflow: hidden;
	text-indent: -9999px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
}
/* ----- コンテンツの余白 ----- */
div#secondArea p,
div#secondArea select,
div#secondArea div.entryBody,
div#secondArea div#freeSpace h3 {
	margin: 5px 10px;
}
/* ---------- サブメニュー ---------- */
/* title */
div#subMenu div.title {
	overflow: hidden;
	display: none;
	text-indent: -9999px;
}
/*
 * タイトル画像は "/cmn/css/sub_menu.css" で指定しています。
 * （※【サイドパーツ : サブメニュー／フッターメニュー】ブログのインデックスアーカイブで生成。）
 */

/* list */
div#subMenu ul {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
div#subMenu li {
	list-style-type: none;
	font-weight: bold;
	width: 100%;/*IE6の表示バグのため、widthを設定*/
	margin: 0;
	padding: 0;
}
div#subMenu li a {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 3px 3px;
	padding: 5px 0 5px 30px;
	background: #fff url("../images/arrow_001.gif") 5px center no-repeat;
	border-bottom: 1px solid #a8a8a8;
}
div#subMenu li a,
div#subMenu li a:visited {
	color: #333;
}
div#subMenu li a:hover {
	color: #59a6cc;
	background-color: #f8f8f8;
	background-position: 6px;
}
/* ---------- フリースペース ---------- */
div#freeSpace {
	margin-bottom: 20px;
}
div#freeSpace div.title {
	background-image: url("../images/second_area_title_free.gif");
}
div#freeSpace div.entryBody {
	padding-bottom: 10px;
}
div#freeSpace div.entryBody p {
	margin-left: 0;
	margin-right: 0;
}
/* ---------- バナー ---------- */
div#banners {
	margin-bottom: 20px;
}
/*
 * バナーブロックは "/cmn/css/banner_link.css" で指定しています。
 * （※【サイドパーツ : バナー】ブログのインデックスアーカイブで生成。）
 */
/* ---------- QRコード ---------- */
div#qrcode {
	text-align: center;
	margin-bottom: 20px;
}
div#qrcode div.title {
	background-image: url("../images/second_area_title_mobile.gif");
}
div#qrcode img {
	margin: 5px auto;
}

/* ---------- ブログパーツ・カスタムパーツ ---------- */
div#secondAreaBlogParts,
div#secondAreaCustomParts,
div#secondAreaFreePage01Parts {}

div#brogPartsCategory h3,
div#brogPartsCalendar h3,
div#brogPartsTagCloud h3,
div#brogPartsMonthlyArchiveDrop h3,
div#brogPartsMonthlyArchive h3,
div#brogPartsEntry h3,
div#brogPartsComment h3,
div#brogPartsAuthor h3,
div#brogPartsAssets h3,
div#customPartsCategory h3,
div#customPartsComment h3,
div#freePageEntryList h3,
div#freePageCategoryEntryList h3 {
	text-align: center;
	font-size: medium;
	color: #fff;
	padding: 5px;
	background: url("../images/second_area_title.gif") left top no-repeat;
}
div#secondAreaBlogParts h3 a {
	color: #fff;
}

/* ---------- UL ---------- */
div#brogPartsCategory ul,
div#brogPartsCalendar ul,
div#brogPartsTagCloud ul,
div#brogPartsMonthlyArchiveDrop ul,
div#brogPartsMonthlyArchive ul,
div#brogPartsEntry ul,
div#brogPartsComment ul,
div#brogPartsAuthor ul,
div#customPartsCategory ul,
div#customPartsComment ul,
div#freePageEntryList ul,
div#freePageCategoryEntryList ul {
	width: 100%;/* IEの表示バグのため、widthを設定 */
	margin: 0;
	padding: 0;
}
div#brogPartsCategory li,
div#brogPartsCalendar li,
div#brogPartsTagCloud li,
div#brogPartsMonthlyArchiveDrop li,
div#brogPartsMonthlyArchive li,
div#brogPartsEntry li,
div#brogPartsComment li,
div#brogPartsAuthor li,
div#customPartsCategory li,
div#customPartsComment li,
div#freePageEntryList li,
div#freePageCategoryEntryList li {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	background: url("../images/second_area_hr.gif") center top no-repeat;
}
div#brogPartsCategory li li,
div#brogPartsCalendar li li,
div#brogPartsTagCloud li li,
div#brogPartsMonthlyArchiveDrop li li,
div#brogPartsMonthlyArchive li li,
div#brogPartsEntry li li,
div#brogPartsComment li li,
div#brogPartsAuthor li li,
div#customPartsCategory li li,
div#customPartsComment li li,
div#freePageEntryList li li,
div#freePageCategoryEntryList li li {
	padding-left: 1em;
	background: url("../images/li_bg.gif") 5px 12px no-repeat;
}
/* ---------- 各パーツの設定 ---------- */
div#brogPartsCategory,
div#brogPartsCalendar,
div#brogPartsTagCloud,
div#brogPartsMonthlyArchiveDrop,
div#brogPartsMonthlyArchive,
div#brogPartsEntry,
div#brogPartsComment,
div#brogPartsAuthor,
div#brogPartsAssets,
div#customPartsCategory,
div#customPartsComment,
div#freePageEntryList,
div#freePageCategoryEntryList {
}

div#brogPartsCategory {}

div#brogPartsTagCloud {}
div#brogPartsTagCloud .rank-1 {font-size: 1.75em;}
div#brogPartsTagCloud .rank-2 {font-size: 1.75em;}
div#brogPartsTagCloud .rank-3 {font-size: 1.625em;}
div#brogPartsTagCloud .rank-4 {font-size: 1.5em;}
div#brogPartsTagCloud .rank-5 {font-size: 1.375em;}
div#brogPartsTagCloud .rank-6 {font-size: 1.25em;}
div#brogPartsTagCloud .rank-7 {font-size: 1.125em;}
div#brogPartsTagCloud .rank-8 {font-size: 1em;}
div#brogPartsTagCloud .rank-9 {font-size: 0.95em;}
div#brogPartsTagCloud .rank-10 {font-size: 0.9em;}

div#brogPartsMonthlyArchiveDrop {}
div#brogPartsMonthlyArchive {}
div#brogPartsEntry {}
div#brogPartsComment {}
div#brogPartsAuthor {}
div#brogPartsAssets {}
div#customPartsCategory {}
div#customPartsComment {}
div#freePageEntryList {}
div#freePageCategoryEntryList {}

/* ---------- 最近のアイテム ---------- */
div#brogPartsAssets {}
div#brogPartsAssets ul {
	padding: 3px 0 0 1px;
	margin: 0;
}
div#brogPartsAssets li {
	display: inline;
	float: left;
	width: 95px;
	height: 95px;
	padding: 0;
	margin: 0 0 3px 3px;
}
div#brogPartsAssets li.even {
	margin-right: 0;
}
div#brogPartsAssets li a {
	overflow: hidden;
	display: block;
	width: 91px;
	height: 91px;
	padding: 0;
	margin: 0;
	border: 2px solid #efefef;
}
div#brogPartsAssets li a:hover {
	border-color: #90c6e0;
}



/* ========== フッター ========== */
div#footer {
	color: #3c3c3c;
	background: #dfdfdf url("../images/footer.gif") left top repeat-x;
}
div#footerInner {
	width: 880px;
	margin: 0 auto;
	padding: 27px 10px 15px;
	background: #dfdfdf url("../images/footer.gif") left top repeat-x;
}

#footerAreaLogo {
	float: right;
	margin: 0 0 0 10px;
	padding: 8px 0 8px 2px;
	background: url("../images/footerLogo_bg.gif") left top no-repeat;
}

/* ---------- フッターメニュー ---------- */
p#footerMenu {
	margin: 5px 0;
	padding: 10px 0;
}

/* ---------- フッター copyright エリア ---------- */
div#footerCopyrightArea {
	padding: 5px 0 15px;
}

/* ---------- フッター copyright 付メニュー ---------- */
p#footerFree {
	margin-bottom: 10px;
}

/* ---------- copyright ---------- */
p#copyright {
}



/* ==================== ブログ別 装飾 ==================== */


/* ==================== トップページ ==================== */
div#contents div#categoryTop {}
div#contents div#categoryTop div#topNews {}
div#contents div#categoryTop div#topLatestBlog {}
div#contents div#categoryTop div#topContents {}
div#contents div#categoryTop div.accessText {}

div#contents div#categoryTop table.accessTable {
	float: right;
	width: 320px;
	margin-right: 1px;
}

div#contents div#categoryTop div#googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 310px;
	height: 340px;
}
div#contents div#categoryTop ul.date {
	list-style:none;
	margin:0;
	padding:0;
}
div#contents div#categoryTop dl.date {
	overflow: auto;
	height: 90px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0 10px 0 0;
}
div#contents div#categoryTop .date {
	list-style:none;
}
div#contents div#categoryTop .date dt {
	margin: 0 0 5px;
	padding: 0;
}
div#contents div#categoryTop .date dd {
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	border-left: 8px solid #ddd;
}
div#contents div#categoryTop .date .dateTime {
	color: #e78737;
}
div#contents div#categoryTop .date .dateTitle {
	font-weight: bold;
}


/* ==================== 企業情報 ==================== */
div#contents div#categoryCompany {
}
div#contents div#categoryCompany div.accessText {
}
div#contents div#categoryCompany table.accessTable {
	float: right;
	width: 320px;
}
div#contents div#categoryCompany div#googleMapsArea {
	float: left;
	margin-bottom: 10px;
	width: 310px;
	height: 340px;
}



/* ==================== スタッフ紹介/アイテム紹介 ==================== */
div#contents div#categoryCustom2 {}

div#categoryCustom2 p.photo {
	float: left;
	width: 230px;
	margin: 0 0 30px;
	padding: 2px;
	border: 1px solid #ccc;
}
div#categoryCustom2 table.itemInfo {
	float: right;
	width: 345px;
	margin-bottom: 15px;
}
div#categoryCustom2 table.itemInfo th {
	width: 3.5em;
}
div#categoryCustom2 div.entryBody {
	clear: right;
	float: right;
	text-align: justify;
	width: 345px;
	margin-bottom: 30px;
}
div#categoryCustom2 h4 {
	padding: 0;
	background: none;
}



/* ==================== 良くあるご質問 ==================== */
div#contents div#categoryFaq {}

div#categoryFaq div#shortCut ul {
	margin: 0;
	padding: 0;
}
div#categoryFaq div#shortCut ul li {
	list-style: none;
	line-height: 1;
	padding: 0 0 0 .75em;
	margin: 0 0 .5em;
	border-left: 1em solid #ff4c0a;
}
div#categoryFaq div.odd {
}
div#categoryFaq div.even {
}
div#categoryFaq div.contentInner {
}



/* ==================== 設計例ページ ==================== */
div#contents div#categoryWorks {}

/* ========== アーカイブ ========== */

/* エントリ一覧 */
div#contents div.categoryWorksList ul {
	list-style: none;
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
}
div#contents div.categoryWorksList ul:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
div#contents div.categoryWorksList ul li {
	float: left;
	vertical-align: middle;
	width: 130px;
	margin: 0 2px 0 0;
}
div#contents div.categoryWorksList ul li.last {
	margin-right: 0;
}
div#contents div.categoryWorksList ul li a {
	overflow: hidden;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #1C55FF;
	width: 120px;
	padding: 2px;
	background-color: #f5f5f5;
	border: 2px solid #efefef;
}
div#contents div.categoryWorksList ul li a:hover {
	color: #101113;
	background-color: #d8ecf6;
	border-color: #90c6e0;
}
div#contents div.categoryWorksList ul li .entryTitle {
	display: block;
	line-height: 1.2;
	font-size: 100%;
	margin: 2px 0 0;
}
/* ========== エントリ タイプ共通 ========== */
/* 画像 */
div#categoryWorks div#entry_sub_image {
	margin: 15px 0 0;
}
div#categoryWorks div#entry_sub_image ul:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
div#categoryWorks a.highslide {
	overflow: hidden;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #efefef;
}
div#categoryWorks a.highslide:hover {
	border-color: #90c6e0;
}
div#categoryWorks a.highslide img {
	border: none;
}

/* 情報 */
div#categoryWorks div#categoryWorksData table.categoryWorksData {
	width: 100%;
	margin: 1px 0 0;
}

/* ========== エントリ タイプ1 ========== */
div#showType1 div#categoryWorksPhoto {
	float: left;
	width: 252px;
	margin: 0 0 10px;
}
div#showType1 div#categoryWorksData {
	float: right;
	width: 380px;
	padding: 1px;
	margin: 0 0 10px;
}

div#showType1 div.entryBody {
	clear: both;
	margin: 10px 0 0;
}
div#showType1 div.entryMore {
	clear: both;
	margin: 0 0 10px;
}

/* 画像 */
div#showType1 a.highslide {
	overflow: hidden;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #efefef;
}
div#showType1 a.highslide:hover {
	border-color: #90c6e0;
}
div#showType1 a.highslide img {
	border: none;
}

div#showType1 div#entry_sub_image ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#showType1 div#entry_sub_image ul li {
	float: left;
	vertical-align: middle;
	width: 82px;
	margin: 0 2px 0 0;
}
div#showType1 div#entry_sub_image ul li.last {
	margin-right: 0;
}
div#showType1 div#entry_sub_image ul li a {
	width: 80px;
	height: 80px;
}

/* ========== エントリ タイプ2 ========== */
div#showType2 div#entry_main_image {
	text-align: center;
	margin: 0 0 15px;
}
div#showType2 div#categoryWorksData {
	margin: 0 0 15px;
}
div#showType2 div.entryBody {
	clear: both;
	margin: 0 0 20px;
}
div#showType2 div.entryMore {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #aaa;
}

/* 画像 */
div#showType2 div#entry_sub_image ul {
	list-style: none;
	margin: 0 30px 20px;
	padding: 0 0 20px 25px;
	border-bottom: 1px dashed #aaa;
}
div#showType2 div#entry_sub_image ul li {
	float: left;
	vertical-align: middle;
	width: 242px;
	margin: 0 47px 0 0;
}
div#showType2 div#entry_sub_image ul li.last {
	margin-right: 0;
}
div#showType2 div#entry_sub_image a.highslide {
	overflow: hidden;
	width: 240px;
	background-color: #f5f5f5;
	border: 2px solid #efefef;
}
div#showType2 div#entry_sub_image a.highslide:hover {
	background-color: #d8ecf6;
	border-color: #90c6e0;
}
div#showType2 div.image-caption p {
	margin: 10px 0 0;
}



/* ==================== お問い合せ ==================== */
div#contents div#categoryInquiry {}



/* ==================== ブログページ ==================== */
div#contents div#categoryBlog {}



/* ==================== フリーページ ==================== */
div#contents div#categoryFree {}



/* ==================== カスタムページ ==================== */
div#contents div#categoryCustom {}

