@charset "utf-8";

/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
body {
color: #333;
    overflow-x: hidden;
    position: relative;
}
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,
.entryBody,
.entryMore {
font-size: 16px;
}
.clear {
clear: both;
}
br.clear {
letter-spacing: 0;
line-height: 1;
}
.center {
text-align: center;
}

#menuBtn,
#spclose{
display:none;
}

#totop{
position:absolute;
right:0;
bottom:0;
}

/* ==================== クリアフィックス ==================== */
.clearfix:after {
content: ".";
display: block;
clear: both;
line-height: 0;
font-size: 0;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {
display: block;
}
/* */



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

#container {
}

/* ========== ヘッダー ========== */
#header {
background: url("../images/header_bg.gif") left top repeat-x;
}

#siteTitle {
background:#000;
}

#siteTitle h1 {
color: #fff;
margin: 0 auto;
padding: 5px 0;
width: 980px;
text-align:right;
}

#header_wrapper {
width: 980px;
position:relative;
margin: 0 auto;
}

#headerTitle {
}
#headerAreaLogo {
float: left;
}
#headerAreaSub {
position:absolute;
right:0;
top:0;
z-index:9999;
}

p#headerAddress {
}

/* メインメニュー + キャッチ画像 + メイン をラップ */
#mainBg {
margin: 0 auto;
padding: 0 ;
background: url("../images/main_bg.gif") center center repeat;
}


/* ========== キャッチ画像 ========== */
#catchArea {
max-width: 1600px;
margin: 0 auto;
}

.nivoSlider{
height: auto;
}

#slider{
height: auto;
}

#slider{
background:#ffffff url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img { display:none; }

/* セカンドエリア + コンテンツ をラップ */
#main {
margin-top:5px;
max-width: 1600px;
margin: 0 auto;
}
#mainInner {
padding: 15px 0;
}

ul#topbnr{
max-width:1530px;
margin:50px auto;
list-style:none;
padding:0;
}

ul#topbnr li{
float:left;
width:24%;
margin:0 0.5%;
}

ul#topbnr li img{
width:100%;
}

ul#topbnr li:last-child{
}

ul#topbnr li:nth-child(odd){
margin-top:40px;
}

#shop_area{
max-width:1550px;
padding: 0 500%;
margin: 0 -500%;
background: url("../images/shop_bg.jpg") center center repeat;
}

.shop_block{
width:48%;
float:left;
margin:50px 4% 50px 0;
text-align:center;
}

.shop_block .shopimg img{
width:100%;
}

.shop_block:last-child{
margin-right:0;
}

.shop_block h3{
margin-bottom:20px;
}

.info_area{
margin-top:10px;
background:#fff;
padding:15px;
}

.info_area p{
font-size:18px;
margin-bottom:10px;
}

.info_area p span{
color:#d20000;
}

ul#btn_sns{
text-align:center;
margin:20px 0;
padding:0;
}

ul#btn_sns li{
display:inline-block;
margin:0 10px
}


/* ========== メインメニュー ========== */
#mainMenu {
background:#000;
clear: both;
margin: 0 auto ;
}
#mainMenu ul {
margin: 0 auto;
padding: 0;
width: 613px;
}
/*
 * "/cmn/css/main_menu.css" に移動
 * （※【メインメニュー】ブログのインデックスアーカイブで生成。）
 */

/* ========== 2カラム 設定 ========== */
#secondArea {
display:none;
}
#contents {
}

/* ==================== コンテンツ ==================== */
#contents {

}


/* ---------- コモン ---------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
clear: both;
margin-bottom: 10px;
}
#contents h2,
#contents h3,
#contents h4,
#contents H5,
#contents H6,
#contents p,
#contents td,
#contents th,
#contents li,
#contents dt,
#contents dd,
#contents .entryBody,
#contents .entryMore {
line-height: 1.5;
}
#contents p,
#contents ul,
#contents ol,
#contents dl,
#contents table {
margin-bottom: 15px;
}
#contents th,
#contents td{
padding: 10px;
border: 1px solid #666;
}
#contents th,
#contents thead td,
#contents tfoot td{
background-color: #f6f6f6;
}
#contents thead th,
#contents tfoot th{
background-color: #f6f6f6;
}
#contents textarea {
width: 300px;
height: 8em;
}

/* ---------- mainBlock ---------- */
#contents .mainBlock {
margin-bottom: 10px;
}

/* ---------- 見出し ---------- */
#contents .mainTitle {
}
#contents .mainTitle h2 {
    color: #ab0a0a;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:32px;
position: relative;
margin-bottom: 1em;
text-align:center;
padding:20px 0 0;
}

#contents .mainTitle h2:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 100px;
height: 3px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #000;
}

#contents h2.rss {
text-align:center;
}
#contents .mainTitle a.rss {
display: block;
text-decoration: none;
color: #333333;
width: 100%;
}
#contents .mainTitle a.rss:hover {
text-decoration: none;
}

#contents h3 {
color: #ab0a0a;
font-size:22px;
    font-weight: 500;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px dotted rgb(204, 204, 204);
}
#contents h4 {
margin-left:5px;
padding: 3px 0 3px 15px;
background: url("../images/h4_bg.gif") left center no-repeat;
}

/* ---------- ボディー ---------- */
#contents .mainContents {
padding: 10px;
}
#contents .entryBody,
#contents .entryMore {
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

/* ---------- ページ送り ---------- */
#contents .contentNavi {
text-align: center;
padding-bottom: 8px;
width: 100%;
margin: 0 0 8px;
background: url("../images/hr_bg.gif") left bottom repeat-x;
}
#contents .contentNavi a,
#contents .contentNavi strong,
#contents .contentNavi span.current_page{
display: inline-block;
text-decoration: underline;
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;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}

#contents .contentNavi span.current_page{
text-decoration: none;
color: #101113;
border-color: #dddddd;
background-color: #ffffff;
}



/* ---------- 基本クラス ---------- */
#contents .pankuzu {color:#fff;}
#contents .pankuzu p {color:#fff;}
#contents .pankuzu p a{color:#fff;}


#contents .fontXLarge {font-size: large;}
#contents .fontLarge {font-size: medium;}
#contents .fontSmall {font-size: x-small;}
#contents .fontMedium {font-size: small;}
#contents .fontXSmall {font-size: xx-small;}
#contents input.text {
width: 200px;
}
#contents input.text_s {
width: 100px;
}
#contents input.text_xs {
width: 50px;
}

#contents p.nextPrevious {
clear: both;
text-align: center;
}

#contents p.linkBlock,
#contents p.anchorTop {
text-align: right;
padding-top: 15px;
}

#contents td.buttonArea {
border: none;
}

.social_block div {
margin-right: 15px;
float: left;
}

/* ==================== セカンドエリア ==================== */
#secondArea {
width: 250px;
}


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

/* ----- コンテンツの余白 ----- */
#secondArea p,
#secondArea select,
#secondArea .entryBody {
margin: 5px 10px;
}

/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */
DIV#secondArea DIV#subMenu DIV.subMenu,
DIV#secondArea DIV#SideNews,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#qrcode {
margin: 0 0 25px;
}


DIV#secondArea DIV#freeSpace DIV.entryBody,
DIV#secondArea DIV#qrcode DIV.entryBody {
background: url("../images/second_area_hr.gif") center bottom no-repeat;
}
DIV#secondArea DIV#banners {
margin: 0 0 10px;
}
/* ----- タイトル ----- */
DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banners DIV.title,
DIV#secondArea DIV#qrcode DIV.title {
overflow: hidden;
text-indent: -9999px;
height: 34px;
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#secondArea DIV#subMenu DIV.subMenu DIV.title,
DIV#secondArea DIV#SideNews DIV.title{
overflow: hidden;
display: none;
text-indent: -9999px;
}
/*
 * タイトル画像は "/cmn/css/sub_menu.css" で指定しています。
 * （※【サブパーツ : サブメニュー／フッターメニュー】ブログのインデックスアーカイブで生成。）
 */

/* ---------- List ---------- */
#customPartsCategory ul {
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}

#subMenu ul {
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}
#subMenu li,
.sideTitle li {
list-style-type: none;
font-weight: bold;
width: 100%;/*IE6の表示バグのため、widthを設定*/
margin: 0;
padding: 0;
background: url("../images/second_area_hr.gif") center bottom no-repeat;
}
#subMenu li a,
.sideTitle li a {
position: relative;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 0 8px 34px;
background: url("../images/arrow_001.gif") 10px center no-repeat;
}
#subMenu li a,
#subMenu li a:visited {
color: #333;
}
#subMenu li a:hover {
color: #ddd;
}
/* ---------- バナー ---------- */
/*
 * バナーブロックは "/cmn/css/banner_side_link.css" で指定しています。
 * （※【サイドパーツ : バナー】ブログのインデックスアーカイブで生成。）
 */

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

/* sideBlock */
#secondAreaBlogParts .sideBlock,
#secondAreaFreeParts .sideBlock,
#secondAreaCustomParts .sideBlock{
background: none repeat scroll 0 0 #efefef;
margin: 0 0 25px;
}
/* 見出し */
#secondAreaBlogParts .sideTitle,
#secondAreaFreeParts .sideTitle,
#secondAreaCustomParts .sideTitle {
}
#secondAreaBlogParts .sideTitle h3,
#secondAreaFreeParts .sideTitle h3,
#secondAreaCustomParts .sideTitle h3 {
text-align: center;
font-size: medium;
color: #fff;
padding: 5px;
background: url("../images/second_area_title.gif") left top no-repeat;
}
#secondAreaBlogParts .sideTitle a,
#secondAreaFreeParts .sideTitle a,
#secondAreaCustomParts .sideTitle a {
text-decoration: underline;
color: #fff;
}
#secondAreaBlogParts .sideTitle a:hover,
#secondAreaFreeParts .sideTitle a:hover,
#secondAreaCustomParts .sideTitle a:hover {
text-decoration: none;
}


/* ---------- コンテンツ ---------- */
#secondAreaBlogParts .sideContents,
#secondAreaFreeParts .sideContents,
#secondAreaCustomParts .sideContents {
}


/* ---------- LIST ---------- */
#secondAreaBlogParts .sideContents ul,
#secondAreaCustomParts .sideContents ul{
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}
#secondAreaBlogParts .sideContents li,
#secondAreaCustomParts .sideContents li{
list-style-type: none;
font-weight: bold;
margin: 0;
padding: 5px 10px;
background: url("../images/second_area_hr.gif") center bottom no-repeat;
}
#secondAreaBlogParts .sideContents li li,
#secondAreaCustomParts .sideContents li li,
.sideContents ul#categorytree li li {
padding-left: 1em;
background: url("../images/li_bg.gif") 5px 12px no-repeat;
}
/*
#secondAreaBlogParts .sideContents li a,
#secondAreaBlogParts .sideContents li span.empty,
#secondAreaCustomParts .sideContents li a,
#secondAreaCustomParts .sideContents li span.empty {
}
*/

/* ---------- 各パーツの設定 ---------- */
/* 
#brogPartsAuthor {}
#brogPartsCalendar {}
#brogPartsCategory {}
#brogPartsComment {}
#brogPartsEntry {}
#brogPartsMonthlyArchive {}
#brogPartsMonthlyArchiveDrop {}
#customPartsCategory {}
#customPartsComment {}
#freePageEntryList {}
#freePageCategoryEntryList {}
 */
#brogPartsTagCloud {}
#brogPartsTagCloud .rank-1 {font-size: 1.75em;}
#brogPartsTagCloud .rank-2 {font-size: 1.75em;}
#brogPartsTagCloud .rank-3 {font-size: 1.625em;}
#brogPartsTagCloud .rank-4 {font-size: 1.5em;}
#brogPartsTagCloud .rank-5 {font-size: 1.375em;}
#brogPartsTagCloud .rank-6 {font-size: 1.25em;}
#brogPartsTagCloud .rank-7 {font-size: 1.125em;}
#brogPartsTagCloud .rank-8 {font-size: 1em;}
#brogPartsTagCloud .rank-9 {font-size: 0.95em;}
#brogPartsTagCloud .rank-10 {font-size: 0.9em;}

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



/* ========== フッター ========== */
DIV#footer {
background: url("../images/footer_bg.jpg") center top no-repeat;
clear: both;
color: #fff;
padding:45px 0 0;
}

DIV#footer a {
color: #fff;
}


DIV#footerInner {
width: 980px;
margin: 0 auto 50px;
position:relative;
background-color: rgba(0,0,0,0.5);
}

DIV#footerInner p.anchorTop{
position:absolute;
top:30px;
right:0;
}

/* ---------- フッターロゴ ---------- */
#footerAreaLogo {
float: left;
margin: 0;
}

#footerAreaLogo ul{
list-style:none;
margin:0 auto;
width:184px;
padding:0;
}

#footerAreaLogo ul li{
margin:5px;
float:left;
}

#footerAreaLogo p{
font-size:12px;
line-height:1.4;
}

#footerAreaLogo p.address{
font-size:10px;
}
/* ---------- フッターメニュー ---------- */

DIV#footer DIV#footerMenu h3{
text-align:center;
margin-bottom:20px;
}

DIV#footer DIV#footerMenu {
padding:60px 0 0;
}
DIV#footer DIV#footerMenu ul {
list-style:none;
margin:0;
padding:0;
text-align:center;
}

DIV#footer DIV#footerMenu ul.last{
margin-right:0;
}

DIV#footer DIV#footerMenu ul li {
margin:0 10px;
display:inline-block;
background: url("../images/footer_arrow.png") center left no-repeat;
padding:10px 0 10px 15px;
}
DIV#footer DIV#footerMenu ul li a {
padding:0;
}

DIV#footer DIV#footerMenu ul#footer_shop{
margin-top:30px;
}

DIV#footer DIV#footerMenu ul#footer_shop li {
background:none;
padding:0;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea {
padding: 20px 0;
clear:both;
position:relative;
background:#fff;
}

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

/* ---------- copyright ---------- */
DIV#footer P#copyright {
text-align:center;
font-size:14px;
width:980px;
margin:0 auto;
color:#000;
}

BR.clear {
clear: both;
}
.center {
text-align: center;
}

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

#contents ul.social{
    width: 250px;
    padding-top: 10px;
float:right;
}

#contents ul.social li{
float:left;
list-style:none;
}


/* ==================== トップページ ==================== */
#contents #categoryTop {}
#contents #categoryTop #topNews {
background-color:#ffffff;
}
#contents #categoryTop #topLatestBlog {
background-color:#ffffff;
padding:50px 0;
}
#contents #categoryTop #topContents {
background-color:#ffffff;
}

#topLatestBlog .mainContents{
width:980px;
margin:0 auto;
}

#categoryTop .date {
list-style:none;
margin:0;
padding:0;
}

#categoryTop .date li{
border-bottom:dotted 1px #aaa;
margin-bottom:10px;
padding-bottom:10px;
}

#categoryTop .date .dateTitle {
}

.dateTime{
margin-right:15px;
}

/* ==================== 企業情報 ==================== */
#contents #topcategoryCompany {
background-color:#FFFFFF;
}
#contents #categoryCompany {
background-color:#FFFFFF;
}

#categoryCompany .accessText {
}
#categoryCompany table.accessTable {
float: right;
width: 320px;
}
#categoryCompany #googleMapsArea {
float: left;
margin-bottom: 10px;
width: 320px;
height: 340px;
}

/* ==================== スタッフ紹介/アイテム紹介 ==================== */
#contents #categoryCustom2 {
background-color:#ffffff;
}

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



/* ==================== 良くあるご質問 ==================== */
#categoryFaq {
background-color:#ffffff;
}

/* ショートカットメニュー */
#categoryFaq .shortCut dt {
font-weight: bold;
font-size: 100%;
margin: 0 0 .5em;
}
#categoryFaq .shortCut dd {
margin: 0 0 1.5em 10px;
padding-left: 15px;
border-left: 2px dotted #462e92;
}
#categoryFaq .shortCut a {
display: block;
width: 100%;
}
#categoryFaq .shortCut .even a {
background-color: #f5f3f9;
}
/*コンテンツ*/
#categoryFaq .entryOdd {
margin: 0 0 10px;
padding: 10px 10px 0;
}
#categoryFaq .entryEven {
margin: 0 0 10px;
padding: 10px 10px 0;
background-color: #f5f3f9;
}
#categoryFaq .faq_q {
line-height: 1.5;
padding: 2px 0 0 35px;
margin: 0 0 4px;
background: url("../images/faq_q.gif") left bottom no-repeat;
}
#categoryFaq .faq_a {
width: auto;
margin-bottom: 20px;
padding: 5px 0 0 35px;
background: url("../images/faq_a.gif") left 4px no-repeat;
border-top: 1px dotted #aaa;
}
#categoryFaq p.anchorTop {
margin-bottom: 50px;
}



/* ==================== 設計例ページ ==================== */
#contents #topCategoryWorks {
background-color:#FFFFFF;
}

#contents #categoryWorks {
background-color:#FFFFFF;
}

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

/* エントリ一覧 */
#contents .categoryWorksList ul {
list-style: none;
margin: 0 0 6px;
padding: 0;
}
#contents .categoryWorksList ul li {
float: left;
vertical-align: middle;
width: 130px;
margin: 0 7px 0 0;
}
#contents .categoryWorksList ul li.last {
margin-right: 0;
}
#contents .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;
}
#contents .categoryWorksList ul li a:hover {
color: #101113;
background-color: #ffffff;
border-color: #dddddd;
}
#contents .categoryWorksList ul li .entryTitle {
display: block;
line-height: 1.2;
font-size: 100%;
margin: 2px 0 0;
}

/* ========== エントリ タイプ共通 ========== */
/* 画像 */
#categoryWorks #entry_sub_image {
margin: 15px 0 0;
}
#categoryWorks a.highslide {
overflow: hidden;
display: block;
text-align: center;
text-decoration: none;
border: 1px solid #efefef;
}
#categoryWorks a.highslide:hover {
border-color: #dddddd;
}
#categoryWorks a.highslide img {
border: none;
}

#categoryWorks #map {
margin: 10px 0;
width: 660px;
height: 340px;
}

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

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

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

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

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



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

/* 画像 */
#showType2 #entry_sub_image ul {
list-style: none;
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px dashed #aaa;
}
#showType2 #entry_sub_image li {
float: left;
vertical-align: middle;
width: 220px;
margin: 0 10px 0 0;
}
#showType2 #entry_sub_image li.last {
margin-right: 0;
}
#showType2 #entry_sub_image a.highslide {
overflow: hidden;
width: 216px;
height:130px;
background-color: #f5f5f5;
border: 2px solid #efefef;
}
#showType2 #entry_sub_image a.highslide:hover {
background-color: #ffffff;
border-color: #dddddd;
}
#showType2 .image-caption p {
margin: 10px 0 0;
}


/* ==================== お問い合せ ==================== */
#contents #categoryInquiry {
background-color:#ffffff;
}



/* ==================== ブログページ ==================== */
#contents #categoryBlog {
background-color:#ffffff;
}



/* ==================== フリーページ ==================== */
#contents #categoryFreePage {
background-color:#ffffff;
}

/* ==================== フリーページウィンドウ ==================== */

h2.window_h2 {
color: #666666;
margin-bottom: 0;
padding: 5px 0 3px 45px;
background: url("../images/h2_bg.gif") left top no-repeat;
}

/* ==================== サイトマップ ==================== */
#contents #categorySitemap {
background-color:#ffffff;
}

/* ==================== カスタムページ ==================== */
#contents #categoryCustom {
background-color:#ffffff;
}

/* ==================== リンク集 ==================== */
#contents #categoryCustomlinks {
background-color:#ffffff;
}


#contents #categoryCustomlinks .links div.even {
background: #efefef;
}

#contents #categoryCustomlinks dl.links div.even,
#contents #categoryCustomlinks dl.links div.odd {
padding:10px;
}

/* ==================== お客様の声 ==================== */
#contents #categoryCustomVoice{
background-color:#ffffff;
}

DIV#categoryCustomVoice DIV.entryBody {
padding: 10px 0 0 30px;
}
DIV#categoryCustomVoice p.voiceName {
text-align: right;
font-weight: bold;
margin: 0;
padding: 1em 0 0;
border-top-width: 1px;
border-top-style: dotted;
}

DIV#categoryCustomVoice DIV.odd {
margin:0 auto 20px auto;
width:600px;
padding: 0 10px 10px;
background-color: #efefef;
border: 1px solid #aaa;
}
DIV#categoryCustomVoice DIV.odd H3 {
}
DIV#categoryCustomVoice DIV.odd p.voiceName {
border-top-color: #333;
}
DIV#categoryCustomVoice DIV.even {
margin:0 auto 20px auto;
width:600px;
padding: 0 10px 10px;
background-color: #eeeeee;
border: 1px solid #ddd;
}
DIV#categoryCustomVoice DIV.even H3 {
}
DIV#categoryCustomVoice DIV.even p.voiceName {
border-top-color: #333;
}

.content_block{
border:solid 3px #eee;
padding:15px;
margin-bottom:15px;
display:inline-table;
}

#contents #categoryBlog .entryBody{
text-align:center;
}

